Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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.

Author:
Erich Schubert

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>

Release 0.2 (2009-07-06_1820)