net.sourceforge.openforecast.output
Interface Outputter
-
- All Known Implementing Classes:
- DelimitedTextOutputter, TimeSeriesOutputter
public interface OutputterAn interface that defines the minimal requirements for a class to be considered an "outputter" - a class that can be used to assist with the output of a DataSet (set of DataPoint objects) to a variety of different output destinations. This serves to bring some consistency between the potentially very different outputter classes.- Since:
- 0.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidoutput(DataSet dataSet)Outputs the DataSet - a collection of DataPoints - to the current output destination.
-
-
-
Method Detail
-
output
void output(DataSet dataSet) throws java.lang.Exception
Outputs the DataSet - a collection of DataPoints - to the current output destination. The DataSet should contain all DataPoints to be output.- Parameters:
dataSet- the DataSet to be output to the current output destination.- Throws:
java.lang.Exception- if an error occurred writing/outputting the DataSet to the output destination.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG