Package | Description |
---|---|
de.lmu.ifi.dbs.elki.result.textwriter |
Text serialization (CSV, Gnuplot, Console, ...)
|
de.lmu.ifi.dbs.elki.result.textwriter.writers |
Serialization handlers for individual data types.
|
Modifier and Type | Field and Description |
---|---|
private HandlerList<TextWriterWriterInterface<?>> |
TextWriterStream.writers
Handlers for various object types.
|
static HandlerList<TextWriterWriterInterface<?>> |
TextWriter.writers
Hash map for supported classes in writer.
|
Modifier and Type | Method and Description |
---|---|
TextWriterWriterInterface<?> |
TextWriterStream.getWriterFor(Object o)
Retrieve an appropriate writer from the handler list.
|
Constructor and Description |
---|
TextWriterStream(PrintStream out,
HandlerList<TextWriterWriterInterface<?>> writers)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
TextWriterDoubleDoublePair
Write a pair
|
class |
TextWriterIgnore
Ignore the given object when serializing to text.
|
class |
TextWriterObjectArray<T>
Write an object into the inline section, using the objects toString method.
|
class |
TextWriterObjectComment
Write an object into the comments section, using the objects toString()
method.
|
class |
TextWriterObjectInline
Write an object into the inline section, using the objects toString method.
|
class |
TextWriterPair
Write a pair
|
class |
TextWriterTextWriteable
Write an object, using the objects own
TextWriteable interface. |
class |
TextWriterVector
Write an object into the inline section, using the objects toString method.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.