public class TulipaState extends KahinaState
consoleLines, consoleMessages, kahina, matchCountByBreakpoint, warnThresholdByBreakpoint
Constructor and Description |
---|
TulipaState(TulipaInstance kahina) |
Modifier and Type | Method and Description |
---|---|
TulipaStep |
get(int id)
Shortcut for quick access to step data; should be overriden in the obvios way for custom step types.
|
KahinaDAG |
getDAG() |
TulipaGrammar |
getGrammar() |
consoleMessage, getConsoleMessages, getLineReferencesForStep, getMatchCountByBreakpoint, getSelectedStepID, getStepCount, getSteps, getWarnThresholdByBreakpoint, initialize, loadSteps, nextStepID, processEvent, processSelection, retrieve, store
public TulipaState(TulipaInstance kahina)
public KahinaDAG getDAG()
public TulipaGrammar getGrammar()
public TulipaStep get(int id)
KahinaState
get
in class KahinaState