See: Description
Class | Description |
---|---|
CommonMLWriter |
The CommonMLWriter class outputs commonly used formats for the various data
structure types, including GraphML and TreeML.
|
DataGenerator |
Utility class for generating data from a SemanticAccessor and transforming
it into different formats.
|
SemanticSvgWriter |
Implementation of a SemanticWriter which exports SVG.
|
SimileFormatWriter |
Format Writer which outputs temporal data into the Simile Timeline format.
|
SolrUpdater |
Utility class for writing DataRecords to a Solr instance.
|
StructureKmlWriter |
Format Writer which outputs temporal data into the Google KML format.
|
StructureWriter |
Format Writer which handles the various semantic data structures.
|
StructureXmlWriter |
Semantic Writer which outputs the data structures into the XML format which
the various semantic components read natively.
|
Provides classes for writing data structures into a variety of formats. These formats include commonly used data file formats and formats used by various tools, enabling developers to easily work with the prajna.structure packages or extend them.