Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.5
-
None
-
None
Description
The nice thing about Statecharts is its hierarchical structure. However, it is far too easy to build incomplete models, e.g. use addChild but forget setParent. I notice that some add methods automatically set the parent (opposite relation), and I suggest that this is done consistently throughout the model classes. This also goes for methods like State.setParallel and Parallel(TransitionTarget).setParent.