Class CurveExporter

  • All Implemented Interfaces:
    Exporter<AbstractData>, Reflexive

    public class CurveExporter
    extends Object
    implements Exporter<AbstractData>
    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. The first column always represents the time sequence, which may be shifted if the associated property of the heating curve is non-zero. The second column represents the baseline-adjusted signal.