With regard to UML specification superstructure i read about
ActionExecutionSpecification and BehaviorExecutionSpecification
With regard to UML specification superstructure i read about
Both ActionExecutionSpecification
and BehaviorExecutionSpecification
are specialization of ExecutionSpecification
. They are used to map respectively to Action
and Behavior
concepts.
Refer to the respective superstructure chapters for more information on UML Action
and Behavior
semantics.