public class QTypeState extends LogicProgrammingState
profileconsoleLines, consoleMessages, kahina, matchCountByBreakpoint, warnThresholdByBreakpoint| Constructor and Description |
|---|
QTypeState(QTypeDebuggerInstance kahina) |
| Modifier and Type | Method and Description |
|---|---|
QTypeStep |
get(int id)
Shortcut for quick access to step data; should be overriden in the obvios way for custom step types.
|
KahinaChart |
getChart() |
int |
getEdgeForNode(int nodeID) |
int |
getNodeForEdge(int edgeID) |
void |
initialize() |
void |
linkEdgeToNode(int edgeID,
int nodeID) |
addConsoleLineRefForStep, breakpointConsoleMessage, consoleMessage, consoleMessage, exceptionConsoleMessage, getConsoleLineRefForStep, getFullProfile, getHiddenSteps, getLinkAnchors, getLinkTarget, getSecondaryStepTree, getStepTree, hideStep, linkNodesconsoleMessage, getConsoleMessages, getLineReferencesForStep, getMatchCountByBreakpoint, getSelectedStepID, getStepCount, getSteps, getWarnThresholdByBreakpoint, loadSteps, nextStepID, processEvent, processSelection, retrieve, storepublic QTypeState(QTypeDebuggerInstance kahina)
public void initialize()
initialize in class LogicProgrammingStatepublic KahinaChart getChart()
public void linkEdgeToNode(int edgeID,
int nodeID)
public int getNodeForEdge(int edgeID)
public int getEdgeForNode(int nodeID)
public QTypeStep get(int id)
KahinaStateget in class LogicProgrammingState