class |
CurveExporter |
A singleton exporter allows writing the data contained in a
AbstractData object in a two-column format to create files conforming
to either csv or html extension.
|
class |
LogExporter |
A singleton LogExporter works on Log objects to write html
files containing the full contents of the Log .
|
class |
MetadataExporter |
A singleton class used to export Metadata objects in a html format.
|
class |
RawDataExporter |
A wrapper singleton class that is made specifically to handle export requests
of ExperimentalData .
|
class |
ResidualStatisticExporter |
Exports the residuals, where each residual value refers to a specific point
in time.
|
class |
ResultExporter |
Provides export capabilities, for instances, of the Result class both
in the csv and html formats.
|
class |
ResultTableExporter |
A singleton Exporter which can process the results table.
|
class |
TextLogPaneExporter |
Similar to a LogExporter , except that it works only on the contents
of a LogPane currently being displayed to the user.
|