| <?xml version="1.0" encoding="UTF-8"?> |
| <xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cmof="http://schema.omg.org/spec/MOF/2.0/cmof.xml" xsi:schemaLocation="http://schema.omg.org/spec/MOF/2.0/cmof.xml http://www.eclipse.org/uml2/4.0.0/UML"> |
| <cmof:Package xmi:id="_0" name="SubSuperStructure"> |
| <ownedMember xmi:type="cmof:Package" xmi:id="AuxiliaryConstructs" name="AuxiliaryConstructs"> |
| <ownedMember xmi:type="cmof:Package" xmi:id="AuxiliaryConstructs-Templates" name="Templates"> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_nFdeAJwSEd-STLWP-FLKew" name="Element" isAbstract="true"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="AuxiliaryConstructs-Templates-TemplateSignature" name="TemplateSignature" superClass="_nFdeAJwSEd-STLWP-FLKew"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateSignature-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateSignature"> |
| <body>A template signature bundles the set of formal template parameters for a templated element.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="AuxiliaryConstructs-Templates-TemplateSignature-own_elements" name="own_elements" constrainedElement="AuxiliaryConstructs-Templates-TemplateSignature" namespace="AuxiliaryConstructs-Templates-TemplateSignature"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateSignature-own_elements-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateSignature-own_elements"> |
| <body>Parameters must own the elements they parameter or those elements must be owned by the element being templated.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="AuxiliaryConstructs-Templates-TemplateSignature-own_elements-_specification"> |
| <language>OCL</language> |
| <body>template.oclContents()->includesAll(parameter.parameteredElement->asSet() - parameter.ownedParameteredElement->asSet())</body> |
| </specification> |
| </ownedRule> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-TemplateSignature-parameter" name="parameter" type="AuxiliaryConstructs-Templates-TemplateParameter" isOrdered="true" upper="*" association="AuxiliaryConstructs-Templates-A_parameter_templateSignature"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateSignature-parameter-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateSignature-parameter"> |
| <body>The ordered set of all formal template parameters for this template signature.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-TemplateSignature-ownedParameter" name="ownedParameter" type="AuxiliaryConstructs-Templates-TemplateParameter" isOrdered="true" lower="0" upper="*" isComposite="true" subsettedProperty="AuxiliaryConstructs-Templates-TemplateSignature-parameter" association="AuxiliaryConstructs-Templates-A_ownedParameter_signature"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateSignature-ownedParameter-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateSignature-ownedParameter"> |
| <body>The formal template parameters that are owned by this template signature.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-TemplateSignature-template" name="template" type="AuxiliaryConstructs-Templates-TemplateableElement" association="AuxiliaryConstructs-Templates-A_ownedTemplateSignature_template"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateSignature-template-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateSignature-template"> |
| <body>The element that owns this template signature.</body> |
| </ownedComment> |
| </ownedAttribute> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="AuxiliaryConstructs-Templates-TemplateParameter" name="TemplateParameter" superClass="_nFdeAJwSEd-STLWP-FLKew"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateParameter-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateParameter"> |
| <body>A template parameter exposes a parameterable element as a formal template parameter of a template.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="AuxiliaryConstructs-Templates-TemplateParameter-must_be_compatible" name="must_be_compatible" constrainedElement="AuxiliaryConstructs-Templates-TemplateParameter" namespace="AuxiliaryConstructs-Templates-TemplateParameter"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateParameter-must_be_compatible-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateParameter-must_be_compatible"> |
| <body>The default must be compatible with the formal template parameter.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="AuxiliaryConstructs-Templates-TemplateParameter-must_be_compatible-_specification"> |
| <language>OCL</language> |
| <body>default->notEmpty() implies default.isCompatibleWith(parameteredElement)</body> |
| </specification> |
| </ownedRule> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-TemplateParameter-signature" name="signature" type="AuxiliaryConstructs-Templates-TemplateSignature" association="AuxiliaryConstructs-Templates-A_ownedParameter_signature"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateParameter-signature-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateParameter-signature"> |
| <body>The template signature that owns this template parameter.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-TemplateParameter-parameteredElement" name="parameteredElement" type="AuxiliaryConstructs-Templates-ParameterableElement" association="AuxiliaryConstructs-Templates-A_parameteredElement_templateParameter"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateParameter-parameteredElement-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateParameter-parameteredElement"> |
| <body>The element exposed by this template parameter.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-TemplateParameter-ownedParameteredElement" name="ownedParameteredElement" type="AuxiliaryConstructs-Templates-ParameterableElement" lower="0" isComposite="true" subsettedProperty="AuxiliaryConstructs-Templates-TemplateParameter-parameteredElement" association="AuxiliaryConstructs-Templates-A_ownedParameteredElement_owningTemplateParameter"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateParameter-ownedParameteredElement-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateParameter-ownedParameteredElement"> |
| <body>The element that is owned by this template parameter.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-TemplateParameter-default" name="default" type="AuxiliaryConstructs-Templates-ParameterableElement" lower="0" association="AuxiliaryConstructs-Templates-A_default_templateParameter"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateParameter-default-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateParameter-default"> |
| <body>The element that is the default for this formal template parameter.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-TemplateParameter-ownedDefault" name="ownedDefault" type="AuxiliaryConstructs-Templates-ParameterableElement" lower="0" isComposite="true" subsettedProperty="AuxiliaryConstructs-Templates-TemplateParameter-default" association="AuxiliaryConstructs-Templates-A_ownedDefault_templateParameter"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateParameter-ownedDefault-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateParameter-ownedDefault"> |
| <body>The element that is owned by this template parameter for the purpose of providing a default.</body> |
| </ownedComment> |
| </ownedAttribute> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="AuxiliaryConstructs-Templates-TemplateBinding" name="TemplateBinding" superClass="_nFdeAJwSEd-STLWP-FLKew"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateBinding-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateBinding"> |
| <body>A template binding represents a relationship between a templateable element and a template. A template binding specifies the substitutions of actual parameters for the formal parameters of the template.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="AuxiliaryConstructs-Templates-TemplateBinding-parameter_substitution_formal" name="parameter_substitution_formal" constrainedElement="AuxiliaryConstructs-Templates-TemplateBinding" namespace="AuxiliaryConstructs-Templates-TemplateBinding"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateBinding-parameter_substitution_formal-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateBinding-parameter_substitution_formal"> |
| <body>Each parameter substitution must refer to a formal template parameter of the target template signature.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="AuxiliaryConstructs-Templates-TemplateBinding-parameter_substitution_formal-_specification"> |
| <language>OCL</language> |
| <body>parameterSubstitution->forAll(b | signature.parameter->includes(b.formal))</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="AuxiliaryConstructs-Templates-TemplateBinding-one_parameter_substitution" name="one_parameter_substitution" constrainedElement="AuxiliaryConstructs-Templates-TemplateBinding" namespace="AuxiliaryConstructs-Templates-TemplateBinding"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateBinding-one_parameter_substitution-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateBinding-one_parameter_substitution"> |
| <body>A binding contains at most one parameter substitution for each formal template parameter of the target template signature.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="AuxiliaryConstructs-Templates-TemplateBinding-one_parameter_substitution-_specification"> |
| <language>OCL</language> |
| <body>signature.parameter->forAll(p | parameterSubstitution->select(b | b.formal = p)->size() <= 1)</body> |
| </specification> |
| </ownedRule> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-TemplateBinding-boundElement" name="boundElement" type="AuxiliaryConstructs-Templates-TemplateableElement" association="AuxiliaryConstructs-Templates-A_templateBinding_boundElement"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateBinding-boundElement-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateBinding-boundElement"> |
| <body>The element that is bound by this binding.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-TemplateBinding-signature" name="signature" type="AuxiliaryConstructs-Templates-TemplateSignature" association="AuxiliaryConstructs-Templates-A_signature_templateBinding"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateBinding-signature-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateBinding-signature"> |
| <body>The template signature for the template that is the target of the binding.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-TemplateBinding-parameterSubstitution" name="parameterSubstitution" type="AuxiliaryConstructs-Templates-TemplateParameterSubstitution" lower="0" upper="*" isComposite="true" association="AuxiliaryConstructs-Templates-A_parameterSubstitution_templateBinding"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateBinding-parameterSubstitution-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateBinding-parameterSubstitution"> |
| <body>The parameter substitutions owned by this template binding.</body> |
| </ownedComment> |
| </ownedAttribute> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="AuxiliaryConstructs-Templates-TemplateParameterSubstitution" name="TemplateParameterSubstitution" superClass="_nFdeAJwSEd-STLWP-FLKew"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateParameterSubstitution"> |
| <body>A template parameter substitution relates the actual parameter to a formal template parameter as part of a template binding.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-must_be_compatible" name="must_be_compatible" constrainedElement="AuxiliaryConstructs-Templates-TemplateParameterSubstitution" namespace="AuxiliaryConstructs-Templates-TemplateParameterSubstitution"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-must_be_compatible-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-must_be_compatible"> |
| <body>The actual parameter must be compatible with the formal template parameter, e.g. the actual parameter for a class template parameter must be a class.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-must_be_compatible-_specification"> |
| <language>OCL</language> |
| <body>actual->forAll(a | a.isCompatibleWith(formal.parameteredElement))</body> |
| </specification> |
| </ownedRule> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-formal" name="formal" type="AuxiliaryConstructs-Templates-TemplateParameter" association="AuxiliaryConstructs-Templates-A_formal_templateParameterSubstitution"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-formal-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-formal"> |
| <body>The formal template parameter that is associated with this substitution.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-templateBinding" name="templateBinding" type="AuxiliaryConstructs-Templates-TemplateBinding" association="AuxiliaryConstructs-Templates-A_parameterSubstitution_templateBinding"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-templateBinding-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-templateBinding"> |
| <body>The optional bindings from this element to templates.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-actual" name="actual" type="AuxiliaryConstructs-Templates-ParameterableElement" association="AuxiliaryConstructs-Templates-A_actual_templateParameterSubstitution"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-actual-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-actual"> |
| <body>The element that is the actual parameter for this substitution.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-ownedActual" name="ownedActual" type="AuxiliaryConstructs-Templates-ParameterableElement" lower="0" isComposite="true" subsettedProperty="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-actual" association="AuxiliaryConstructs-Templates-A_ownedActual_templateParameterSubstitution"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-ownedActual-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-ownedActual"> |
| <body>The actual parameter that is owned by this substitution.</body> |
| </ownedComment> |
| </ownedAttribute> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="AuxiliaryConstructs-Templates-TemplateableElement" name="TemplateableElement" isAbstract="true" superClass="_nFdeAJwSEd-STLWP-FLKew"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateableElement-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateableElement"> |
| <body>A templateable element is an element that can optionally be defined as a template and bound to other templates.</body> |
| </ownedComment> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-TemplateableElement-templateBinding" name="templateBinding" type="AuxiliaryConstructs-Templates-TemplateBinding" lower="0" upper="*" isComposite="true" association="AuxiliaryConstructs-Templates-A_templateBinding_boundElement"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateableElement-templateBinding-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateableElement-templateBinding"> |
| <body>The optional bindings from this element to templates.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-TemplateableElement-ownedTemplateSignature" name="ownedTemplateSignature" type="AuxiliaryConstructs-Templates-TemplateSignature" lower="0" isComposite="true" association="AuxiliaryConstructs-Templates-A_ownedTemplateSignature_template"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateableElement-ownedTemplateSignature-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateableElement-ownedTemplateSignature"> |
| <body>The optional template signature specifying the formal template parameters.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedOperation xmi:type="cmof:Operation" xmi:id="AuxiliaryConstructs-Templates-TemplateableElement-parameterableElements" name="parameterableElements" bodyCondition="AuxiliaryConstructs-Templates-TemplateableElement-parameterableElements-spec" class="AuxiliaryConstructs-Templates-TemplateableElement" isQuery="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateableElement-parameterableElements-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateableElement-parameterableElements"> |
| <body>The query parameterableElements() returns the set of elements that may be used as the parametered elements for a template parameter of this templateable element. By default, this set includes all the owned elements. Subclasses may override this operation if they choose to restrict the set of parameterable elements.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="AuxiliaryConstructs-Templates-TemplateableElement-parameterableElements-spec" name="spec" constrainedElement="AuxiliaryConstructs-Templates-TemplateableElement-parameterableElements" namespace="AuxiliaryConstructs-Templates-TemplateableElement-parameterableElements"> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="AuxiliaryConstructs-Templates-TemplateableElement-parameterableElements-spec-_specification"> |
| <language>OCL</language> |
| <body>allOwnedElements()->select(oclIsKindOf(ParameterableElement))</body> |
| </specification> |
| </ownedRule> |
| <ownedParameter xmi:type="cmof:Parameter" xmi:id="AuxiliaryConstructs-Templates-TemplateableElement-parameterableElements-_ownedParameter.0" type="AuxiliaryConstructs-Templates-ParameterableElement" lower="0" upper="*" direction="return"/> |
| </ownedOperation> |
| <ownedOperation xmi:type="cmof:Operation" xmi:id="AuxiliaryConstructs-Templates-TemplateableElement-isTemplate" name="isTemplate" bodyCondition="AuxiliaryConstructs-Templates-TemplateableElement-isTemplate-spec" class="AuxiliaryConstructs-Templates-TemplateableElement" isQuery="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-TemplateableElement-isTemplate-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-TemplateableElement-isTemplate"> |
| <body>The query isTemplate() returns whether this templateable element is actually a template.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="AuxiliaryConstructs-Templates-TemplateableElement-isTemplate-spec" name="spec" constrainedElement="AuxiliaryConstructs-Templates-TemplateableElement-isTemplate" namespace="AuxiliaryConstructs-Templates-TemplateableElement-isTemplate"> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="AuxiliaryConstructs-Templates-TemplateableElement-isTemplate-spec-_specification"> |
| <language>OCL</language> |
| <body>ownedTemplateSignature->notEmpty()</body> |
| </specification> |
| </ownedRule> |
| <ownedParameter xmi:type="cmof:Parameter" xmi:id="AuxiliaryConstructs-Templates-TemplateableElement-isTemplate-_ownedParameter.0" direction="return"> |
| <type xmi:type="cmof:PrimitiveType" href="Infrastructure.cmof#Core-PrimitiveTypes-Boolean"/> |
| </ownedParameter> |
| </ownedOperation> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="AuxiliaryConstructs-Templates-ParameterableElement" name="ParameterableElement" isAbstract="true" superClass="_nFdeAJwSEd-STLWP-FLKew"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-ParameterableElement-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-ParameterableElement"> |
| <body>A parameterable element is an element that can be exposed as a formal template parameter for a template, or specified as an actual parameter in a binding of a template.</body> |
| </ownedComment> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-ParameterableElement-templateParameter" name="templateParameter" type="AuxiliaryConstructs-Templates-TemplateParameter" lower="0" association="AuxiliaryConstructs-Templates-A_parameteredElement_templateParameter"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-ParameterableElement-templateParameter-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-ParameterableElement-templateParameter"> |
| <body>The template parameter that exposes this element as a formal parameter.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-ParameterableElement-owningTemplateParameter" name="owningTemplateParameter" type="AuxiliaryConstructs-Templates-TemplateParameter" lower="0" subsettedProperty="AuxiliaryConstructs-Templates-ParameterableElement-templateParameter" association="AuxiliaryConstructs-Templates-A_ownedParameteredElement_owningTemplateParameter"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-ParameterableElement-owningTemplateParameter-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-ParameterableElement-owningTemplateParameter"> |
| <body>The formal template parameter that owns this element.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedOperation xmi:type="cmof:Operation" xmi:id="AuxiliaryConstructs-Templates-ParameterableElement-isTemplateParameter" name="isTemplateParameter" bodyCondition="AuxiliaryConstructs-Templates-ParameterableElement-isTemplateParameter-spec" class="AuxiliaryConstructs-Templates-ParameterableElement" isQuery="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-ParameterableElement-isTemplateParameter-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-ParameterableElement-isTemplateParameter"> |
| <body>The query isTemplateParameter() determines if this parameterable element is exposed as a formal template parameter.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="AuxiliaryConstructs-Templates-ParameterableElement-isTemplateParameter-spec" name="spec" constrainedElement="AuxiliaryConstructs-Templates-ParameterableElement-isTemplateParameter" namespace="AuxiliaryConstructs-Templates-ParameterableElement-isTemplateParameter"> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="AuxiliaryConstructs-Templates-ParameterableElement-isTemplateParameter-spec-_specification"> |
| <language>OCL</language> |
| <body>templateParameter->notEmpty()</body> |
| </specification> |
| </ownedRule> |
| <ownedParameter xmi:type="cmof:Parameter" xmi:id="AuxiliaryConstructs-Templates-ParameterableElement-isTemplateParameter-_ownedParameter.0" direction="return"> |
| <type xmi:type="cmof:PrimitiveType" href="Infrastructure.cmof#Core-PrimitiveTypes-Boolean"/> |
| </ownedParameter> |
| </ownedOperation> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="AuxiliaryConstructs-Templates-Property" name="Property" superClass="AuxiliaryConstructs-Templates-ParameterableElement"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-Property-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-Property"> |
| <body>Property specializes ParameterableElement to specify that a property can be exposed as a formal template parameter, and provided as an actual parameter in a binding of a template.</body> |
| </ownedComment> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="AuxiliaryConstructs-Templates-ValueSpecification" name="ValueSpecification" isAbstract="true" superClass="AuxiliaryConstructs-Templates-ParameterableElement"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-ValueSpecification-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-ValueSpecification"> |
| <body>ValueSpecification specializes ParameterableElement to specify that a value specification can be exposed as a formal template parameter, and provided as an actual parameter in a binding of a template.</body> |
| </ownedComment> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="AuxiliaryConstructs-Templates-Operation" name="Operation" superClass="AuxiliaryConstructs-Templates-ParameterableElement AuxiliaryConstructs-Templates-TemplateableElement"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-Operation-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-Operation"> |
| <body>Operation specializes TemplateableElement in order to support specification of template operations and bound operations. Operation specializes ParameterableElement to specify that an operation can be exposed as a formal template parameter, and provided as an actual parameter in a binding of a template.</body> |
| </ownedComment> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-Operation-templateParameter" name="templateParameter" type="AuxiliaryConstructs-Templates-OperationTemplateParameter" lower="0" redefinedProperty="AuxiliaryConstructs-Templates-ParameterableElement-templateParameter" association="AuxiliaryConstructs-Templates-A_operation_templateParameter_parameteredElement"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-Operation-templateParameter-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-Operation-templateParameter"> |
| <body>The template parameter that exposes this element as a formal parameter.</body> |
| </ownedComment> |
| </ownedAttribute> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="AuxiliaryConstructs-Templates-OperationTemplateParameter" name="OperationTemplateParameter" superClass="AuxiliaryConstructs-Templates-TemplateParameter"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-OperationTemplateParameter-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-OperationTemplateParameter"> |
| <body>An operation template parameter exposes an operation as a formal parameter for a template.</body> |
| </ownedComment> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-OperationTemplateParameter-parameteredElement" name="parameteredElement" type="AuxiliaryConstructs-Templates-Operation" redefinedProperty="AuxiliaryConstructs-Templates-TemplateParameter-parameteredElement" association="AuxiliaryConstructs-Templates-A_operation_templateParameter_parameteredElement"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-OperationTemplateParameter-parameteredElement-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-OperationTemplateParameter-parameteredElement"> |
| <body>The operation for this template parameter.</body> |
| </ownedComment> |
| </ownedAttribute> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="AuxiliaryConstructs-Templates-PackageableElement" name="PackageableElement" isAbstract="true" superClass="AuxiliaryConstructs-Templates-ParameterableElement"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-PackageableElement-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-PackageableElement"> |
| <body>Packageable elements are able to serve as a template parameter.</body> |
| </ownedComment> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="AuxiliaryConstructs-Templates-Classifier" name="Type" isAbstract="true" superClass="AuxiliaryConstructs-Templates-TemplateableElement AuxiliaryConstructs-Templates-ParameterableElement"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-Classifier-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-Classifier"> |
| <body>Type is defined to be a kind of templateable element so that a type can be parameterized. It is also defined to be a kind of parameterable element so that a type can be a formal template parameter.</body> |
| </ownedComment> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-Classifier-templateParameter" name="templateParameter" type="AuxiliaryConstructs-Templates-ClassifierTemplateParameter" lower="0" redefinedProperty="AuxiliaryConstructs-Templates-ParameterableElement-templateParameter" association="AuxiliaryConstructs-Templates-A_classifier_templateParameter_parameteredElement"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-Classifier-templateParameter-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-Classifier-templateParameter"> |
| <body>The template parameter that exposes this element as a formal parameter.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedOperation xmi:type="cmof:Operation" xmi:id="AuxiliaryConstructs-Templates-Classifier-isTemplate" name="isTemplate" bodyCondition="AuxiliaryConstructs-Templates-Classifier-isTemplate-spec" class="AuxiliaryConstructs-Templates-Classifier" isQuery="true" redefinedOperation="AuxiliaryConstructs-Templates-TemplateableElement-isTemplate"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-Classifier-isTemplate-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-Classifier-isTemplate"> |
| <body>The query isTemplate() returns whether this templateable element is actually a template.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="AuxiliaryConstructs-Templates-Classifier-isTemplate-spec" name="spec" constrainedElement="AuxiliaryConstructs-Templates-Classifier-isTemplate" namespace="AuxiliaryConstructs-Templates-Classifier-isTemplate"> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="AuxiliaryConstructs-Templates-Classifier-isTemplate-spec-_specification"> |
| <language>OCL</language> |
| <body>oclAsType(TemplatableElement).isTemplate() or general->exists(g | g.isTemplate())</body> |
| </specification> |
| </ownedRule> |
| <ownedParameter xmi:type="cmof:Parameter" xmi:id="AuxiliaryConstructs-Templates-Classifier-isTemplate-_ownedParameter.0" direction="return"> |
| <type xmi:type="cmof:PrimitiveType" href="Infrastructure.cmof#Core-PrimitiveTypes-Boolean"/> |
| </ownedParameter> |
| </ownedOperation> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="AuxiliaryConstructs-Templates-ClassifierTemplateParameter" name="TypeTemplateParameter" superClass="AuxiliaryConstructs-Templates-TemplateParameter"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-ClassifierTemplateParameter-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-ClassifierTemplateParameter"> |
| <body>A type template parameter exposes a type as a formal template parameter.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="AuxiliaryConstructs-Templates-ClassifierTemplateParameter-has_constraining_classifier" name="has_constraining_type" constrainedElement="AuxiliaryConstructs-Templates-ClassifierTemplateParameter" namespace="AuxiliaryConstructs-Templates-ClassifierTemplateParameter"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-ClassifierTemplateParameter-has_constraining_classifier-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-ClassifierTemplateParameter-has_constraining_classifier"> |
| <body>If "allowSubstitutable" is true, then there must be a constrainingType.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="AuxiliaryConstructs-Templates-ClassifierTemplateParameter-has_constraining_classifier-_specification"> |
| <language>OCL</language> |
| <body>allowSubstitutable implies constrainingType->notEmpty()</body> |
| </specification> |
| </ownedRule> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-ClassifierTemplateParameter-allowSubstitutable" name="allowSubstitutable" default="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-ClassifierTemplateParameter-allowSubstitutable-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-ClassifierTemplateParameter-allowSubstitutable"> |
| <body>Constrains the required relationship between an actual parameter and the parameteredElement for this formal parameter.</body> |
| </ownedComment> |
| <type xmi:type="cmof:PrimitiveType" href="Infrastructure.cmof#Core-PrimitiveTypes-Boolean"/> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-ClassifierTemplateParameter-parameteredElement" name="parameteredElement" type="AuxiliaryConstructs-Templates-Classifier" redefinedProperty="AuxiliaryConstructs-Templates-TemplateParameter-parameteredElement" association="AuxiliaryConstructs-Templates-A_classifier_templateParameter_parameteredElement"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-ClassifierTemplateParameter-parameteredElement-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-ClassifierTemplateParameter-parameteredElement"> |
| <body>The parameterable classifier for this template parameter.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-ClassifierTemplateParameter-constrainingType" name="constrainingType" type="AuxiliaryConstructs-Templates-Classifier" lower="0" upper="*" association="AuxiliaryConstructs-Templates-A_constrainingType_classifierTemplateParameter"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-ClassifierTemplateParameter-constrainingType-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-ClassifierTemplateParameter-constrainingType"> |
| <body>The classifiers that constrain the argument that can be used for the parameter. If the allowSubstitutable attribute is true, then any classifier that is compatible with this constraining classifier can be substituted; otherwise, it must be either this classifier or one of its subclasses. If this property is empty, there are no constraints on the classifier that can be used as an argument.</body> |
| </ownedComment> |
| </ownedAttribute> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="AuxiliaryConstructs-Templates-Package" name="Package" superClass="AuxiliaryConstructs-Templates-TemplateableElement"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="AuxiliaryConstructs-Templates-Package-_ownedComment.0" annotatedElement="AuxiliaryConstructs-Templates-Package"> |
| <body>Package specializes TemplateableElement and PackageableElement specializes ParameterableElement to specify that a package can be used as a template and a PackageableElement as a template parameter.</body> |
| </ownedComment> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="AuxiliaryConstructs-Templates-A_parameter_templateSignature" name="A_parameter_templateSignature" memberEnd="AuxiliaryConstructs-Templates-TemplateSignature-parameter AuxiliaryConstructs-Templates-A_parameter_templateSignature-templateSignature"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-A_parameter_templateSignature-templateSignature" name="templateSignature" type="AuxiliaryConstructs-Templates-TemplateSignature" lower="0" upper="*" owningAssociation="AuxiliaryConstructs-Templates-A_parameter_templateSignature" association="AuxiliaryConstructs-Templates-A_parameter_templateSignature"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="AuxiliaryConstructs-Templates-A_ownedParameter_signature" name="A_ownedParameter_signature" memberEnd="AuxiliaryConstructs-Templates-TemplateSignature-ownedParameter AuxiliaryConstructs-Templates-TemplateParameter-signature"/> |
| <ownedMember xmi:type="cmof:Association" xmi:id="AuxiliaryConstructs-Templates-A_templateBinding_boundElement" name="A_templateBinding_boundElement" memberEnd="AuxiliaryConstructs-Templates-TemplateableElement-templateBinding AuxiliaryConstructs-Templates-TemplateBinding-boundElement"/> |
| <ownedMember xmi:type="cmof:Association" xmi:id="AuxiliaryConstructs-Templates-A_formal_templateParameterSubstitution" name="A_formal_templateParameterSubstitution" memberEnd="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-formal AuxiliaryConstructs-Templates-A_formal_templateParameterSubstitution-templateParameterSubstitution"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-A_formal_templateParameterSubstitution-templateParameterSubstitution" name="templateParameterSubstitution" type="AuxiliaryConstructs-Templates-TemplateParameterSubstitution" lower="0" upper="*" owningAssociation="AuxiliaryConstructs-Templates-A_formal_templateParameterSubstitution" association="AuxiliaryConstructs-Templates-A_formal_templateParameterSubstitution"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="AuxiliaryConstructs-Templates-A_signature_templateBinding" name="A_signature_templateBinding" memberEnd="AuxiliaryConstructs-Templates-TemplateBinding-signature AuxiliaryConstructs-Templates-A_signature_templateBinding-templateBinding"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-A_signature_templateBinding-templateBinding" name="templateBinding" type="AuxiliaryConstructs-Templates-TemplateBinding" lower="0" upper="*" owningAssociation="AuxiliaryConstructs-Templates-A_signature_templateBinding" association="AuxiliaryConstructs-Templates-A_signature_templateBinding"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="AuxiliaryConstructs-Templates-A_parameterSubstitution_templateBinding" name="A_parameterSubstitution_templateBinding" memberEnd="AuxiliaryConstructs-Templates-TemplateBinding-parameterSubstitution AuxiliaryConstructs-Templates-TemplateParameterSubstitution-templateBinding"/> |
| <ownedMember xmi:type="cmof:Association" xmi:id="AuxiliaryConstructs-Templates-A_actual_templateParameterSubstitution" name="A_actual_templateParameterSubstitution" memberEnd="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-actual AuxiliaryConstructs-Templates-A_actual_templateParameterSubstitution-templateParameterSubstitution"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-A_actual_templateParameterSubstitution-templateParameterSubstitution" name="templateParameterSubstitution" type="AuxiliaryConstructs-Templates-TemplateParameterSubstitution" lower="0" upper="*" owningAssociation="AuxiliaryConstructs-Templates-A_actual_templateParameterSubstitution" association="AuxiliaryConstructs-Templates-A_actual_templateParameterSubstitution"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="AuxiliaryConstructs-Templates-A_parameteredElement_templateParameter" name="A_parameteredElement_templateParameter" memberEnd="AuxiliaryConstructs-Templates-TemplateParameter-parameteredElement AuxiliaryConstructs-Templates-ParameterableElement-templateParameter"/> |
| <ownedMember xmi:type="cmof:Association" xmi:id="AuxiliaryConstructs-Templates-A_ownedTemplateSignature_template" name="A_ownedTemplateSignature_template" memberEnd="AuxiliaryConstructs-Templates-TemplateableElement-ownedTemplateSignature AuxiliaryConstructs-Templates-TemplateSignature-template"/> |
| <ownedMember xmi:type="cmof:Association" xmi:id="AuxiliaryConstructs-Templates-A_ownedParameteredElement_owningTemplateParameter" name="A_ownedParameteredElement_owningTemplateParameter" memberEnd="AuxiliaryConstructs-Templates-TemplateParameter-ownedParameteredElement AuxiliaryConstructs-Templates-ParameterableElement-owningTemplateParameter"/> |
| <ownedMember xmi:type="cmof:Association" xmi:id="AuxiliaryConstructs-Templates-A_default_templateParameter" name="A_default_templateParameter" memberEnd="AuxiliaryConstructs-Templates-TemplateParameter-default AuxiliaryConstructs-Templates-A_default_templateParameter-templateParameter"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-A_default_templateParameter-templateParameter" name="templateParameter" type="AuxiliaryConstructs-Templates-TemplateParameter" lower="0" upper="*" owningAssociation="AuxiliaryConstructs-Templates-A_default_templateParameter" association="AuxiliaryConstructs-Templates-A_default_templateParameter"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="AuxiliaryConstructs-Templates-A_ownedDefault_templateParameter" name="A_ownedDefault_templateParameter" memberEnd="AuxiliaryConstructs-Templates-TemplateParameter-ownedDefault AuxiliaryConstructs-Templates-A_ownedDefault_templateParameter-templateParameter"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-A_ownedDefault_templateParameter-templateParameter" name="templateParameter" type="AuxiliaryConstructs-Templates-TemplateParameter" lower="0" owningAssociation="AuxiliaryConstructs-Templates-A_ownedDefault_templateParameter" association="AuxiliaryConstructs-Templates-A_ownedDefault_templateParameter"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="AuxiliaryConstructs-Templates-A_ownedActual_templateParameterSubstitution" name="A_ownedActual_templateParameterSubstitution" memberEnd="AuxiliaryConstructs-Templates-TemplateParameterSubstitution-ownedActual AuxiliaryConstructs-Templates-A_ownedActual_templateParameterSubstitution-templateParameterSubstitution"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-A_ownedActual_templateParameterSubstitution-templateParameterSubstitution" name="templateParameterSubstitution" type="AuxiliaryConstructs-Templates-TemplateParameterSubstitution" lower="0" owningAssociation="AuxiliaryConstructs-Templates-A_ownedActual_templateParameterSubstitution" association="AuxiliaryConstructs-Templates-A_ownedActual_templateParameterSubstitution"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="AuxiliaryConstructs-Templates-A_classifier_templateParameter_parameteredElement" name="A_type_templateParameter_parameteredElement" memberEnd="AuxiliaryConstructs-Templates-Classifier-templateParameter AuxiliaryConstructs-Templates-ClassifierTemplateParameter-parameteredElement"/> |
| <ownedMember xmi:type="cmof:Association" xmi:id="AuxiliaryConstructs-Templates-A_operation_templateParameter_parameteredElement" name="A_operation_templateParameter_parameteredElement" memberEnd="AuxiliaryConstructs-Templates-Operation-templateParameter AuxiliaryConstructs-Templates-OperationTemplateParameter-parameteredElement"/> |
| <ownedMember xmi:type="cmof:Association" xmi:id="AuxiliaryConstructs-Templates-A_constrainingType_classifierTemplateParameter" name="A_constrainingType_typeTemplateParameter" memberEnd="AuxiliaryConstructs-Templates-ClassifierTemplateParameter-constrainingType AuxiliaryConstructs-Templates-A_constrainingType_classifierTemplateParameter-classifierTemplateParameter"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="AuxiliaryConstructs-Templates-A_constrainingType_classifierTemplateParameter-classifierTemplateParameter" name="typeTemplateParameter" type="AuxiliaryConstructs-Templates-ClassifierTemplateParameter" lower="0" upper="*" owningAssociation="AuxiliaryConstructs-Templates-A_constrainingType_classifierTemplateParameter" association="AuxiliaryConstructs-Templates-A_constrainingType_classifierTemplateParameter"/> |
| </ownedMember> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Package" xmi:id="_sBOM4K5nEd-xTJkHwX_SlQ" name="Constraints"> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_JhArsK5oEd-xTJkHwX_SlQ" name="Constraint" superClass="_MUAiUK5pEd-xTJkHwX_SlQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_JhArsa5oEd-xTJkHwX_SlQ" annotatedElement="_JhArsK5oEd-xTJkHwX_SlQ"> |
| <body>A constraint is a condition or restriction expressed in natural language text or in a machine readable language for the purpose of declaring some of the semantics of an element.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_JhArsq5oEd-xTJkHwX_SlQ" name="not_apply_to_self" constrainedElement="_JhArsK5oEd-xTJkHwX_SlQ" namespace="_JhArsK5oEd-xTJkHwX_SlQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_JhArs65oEd-xTJkHwX_SlQ" annotatedElement="_JhArsq5oEd-xTJkHwX_SlQ"> |
| <body>A constraint cannot be applied to itself.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_JhArtK5oEd-xTJkHwX_SlQ"> |
| <language>OCL</language> |
| <body>not constrainedElement->includes(self)</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_JhArta5oEd-xTJkHwX_SlQ" name="value_specification_boolean" constrainedElement="_JhArsK5oEd-xTJkHwX_SlQ" namespace="_JhArsK5oEd-xTJkHwX_SlQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_JhArtq5oEd-xTJkHwX_SlQ" annotatedElement="_JhArta5oEd-xTJkHwX_SlQ"> |
| <body>The value specification for a constraint must evaluate to a Boolean value.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_JhArt65oEd-xTJkHwX_SlQ"> |
| <language>OCL</language> |
| <body>self.specification.booleanValue().oclIsKindOf(Boolean)</body> |
| </specification> |
| </ownedRule> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_JhArua5oEd-xTJkHwX_SlQ" name="constrainedElement" isOrdered="true" lower="0" upper="*"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_JhAruq5oEd-xTJkHwX_SlQ" annotatedElement="_JhArua5oEd-xTJkHwX_SlQ"> |
| <body>The ordered set of Elements referenced by this Constraint.</body> |
| </ownedComment> |
| <type xmi:type="cmof:Class" href="Infrastructure.cmof#Core-Basic-Element"/> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_JhArva5oEd-xTJkHwX_SlQ" name="specification" type="_SzzFsK5oEd-xTJkHwX_SlQ" isComposite="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_JhArvq5oEd-xTJkHwX_SlQ" annotatedElement="_JhArva5oEd-xTJkHwX_SlQ"> |
| <body>A condition that must be true when evaluated in order for the constraint to be satisfied.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_JhArv65oEd-xTJkHwX_SlQ" name="context" type="_ece4cLKGEeKjjeuHwYguuQ" lower="0" isDerived="true"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_N9Kt8K5oEd-xTJkHwX_SlQ" name="ValueSpecification" isAbstract="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_N9Kt8a5oEd-xTJkHwX_SlQ" annotatedElement="_N9Kt8K5oEd-xTJkHwX_SlQ"> |
| <body>A value specification is the specification of a (possibly empty) set of instances, including both objects and data values.</body> |
| </ownedComment> |
| <ownedOperation xmi:type="cmof:Operation" xmi:id="_N9Kt9K5oEd-xTJkHwX_SlQ" name="isComputable" bodyCondition="_N9Kt9q5oEd-xTJkHwX_SlQ" class="_N9Kt8K5oEd-xTJkHwX_SlQ" isQuery="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_N9Kt9a5oEd-xTJkHwX_SlQ" annotatedElement="_N9Kt9K5oEd-xTJkHwX_SlQ"> |
| <body>The query isComputable() determines whether a value specification can be computed in a model. This operation cannot be fully defined in OCL. A conforming implementation is expected to deliver true for this operation for all value specifications that it can compute, and to compute all of those for which the operation is true. A conforming implementation is expected to be able to compute the value of all literals.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_N9Kt9q5oEd-xTJkHwX_SlQ" name="spec" constrainedElement="_N9Kt9K5oEd-xTJkHwX_SlQ" namespace="_N9Kt9K5oEd-xTJkHwX_SlQ"> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_N9Kt965oEd-xTJkHwX_SlQ"> |
| <language>OCL</language> |
| <body>false</body> |
| </specification> |
| </ownedRule> |
| <ownedParameter xmi:type="cmof:Parameter" xmi:id="_N9Kt-K5oEd-xTJkHwX_SlQ" direction="return"> |
| <type xmi:type="cmof:PrimitiveType" href="Infrastructure.cmof#Core-PrimitiveTypes-Boolean"/> |
| </ownedParameter> |
| </ownedOperation> |
| <ownedOperation xmi:type="cmof:Operation" xmi:id="_N9Kt-a5oEd-xTJkHwX_SlQ" name="integerValue" bodyCondition="_N9Kt-65oEd-xTJkHwX_SlQ" class="_N9Kt8K5oEd-xTJkHwX_SlQ" isQuery="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_N9Kt-q5oEd-xTJkHwX_SlQ" annotatedElement="_N9Kt-a5oEd-xTJkHwX_SlQ"> |
| <body>The query integerValue() gives a single Integer value when one can be computed.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_N9Kt-65oEd-xTJkHwX_SlQ" name="spec" constrainedElement="_N9Kt-a5oEd-xTJkHwX_SlQ" namespace="_N9Kt-a5oEd-xTJkHwX_SlQ"> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_N9Kt_K5oEd-xTJkHwX_SlQ"> |
| <language>OCL</language> |
| <body>Set{}</body> |
| </specification> |
| </ownedRule> |
| <ownedParameter xmi:type="cmof:Parameter" xmi:id="_N9Kt_a5oEd-xTJkHwX_SlQ" direction="return"> |
| <type xmi:type="cmof:PrimitiveType" href="Infrastructure.cmof#Core-PrimitiveTypes-Integer"/> |
| </ownedParameter> |
| </ownedOperation> |
| <ownedOperation xmi:type="cmof:Operation" xmi:id="_N9Kt_q5oEd-xTJkHwX_SlQ" name="booleanValue" bodyCondition="_N9KuAK5oEd-xTJkHwX_SlQ" class="_N9Kt8K5oEd-xTJkHwX_SlQ" isQuery="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_N9Kt_65oEd-xTJkHwX_SlQ" annotatedElement="_N9Kt_q5oEd-xTJkHwX_SlQ"> |
| <body>The query booleanValue() gives a single Boolean value when one can be computed.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_N9KuAK5oEd-xTJkHwX_SlQ" name="spec" constrainedElement="_N9Kt_q5oEd-xTJkHwX_SlQ" namespace="_N9Kt_q5oEd-xTJkHwX_SlQ"> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_N9KuAa5oEd-xTJkHwX_SlQ"> |
| <language>OCL</language> |
| <body>Set{}</body> |
| </specification> |
| </ownedRule> |
| <ownedParameter xmi:type="cmof:Parameter" xmi:id="_N9KuAq5oEd-xTJkHwX_SlQ" direction="return"> |
| <type xmi:type="cmof:PrimitiveType" href="Infrastructure.cmof#Core-PrimitiveTypes-Boolean"/> |
| </ownedParameter> |
| </ownedOperation> |
| <ownedOperation xmi:type="cmof:Operation" xmi:id="_N9KuA65oEd-xTJkHwX_SlQ" name="stringValue" bodyCondition="_N9KuBa5oEd-xTJkHwX_SlQ" class="_N9Kt8K5oEd-xTJkHwX_SlQ" isQuery="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_N9KuBK5oEd-xTJkHwX_SlQ" annotatedElement="_N9KuA65oEd-xTJkHwX_SlQ"> |
| <body>The query stringValue() gives a single String value when one can be computed.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_N9KuBa5oEd-xTJkHwX_SlQ" name="spec" constrainedElement="_N9KuA65oEd-xTJkHwX_SlQ" namespace="_N9KuA65oEd-xTJkHwX_SlQ"> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_N9KuBq5oEd-xTJkHwX_SlQ"> |
| <language>OCL</language> |
| <body>Set{}</body> |
| </specification> |
| </ownedRule> |
| <ownedParameter xmi:type="cmof:Parameter" xmi:id="_N9KuB65oEd-xTJkHwX_SlQ" direction="return"> |
| <type xmi:type="cmof:PrimitiveType" href="Infrastructure.cmof#Core-PrimitiveTypes-String"/> |
| </ownedParameter> |
| </ownedOperation> |
| <ownedOperation xmi:type="cmof:Operation" xmi:id="_N9KuCK5oEd-xTJkHwX_SlQ" name="unlimitedValue" bodyCondition="_N9KuCq5oEd-xTJkHwX_SlQ" class="_N9Kt8K5oEd-xTJkHwX_SlQ" isQuery="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_N9KuCa5oEd-xTJkHwX_SlQ" annotatedElement="_N9KuCK5oEd-xTJkHwX_SlQ"> |
| <body>The query unlimitedValue() gives a single UnlimitedNatural value when one can be computed.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_N9KuCq5oEd-xTJkHwX_SlQ" name="spec" constrainedElement="_N9KuCK5oEd-xTJkHwX_SlQ" namespace="_N9KuCK5oEd-xTJkHwX_SlQ"> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_N9KuC65oEd-xTJkHwX_SlQ"> |
| <language>OCL</language> |
| <body>Set{}</body> |
| </specification> |
| </ownedRule> |
| <ownedParameter xmi:type="cmof:Parameter" xmi:id="_N9KuDK5oEd-xTJkHwX_SlQ" direction="return"> |
| <type xmi:type="cmof:PrimitiveType" href="Infrastructure.cmof#Core-PrimitiveTypes-UnlimitedNatural"/> |
| </ownedParameter> |
| </ownedOperation> |
| <ownedOperation xmi:type="cmof:Operation" xmi:id="_N9KuDa5oEd-xTJkHwX_SlQ" name="isNull" bodyCondition="_N9KuD65oEd-xTJkHwX_SlQ" class="_N9Kt8K5oEd-xTJkHwX_SlQ" isQuery="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_N9KuDq5oEd-xTJkHwX_SlQ" annotatedElement="_N9KuDa5oEd-xTJkHwX_SlQ"> |
| <body>The query isNull() returns true when it can be computed that the value is null.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_N9KuD65oEd-xTJkHwX_SlQ" name="spec" constrainedElement="_N9KuDa5oEd-xTJkHwX_SlQ" namespace="_N9KuDa5oEd-xTJkHwX_SlQ"> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_N9KuEK5oEd-xTJkHwX_SlQ"> |
| <language>OCL</language> |
| <body>false</body> |
| </specification> |
| </ownedRule> |
| <ownedParameter xmi:type="cmof:Parameter" xmi:id="_N9KuEa5oEd-xTJkHwX_SlQ" direction="return"> |
| <type xmi:type="cmof:PrimitiveType" href="Infrastructure.cmof#Core-PrimitiveTypes-Boolean"/> |
| </ownedParameter> |
| </ownedOperation> |
| <superClass xmi:type="cmof:Class" href="Infrastructure.cmof#Core-Basic-TypedElement"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_SzzFsK5oEd-xTJkHwX_SlQ" name="OpaqueExpression" superClass="_N9Kt8K5oEd-xTJkHwX_SlQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_SzzFsa5oEd-xTJkHwX_SlQ" annotatedElement="_SzzFsK5oEd-xTJkHwX_SlQ"> |
| <body>An opaque expression is an uninterpreted textual statement that denotes a (possibly empty) set of values when evaluated in a context.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_SzzFsq5oEd-xTJkHwX_SlQ" name="language_body_size" constrainedElement="_SzzFsK5oEd-xTJkHwX_SlQ" namespace="_SzzFsK5oEd-xTJkHwX_SlQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_SzzFs65oEd-xTJkHwX_SlQ" annotatedElement="_SzzFsq5oEd-xTJkHwX_SlQ"> |
| <body>If the language attribute is not empty, then the size of the body and language arrays must be the same.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_SzzFtK5oEd-xTJkHwX_SlQ"> |
| <language>OCL</language> |
| <body>language->notEmpty() implies (body->size() = language->size())</body> |
| </specification> |
| </ownedRule> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_SzzFtq5oEd-xTJkHwX_SlQ" name="body" isOrdered="true" isUnique="false" lower="0" upper="*" isComposite="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_SzzFt65oEd-xTJkHwX_SlQ" annotatedElement="_SzzFtq5oEd-xTJkHwX_SlQ"> |
| <body>The text of the expression, possibly in multiple languages.</body> |
| </ownedComment> |
| <type xmi:type="cmof:PrimitiveType" href="Infrastructure.cmof#Core-PrimitiveTypes-String"/> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_SzzFuq5oEd-xTJkHwX_SlQ" name="language" isOrdered="true" lower="0" upper="*" isComposite="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_SzzFu65oEd-xTJkHwX_SlQ" annotatedElement="_SzzFuq5oEd-xTJkHwX_SlQ"> |
| <body>Specifies the languages in which the expression is stated. The interpretation of the expression body depends on the languages. If the languages are unspecified, they might be implicit from the expression body or the context. Languages are matched to body strings by order.</body> |
| </ownedComment> |
| <type xmi:type="cmof:PrimitiveType" href="Infrastructure.cmof#Core-PrimitiveTypes-String"/> |
| </ownedAttribute> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_MUAiUK5pEd-xTJkHwX_SlQ" name="NamedElement" isAbstract="true"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_ece4cLKGEeKjjeuHwYguuQ" name="Namespace" isAbstract="true"> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_FR6McbB1Ed-sntd82PWy7Q" name="ownedRule" type="_JhArsK5oEd-xTJkHwX_SlQ" isOrdered="true" lower="0" upper="*" isComposite="true"/> |
| </ownedMember> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Package" xmi:id="_97IzMLB0Ed-sntd82PWy7Q" name="Namespaces"> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_97IzMbB0Ed-sntd82PWy7Q" name="Class" superClass="_97IzQrB0Ed-sntd82PWy7Q"> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_ygH8IPVREeK4b-GfCh5JXA" name="nestedType" type="_97IzMbB0Ed-sntd82PWy7Q" lower="0" upper="*" isComposite="true"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_97JaTbB0Ed-sntd82PWy7Q" name="NamedElement" isAbstract="true"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_97IzQrB0Ed-sntd82PWy7Q" name="Namespace" isAbstract="true" superClass="_97JaTbB0Ed-sntd82PWy7Q"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_dupBELB1Ed-sntd82PWy7Q" name="Operation" superClass="_97IzQrB0Ed-sntd82PWy7Q"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_97IzY7B0Ed-sntd82PWy7Q" name="Package" superClass="_97IzQrB0Ed-sntd82PWy7Q"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Package" xmi:id="_0lPd4Mf5Ed-sJIf4tYBt-g" name="States"> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_39jdgMf5Ed-sJIf4tYBt-g" name="NamedElement" isAbstract="true"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_vAUZkEebEeKdl-y5nJoJpQ" name="StateMachine" superClass="_CO_y8EeyEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_vAUZkUebEeKdl-y5nJoJpQ" annotatedElement="_vAUZkEebEeKdl-y5nJoJpQ"> |
| <body>State machines can be used to express the behavior of part of a system. Behavior is modeled as a traversal of a graph of state nodes interconnected by one or more joined transition arcs that are triggered by the dispatching of series of (event) occurrences. During this traversal, the state machine executes a series of activities associated with various elements of the state machine.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_vAUZkkebEeKdl-y5nJoJpQ" name="classifier_context" constrainedElement="_vAUZkEebEeKdl-y5nJoJpQ" namespace="_vAUZkEebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_vAUZk0ebEeKdl-y5nJoJpQ" annotatedElement="_vAUZkkebEeKdl-y5nJoJpQ"> |
| <body>The classifier context of a state machine cannot be an interface.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_vAUZlEebEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>context->notEmpty() implies not context.oclIsKindOf(Interface)</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_vAUZlUebEeKdl-y5nJoJpQ" name="context_classifier" constrainedElement="_vAUZkEebEeKdl-y5nJoJpQ" namespace="_vAUZkEebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_vAUZlkebEeKdl-y5nJoJpQ" annotatedElement="_vAUZlUebEeKdl-y5nJoJpQ"> |
| <body>The context classifier of the method state machine of a behavioral feature must be the classifier that owns the behavioral feature.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_vAUZl0ebEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>specification->notEmpty() implies (context->notEmpty() and specification->featuringClassifier->exists (c | c = context))</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_vAUZmEebEeKdl-y5nJoJpQ" name="connection_points" constrainedElement="_vAUZkEebEeKdl-y5nJoJpQ" namespace="_vAUZkEebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_vAUZmUebEeKdl-y5nJoJpQ" annotatedElement="_vAUZmEebEeKdl-y5nJoJpQ"> |
| <body>The connection points of a state machine are pseudostates of kind entry point or exit point.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_vAUZmkebEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>conectionPoint->forAll (c | c.kind = #entryPoint or c.kind = #exitPoint)</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_vAUZm0ebEeKdl-y5nJoJpQ" name="method" constrainedElement="_vAUZkEebEeKdl-y5nJoJpQ" namespace="_vAUZkEebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_vAUZnEebEeKdl-y5nJoJpQ" annotatedElement="_vAUZm0ebEeKdl-y5nJoJpQ"> |
| <body>A state machine as the method for a behavioral feature cannot have entry/exit connection points.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_vAUZnUebEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>specification->notEmpty() implies connectionPoint->isEmpty()</body> |
| </specification> |
| </ownedRule> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_vAUZn0ebEeKdl-y5nJoJpQ" name="region" type="_Et-4o0efEeKdl-y5nJoJpQ" upper="*" isComposite="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_vAUZoEebEeKdl-y5nJoJpQ" annotatedElement="_vAUZn0ebEeKdl-y5nJoJpQ"> |
| <body>The regions owned directly by the state machine.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_vAUZo0ebEeKdl-y5nJoJpQ" name="connectionPoint" type="_Et-RcEefEeKdl-y5nJoJpQ" lower="0" upper="*" isComposite="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_vAUZpEebEeKdl-y5nJoJpQ" annotatedElement="_vAUZo0ebEeKdl-y5nJoJpQ"> |
| <body>The connection points defined for this state machine. They represent the interface of the state machine when used as part of submachine state.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_vAUZp0ebEeKdl-y5nJoJpQ" name="extendedStateMachine" type="_vAUZkEebEeKdl-y5nJoJpQ" lower="0" upper="*"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_vAUZqEebEeKdl-y5nJoJpQ" annotatedElement="_vAUZp0ebEeKdl-y5nJoJpQ"> |
| <body>The state machines of which this is an extension.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_vAUZq0ebEeKdl-y5nJoJpQ" name="submachineState" type="_DKDnoEefEeKdl-y5nJoJpQ" lower="0" upper="*" association="_9FFU1EebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_vAUZrEebEeKdl-y5nJoJpQ" annotatedElement="_vAUZq0ebEeKdl-y5nJoJpQ"> |
| <body>References the submachine(s) in case of a submachine state. Multiple machines are referenced in case of a concurrent state.</body> |
| </ownedComment> |
| </ownedAttribute> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_DKDnoEefEeKdl-y5nJoJpQ" name="State" superClass="_Et9qYEefEeKdl-y5nJoJpQ _JofBoEe1EeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDnoUefEeKdl-y5nJoJpQ" annotatedElement="_DKDnoEefEeKdl-y5nJoJpQ"> |
| <body>A state models a situation during which some (usually implicit) invariant condition holds.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_DKDnokefEeKdl-y5nJoJpQ" name="submachine_states" constrainedElement="_DKDnoEefEeKdl-y5nJoJpQ" namespace="_DKDnoEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDno0efEeKdl-y5nJoJpQ" annotatedElement="_DKDnokefEeKdl-y5nJoJpQ"> |
| <body>Only submachine states can have connection point references.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_DKDnpEefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>isSubmachineState implies connection->notEmpty ( )</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_DKDnpUefEeKdl-y5nJoJpQ" name="destinations_or_sources_of_transitions" constrainedElement="_DKDnoEefEeKdl-y5nJoJpQ" namespace="_DKDnoEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDnpkefEeKdl-y5nJoJpQ" annotatedElement="_DKDnpUefEeKdl-y5nJoJpQ"> |
| <body>The connection point references used as destinations/sources of transitions associated with a submachine state must be defined as entry/exit points in the submachine state machine.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_DKDnp0efEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>self.isSubmachineState implies (self.connection->forAll (cp |
|
| cp.entry->forAll (p | p.statemachine = self.submachine) and
|
| cp.exit->forAll (p | p.statemachine = self.submachine)))</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_DKDnqEefEeKdl-y5nJoJpQ" name="submachine_or_regions" constrainedElement="_DKDnoEefEeKdl-y5nJoJpQ" namespace="_DKDnoEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDnqUefEeKdl-y5nJoJpQ" annotatedElement="_DKDnqEefEeKdl-y5nJoJpQ"> |
| <body>A state is not allowed to have both a submachine and regions.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_DKDnqkefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>isComposite implies not isSubmachineState</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_DKDnq0efEeKdl-y5nJoJpQ" name="composite_states" constrainedElement="_DKDnoEefEeKdl-y5nJoJpQ" namespace="_DKDnoEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDnrEefEeKdl-y5nJoJpQ" annotatedElement="_DKDnq0efEeKdl-y5nJoJpQ"> |
| <body>Only composite states can have entry or exit pseudostates defined.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_DKDnrUefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>connectionPoint->notEmpty() implies isComoposite</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_DKDnrkefEeKdl-y5nJoJpQ" name="entry_or_exit" constrainedElement="_DKDnoEefEeKdl-y5nJoJpQ" namespace="_DKDnoEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDnr0efEeKdl-y5nJoJpQ" annotatedElement="_DKDnrkefEeKdl-y5nJoJpQ"> |
| <body>Only entry or exit pseudostates can serve as connection points.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_DKDnsEefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>connectionPoint->forAll(cp|cp.kind = #entry or cp.kind = #exit)</body> |
| </specification> |
| </ownedRule> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_DKDntEefEeKdl-y5nJoJpQ" name="isComposite" type="_lg9w8EegEeKdl-y5nJoJpQ" default="false" isDerived="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDntUefEeKdl-y5nJoJpQ" annotatedElement="_DKDntEefEeKdl-y5nJoJpQ"> |
| <body>A state with isComposite=true is said to be a composite state. A composite state is a state that contains at least one region.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_DKDnt0efEeKdl-y5nJoJpQ" name="isOrthogonal" type="_lg9w8EegEeKdl-y5nJoJpQ" default="false" isDerived="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDnuEefEeKdl-y5nJoJpQ" annotatedElement="_DKDnt0efEeKdl-y5nJoJpQ"> |
| <body>A state with isOrthogonal=true is said to be an orthogonal composite state. An orthogonal composite state contains two or more regions.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_DKDnukefEeKdl-y5nJoJpQ" name="isSimple" type="_lg9w8EegEeKdl-y5nJoJpQ" default="true" isDerived="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDnu0efEeKdl-y5nJoJpQ" annotatedElement="_DKDnukefEeKdl-y5nJoJpQ"> |
| <body>A state with isSimple=true is said to be a simple state. A simple state does not have any regions and it does not refer to any submachine state machine.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_DKDnvUefEeKdl-y5nJoJpQ" name="isSubmachineState" type="_lg9w8EegEeKdl-y5nJoJpQ" default="false"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDnvkefEeKdl-y5nJoJpQ" annotatedElement="_DKDnvUefEeKdl-y5nJoJpQ"> |
| <body>A state with isSubmachineState=true is said to be a submachine state. Such a state refers to a state machine (submachine).</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_DKDnwEefEeKdl-y5nJoJpQ" name="submachine" type="_vAUZkEebEeKdl-y5nJoJpQ" lower="0" association="_9FFU1EebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDnwUefEeKdl-y5nJoJpQ" annotatedElement="_DKDnwEefEeKdl-y5nJoJpQ"> |
| <body>The state machine that is to be inserted in place of the (submachine) state.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_DKDnxEefEeKdl-y5nJoJpQ" name="connection" type="_Et-4jkefEeKdl-y5nJoJpQ" lower="0" upper="*" isComposite="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDnxUefEeKdl-y5nJoJpQ" annotatedElement="_DKDnxEefEeKdl-y5nJoJpQ"> |
| <body>The entry and exit connection points used in conjunction with this (submachine) state, i.e. as targets and sources, respectively, in the region with the submachine state. A connection point reference references the corresponding definition of a connection point pseudostate in the statemachine referenced by the submachinestate.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_DKDnyEefEeKdl-y5nJoJpQ" name="redefinedState" type="_DKDnoEefEeKdl-y5nJoJpQ" lower="0"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDnyUefEeKdl-y5nJoJpQ" annotatedElement="_DKDnyEefEeKdl-y5nJoJpQ"> |
| <body>The state of which this state is a redefinition.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_DKDnzEefEeKdl-y5nJoJpQ" name="region" type="_Et-4o0efEeKdl-y5nJoJpQ" lower="0" upper="*" isComposite="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDnzUefEeKdl-y5nJoJpQ" annotatedElement="_DKDnzEefEeKdl-y5nJoJpQ"> |
| <body>The regions owned directly by the state.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_DKDn1EefEeKdl-y5nJoJpQ" name="stateInvariant" type="_jAYTcEe0EeKdl-y5nJoJpQ" lower="0" isComposite="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDn1UefEeKdl-y5nJoJpQ" annotatedElement="_DKDn1EefEeKdl-y5nJoJpQ"> |
| <body>Specifies conditions that are always true when this state is the current state. In protocol state machines, state invariants are additional conditions to the preconditions of the outgoing transitions, and to the postcondition of the incoming transitions.
|
| </body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_DKDn2EefEeKdl-y5nJoJpQ" name="entry" type="_CO_y8EeyEeKdl-y5nJoJpQ" lower="0" isComposite="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDn2UefEeKdl-y5nJoJpQ" annotatedElement="_DKDn2EefEeKdl-y5nJoJpQ"> |
| <body>An optional behavior that is executed whenever this state is entered regardless of the transition taken to reach the state. If defined, entry actions are always executed to completion prior to any internal behavior or transitions performed within the state.
|
| </body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_DKDn3EefEeKdl-y5nJoJpQ" name="exit" type="_CO_y8EeyEeKdl-y5nJoJpQ" lower="0" isComposite="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDn3UefEeKdl-y5nJoJpQ" annotatedElement="_DKDn3EefEeKdl-y5nJoJpQ"> |
| <body>An optional behavior that is executed whenever this state is exited regardless of which transition was taken out of the state. If defined, exit actions are always executed to completion only after all internal activities and transition actions have completed execution.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_DKDn4EefEeKdl-y5nJoJpQ" name="doActivity" type="_CO_y8EeyEeKdl-y5nJoJpQ" lower="0" isComposite="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDn4UefEeKdl-y5nJoJpQ" annotatedElement="_DKDn4EefEeKdl-y5nJoJpQ"> |
| <body>An optional behavior that is executed while being in the state. The execution starts when this state is entered, and stops either by itself, or when the state is exited, whichever comes first.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_DKDn5EefEeKdl-y5nJoJpQ" name="connectionPoint" type="_Et-RcEefEeKdl-y5nJoJpQ" lower="0" upper="*" isComposite="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDn5UefEeKdl-y5nJoJpQ" annotatedElement="_DKDn5EefEeKdl-y5nJoJpQ"> |
| <body>The entry and exit pseudostates of a composite state. These can only be entry or exit Pseudostates, and they must have different names. They can only be defined for composite states.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_DKDn6EefEeKdl-y5nJoJpQ" name="deferrableTrigger" type="_5gHlAEe2EeKdl-y5nJoJpQ" lower="0" upper="*" isComposite="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_DKDn6UefEeKdl-y5nJoJpQ" annotatedElement="_DKDn6EefEeKdl-y5nJoJpQ"> |
| <body>A list of triggers that are candidates to be retained by the state machine if they trigger no transitions out of the state (not consumed). A deferred trigger is retained until the state machine reaches a state configuration where it is no longer deferred.
|
| </body> |
| </ownedComment> |
| </ownedAttribute> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_Et9DUEefEeKdl-y5nJoJpQ" name="Transition" superClass="_JofBoEe1EeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9DUUefEeKdl-y5nJoJpQ" annotatedElement="_Et9DUEefEeKdl-y5nJoJpQ"> |
| <body>A transition is a directed relationship between a source vertex and a target vertex. It may be part of a compound transition, which takes the state machine from one state configuration to another, representing the complete response of the state machine to an occurrence of an event of a particular type.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et9DUkefEeKdl-y5nJoJpQ" name="fork_segment_guards" constrainedElement="_Et9DUEefEeKdl-y5nJoJpQ" namespace="_Et9DUEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9DU0efEeKdl-y5nJoJpQ" annotatedElement="_Et9DUkefEeKdl-y5nJoJpQ"> |
| <body>A fork segment must not have guards or triggers.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et9DVEefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>(source.oclIsKindOf(Pseudostate) and source.kind = #fork) implies (guard->isEmpty() and trigger->isEmpty())</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et9DVUefEeKdl-y5nJoJpQ" name="join_segment_guards" constrainedElement="_Et9DUEefEeKdl-y5nJoJpQ" namespace="_Et9DUEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9DVkefEeKdl-y5nJoJpQ" annotatedElement="_Et9DVUefEeKdl-y5nJoJpQ"> |
| <body>A join segment must not have guards or triggers.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et9DV0efEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>(target.oclIsKindOf(Pseudostate) and target.kind = #join) implies (guard->isEmpty() and trigger->isEmpty())</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et9DWEefEeKdl-y5nJoJpQ" name="fork_segment_state" constrainedElement="_Et9DUEefEeKdl-y5nJoJpQ" namespace="_Et9DUEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9DWUefEeKdl-y5nJoJpQ" annotatedElement="_Et9DWEefEeKdl-y5nJoJpQ"> |
| <body>A fork segment must always target a state.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et9DWkefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>(source.oclIsKindOf(Pseudostate) and source.kind = #fork) implies (target.oclIsKindOf(State))</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et9DW0efEeKdl-y5nJoJpQ" name="join_segment_state" constrainedElement="_Et9DUEefEeKdl-y5nJoJpQ" namespace="_Et9DUEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9DXEefEeKdl-y5nJoJpQ" annotatedElement="_Et9DW0efEeKdl-y5nJoJpQ"> |
| <body>A join segment must always originate from a state.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et9DXUefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>(target.oclIsKindOf(Pseudostate) and target.kind = #join) implies (source.oclIsKindOf(State))</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et9DXkefEeKdl-y5nJoJpQ" name="outgoing_pseudostates" constrainedElement="_Et9DUEefEeKdl-y5nJoJpQ" namespace="_Et9DUEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9DX0efEeKdl-y5nJoJpQ" annotatedElement="_Et9DXkefEeKdl-y5nJoJpQ"> |
| <body>Transitions outgoing pseudostates may not have a trigger.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et9DYEefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>source.oclIsKindOf(Pseudostate) and (source.kind <> #initial)) implies trigger->isEmpty()</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et9DYUefEeKdl-y5nJoJpQ" name="initial_transition" constrainedElement="_Et9DUEefEeKdl-y5nJoJpQ" namespace="_Et9DUEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9DYkefEeKdl-y5nJoJpQ" annotatedElement="_Et9DYUefEeKdl-y5nJoJpQ"> |
| <body>An initial transition at the topmost level (region of a statemachine) either has no trigger or it has a trigger with the stereotype <<create>>.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et9DY0efEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>self.source.oclIsKindOf(Pseudostate) implies
|
| (self.source.oclAsType(Pseudostate).kind = #initial) implies
|
| (self.source.container = self.stateMachine.top) implies
|
| ((self.trigger->isEmpty) or
|
| (self.trigger.stereotype.name = 'create'))
|
| </body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et9DZEefEeKdl-y5nJoJpQ" name="signatures_compatible" constrainedElement="_Et9DUEefEeKdl-y5nJoJpQ" namespace="_Et9DUEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9DZUefEeKdl-y5nJoJpQ" annotatedElement="_Et9DZEefEeKdl-y5nJoJpQ"> |
| <body>In case of more than one trigger, the signatures of these must be compatible in case the parameters of the signal are assigned to local variables/attributes.
|
| </body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et9DZkefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>true</body> |
| </specification> |
| </ownedRule> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et9DaUefEeKdl-y5nJoJpQ" name="kind" type="_9FEtwEebEeKdl-y5nJoJpQ" default="external"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9DakefEeKdl-y5nJoJpQ" annotatedElement="_Et9DaUefEeKdl-y5nJoJpQ"> |
| <body>Indicates the precise type of the transition.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et9DbEefEeKdl-y5nJoJpQ" name="container" type="_Et-4o0efEeKdl-y5nJoJpQ" association="_9FFU0UebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9DbUefEeKdl-y5nJoJpQ" annotatedElement="_Et9DbEefEeKdl-y5nJoJpQ"> |
| <body>Designates the region that owns this transition.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et9DcEefEeKdl-y5nJoJpQ" name="source" type="_Et9qYEefEeKdl-y5nJoJpQ" association="_9FFU0kebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9DcUefEeKdl-y5nJoJpQ" annotatedElement="_Et9DcEefEeKdl-y5nJoJpQ"> |
| <body>Designates the originating vertex (state or pseudostate) of the transition.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et9DdEefEeKdl-y5nJoJpQ" name="target" type="_Et9qYEefEeKdl-y5nJoJpQ" association="_9FFU00ebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9DdUefEeKdl-y5nJoJpQ" annotatedElement="_Et9DdEefEeKdl-y5nJoJpQ"> |
| <body>Designates the target vertex that is reached when the transition is taken.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et9DfEefEeKdl-y5nJoJpQ" name="guard" type="_jAYTcEe0EeKdl-y5nJoJpQ" lower="0" isComposite="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9DfUefEeKdl-y5nJoJpQ" annotatedElement="_Et9DfEefEeKdl-y5nJoJpQ"> |
| <body>A guard is a constraint that provides a fine-grained control over the firing of the transition. The guard is evaluated when an event occurrence is dispatched by the state machine. If the guard is true at that time, the transition may be enabled, otherwise, it is disabled. Guards should be pure expressions without side effects. Guard expressions with side effects are ill formed.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et9DhEefEeKdl-y5nJoJpQ" name="effect" type="_CO_y8EeyEeKdl-y5nJoJpQ" lower="0" isComposite="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9DhUefEeKdl-y5nJoJpQ" annotatedElement="_Et9DhEefEeKdl-y5nJoJpQ"> |
| <body>Specifies an optional behavior to be performed when the transition fires.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et9DiEefEeKdl-y5nJoJpQ" name="trigger" type="_5gHlAEe2EeKdl-y5nJoJpQ" lower="0" upper="*" isComposite="true"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9DiUefEeKdl-y5nJoJpQ" annotatedElement="_Et9DiEefEeKdl-y5nJoJpQ"> |
| <body>Specifies the triggers that may fire the transition.</body> |
| </ownedComment> |
| </ownedAttribute> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_Et9qYEefEeKdl-y5nJoJpQ" name="Vertex" isAbstract="true" superClass="_39jdgMf5Ed-sJIf4tYBt-g"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9qYUefEeKdl-y5nJoJpQ" annotatedElement="_Et9qYEefEeKdl-y5nJoJpQ"> |
| <body>A vertex is an abstraction of a node in a state machine graph. In general, it can be the source or destination of any number of transitions.</body> |
| </ownedComment> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et9qY0efEeKdl-y5nJoJpQ" name="container" type="_Et-4o0efEeKdl-y5nJoJpQ" lower="0" association="_9FFU0EebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9qZEefEeKdl-y5nJoJpQ" annotatedElement="_Et9qY0efEeKdl-y5nJoJpQ"> |
| <body>The region that contains this vertex.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et9qZ0efEeKdl-y5nJoJpQ" name="outgoing" type="_Et9DUEefEeKdl-y5nJoJpQ" lower="0" upper="*" association="_9FFU0kebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9qaEefEeKdl-y5nJoJpQ" annotatedElement="_Et9qZ0efEeKdl-y5nJoJpQ"> |
| <body>Specifies the transitions departing from this vertex.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et9qa0efEeKdl-y5nJoJpQ" name="incoming" type="_Et9DUEefEeKdl-y5nJoJpQ" lower="0" upper="*" association="_9FFU00ebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et9qbEefEeKdl-y5nJoJpQ" annotatedElement="_Et9qa0efEeKdl-y5nJoJpQ"> |
| <body>Specifies the transitions entering this vertex.</body> |
| </ownedComment> |
| </ownedAttribute> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_Et-RcEefEeKdl-y5nJoJpQ" name="Pseudostate" superClass="_Et9qYEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-RcUefEeKdl-y5nJoJpQ" annotatedElement="_Et-RcEefEeKdl-y5nJoJpQ"> |
| <body>A pseudostate is an abstraction that encompasses different types of transient vertices in the state machine graph.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-RckefEeKdl-y5nJoJpQ" name="initial_vertex" constrainedElement="_Et-RcEefEeKdl-y5nJoJpQ" namespace="_Et-RcEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-Rc0efEeKdl-y5nJoJpQ" annotatedElement="_Et-RckefEeKdl-y5nJoJpQ"> |
| <body>An initial vertex can have at most one outgoing transition.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-RdEefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>(self.kind = #initial) implies (self.outgoing->size <= 1)</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-RdUefEeKdl-y5nJoJpQ" name="history_vertices" constrainedElement="_Et-RcEefEeKdl-y5nJoJpQ" namespace="_Et-RcEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-RdkefEeKdl-y5nJoJpQ" annotatedElement="_Et-RdUefEeKdl-y5nJoJpQ"> |
| <body>History vertices can have at most one outgoing transition.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-Rd0efEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>((self.kind = #deepHistory) or (self.kind = #shallowHistory)) implies
|
| (self.outgoing->size <= 1)
|
| </body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-ReEefEeKdl-y5nJoJpQ" name="join_vertex" constrainedElement="_Et-RcEefEeKdl-y5nJoJpQ" namespace="_Et-RcEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-ReUefEeKdl-y5nJoJpQ" annotatedElement="_Et-ReEefEeKdl-y5nJoJpQ"> |
| <body>In a complete statemachine, a join vertex must have at least two incoming transitions and exactly one outgoing transition.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-RekefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>(self.kind = #join) implies
|
| ((self.outgoing->size = 1) and (self.incoming->size >= 2))
|
| </body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-Re0efEeKdl-y5nJoJpQ" name="transitions_incoming" constrainedElement="_Et-RcEefEeKdl-y5nJoJpQ" namespace="_Et-RcEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-RfEefEeKdl-y5nJoJpQ" annotatedElement="_Et-Re0efEeKdl-y5nJoJpQ"> |
| <body>All transitions incoming a join vertex must originate in different regions of an orthogonal state.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-RfUefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>(self.kind = #join) implies
|
| self.incoming->forAll (t1, t2 | t1<>t2 implies
|
| (self.stateMachine.LCA(t1.source, t2.source).container.isOrthogonal))</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-RfkefEeKdl-y5nJoJpQ" name="fork_vertex" constrainedElement="_Et-RcEefEeKdl-y5nJoJpQ" namespace="_Et-RcEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-Rf0efEeKdl-y5nJoJpQ" annotatedElement="_Et-RfkefEeKdl-y5nJoJpQ"> |
| <body>In a complete statemachine, a fork vertex must have at least two outgoing transitions and exactly one incoming transition.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-RgEefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>(self.kind = #fork) implies
|
| ((self.incoming->size = 1) and (self.outgoing->size >= 2))
|
| </body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-RgUefEeKdl-y5nJoJpQ" name="transitions_outgoing" constrainedElement="_Et-RcEefEeKdl-y5nJoJpQ" namespace="_Et-RcEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-RgkefEeKdl-y5nJoJpQ" annotatedElement="_Et-RgUefEeKdl-y5nJoJpQ"> |
| <body>All transitions outgoing a fork vertex must target states in different regions of an orthogonal state.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-Rg0efEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>(self.kind = #fork) implies
|
| self.outgoing->forAll (t1, t2 | t1<>t2 implies
|
| (self.stateMachine.LCA(t1.target, t2.target).container.isOrthogonal))</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-RhEefEeKdl-y5nJoJpQ" name="junction_vertex" constrainedElement="_Et-RcEefEeKdl-y5nJoJpQ" namespace="_Et-RcEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-RhUefEeKdl-y5nJoJpQ" annotatedElement="_Et-RhEefEeKdl-y5nJoJpQ"> |
| <body>In a complete statemachine, a junction vertex must have at least one incoming and one outgoing transition.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-RhkefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>(self.kind = #junction) implies
|
| ((self.incoming->size >= 1) and (self.outgoing->size >= 1))
|
| </body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-Rh0efEeKdl-y5nJoJpQ" name="choice_vertex" constrainedElement="_Et-RcEefEeKdl-y5nJoJpQ" namespace="_Et-RcEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-RiEefEeKdl-y5nJoJpQ" annotatedElement="_Et-Rh0efEeKdl-y5nJoJpQ"> |
| <body>In a complete statemachine, a choice vertex must have at least one incoming and one outgoing transition.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-RiUefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>(self.kind = #choice) implies
|
| ((self.incoming->size >= 1) and (self.outgoing->size >= 1))
|
| </body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-RikefEeKdl-y5nJoJpQ" name="outgoing_from_initial" constrainedElement="_Et-RcEefEeKdl-y5nJoJpQ" namespace="_Et-RcEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-Ri0efEeKdl-y5nJoJpQ" annotatedElement="_Et-RikefEeKdl-y5nJoJpQ"> |
| <body>The outgoing transition from and initial vertex may have a behavior, but not a trigger or a guard.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-RjEefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>(self.kind = #initial) implies (self.outgoing.guard->isEmpty()
|
| and self.outgoing.trigger->isEmpty())</body> |
| </specification> |
| </ownedRule> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et-RjkefEeKdl-y5nJoJpQ" name="kind" type="_EuAGpUefEeKdl-y5nJoJpQ" default="initial"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-Rj0efEeKdl-y5nJoJpQ" annotatedElement="_Et-RjkefEeKdl-y5nJoJpQ"> |
| <body>Determines the precise type of the Pseudostate and can be one of: entryPoint, exitPoint, initial, deepHistory, shallowHistory, join, fork, junction, terminate or choice.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et-RkUefEeKdl-y5nJoJpQ" name="stateMachine" type="_vAUZkEebEeKdl-y5nJoJpQ" lower="0"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-RkkefEeKdl-y5nJoJpQ" annotatedElement="_Et-RkUefEeKdl-y5nJoJpQ"> |
| <body>The StateMachine in which this Pseudostate is defined. This only applies to Pseudostates of the kind entryPoint or exitPoint.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et-RlUefEeKdl-y5nJoJpQ" name="state" type="_DKDnoEefEeKdl-y5nJoJpQ" lower="0"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-RlkefEeKdl-y5nJoJpQ" annotatedElement="_Et-RlUefEeKdl-y5nJoJpQ"> |
| <body>The State that owns this pseudostate and in which it appears.</body> |
| </ownedComment> |
| </ownedAttribute> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_Et-RmUefEeKdl-y5nJoJpQ" name="FinalState" superClass="_DKDnoEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-RmkefEeKdl-y5nJoJpQ" annotatedElement="_Et-RmUefEeKdl-y5nJoJpQ"> |
| <body>A special kind of state signifying that the enclosing region is completed. If the enclosing region is directly contained in a state machine and all other regions in the state machine also are completed, then it means that the entire state machine is completed.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-Rm0efEeKdl-y5nJoJpQ" name="no_outgoing_transitions" constrainedElement="_Et-RmUefEeKdl-y5nJoJpQ" namespace="_Et-RmUefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-RnEefEeKdl-y5nJoJpQ" annotatedElement="_Et-Rm0efEeKdl-y5nJoJpQ"> |
| <body>A final state cannot have any outgoing transitions.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-RnUefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>self.outgoing->size() = 0</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-RnkefEeKdl-y5nJoJpQ" name="no_regions" constrainedElement="_Et-RmUefEeKdl-y5nJoJpQ" namespace="_Et-RmUefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-Rn0efEeKdl-y5nJoJpQ" annotatedElement="_Et-RnkefEeKdl-y5nJoJpQ"> |
| <body>A final state cannot have regions.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-4gEefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>self.region->size() = 0</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-4gUefEeKdl-y5nJoJpQ" name="cannot_reference_submachine" constrainedElement="_Et-RmUefEeKdl-y5nJoJpQ" namespace="_Et-RmUefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-4gkefEeKdl-y5nJoJpQ" annotatedElement="_Et-4gUefEeKdl-y5nJoJpQ"> |
| <body>A final state cannot reference a submachine.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-4g0efEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>self.submachine->isEmpty()</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-4hEefEeKdl-y5nJoJpQ" name="no_entry_behavior" constrainedElement="_Et-RmUefEeKdl-y5nJoJpQ" namespace="_Et-RmUefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-4hUefEeKdl-y5nJoJpQ" annotatedElement="_Et-4hEefEeKdl-y5nJoJpQ"> |
| <body>A final state has no entry behavior.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-4hkefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>self.entry->isEmpty()</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-4h0efEeKdl-y5nJoJpQ" name="no_exit_behavior" constrainedElement="_Et-RmUefEeKdl-y5nJoJpQ" namespace="_Et-RmUefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-4iEefEeKdl-y5nJoJpQ" annotatedElement="_Et-4h0efEeKdl-y5nJoJpQ"> |
| <body>A final state has no exit behavior.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-4iUefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>self.exit->isEmpty()</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-4ikefEeKdl-y5nJoJpQ" name="no_state_behavior" constrainedElement="_Et-RmUefEeKdl-y5nJoJpQ" namespace="_Et-RmUefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-4i0efEeKdl-y5nJoJpQ" annotatedElement="_Et-4ikefEeKdl-y5nJoJpQ"> |
| <body>A final state has no state (doActivity) behavior.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-4jEefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>self.doActivity->isEmpty()</body> |
| </specification> |
| </ownedRule> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_Et-4jkefEeKdl-y5nJoJpQ" name="ConnectionPointReference" superClass="_Et9qYEefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-4j0efEeKdl-y5nJoJpQ" annotatedElement="_Et-4jkefEeKdl-y5nJoJpQ"> |
| <body>A connection point reference represents a usage (as part of a submachine state) of an entry/exit point defined in the statemachine reference by the submachine state.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-4kEefEeKdl-y5nJoJpQ" name="entry_pseudostates" constrainedElement="_Et-4jkefEeKdl-y5nJoJpQ" namespace="_Et-4jkefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-4kUefEeKdl-y5nJoJpQ" annotatedElement="_Et-4kEefEeKdl-y5nJoJpQ"> |
| <body>The entry Pseudostates must be Pseudostates with kind entryPoint.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-4kkefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>entry->notEmpty() implies entry->forAll(e | e.kind = #entryPoint)</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-4k0efEeKdl-y5nJoJpQ" name="exit_pseudostates" constrainedElement="_Et-4jkefEeKdl-y5nJoJpQ" namespace="_Et-4jkefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-4lEefEeKdl-y5nJoJpQ" annotatedElement="_Et-4k0efEeKdl-y5nJoJpQ"> |
| <body>The exit Pseudostates must be Pseudostates with kind exitPoint.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-4lUefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>exit->notEmpty() implies exit->forAll(e | e.kind = #exitPoint)</body> |
| </specification> |
| </ownedRule> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et-4l0efEeKdl-y5nJoJpQ" name="entry" type="_Et-RcEefEeKdl-y5nJoJpQ" lower="0" upper="*"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-4mEefEeKdl-y5nJoJpQ" annotatedElement="_Et-4l0efEeKdl-y5nJoJpQ"> |
| <body>The entryPoint kind pseudo states corresponding to this connection point.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et-4m0efEeKdl-y5nJoJpQ" name="state" type="_DKDnoEefEeKdl-y5nJoJpQ" lower="0"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-4nEefEeKdl-y5nJoJpQ" annotatedElement="_Et-4m0efEeKdl-y5nJoJpQ"> |
| <body>The State in which the connection point refreshens are defined.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et-4n0efEeKdl-y5nJoJpQ" name="exit" type="_Et-RcEefEeKdl-y5nJoJpQ" lower="0" upper="*"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-4oEefEeKdl-y5nJoJpQ" annotatedElement="_Et-4n0efEeKdl-y5nJoJpQ"> |
| <body>The exitPoints kind pseudo states corresponding to this connection point.</body> |
| </ownedComment> |
| </ownedAttribute> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_Et-4o0efEeKdl-y5nJoJpQ" name="Region" superClass="_JofBoEe1EeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-4pEefEeKdl-y5nJoJpQ" annotatedElement="_Et-4o0efEeKdl-y5nJoJpQ"> |
| <body>A region is an orthogonal part of either a composite state or a state machine. It contains states and transitions.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-4pUefEeKdl-y5nJoJpQ" name="initial_vertex" constrainedElement="_Et-4o0efEeKdl-y5nJoJpQ" namespace="_Et-4o0efEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-4pkefEeKdl-y5nJoJpQ" annotatedElement="_Et-4pUefEeKdl-y5nJoJpQ"> |
| <body>A region can have at most one initial vertex</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-4p0efEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>self.subvertex->select (v | v.oclIsKindOf(Pseudostate))->
|
| select(p : Pseudostate | p.kind = #initial)->size() <= 1
|
| </body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-4qEefEeKdl-y5nJoJpQ" name="deep_history_vertex" constrainedElement="_Et-4o0efEeKdl-y5nJoJpQ" namespace="_Et-4o0efEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-4qUefEeKdl-y5nJoJpQ" annotatedElement="_Et-4qEefEeKdl-y5nJoJpQ"> |
| <body>A region can have at most one deep history vertex</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-4qkefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>self.subvertex->select (v | v.oclIsKindOf(Pseudostate))->
|
| select(p : Pseudostate | p.kind = #deepHistory)->size() <= 1
|
| </body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-4q0efEeKdl-y5nJoJpQ" name="shallow_history_vertex" constrainedElement="_Et-4o0efEeKdl-y5nJoJpQ" namespace="_Et-4o0efEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-4rEefEeKdl-y5nJoJpQ" annotatedElement="_Et-4q0efEeKdl-y5nJoJpQ"> |
| <body>A region can have at most one shallow history vertex</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-4rUefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>self.subvertex->select(v | v.oclIsKindOf(Pseudostate))->
|
| select(p : Pseudostate | p.kind = #shallowHistory)->size() <= 1
|
| </body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_Et-4rkefEeKdl-y5nJoJpQ" name="owned" constrainedElement="_Et-4o0efEeKdl-y5nJoJpQ" namespace="_Et-4o0efEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et-4r0efEeKdl-y5nJoJpQ" annotatedElement="_Et-4rkefEeKdl-y5nJoJpQ"> |
| <body>If a Region is owned by a StateMachine, then it cannot also be owned by a State and vice versa.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_Et-4sEefEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>(stateMachine->notEmpty() implies state->isEmpty()) and (state->notEmpty() implies stateMachine->isEmpty())</body> |
| </specification> |
| </ownedRule> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et_fkkefEeKdl-y5nJoJpQ" name="subvertex" type="_Et9qYEefEeKdl-y5nJoJpQ" lower="0" upper="*" isComposite="true" association="_9FFU0EebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et_fk0efEeKdl-y5nJoJpQ" annotatedElement="_Et_fkkefEeKdl-y5nJoJpQ"> |
| <body>The set of vertices that are owned by this region.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et_flkefEeKdl-y5nJoJpQ" name="transition" type="_Et9DUEefEeKdl-y5nJoJpQ" lower="0" upper="*" isComposite="true" association="_9FFU0UebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et_fl0efEeKdl-y5nJoJpQ" annotatedElement="_Et_flkefEeKdl-y5nJoJpQ"> |
| <body>The set of transitions owned by the region. Note that internal transitions are owned by a region, but applies to the source state.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et_fmkefEeKdl-y5nJoJpQ" name="stateMachine" type="_vAUZkEebEeKdl-y5nJoJpQ" lower="0"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et_fm0efEeKdl-y5nJoJpQ" annotatedElement="_Et_fmkefEeKdl-y5nJoJpQ"> |
| <body>The StateMachine that owns the Region. If a Region is owned by a StateMachine, then it cannot also be owned by a State.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et_fnkefEeKdl-y5nJoJpQ" name="state" type="_DKDnoEefEeKdl-y5nJoJpQ" lower="0"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et_fn0efEeKdl-y5nJoJpQ" annotatedElement="_Et_fnkefEeKdl-y5nJoJpQ"> |
| <body>The State that owns the Region. If a Region is owned by a State, then it cannot also be owned by a StateMachine.</body> |
| </ownedComment> |
| </ownedAttribute> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_Et_fokefEeKdl-y5nJoJpQ" name="extendedRegion" type="_Et-4o0efEeKdl-y5nJoJpQ" lower="0"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_Et_fo0efEeKdl-y5nJoJpQ" annotatedElement="_Et_fokefEeKdl-y5nJoJpQ"> |
| <body>The region of which this region is an extension.</body> |
| </ownedComment> |
| </ownedAttribute> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Enumeration" xmi:id="_EuAGpUefEeKdl-y5nJoJpQ" name="PseudostateKind" visibility="private"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_EuAGpkefEeKdl-y5nJoJpQ" annotatedElement="_EuAGpUefEeKdl-y5nJoJpQ"> |
| <body>PseudostateKind is an enumeration type.</body> |
| </ownedComment> |
| <ownedLiteral xmi:type="cmof:EnumerationLiteral" xmi:id="_EuAGp0efEeKdl-y5nJoJpQ" name="initial" classifier="#_EuAGpUefEeKdl-y5nJoJpQ" enumeration="_EuAGpUefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_EuAGqEefEeKdl-y5nJoJpQ" annotatedElement="_EuAGp0efEeKdl-y5nJoJpQ"> |
| <body>An initial pseudostate represents a default vertex that is the source for a single transition to the default state of a composite state. There can be at most one initial vertex in a region. The outgoing transition from the initial vertex may have a behavior, but not a trigger or guard.</body> |
| </ownedComment> |
| </ownedLiteral> |
| <ownedLiteral xmi:type="cmof:EnumerationLiteral" xmi:id="_EuAGqUefEeKdl-y5nJoJpQ" name="deepHistory" classifier="#_EuAGpUefEeKdl-y5nJoJpQ" enumeration="_EuAGpUefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_EuAGqkefEeKdl-y5nJoJpQ" annotatedElement="_EuAGqUefEeKdl-y5nJoJpQ"> |
| <body>DeepHistory represents the most recent active configuration of the composite state that directly contains this pseudostate; e.g. the state configuration that was active when the composite state was last exited. A composite state can have at most one deep history vertex. At most one transition may originate from the history connector to the default deep history state. This transition is taken in case the composite state had never been active before. Entry actions of states entered on the path to the state represented by a deep history are performed.</body> |
| </ownedComment> |
| </ownedLiteral> |
| <ownedLiteral xmi:type="cmof:EnumerationLiteral" xmi:id="_EuAGq0efEeKdl-y5nJoJpQ" name="shallowHistory" classifier="#_EuAGpUefEeKdl-y5nJoJpQ" enumeration="_EuAGpUefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_EuAGrEefEeKdl-y5nJoJpQ" annotatedElement="_EuAGq0efEeKdl-y5nJoJpQ"> |
| <body>ShallowHistory represents the most recent active substate of its containing state (but not the substates of that substate). A composite state can have at most one shallow history vertex. A transition coming into the shallow history vertex is equivalent to a transition coming into the most recent active substate of a state. At most one transition may originate from the history connector to the default shallow history state. This transition is taken in case the composite state had never been active before. Entry actions of states entered on the path to the state represented by a shallow history are performed.</body> |
| </ownedComment> |
| </ownedLiteral> |
| <ownedLiteral xmi:type="cmof:EnumerationLiteral" xmi:id="_EuAGrUefEeKdl-y5nJoJpQ" name="join" classifier="#_EuAGpUefEeKdl-y5nJoJpQ" enumeration="_EuAGpUefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_EuAGrkefEeKdl-y5nJoJpQ" annotatedElement="_EuAGrUefEeKdl-y5nJoJpQ"> |
| <body>Join vertices serve to merge several transitions emanating from source vertices in different orthogonal regions. The transitions entering a join vertex cannot have guards or triggers.</body> |
| </ownedComment> |
| </ownedLiteral> |
| <ownedLiteral xmi:type="cmof:EnumerationLiteral" xmi:id="_EuAGr0efEeKdl-y5nJoJpQ" name="fork" classifier="#_EuAGpUefEeKdl-y5nJoJpQ" enumeration="_EuAGpUefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_EuAGsEefEeKdl-y5nJoJpQ" annotatedElement="_EuAGr0efEeKdl-y5nJoJpQ"> |
| <body>Fork vertices serve to split an incoming transition into two or more transitions terminating on orthogonal target vertices
|
| (i.e. vertices in different regions of a composite state). The segments outgoing from a fork vertex must not have guards or triggers.</body> |
| </ownedComment> |
| </ownedLiteral> |
| <ownedLiteral xmi:type="cmof:EnumerationLiteral" xmi:id="_EuAGsUefEeKdl-y5nJoJpQ" name="junction" classifier="#_EuAGpUefEeKdl-y5nJoJpQ" enumeration="_EuAGpUefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_EuAGskefEeKdl-y5nJoJpQ" annotatedElement="_EuAGsUefEeKdl-y5nJoJpQ"> |
| <body>Junction vertices are semantic-free vertices that are used to chain together multiple transitions. They are used to construct compound transition paths between states. For example, a junction can be used to converge multiple incoming transitions into a single outgoing transition representing a shared transition path (this is known as an merge). Conversely, they can be used to split an incoming transition into multiple outgoing transition segments with different guard conditions. This realizes a static conditional branch. (In the latter case, outgoing transitions whose guard conditions evaluate to false are disabled. A predefined guard denoted 'else' may be defined for at most one outgoing transition. This transition is enabled if all the guards labeling the other transitions are false.) Static conditional branches are distinct from dynamic conditional branches that are realized by choice vertices (described below).</body> |
| </ownedComment> |
| </ownedLiteral> |
| <ownedLiteral xmi:type="cmof:EnumerationLiteral" xmi:id="_EuAGs0efEeKdl-y5nJoJpQ" name="choice" classifier="#_EuAGpUefEeKdl-y5nJoJpQ" enumeration="_EuAGpUefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_EuAGtEefEeKdl-y5nJoJpQ" annotatedElement="_EuAGs0efEeKdl-y5nJoJpQ"> |
| <body>Choice vertices which, when reached, result in the dynamic evaluation of the guards of the triggers of its outgoing transitions. This realizes a dynamic conditional branch. It allows splitting of transitions into multiple outgoing paths such that the decision on which path to take may be a function of the results of prior actions performed in the same run-tocompletion step. If more than one of the guards evaluates to true, an arbitrary one is selected. If none of the guards evaluates to true, then the model is considered ill-formed. (To avoid this, it is recommended to define one outgoing transition with the predefined else guard for every choice vertex.) Choice vertices should be distinguished from static branch points that are based on junction points (described above).</body> |
| </ownedComment> |
| </ownedLiteral> |
| <ownedLiteral xmi:type="cmof:EnumerationLiteral" xmi:id="_EuAGtUefEeKdl-y5nJoJpQ" name="entryPoint" classifier="#_EuAGpUefEeKdl-y5nJoJpQ" enumeration="_EuAGpUefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_EuAGtkefEeKdl-y5nJoJpQ" annotatedElement="_EuAGtUefEeKdl-y5nJoJpQ"> |
| <body>An entry point pseudostate is an entry point of a state machine or composite state. In each region of the state machine or composite state it has a single transition to a vertex within the same region.</body> |
| </ownedComment> |
| </ownedLiteral> |
| <ownedLiteral xmi:type="cmof:EnumerationLiteral" xmi:id="_EuAGt0efEeKdl-y5nJoJpQ" name="exitPoint" classifier="#_EuAGpUefEeKdl-y5nJoJpQ" enumeration="_EuAGpUefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_EuAGuEefEeKdl-y5nJoJpQ" annotatedElement="_EuAGt0efEeKdl-y5nJoJpQ"> |
| <body>An exit point pseudostate is an exit point of a state machine or composite state. Entering an exit point within any region of the composite state or state machine referenced by a submachine state implies the exit of this composite state or submachine state and the triggering of the transition that has this exit point as source in the state machine enclosing the submachine or composite state.</body> |
| </ownedComment> |
| </ownedLiteral> |
| <ownedLiteral xmi:type="cmof:EnumerationLiteral" xmi:id="_EuAGuUefEeKdl-y5nJoJpQ" name="terminate" classifier="#_EuAGpUefEeKdl-y5nJoJpQ" enumeration="_EuAGpUefEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_EuAGukefEeKdl-y5nJoJpQ" annotatedElement="_EuAGuUefEeKdl-y5nJoJpQ"> |
| <body>Entering a terminate pseudostate implies that the execution of this state machine by means of its context object is terminated. The state machine does not exit any states nor does it perform any exit actions other than those associated with the transition leading to the terminate pseudostate. Entering a terminate pseudostate is equivalent to invoking a DestroyObjectAction.</body> |
| </ownedComment> |
| </ownedLiteral> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Enumeration" xmi:id="_9FEtwEebEeKdl-y5nJoJpQ" name="TransitionKind" visibility="private"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_9FEtwUebEeKdl-y5nJoJpQ" annotatedElement="_9FEtwEebEeKdl-y5nJoJpQ"> |
| <body>TransitionKind is an enumeration type.</body> |
| </ownedComment> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_9FEtwkebEeKdl-y5nJoJpQ" name="state_is_local" constrainedElement="_9FEtwEebEeKdl-y5nJoJpQ" namespace="_9FEtwEebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_9FEtw0ebEeKdl-y5nJoJpQ" annotatedElement="_9FEtwkebEeKdl-y5nJoJpQ"> |
| <body>The source state of a transition with transition kind local must be a composite state.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_9FEtxEebEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>kind=#local implies owner.source.isComposite</body> |
| </specification> |
| </ownedRule> |
| <ownedRule xmi:type="cmof:Constraint" xmi:id="_9FEtxUebEeKdl-y5nJoJpQ" name="state_is_external" constrainedElement="_9FEtwEebEeKdl-y5nJoJpQ" namespace="_9FEtwEebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_9FEtxkebEeKdl-y5nJoJpQ" annotatedElement="_9FEtxUebEeKdl-y5nJoJpQ"> |
| <body>The source state of a transition with transition kind external must be a composite state.</body> |
| </ownedComment> |
| <specification xmi:type="cmof:OpaqueExpression" xmi:id="_9FEtx0ebEeKdl-y5nJoJpQ"> |
| <language>OCL</language> |
| <body>kind=#external implies owner.source.isComposite</body> |
| </specification> |
| </ownedRule> |
| <ownedLiteral xmi:type="cmof:EnumerationLiteral" xmi:id="_9FEtyEebEeKdl-y5nJoJpQ" name="internal" classifier="#_9FEtwEebEeKdl-y5nJoJpQ" enumeration="_9FEtwEebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_9FEtyUebEeKdl-y5nJoJpQ" annotatedElement="_9FEtyEebEeKdl-y5nJoJpQ"> |
| <body>Implies that the transition, if triggered, occurs without exiting or entering the source state. Thus, it does not cause a state change. This means that the entry or exit condition of the source state will not be invoked. An internal transition can be taken even if the state machine is in one or more regions nested within this state.</body> |
| </ownedComment> |
| </ownedLiteral> |
| <ownedLiteral xmi:type="cmof:EnumerationLiteral" xmi:id="_9FEtykebEeKdl-y5nJoJpQ" name="local" classifier="#_9FEtwEebEeKdl-y5nJoJpQ" enumeration="_9FEtwEebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_9FEty0ebEeKdl-y5nJoJpQ" annotatedElement="_9FEtykebEeKdl-y5nJoJpQ"> |
| <body>Implies that the transition, if triggered, will not exit the composite (source) state, but it will apply to any state within the composite state, and these will be exited and entered.</body> |
| </ownedComment> |
| </ownedLiteral> |
| <ownedLiteral xmi:type="cmof:EnumerationLiteral" xmi:id="_9FEtzEebEeKdl-y5nJoJpQ" name="external" classifier="#_9FEtwEebEeKdl-y5nJoJpQ" enumeration="_9FEtwEebEeKdl-y5nJoJpQ"> |
| <ownedComment xmi:type="cmof:Comment" xmi:id="_9FEtzUebEeKdl-y5nJoJpQ" annotatedElement="_9FEtzEebEeKdl-y5nJoJpQ"> |
| <body>Implies that the transition, if triggered, will exit the composite (source) state.</body> |
| </ownedComment> |
| </ownedLiteral> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FFU0EebEeKdl-y5nJoJpQ" name="A_container_subvertex" memberEnd="_Et9qY0efEeKdl-y5nJoJpQ _Et_fkkefEeKdl-y5nJoJpQ"/> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FFU0UebEeKdl-y5nJoJpQ" name="A_container_transition" memberEnd="_Et9DbEefEeKdl-y5nJoJpQ _Et_flkefEeKdl-y5nJoJpQ"/> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FFU0kebEeKdl-y5nJoJpQ" name="A_outgoing_source" memberEnd="_Et9qZ0efEeKdl-y5nJoJpQ _Et9DcEefEeKdl-y5nJoJpQ"/> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FFU00ebEeKdl-y5nJoJpQ" name="A_incoming_target" memberEnd="_Et9qa0efEeKdl-y5nJoJpQ _Et9DdEefEeKdl-y5nJoJpQ"/> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FFU1EebEeKdl-y5nJoJpQ" name="A_submachineState_submachine" memberEnd="_vAUZq0ebEeKdl-y5nJoJpQ _DKDnwEefEeKdl-y5nJoJpQ"/> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FFU1UebEeKdl-y5nJoJpQ" name="A_entry_connectionPointReference" memberEnd="_9FFU1kebEeKdl-y5nJoJpQ"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="_9FFU1kebEeKdl-y5nJoJpQ" name="" type="_Et-4jkefEeKdl-y5nJoJpQ" lower="0" owningAssociation="_9FFU1UebEeKdl-y5nJoJpQ" association="_9FFU1UebEeKdl-y5nJoJpQ"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FFU2UebEeKdl-y5nJoJpQ" name="A_state_connection"/> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FFU2kebEeKdl-y5nJoJpQ" name="A_redefinedState_state" memberEnd="_9FFU20ebEeKdl-y5nJoJpQ"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="_9FFU20ebEeKdl-y5nJoJpQ" type="_DKDnoEefEeKdl-y5nJoJpQ" lower="0" owningAssociation="_9FFU2kebEeKdl-y5nJoJpQ" association="_9FFU2kebEeKdl-y5nJoJpQ"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FFU3kebEeKdl-y5nJoJpQ" name="A_redefinedTransition_transition" memberEnd="_9FFU30ebEeKdl-y5nJoJpQ"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="_9FFU30ebEeKdl-y5nJoJpQ" type="_Et9DUEefEeKdl-y5nJoJpQ" lower="0" owningAssociation="_9FFU3kebEeKdl-y5nJoJpQ" association="_9FFU3kebEeKdl-y5nJoJpQ"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FFU4kebEeKdl-y5nJoJpQ" name="A_exit_connectionPointReference" memberEnd="_9FFU40ebEeKdl-y5nJoJpQ"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="_9FFU40ebEeKdl-y5nJoJpQ" type="_Et-4jkefEeKdl-y5nJoJpQ" lower="0" owningAssociation="_9FFU4kebEeKdl-y5nJoJpQ" association="_9FFU4kebEeKdl-y5nJoJpQ"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FFU5kebEeKdl-y5nJoJpQ" name="A_region_stateMachine"/> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FFU50ebEeKdl-y5nJoJpQ" name="A_connectionPoint_stateMachine"/> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FFU6EebEeKdl-y5nJoJpQ" name="A_region_state"/> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FFU6UebEeKdl-y5nJoJpQ" name="A_region_extendedRegion" memberEnd="_9FFU6kebEeKdl-y5nJoJpQ"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="_9FFU6kebEeKdl-y5nJoJpQ" type="_Et-4o0efEeKdl-y5nJoJpQ" lower="0" owningAssociation="_9FFU6UebEeKdl-y5nJoJpQ" association="_9FFU6UebEeKdl-y5nJoJpQ"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FF74EebEeKdl-y5nJoJpQ" name="A_stateMachine_extendedStateMachine" memberEnd="_9FF74UebEeKdl-y5nJoJpQ"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="_9FF74UebEeKdl-y5nJoJpQ" type="_vAUZkEebEeKdl-y5nJoJpQ" lower="0" owningAssociation="_9FF74EebEeKdl-y5nJoJpQ" association="_9FF74EebEeKdl-y5nJoJpQ"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FF75EebEeKdl-y5nJoJpQ" name="A_guard_transition" memberEnd="_9FF75UebEeKdl-y5nJoJpQ"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="_9FF75UebEeKdl-y5nJoJpQ" type="_Et9DUEefEeKdl-y5nJoJpQ" lower="0" owningAssociation="_9FF75EebEeKdl-y5nJoJpQ" association="_9FF75EebEeKdl-y5nJoJpQ"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FF76EebEeKdl-y5nJoJpQ" name="A_redefinitionContext_region" memberEnd="_9FF76UebEeKdl-y5nJoJpQ"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="_9FF76UebEeKdl-y5nJoJpQ" type="_Et-4o0efEeKdl-y5nJoJpQ" lower="0" upper="*" owningAssociation="_9FF76EebEeKdl-y5nJoJpQ" association="_9FF76EebEeKdl-y5nJoJpQ"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FF77EebEeKdl-y5nJoJpQ" name="A_state_redefinitionContext" isDerived="true" memberEnd="_9FF77UebEeKdl-y5nJoJpQ"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="_9FF77UebEeKdl-y5nJoJpQ" type="_DKDnoEefEeKdl-y5nJoJpQ" lower="0" upper="*" owningAssociation="_9FF77EebEeKdl-y5nJoJpQ" association="_9FF77EebEeKdl-y5nJoJpQ"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FF78EebEeKdl-y5nJoJpQ" name="A_transition_redefinitionContext" memberEnd="_9FF78UebEeKdl-y5nJoJpQ"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="_9FF78UebEeKdl-y5nJoJpQ" type="_Et9DUEefEeKdl-y5nJoJpQ" lower="0" upper="*" owningAssociation="_9FF78EebEeKdl-y5nJoJpQ" association="_9FF78EebEeKdl-y5nJoJpQ"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FF79EebEeKdl-y5nJoJpQ" name="A_stateInvariant_owningState" memberEnd="_9FF79UebEeKdl-y5nJoJpQ"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="_9FF79UebEeKdl-y5nJoJpQ" name="owningState" type="_DKDnoEefEeKdl-y5nJoJpQ" lower="0" owningAssociation="_9FF79EebEeKdl-y5nJoJpQ" association="_9FF79EebEeKdl-y5nJoJpQ"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FF7-EebEeKdl-y5nJoJpQ" name="A_effect_transition" memberEnd="_9FF7-UebEeKdl-y5nJoJpQ"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="_9FF7-UebEeKdl-y5nJoJpQ" type="_Et9DUEefEeKdl-y5nJoJpQ" lower="0" owningAssociation="_9FF7-EebEeKdl-y5nJoJpQ" association="_9FF7-EebEeKdl-y5nJoJpQ"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FF7_EebEeKdl-y5nJoJpQ" name="A_entry_state" memberEnd="_9FF7_UebEeKdl-y5nJoJpQ"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="_9FF7_UebEeKdl-y5nJoJpQ" type="_DKDnoEefEeKdl-y5nJoJpQ" lower="0" owningAssociation="_9FF7_EebEeKdl-y5nJoJpQ" association="_9FF7_EebEeKdl-y5nJoJpQ"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FF8AEebEeKdl-y5nJoJpQ" name="A_exit_state" memberEnd="_9FF8AUebEeKdl-y5nJoJpQ"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="_9FF8AUebEeKdl-y5nJoJpQ" type="_DKDnoEefEeKdl-y5nJoJpQ" lower="0" owningAssociation="_9FF8AEebEeKdl-y5nJoJpQ" association="_9FF8AEebEeKdl-y5nJoJpQ"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FF8BEebEeKdl-y5nJoJpQ" name="A_doActivity_state" memberEnd="_9FF8BUebEeKdl-y5nJoJpQ"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="_9FF8BUebEeKdl-y5nJoJpQ" type="_DKDnoEefEeKdl-y5nJoJpQ" lower="0" owningAssociation="_9FF8BEebEeKdl-y5nJoJpQ" association="_9FF8BEebEeKdl-y5nJoJpQ"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FF8CEebEeKdl-y5nJoJpQ" name="A_connectionPoint_state"/> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FF8CUebEeKdl-y5nJoJpQ" name="A_trigger_transition" memberEnd="_9FF8CkebEeKdl-y5nJoJpQ"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="_9FF8CkebEeKdl-y5nJoJpQ" type="_Et9DUEefEeKdl-y5nJoJpQ" lower="0" owningAssociation="_9FF8CUebEeKdl-y5nJoJpQ" association="_9FF8CUebEeKdl-y5nJoJpQ"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Association" xmi:id="_9FGi8kebEeKdl-y5nJoJpQ" name="A_deferrableTrigger_state" memberEnd="_9FGi80ebEeKdl-y5nJoJpQ"> |
| <ownedEnd xmi:type="cmof:Property" xmi:id="_9FGi80ebEeKdl-y5nJoJpQ" type="_DKDnoEefEeKdl-y5nJoJpQ" lower="0" owningAssociation="_9FGi8kebEeKdl-y5nJoJpQ" association="_9FGi8kebEeKdl-y5nJoJpQ"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:PrimitiveType" xmi:id="_lg9w8EegEeKdl-y5nJoJpQ" name="Boolean"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_CO_y8EeyEeKdl-y5nJoJpQ" name="Behavior" isAbstract="true" superClass="_ZFGA8EeyEeKdl-y5nJoJpQ"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_ZFGA8EeyEeKdl-y5nJoJpQ" name="Class"> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_i7RooEfCEeKdl-y5nJoJpQ" name="ownedBehavior" type="_CO_y8EeyEeKdl-y5nJoJpQ" lower="0" upper="*" isComposite="true"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_jAYTcEe0EeKdl-y5nJoJpQ" name="Constraint"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_JofBoEe1EeKdl-y5nJoJpQ" name="Namespace" isAbstract="true"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_5gHlAEe2EeKdl-y5nJoJpQ" name="Trigger" superClass="_39jdgMf5Ed-sJIf4tYBt-g"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Package" xmi:id="_AD6JQMitEd-sJIf4tYBt-g" name="Actions"> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_CmXe8MitEd-sJIf4tYBt-g" name="CallOperationAction" superClass="_EOXXgMitEd-sJIf4tYBt-g"> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_QvWy4MitEd-sJIf4tYBt-g" name="operation" type="_MmYyYMitEd-sJIf4tYBt-g"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_EOXXgMitEd-sJIf4tYBt-g" name="NamedElement" isAbstract="true"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_MmYyYMitEd-sJIf4tYBt-g" name="Operation"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_HT7aQMitEd-sJIf4tYBt-g" name="SendSignalAction" superClass="_EOXXgMitEd-sJIf4tYBt-g"> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_YEJPIMitEd-sJIf4tYBt-g" name="signal" type="_OS2UMMitEd-sJIf4tYBt-g"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_OS2UMMitEd-sJIf4tYBt-g" name="Signal"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Package" xmi:id="_VymA8IQLEeGSY6MLEc_weQ" name="Models"> |
| <ownedMember xmi:type="cmof:Class" xmi:id="__xSUAJ0cEeKlhqsLHPfBIg" name="Import" superClass="_E-lfUJ0dEeKlhqsLHPfBIg"> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="__xS7EZ0cEeKlhqsLHPfBIg" name="importedNamespace" type="_vUwG8MaCEeGSosHO1vMMFA"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_E-lfUJ0dEeKlhqsLHPfBIg" name="NamedElement" isAbstract="true"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_vUwG8MaCEeGSosHO1vMMFA" name="Namespace" isAbstract="true"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_ZE--wIQLEeGSY6MLEc_weQ" name="Package"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_lqIjIMZ_EeGSosHO1vMMFA" name="Root" superClass="_vUwG8MaCEeGSosHO1vMMFA"> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_UMBmIMaCEeGSosHO1vMMFA" name="nestedPackage" type="_ZE--wIQLEeGSY6MLEc_weQ" lower="0" upper="*" isComposite="true"/> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_diPHkMaCEeGSosHO1vMMFA" name="externalURI" type="_b9hMgMaCEeGSosHO1vMMFA" lower="0"/> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_c7chEJ0dEeKlhqsLHPfBIg" name="imports" type="__xSUAJ0cEeKlhqsLHPfBIg" isOrdered="true" lower="0" upper="*" isComposite="true"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:PrimitiveType" xmi:id="_b9hMgMaCEeGSosHO1vMMFA" name="String"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Package" xmi:id="_iQY4IOkFEeGPiYoGg5fAqg" name="Profiles"> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_oMqCQOkFEeGPiYoGg5fAqg" name="Class"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_lDhHEOkFEeGPiYoGg5fAqg" name="Package"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_lOhdMOkFEeGPiYoGg5fAqg" name="Profile" superClass="_lDhHEOkFEeGPiYoGg5fAqg"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_nH7O0OkFEeGPiYoGg5fAqg" name="Stereotype" superClass="_oMqCQOkFEeGPiYoGg5fAqg"/> |
| </ownedMember> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Package" xmi:id="_xg6fUPF8Ed-BXqn3guNB1A" name="Sub_IsStatic"> |
| <ownedMember xmi:type="cmof:PrimitiveType" xmi:id="_KrFBsPF9Ed-BXqn3guNB1A" name="Boolean"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_t41z8B1DEeCzDcYDg75xng" name="Class"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_0_eQ4PF8Ed-BXqn3guNB1A" name="Feature" isAbstract="true" superClass="_coJOwPF-Ed-Ob5Xbijlg7g"> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_C_PXYPF9Ed-BXqn3guNB1A" name="isStatic" type="_KrFBsPF9Ed-BXqn3guNB1A"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_coJOwPF-Ed-Ob5Xbijlg7g" name="NamedElement" isAbstract="true"> |
| <ownedAttribute xmi:type="cmof:Property" xmi:id="_coJOwfF-Ed-Ob5Xbijlg7g" name="isStatic" type="_KrFBsPF9Ed-BXqn3guNB1A"/> |
| </ownedMember> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_4ji0kPF8Ed-BXqn3guNB1A" name="Operation" superClass="_0_eQ4PF8Ed-BXqn3guNB1A"/> |
| <ownedMember xmi:type="cmof:Class" xmi:id="_6gXGkPF8Ed-BXqn3guNB1A" name="Property" superClass="_0_eQ4PF8Ed-BXqn3guNB1A"/> |
| </ownedMember> |
| </cmof:Package> |
| <cmof:Tag xmi:id="_1" name="org.omg.xmi.nsPrefix" value="SubSuperStructure" element="_0"/> |
| <cmof:Tag xmi:id="_2" name="org.omg.xmi.nsPrefix" value="AuxiliaryConstructs" element="AuxiliaryConstructs"/> |
| <cmof:Tag xmi:id="_3" name="org.omg.xmi.nsPrefix" value="Templates" element="AuxiliaryConstructs-Templates"/> |
| <cmof:Tag xmi:id="_4" name="org.omg.xmi.nsPrefix" value="Constraints" element="_sBOM4K5nEd-xTJkHwX_SlQ"/> |
| <cmof:Tag xmi:id="_5" name="org.omg.xmi.nsPrefix" value="Namespaces" element="_97IzMLB0Ed-sntd82PWy7Q"/> |
| <cmof:Tag xmi:id="_6" name="org.omg.xmi.nsPrefix" value="States" element="_0lPd4Mf5Ed-sJIf4tYBt-g"/> |
| <cmof:Tag xmi:id="_7" name="org.omg.xmi.schemaType" value="http://www.w3.org/2001/XMLSchema#boolean" element="_lg9w8EegEeKdl-y5nJoJpQ"/> |
| <cmof:Tag xmi:id="_8" name="org.omg.xmi.nsPrefix" value="Actions" element="_AD6JQMitEd-sJIf4tYBt-g"/> |
| <cmof:Tag xmi:id="_9" name="org.omg.xmi.nsPrefix" value="Models" element="_VymA8IQLEeGSY6MLEc_weQ"/> |
| <cmof:Tag xmi:id="_10" name="org.omg.xmi.nsPrefix" value="Profiles" element="_iQY4IOkFEeGPiYoGg5fAqg"/> |
| <cmof:Tag xmi:id="_11" name="org.omg.xmi.nsPrefix" value="Sub_IsStatic" element="_xg6fUPF8Ed-BXqn3guNB1A"/> |
| <cmof:Tag xmi:id="_12" name="org.omg.xmi.schemaType" value="http://www.w3.org/2001/XMLSchema#boolean" element="_KrFBsPF9Ed-BXqn3guNB1A"/> |
| </xmi:XMI> |