public class GnuplotDataWriter<T> extends BasicDataWriter<T>
psfeatureDescriptions, features, name, numFeatures| Constructor and Description |
|---|
GnuplotDataWriter(java.io.FileOutputStream fos)
Instantiates a new GnuplotDataWriter with the given FileOutputStream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(TimeStamp startTime,
TimeStamp endTime,
java.lang.Object data)
Process some data of type P (specified by the class def).
|
addListener, forward, getFeatureDescriptions, getFeatures, getName, getNumberOfFeatures, removeListener, setName, setNumberOfFeaturesgetKillListener, isDeleted, isPaused, kill, message, messageReceived, pause, setKillListener, start, toStringpublic GnuplotDataWriter(java.io.FileOutputStream fos)
fos - the FileOutputStream.public void process(TimeStamp startTime, TimeStamp endTime, java.lang.Object data)
FeatureExtractorprocess in class BasicDataWriter<T>data - the data.