|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectUI.Run.GEVAGraphStreamParser
public class GEVAGraphStreamParser
Parse data lines - these are lines containing GRAPH_DATA_BEGIN (Currently (2008y08M11d) "#---Data---"), which marks the start of data, the line immediately following GRAPH_DATA_BEGIN, which is taken as the labels for the data, and then every line that follows that can be split into the same number of parts as the label line, and where all parts are convertable to a double
Nested Class Summary | |
---|---|
class |
GEVAGraphStreamParser.DataStreamParser
|
static class |
GEVAGraphStreamParser.Extension
Extension. |
class |
GEVAGraphStreamParser.LabelStreamParser
|
Field Summary | |
---|---|
static java.lang.String |
EXT_GRAPH
|
Constructor Summary | |
---|---|
GEVAGraphStreamParser()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String EXT_GRAPH
Constructor Detail |
---|
public GEVAGraphStreamParser()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |