net.sourceforge.openforecast.output
Interface Outputter

All Known Implementing Classes:
DelimitedTextOutputter, TimeSeriesOutputter

public interface Outputter

An 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
Author:
Steven R. Gould

Method Summary
 void output(DataSet dataSet)
          Outputs the DataSet - a collection of DataPoints - to the current output destination.
 

Method Detail

output

void output(DataSet dataSet)
            throws 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:
Exception - if an error occurred writing/outputting the DataSet to the output destination.


OpenForecast, Copyright (c) Steven Gould, 2002-2011