public class GnuplotDataWriter<T> extends BasicDataWriter<T>
ps
featureDescriptions, 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, setNumberOfFeatures
getKillListener, isDeleted, isPaused, kill, message, messageReceived, pause, setKillListener, start, toString
public GnuplotDataWriter(java.io.FileOutputStream fos)
fos
- the FileOutputStream.public void process(TimeStamp startTime, TimeStamp endTime, java.lang.Object data)
FeatureExtractor
process
in class BasicDataWriter<T>
data
- the data.