Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.result.textwriter.TextWriterWriterInterface<Triple<?,?,?>>
      extended by de.lmu.ifi.dbs.elki.result.textwriter.writers.TextWriterTriple

public class TextWriterTriple
extends TextWriterWriterInterface<Triple<?,?,?>>

Write a triple

Author:
Erich Schubert

Constructor Summary
TextWriterTriple()
           
 
Method Summary
 void write(TextWriterStream out, String label, Triple<?,?,?> object)
          Serialize a triple, component-wise
 
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

TextWriterTriple

public TextWriterTriple()
Method Detail

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 stream
label - Label to prefix
object - object to output
Throws:
UnableToComplyException - on errors
IOException - on IO errors

Release 0.3 (2010-03-31_1612)