|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.beadsproject.beads.core.Bead
net.beadsproject.beads.analysis.FeatureExtractor<java.lang.Object,T>
net.beadsproject.beads.analysis.featureextractors.BasicDataWriter<T>
net.beadsproject.beads.analysis.featureextractors.GnuplotDataWriter<T>
public class GnuplotDataWriter<T>
GnuplotDataWriter grabs forwarded feature data and prints it to a file in pm3d format for Gnuplot.
Field Summary |
---|
Fields inherited from class net.beadsproject.beads.analysis.featureextractors.BasicDataWriter |
---|
ps |
Fields inherited from class net.beadsproject.beads.analysis.FeatureExtractor |
---|
featureDescriptions, features, name, numFeatures |
Constructor Summary | |
---|---|
GnuplotDataWriter(java.io.FileOutputStream fos)
Instantiates a new GnuplotDataWriter with the given FileOutputStream. |
Method Summary | |
---|---|
void |
process(TimeStamp startTime,
TimeStamp endTime,
java.lang.Object data)
Process some data of type P (specified by the class def). |
Methods inherited from class net.beadsproject.beads.analysis.FeatureExtractor |
---|
addListener, forward, getFeatureDescriptions, getFeatures, getName, getNumberOfFeatures, removeListener, setName, setNumberOfFeatures |
Methods inherited from class net.beadsproject.beads.core.Bead |
---|
getKillListener, isDeleted, isPaused, kill, message, messageReceived, pause, setKillListener, start, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GnuplotDataWriter(java.io.FileOutputStream fos)
fos
- the FileOutputStream.Method Detail |
---|
public void process(TimeStamp startTime, TimeStamp endTime, java.lang.Object data)
FeatureExtractor
process
in class BasicDataWriter<T>
data
- the data.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |