| 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.
|
| Exporter |
An Exporter defines a set of rules to enable exporting of a certain
type of PULsE objects (typically, instances of the PropertyHolder class).
|
| Extension |
Describes the available extensions for the exported files.
|
| LogExporter |
A singleton LogExporter works on Log objects to write html
files containing the full contents of the Log.
|
| MetadataExporter |
A singleton class used to export Metadata objects in a html format.
|
| RawDataExporter |
A wrapper singleton class that is made specifically to handle export requests
of ExperimentalData.
|
| ResidualStatisticExporter |
Exports the residuals, where each residual value refers to a specific point
in time.
|
| ResultExporter |
Provides export capabilities, for instances, of the Result class both
in the csv and html formats.
|
| ResultTableExporter |
A singleton Exporter which can process the results table.
|
| TextLogPaneExporter |
Similar to a LogExporter, except that it works only on the contents
of a LogPane currently being displayed to the user.
|