de.lmu.ifi.dbs.elki.result.textwriter.writers
Class TextWriterObjectComment
java.lang.Object
de.lmu.ifi.dbs.elki.result.textwriter.TextWriterWriterInterface<Object>
de.lmu.ifi.dbs.elki.result.textwriter.writers.TextWriterObjectComment
public class TextWriterObjectComment
- extends TextWriterWriterInterface<Object>
Write an object into the comments section, using the objects toString()
method.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextWriterObjectComment
public TextWriterObjectComment()
write
public void write(TextWriterStream out,
String label,
Object object)
- Put an object into the comment section
- Specified by:
write
in class TextWriterWriterInterface<Object>
- Parameters:
out
- Output streamlabel
- Label to prefixobject
- object to output