Java Reference
In-Depth Information
Table 4-28
Scenario Gateway Mappings
Element
Property
Value
Mapping
Top Node Reference
Containment Feature
Process.elements : Element
Node Mapping
Element
Gateway -> Element
Diagram Node
Node ExclusiveGateway
(BasicDiamond)
Tool
Creation Tool Exclusive
Constraint
Body
gatewayType = GatewayType::XOR
Feature Seq Initializer
Element Class
Gateway -> Element
Feature Value Spec
Body
GatewayType::XOR
Feature
Gateway.gatewayType : GatewayType
Events
Again, we can map each of our Event nodes to their corresponding Event
domain element and add a Constraint and Feature Seq Initializer to
set the eventType and triggerType attributes accordingly. All of the six
Event mappings are done in the same manner, as seen in Table 4-29.
Table 4-29
Scenario Event Mapping
Element
Property
Value
Mapping
Top Node Reference
Containment Feature
Process.elements : Element
Node Mapping
Element
Event -> Element
Diagram Node
Node StartEvent (BasicCircle)
Tool
Creation Tool Start
Constraint
Body
eventType = EventType::START and
triggerType = TriggerType::NONE
Feature Seq Initializer
Element Class
Event -> Element
Feature Value Spec
Body
EventType::NONE
Feature
Event.eventType : EventType
Feature Value Spec
Body
TriggerType::NONE
Feature
Event.triggerType::TriggerType
Search WWH ::




Custom Search