Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Package de.lmu.ifi.dbs.elki.result.textwriter.writers

Serialization handlers for individual data types.

See:
          Description

Class Summary
TextWriterDatabaseObjectInline<O extends DatabaseObject> Write a database object to the inline part (de-normalizing, no quoting)
TextWriterObjectComment Write an object into the comments section, using the objects toString() method.
TextWriterObjectInline Write an object into the inline section, using the objects toString method.
TextWriterPair Write a pair
TextWriterTextWriteable Write an object, using the objects own TextWriteable interface.
TextWriterTriple Write a triple
TextWriterVector Write an object into the inline section, using the objects toString method.
 

Package de.lmu.ifi.dbs.elki.result.textwriter.writers Description

Serialization handlers for individual data types.


Release 0.3 (2010-03-31_1612)