Printing of the state constraints in the context automaton
This commit is contained in:
2
types.hh
2
types.hh
@@ -56,9 +56,11 @@ typedef std::vector<ReactionCond> ReactionConds;
|
||||
typedef std::map<Entity, ReactionConds> DecompReactions;
|
||||
typedef std::vector<int> StateEntityToAction;
|
||||
|
||||
class StateConstr;
|
||||
struct CtxAutTransition {
|
||||
State src_state;
|
||||
EntitiesForProc ctx;
|
||||
StateConstr *state_constr;
|
||||
State dst_state;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user