org.kahina.core.bridge
Class KahinaBridge
java.lang.Object
org.kahina.core.bridge.KahinaBridge
- All Implemented Interfaces:
- KahinaListener
- Direct Known Subclasses:
- LogicProgrammingBridge, TulipaBridge
public class KahinaBridge
- extends Object
- implements KahinaListener
policy: bridges may only operate directly on steps, not on complex structures (behaviors for that purpose)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KahinaBridge
public KahinaBridge()
generateStep
protected KahinaStep generateStep()
processEvent
public void processEvent(KahinaEvent e)
- Specified by:
processEvent in interface KahinaListener
processControlEvent
protected void processControlEvent(KahinaControlEvent e)
processSelectionEvent
protected void processSelectionEvent(KahinaSelectionEvent e)
processEvent
protected void processEvent(KahinaTreeMatchEvent e)
processSkipPointMatch
protected void processSkipPointMatch(int nodeID,
KahinaBreakpoint bp)
processCreepPointMatch
protected void processCreepPointMatch(int nodeID,
KahinaBreakpoint bp)
processFailPointMatch
protected void processFailPointMatch(int nodeID,
KahinaBreakpoint bp)
processBreakPointMatch
protected void processBreakPointMatch(int nodeID,
KahinaBreakpoint bp)
processProfilePointMatch
protected void processProfilePointMatch(int nodeID,
KahinaBreakpoint bp)
processSystemEvent
protected void processSystemEvent(KahinaSystemEvent e)
processWarnEvent
protected void processWarnEvent(KahinaWarnEvent e)