MealyStateMachine
public class StateSpaceContext extends java.lang.Object
Constructor and Description |
---|
StateSpaceContext()
Constructor of the context {< var = value>}
|
Modifier and Type | Method and Description |
---|---|
void |
addSubstitution(VarIdentifier vv,
java.lang.Integer ii)
add a substitution in the current context
|
int |
evalActions(java.util.LinkedList<mAction> acts)
Evaluator of actions (var = val) in the the context {< var = value>}
|
boolean |
evalCond(mCondition cond)
Evaluator of a condition in the the context {< var = value>}
|
java.util.HashMap<VarIdentifier,java.lang.Integer> |
getContext()
get the current context
|
java.lang.String |
toString() |
public StateSpaceContext()
public java.util.HashMap<VarIdentifier,java.lang.Integer> getContext()
public void addSubstitution(VarIdentifier vv, java.lang.Integer ii)
public boolean evalCond(mCondition cond)
public int evalActions(java.util.LinkedList<mAction> acts)
public java.lang.String toString()
toString
in class java.lang.Object