com.irs.jam
Class PlanRuntimeBranchState
java.lang.Object
|
+--com.irs.jam.PlanRuntimeState
|
+--com.irs.jam.PlanRuntimeBranchState
- All Implemented Interfaces:
- java.io.Serializable
- public class PlanRuntimeBranchState
- extends PlanRuntimeState
- implements java.io.Serializable
Represents the runtime state of branch constructs
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_activeBranchNum
protected int _activeBranchNum
PlanRuntimeBranchState
public PlanRuntimeBranchState(PlanBranchConstruct be)
getActiveBranchNum
public int getActiveBranchNum()
execute
public int execute(Binding b,
Goal thisGoal,
Goal prevGoal)
- Execute something in one of the branches
- Overrides:
execute
in class PlanRuntimeState
setActiveBranchNum
public void setActiveBranchNum(int n)