UI.Run
Class GEVAGraphStreamParser.LabelStreamParser

java.lang.Object
  extended by UI.Run.GEVAStreamParser<GEVAGraphStreamParser.LabelStreamParser.Event>
      extended by UI.Run.GEVAGraphStreamParser.LabelStreamParser
All Implemented Interfaces:
GEVAStreamReader.Listener
Enclosing class:
GEVAGraphStreamParser

public class GEVAGraphStreamParser.LabelStreamParser
extends GEVAStreamParser<GEVAGraphStreamParser.LabelStreamParser.Event>


Nested Class Summary
 class GEVAGraphStreamParser.LabelStreamParser.Event
           
 
Nested classes/interfaces inherited from class UI.Run.GEVAStreamParser
GEVAStreamParser.Extension, GEVAStreamParser.Line, GEVAStreamParser.LineEvent, GEVAStreamParser.Listener<E>
 
Field Summary
 
Fields inherited from class UI.Run.GEVAStreamParser
ID_ERR_OUT, ID_STD_OUT
 
Constructor Summary
GEVAGraphStreamParser.LabelStreamParser()
           
 
Method Summary
protected  void parseLine(GEVAStreamParser.Line line)
          Parse the line and generate the necessary events by calling fireParserListener.
 
Methods inherited from class UI.Run.GEVAStreamParser
addParserListener, begin, end, fireParserListener, injectLine, injectLine, removeParserListener, streamListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GEVAGraphStreamParser.LabelStreamParser

public GEVAGraphStreamParser.LabelStreamParser()
Method Detail

parseLine

protected void parseLine(GEVAStreamParser.Line line)
Description copied from class: GEVAStreamParser
Parse the line and generate the necessary events by calling fireParserListener. This will not be called for end-of-stream events

Specified by:
parseLine in class GEVAStreamParser<GEVAGraphStreamParser.LabelStreamParser.Event>