de.lmu.ifi.dbs.elki.result.textwriter.writers
Class TextWriterTriple
java.lang.Object
de.lmu.ifi.dbs.elki.result.textwriter.TextWriterWriterInterface<Triple<?,?,?>>
de.lmu.ifi.dbs.elki.result.textwriter.writers.TextWriterTriple
public class TextWriterTriple
- extends TextWriterWriterInterface<Triple<?,?,?>>
Write a triple
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextWriterTriple
public TextWriterTriple()
write
public void write(TextWriterStream out,
String label,
Triple<?,?,?> object)
throws UnableToComplyException,
IOException
- Serialize a triple, component-wise
- Specified by:
write
in class TextWriterWriterInterface<Triple<?,?,?>>
- Parameters:
out
- Output streamlabel
- Label to prefixobject
- object to output
- Throws:
UnableToComplyException
- on errors
IOException
- on IO errors