org.kahina.tulipa
Class TulipaState

java.lang.Object
  extended by org.kahina.core.KahinaState
      extended by org.kahina.tulipa.TulipaState
All Implemented Interfaces:
Serializable, KahinaListener

public class TulipaState
extends KahinaState

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kahina.core.KahinaState
consoleLines, consoleMessages, control, matchCountByBreakpoint, warnThresholdByBreakpoint
 
Constructor Summary
TulipaState()
           
 
Method Summary
 TulipaStep get(int id)
           
 KahinaDAG getDAG()
           
 TulipaGrammar getGrammar()
           
 
Methods inherited from class org.kahina.core.KahinaState
consoleMessage, getConsoleMessages, getLineReferencesForStep, getMatchCountByBreakpoint, getSelectedStepID, getStepCount, getSteps, getWarnThresholdByBreakpoint, initialize, loadSteps, nextStepID, processEvent, retrieve, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TulipaState

public TulipaState()
Method Detail

getDAG

public KahinaDAG getDAG()

getGrammar

public TulipaGrammar getGrammar()

get

public TulipaStep get(int id)