de.lmu.ifi.dbs.elki.result.textwriter.writers
Class TextWriterObjectComment

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.result.textwriter.TextWriterWriterInterface<Object>
      extended by 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.


Constructor Summary
TextWriterObjectComment()
           
 
Method Summary
 void write(TextWriterStream out, String label, Object object)
          Put an object into the comment section
 
Methods inherited from class de.lmu.ifi.dbs.elki.result.textwriter.TextWriterWriterInterface
writeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextWriterObjectComment

public TextWriterObjectComment()
Method Detail

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 stream
label - Label to prefix
object - object to output

Release 0.4.0 (2011-09-20_1324)