Initial RS states vs initial CA states (they are incompatible)
This commit is contained in:
2
rs.hh
2
rs.hh
@@ -75,6 +75,8 @@ class RctSys
|
||||
void ctxAutAddTransition(std::string srcStateName, std::string dstStateName);
|
||||
void ctxAutPushNamedContextEntity(std::string entity_name);
|
||||
|
||||
bool initStatesDefined(void) { return initStates.size() != 0; }
|
||||
|
||||
private:
|
||||
Reactions reactions;
|
||||
EntitiesSets initStates;
|
||||
|
||||
Reference in New Issue
Block a user