Initial RS states vs initial CA states (they are incompatible)

This commit is contained in:
Artur Meski
2018-03-04 19:46:09 +00:00
parent f55d433791
commit 600f5c0daa
3 changed files with 16 additions and 1 deletions

2
rs.hh
View File

@@ -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;