Package pulse.io.export
Package contains the PULsE export API, which currently consists of different
exporter classes, an export manager, an XML converter and a MassExporter
class.
-
Interface Summary Interface Description Exporter<T extends Descriptive> AnExporter
defines a set of rules to enable exporting of a certain type of PULsE objects (typically, instances of the PropertyHolder class). -
Class Summary Class Description CurveExporter A singleton exporter allows writing the data contained in aAbstractData
object in a two-column format to create files conforming to either csv or html extension.ExportManager Manages export operations.LogExporter A singletonLogExporter
works onLog
objects to write html files containing the full contents of theLog
.MetadataExporter A singleton class used to exportMetadata
objects in a html format.RawDataExporter A wrapper singleton class that is made specifically to handle export requests ofExperimentalData
.ResidualStatisticExporter Exports the residuals, where each residual value refers to a specific point in time.ResultExporter Provides export capabilities, for instances, of theResult
class both in thecsv
andhtml
formats.ResultTableExporter A singletonExporter
which can process the results table.TextLogPaneExporter Similar to aLogExporter
, except that it works only on the contents of aLogPane
currently being displayed to the user.XMLConverter Used to read and write XML files containing information about the defaultNumericPropert
ies. -
Enum Summary Enum Description Extension Describes the available extensions for the exported files.