1
Uml Process / Triggering events should be avail to all children
« on: December 20, 2006, 12:09:26 am »
The exact same triggering events are repeated in the statechart diagrams in EA Model. For example, I have a "poll" triggering event that is used heavily in my model as a triggering event for transitions in different part of the model. My model is a complicated model with many substate machines and concurrent regions. However, within each substate machine, this "poll" triggering event is created as its own SendSignalAction. This is the SAME event in the system created MULTIPLE times. These should be created ONCE in the parent hierarchy and available to all children substates because the same event is triggering transitions throughout the entire system. The SendSignalActions should also be usable by any state transitions even if it is dragged from a child substate machine into a higher parent substate machine.