UI.Run
Class GEVAGraphStreamParser

java.lang.Object
  extended by UI.Run.GEVAGraphStreamParser

public class GEVAGraphStreamParser
extends java.lang.Object

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

Author:
eliott bartley

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

EXT_GRAPH

public static final java.lang.String EXT_GRAPH
See Also:
Constant Field Values
Constructor Detail

GEVAGraphStreamParser

public GEVAGraphStreamParser()