Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenn Hussey2011-10-06 02:05:09 +0000
committerKenn Hussey2011-10-06 02:05:09 +0000
commitcab66f3576c668586ce408b840cb1d3e9108423b (patch)
treedf047250e51c474cc18586401ba2dbcafb04c4e9 /plugins/org.eclipse.uml2.uml
parent813b5c115bb0cee7e60399030538ea315a9523de (diff)
downloadorg.eclipse.uml2.git.040612-cab66f3576c668586ce408b840cb1d3e9108423b.tar.gz
org.eclipse.uml2.git.040612-cab66f3576c668586ce408b840cb1d3e9108423b.tar.xz
org.eclipse.uml2.git.040612-cab66f3576c668586ce408b840cb1d3e9108423b.zip
[327039] Adding models and mappings for CMOF interchange support.
Diffstat (limited to 'plugins/org.eclipse.uml2.uml')
-rw-r--r--plugins/org.eclipse.uml2.uml/model/CMOF.ecore2807
-rw-r--r--plugins/org.eclipse.uml2.uml/model/CMOF20.ecore1669
-rw-r--r--plugins/org.eclipse.uml2.uml/model/CMOF20_2_UML.ecore2ecore837
-rw-r--r--plugins/org.eclipse.uml2.uml/model/CMOF20_2_UML.ecore2xml620
-rw-r--r--plugins/org.eclipse.uml2.uml/model/CMOF_2_UML.ecore2ecore489
-rw-r--r--plugins/org.eclipse.uml2.uml/model/CMOF_2_UML.ecore2xml574
-rw-r--r--plugins/org.eclipse.uml2.uml/plugin.xml4
-rw-r--r--plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/resource/CMOF2UMLSaveImpl.java2
-rw-r--r--plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/resource/CMOF2UMLResource.java2
9 files changed, 5284 insertions, 1720 deletions
diff --git a/plugins/org.eclipse.uml2.uml/model/CMOF.ecore b/plugins/org.eclipse.uml2.uml/model/CMOF.ecore
index f5246b42..23a8b1c6 100644
--- a/plugins/org.eclipse.uml2.uml/model/CMOF.ecore
+++ b/plugins/org.eclipse.uml2.uml/model/CMOF.ecore
@@ -2,389 +2,647 @@
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cmof"
- nsURI="http://schema.omg.org/spec/MOF/2.0/cmof.xml" nsPrefix="cmof">
- <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Namespace #//Type">
+ nsURI="http://www.omg.org/spec/MOF/20100901/cmof.xmi" nsPrefix="cmof">
+ <eClassifiers xsi:type="ecore:EClass" name="ReflectiveSequence" eSuperTypes="#//ReflectiveCollection">
+ <eOperations name="add" ordered="false" lowerBound="1">
+ <eParameters name="index" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Integer"/>
+ <eParameters name="object" ordered="false" lowerBound="1" eType="#//Object"/>
+ </eOperations>
+ <eOperations name="get" ordered="false" lowerBound="1" eType="#//Object">
+ <eParameters name="index" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Integer"/>
+ </eOperations>
+ <eOperations name="remove" ordered="false" lowerBound="1" eType="#//Object">
+ <eParameters name="index" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Integer"/>
+ </eOperations>
+ <eOperations name="set" ordered="false" lowerBound="1" eType="#//Object">
+ <eParameters name="index" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Integer"/>
+ <eParameters name="object" ordered="false" lowerBound="1" eType="#//Object"/>
+ </eOperations>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="ReflectiveCollection" eSuperTypes="#//Object">
+ <eOperations name="add" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eParameters name="object" ordered="false" lowerBound="1" eType="#//Object"/>
+ </eOperations>
+ <eOperations name="addAll" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eParameters name="objects" ordered="false" lowerBound="1" eType="#//ReflectiveCollection"/>
+ </eOperations>
+ <eOperations name="clear" ordered="false" lowerBound="1"/>
+ <eOperations name="remove" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eParameters name="object" ordered="false" lowerBound="1" eType="#//Object"/>
+ </eOperations>
+ <eOperations name="size" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Integer"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Object">
+ <eOperations name="get" ordered="false" lowerBound="1" eType="#//Object">
+ <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/>
+ </eOperations>
+ <eOperations name="equals" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eParameters name="element" ordered="false" lowerBound="1" eType="#//Object"/>
+ </eOperations>
+ <eOperations name="set" ordered="false" lowerBound="1">
+ <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/>
+ <eParameters name="value" ordered="false" lowerBound="1" eType="#//Object"/>
+ </eOperations>
+ <eOperations name="isSet" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/>
+ </eOperations>
+ <eOperations name="unset" ordered="false" lowerBound="1">
+ <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/>
+ </eOperations>
+ <eOperations name="invoke" ordered="false" eType="#//Object">
+ <eParameters name="op" ordered="false" lowerBound="1" eType="#//Operation"/>
+ <eParameters name="arguments" ordered="false" upperBound="-1" eType="#//Argument"/>
+ </eOperations>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A classifier is a type. It can specify a generalization hierarchy by referencing its general classifiers. A classifier is also a namespace whose members can include features. Classifier is an abstract metaclass."/>
+ <details key="documentation" value="A property is a structural feature of a classifier that characterizes instances of the classifier. A property related by ownedAttribute to a classifier (other than an association) represents an attribute and might also represent an association end. It relates an instance of the class to a value or set of values of the type of the attribute. A property related by memberEnd or its specializations to an association represents an end of the association. The type of the property is the type of the end of the association."/>
</eAnnotations>
- <eOperations name="no_cycles_in_generalization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EOperation" name="isConsistentWith" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isConsistentWith() specifies, for any two Properties in a context in which redefinition is possible, whether redefinition would be logically consistent. A redefining property is consistent with a redefined property if the type of the redefining property conforms to the type of the redefined property, and the multiplicity of the redefining property (if specified) is contained in the multiplicity of the redefined property.&#xA;The query isConsistentWith() specifies, for any two Properties in a context in which redefinition is possible, whether redefinition would be logically consistent. A redefining property is consistent with a redefined property if the type of the redefining property conforms to the type of the redefined property, the multiplicity of the redefining property (if specified) is contained in the multiplicity of the redefined property.&#xA;redefinee.isRedefinitionContextValid(self)&#xA;result = redefinee.oclIsKindOf(Property) and &#xA; let prop : Property = redefinee.oclAsType(Property) in &#xA; (prop.type.conformsTo(self.type) and &#xA; ((prop.lowerBound()->notEmpty() and self.lowerBound()->notEmpty()) implies prop.lowerBound() >= self.lowerBound()) and &#xA; ((prop.upperBound()->notEmpty() and self.upperBound()->notEmpty()) implies prop.lowerBound() &lt;= self.lowerBound()) and &#xA; (self.isComposite implies prop.isComposite))"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//RedefinableElement/isConsistentWith"/>
+ <eParameters name="redefinee" ordered="false" lowerBound="1" eType="#//RedefinableElement"/>
+ </contents>
+ <contents xsi:type="ecore:EAttribute" name="isReadOnly" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
+ defaultValueLiteral="false">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="If isReadOnly is true, the attribute may not be written to after initialization.&#xA;If true, the attribute may only be read, and not written."/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//StructuralFeature/isReadOnly"/>
+ </contents>
+ </eAnnotations>
+ <eOperations name="multiplicity_of_composite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Generalization hierarchies must be directed and acyclical. A classifier can not be both a transitively general and transitively specific classifier of the same classifier.&#xD;&#xA;not self.allParents()->includes(self)"/>
+ <details key="documentation" value="A multiplicity of a composite aggregation must not have an upper bound greater than 1.&#xA;A multiplicity on an aggregate end of a composite aggregation must not have an upper bound greater than 1.&#xA;isComposite implies (upperBound()->isEmpty() or upperBound() &lt;= 1)"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="specialize_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="subsetting_context_conforms" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A classifier may only specialize classifiers of a valid type.&#xD;&#xA;self.parents()->forAll(c | self.maySpecializeType(c))"/>
+ <details key="documentation" value="Subsetting may only occur when the context of the subsetting property conforms to the context of the subsetted property.&#xA;self.subsettedProperty->notEmpty() implies&#xA; (self.subsettingContext()->notEmpty() and self.subsettingContext()->forAll (sc |&#xA; self.subsettedProperty->forAll(sp |&#xA; sp.subsettingContext()->exists(c | sc.conformsTo(c)))))"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="conformsTo" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="derived_union_is_read_only" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query conformsTo() gives true for a classifier that defines a type that conforms to another. This is used, for example, in the specification of signature conformance for operations.&#xD;&#xA;result = (self=other) or (self.allParents()->includes(other))"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="A derived union is read only.&#xA;isDerivedUnion implies isReadOnly"/>
</eAnnotations>
- <eAnnotations source="redefines" references="#//Type/conformsTo"/>
- <eParameters name="other" ordered="false" lowerBound="1" eType="#//Classifier"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="allFeatures" ordered="false" upperBound="-1" eType="#//Feature">
+ <eOperations name="redefined_property_inherited" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query allFeatures() gives all of the features in the namespace of the classifier. In general, through mechanisms such as inheritance, this will be a larger set than feature.&#xD;&#xA;result = member->select(oclIsKindOf(Feature))"/>
+ <details key="documentation" value="A redefined property must be inherited from a more general classifier containing the redefining property.&#xA;if (redefinedProperty->notEmpty()) then&#xA; (redefinitionContext->notEmpty() and&#xA; redefinedProperty->forAll(rp|&#xA; ((redefinitionContext->collect(fc|&#xA; fc.allParents()))->asSet())->collect(c| c.allFeatures())->asSet()->includes(rp))"/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
+ </eOperations>
+ <eOperations name="subsetted_property_names" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A property may not subset a property with the same name.&#xA;true"/>
</eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="getGenerals" ordered="false" upperBound="-1" eType="#//Classifier">
+ <eOperations name="derived_union_is_derived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The general classifiers are the classifiers referenced by the generalization relationships.&#xD;&#xA;result = self.parents()"/>
+ <details key="documentation" value="A derived union is derived.&#xA;isDerivedUnion implies isDerived"/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
+ </eOperations>
+ <eOperations name="subsetting_rules" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A subsetting property may strengthen the type of the subsetted property, and its upper bound may be less.&#xA;self.subsettedProperty->forAll(sp |&#xA; self.type.conformsTo(sp.type) and&#xA; ((self.upperBound()->notEmpty() and sp.upperBound()->notEmpty()) implies&#xA; self.upperBound()&lt;=sp.upperBound() ))"/>
</eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="parents" ordered="false" upperBound="-1" eType="#//Classifier">
+ <eOperations name="default" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query parents() gives all of the immediate ancestors of a generalized Classifier.&#xD;&#xA;result = generalization.general"/>
+ <details key="documentation" value="Missing derivation for Property::/default : String&#xA;true"/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ </eOperations>
+ <eOperations name="isAttribute" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isAttribute() is true if the Property is defined as an attribute of some classifier.&#xA;result = Classifier.allInstances->exists(c | c.attribute->includes(p))"/>
</eAnnotations>
+ <eParameters name="p" ordered="false" lowerBound="1" eType="#//Property"/>
</eOperations>
- <eOperations name="getInheritedMembers" ordered="false" upperBound="-1" eType="#//NamedElement">
+ <eOperations name="isComposite" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The inheritedMember association is derived by inheriting the inheritable members of the parents.&#xD;&#xA;result = self.inherit(self.parents()->collect(p | p.inheritableMembers(self))"/>
+ <details key="documentation" value="The value of isComposite is true only if aggregation is composite.&#xA;result = (self.aggregation = #composite)"/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ </eOperations>
+ <eOperations name="isNavigable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isNavigable() indicates whether it is possible to navigate across the property.&#xA;result = not classifier->isEmpty() or association.owningAssociation.navigableOwnedEnd->includes(self)"/>
</eAnnotations>
</eOperations>
- <eOperations name="allParents" ordered="false" upperBound="-1" eType="#//Classifier">
+ <eOperations name="opposite" ordered="false" lowerBound="1" eType="#//Property">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query allParents() gives all of the direct and indirect ancestors of a generalized Classifier.&#xD;&#xA;result = self.parents()->union(self.parents()->collect(p | p.allParents())"/>
+ <details key="documentation" value="If this property is owned by a class, associated with a binary association, and the other end of the association is also owned by a class, then opposite gives the other end.&#xA;result = if owningAssociation->isEmpty() and association.memberEnd->size() = 2&#xA; then&#xA; let otherEnd = (association.memberEnd - self)->any() in&#xA; if otherEnd.owningAssociation->isEmpty() then otherEnd else Set{} endif&#xA; else Set {}&#xA; endif"/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ </eOperations>
+ <eOperations name="subsettingContext" ordered="false" upperBound="-1" eType="#//Type">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query subsettingContext() gives the context for subsetting a property. It consists, in the case of an attribute, of the corresponding classifier, and in the case of an association end, all of the classifiers at the other ends.&#xA;result = if association->notEmpty()&#xA;then association.endType-type&#xA;else if classifier->notEmpty() then Set{classifier} else Set{} endif&#xA;endif"/>
</eAnnotations>
</eOperations>
- <eOperations name="inheritableMembers" ordered="false" upperBound="-1" eType="#//NamedElement">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false"
+ eType="#//Class" eOpposite="#//Class/ownedAttribute">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query inheritableMembers() gives all of the members of a classifier that may be inherited in one of its descendants, subject to whatever visibility restrictions apply.&#xD;&#xA;c.allParents()->includes(self)&#xD;&#xA;result = member->select(m | c.hasVisibilityOf(m))"/>
+ <details key="documentation" value="References the Class that owns the Property.&#xA;References the Class that owns the Property."/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <eAnnotations source="subsets" references="#//NamedElement/namespace"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="datatype" ordered="false"
+ eType="#//DataType" eOpposite="#//DataType/ownedAttribute">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The DataType that owns this Property."/>
</eAnnotations>
- <eParameters name="c" ordered="false" lowerBound="1" eType="#//Classifier"/>
- </eOperations>
- <eOperations name="hasVisibilityOf" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="subsets" references="#//NamedElement/namespace"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregation" ordered="false"
+ lowerBound="1" eType="#//AggregationKind" defaultValueLiteral="none">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query hasVisibilityOf() determines whether a named element is visible in the classifier. By default all are visible. It is only called when the argument is something owned by a parent.&#xD;&#xA;self.allParents()->collect(c | c.member)->includes(n)&#xD;&#xA;result = if (self.inheritedMember->includes(n)) then (n.visibility &lt;> #private) else true"/>
+ <details key="documentation" value="Specifies the kind of aggregation that applies to the Property."/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="association" ordered="false"
+ eType="#//Association" eOpposite="#//Association/memberEnd">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the association of which this property is a member, if any."/>
</eAnnotations>
- <eParameters name="n" ordered="false" lowerBound="1" eType="#//NamedElement"/>
- </eOperations>
- <eOperations name="inherit" ordered="false" upperBound="-1" eType="#//NamedElement">
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="owningAssociation" ordered="false"
+ eType="#//Association" eOpposite="#//Association/ownedEnd">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The inherit operation is overridden to exclude redefined properties.&#xD;&#xA;result = inhs"/>
+ <details key="documentation" value="References the owning association of this property, if any."/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <eAnnotations source="subsets" references="#//NamedElement/namespace #//Feature/featuringClassifier #//Property/association #//RedefinableElement/redefinitionContext"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String" volatile="true"
+ transient="true" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies a String that represents a value to be used when no argument is supplied for the Property.&#xA;A String that is evaluated to give a default value for the Property when an object of the owning Classifier is instantiated."/>
</eAnnotations>
- <eParameters name="inhs" ordered="false" upperBound="-1" eType="#//NamedElement"/>
- </eOperations>
- <eOperations name="maySpecializeType" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false"
+ eType="#//ValueSpecification" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query maySpecializeType() determines whether this classifier may have a generalization relationship to classifiers of the specified type. By default a classifier may specialize classifiers of the same or a more general type. It is intended to be redefined by classifiers that have different specialization constraints.&#xD;&#xA;result = self.oclIsKindOf(c.oclType)"/>
+ <details key="documentation" value="A ValueSpecification that is evaluated to give a default value for the Property when an object of the owning Classifier is instantiated."/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
+ volatile="true" transient="true" defaultValueLiteral="false" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.&#xA;This is a derived value, indicating whether the aggregation of the Property is composite or not."/>
</eAnnotations>
- <eParameters name="c" ordered="false" lowerBound="1" eType="#//Classifier"/>
- </eOperations>
- <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false"
- upperBound="-1" eType="#//Feature" changeable="false" volatile="true" transient="true"
- derived="true" eOpposite="#//Feature/featuringClassifier">
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
+ defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Redefines the corresponding association in Abstractions. Subsets Namespace::member and is a derived union. Note that there may be members of the Classifier that are of the type Feature but are not included in this association, e.g. inherited features."/>
+ <details key="documentation" value="If isDerived is true, the value of the attribute is derived from information elsewhere.&#xA;Specifies whether the Property is derived, i.e., whether its value or values can be computed from other information."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Namespace/member"/>
- <eAnnotations source="union"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
- upperBound="-1" eType="#//Property" changeable="false" volatile="true" transient="true"
- derived="true">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerivedUnion" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
+ defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Refers to all of the Properties that are direct (i.e. not inherited or imported) attributes of the classifier. Subsets Classifier::feature and is a derived union."/>
+ <details key="documentation" value="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Classifier/feature"/>
- <eAnnotations source="union"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="general" ordered="false"
- upperBound="-1" eType="#//Classifier">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isID" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
+ defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the general classifier in the Generalization relationship. Subsets DirectedRelationship::target."/>
+ <details key="documentation" value="True indicates this property can be used to uniquely identify an instance of the containing Class."/>
</eAnnotations>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" ordered="false"
- upperBound="-1" eType="#//NamedElement" volatile="true" transient="true" derived="true">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" ordered="false"
+ eType="#//Property" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies all elements inherited by this classifier from the general classifiers. Subsets Namespace::member. This is derived."/>
+ <details key="documentation" value="In the case where the property is one navigable end of a binary association with both ends navigable, this gives the other end."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedProperty" ordered="false"
+ upperBound="-1" eType="#//Property">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the properties that are redefined by this property."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//RedefinableElement/redefinedElement"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" ordered="false"
+ upperBound="-1" eType="#//Property">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the properties of which this property is constrained to be a subset."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Namespace/member"/>
</eStructuralFeatures>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="#//NamedElement">
+ <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Feature #//MultiplicityElement #//TypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A namespace has the ability to import either individial members or all members of a package, thereby making it possible to refer to those named elements without qualification in the importing namespace. In the case of conflicts, it is necessary to use qualified names or aliases to disambiguate the referenced elements."/>
- </eAnnotations>
- <eAnnotations source="duplicates">
- <contents xsi:type="ecore:EReference" name="ownedMember" ordered="false" upperBound="-1"
- eType="#//NamedElement" changeable="false" volatile="true" transient="true"
- derived="true" eOpposite="#//NamedElement/%duplicates%/namespace">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Redefines the corresponding property of Abstractions::Namespaces::Namespace."/>
- </eAnnotations>
- <eAnnotations source="subsets" references="#//Namespace/member #//Element/ownedElement"/>
- <eAnnotations source="union"/>
- </contents>
+ <details key="documentation" value="A structural feature is a typed feature of a classifier that specifies the structure of instances of the classifier.&#xA;By specializing multiplicity element, it supports a multiplicity that specifies valid cardinalities for the collection of values associated with an instantiation of the structural feature."/>
</eAnnotations>
- <eOperations name="members_are_distinguishable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
+ defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="All the members of a Namespace are distinguishable within it.&#xD;&#xA;membersAreDistinguishable()"/>
+ <details key="documentation" value="States whether the feature's value may be modified by a client."/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
- </eOperations>
- <eOperations name="getImportedMembers" ordered="false" upperBound="-1" eType="#//PackageableElement">
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//RedefinableElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A feature declares a behavioral or structural characteristic of instances of classifiers."/>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="featuringClassifier" ordered="false"
+ upperBound="-1" eType="#//Classifier" changeable="false" volatile="true" transient="true"
+ derived="true" eOpposite="#//Classifier/feature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The importedMember property is derived from the ElementImports and the PackageImports. References the PackageableElements that are members of this Namespace as a result of either PackageImports or ElementImports.&#xD;&#xA;result = self.importMembers(self.elementImport.importedElement.asSet()->union(self.packageImport.importedPackage->collect(p | p.visibleMembers())))"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="The Classifiers that have this Feature as a feature."/>
</eAnnotations>
- </eOperations>
- <eOperations name="getNamesOfMember" ordered="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eAnnotations source="union"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
+ defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query getNamesOfMember() is overridden to take account of importing. It gives back the set of names that an element would have in an importing namespace, either because it is owned, or if not owned then imported individually, or if not individually then from a package.&#xD;&#xA;result = if self.ownedMember->includes(element)&#xA;then Set{}->include(element.name)&#xA;else let elementImports: ElementImport = self.elementImport->select(ei | ei.importedElement = element) in&#xA; if elementImports->notEmpty()&#xA; then elementImports->collect(el | el.getName())&#xA; else self.packageImport->select(pi | pi.importedPackage.visibleMembers()->includes(element))->collect(pi | pi.importedPackage.getNamesOfMember(element))&#xA; endif&#xA;endif"/>
+ <details key="documentation" value="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" abstract="true"
+ eSuperTypes="#//NamedElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A redefinable element is an element that, when defined in the context of a classifier, can be redefined more specifically or differently in the context of another classifier that specializes (directly or indirectly) the context classifier."/>
+ </eAnnotations>
+ <eOperations name="redefinition_consistent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A redefining element must be consistent with each redefined element.&#xA;self.redefinedElement->forAll(re | re.isConsistentWith(self))"/>
</eAnnotations>
- <eParameters name="element" ordered="false" lowerBound="1" eType="#//NamedElement"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="importMembers" ordered="false" upperBound="-1" eType="#//PackageableElement">
+ <eOperations name="non_leaf_redefinition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query importMembers() defines which of a set of PackageableElements are actually imported into the namespace. This excludes hidden ones, i.e., those which have names that conflict with names of owned members, and also excludes elements which would have the same name when imported.&#xD;&#xA;result = self.excludeCollisions(imps)->select(imp | self.ownedMember->forAll(mem | mem.imp.isDistinguishableFrom(mem, self)))"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="A redefinable element can only redefine non-leaf redefinable elements&#xA;self.redefinedElement->forAll(not isLeaf)"/>
</eAnnotations>
- <eParameters name="imps" ordered="false" upperBound="-1" eType="#//PackageableElement"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="excludeCollisions" ordered="false" upperBound="-1" eType="#//PackageableElement">
+ <eOperations name="redefinition_context_valid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query excludeCollisions() excludes from a set of PackageableElements any that would not be distinguishable from each other in this namespace.&#xD;&#xA;result = imps->reject(imp1 | imps.exists(imp2 | not imp1.isDistinguishableFrom(imp2, self)))"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="At least one of the redefinition contexts of the redefining element must be a specialization of at least one of the redefinition contexts for each redefined element.&#xA;self.redefinedElement->forAll(e | self.isRedefinitionContextValid(e))"/>
</eAnnotations>
- <eParameters name="imps" ordered="false" upperBound="-1" eType="#//PackageableElement"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="membersAreDistinguishable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="isConsistentWith" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The Boolean query membersAreDistinguishable() determines whether all of the namespace's members are distinguishable within it.&#xD;&#xA;result = self.member->forAll( memb |&#xA;&#x9;self.member->excluding(memb)->forAll(other |&#xA;&#x9;&#x9;memb.isDistinguishableFrom(other, self)))"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="The query isConsistentWith() specifies, for any two RedefinableElements in a context in which redefinition is possible, whether redefinition would be logically consistent. By default, this is false; this operation must be overridden for subclasses of RedefinableElement to define the consistency conditions.&#xA;redefinee.isRedefinitionContextValid(self)&#xA;result = false"/>
</eAnnotations>
+ <eParameters name="redefinee" ordered="false" lowerBound="1" eType="#//RedefinableElement"/>
</eOperations>
- <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRule" ordered="false"
- upperBound="-1" eType="#//Constraint" containment="true" eOpposite="#//Constraint/namespace">
- <eAnnotations source="subsets" references="#//Namespace/%duplicates%/ownedMember"/>
- </eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="importedMember" ordered="false"
- upperBound="-1" eType="#//PackageableElement" changeable="false" volatile="true"
- transient="true" derived="true">
+ <eOperations name="isRedefinitionContextValid" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the PackageableElements that are members of this Namespace as a result of either PackageImports or ElementImports. Subsets Namespace::member."/>
+ <details key="documentation" value="The query isRedefinitionContextValid() specifies whether the redefinition contexts of this RedefinableElement are properly related to the redefinition contexts of the specified RedefinableElement to allow this element to redefine the other. By default at least one of the redefinition contexts of this element must be a specialization of at least one of the redefinition contexts of the specified element.&#xA;result = redefinitionContext->exists(c | c.allParents()->includes(redefined.redefinitionContext)))"/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Namespace/member"/>
- </eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="elementImport" ordered="false"
- upperBound="-1" eType="#//ElementImport" containment="true" eOpposite="#//ElementImport/importingNamespace">
+ <eParameters name="redefined" ordered="false" lowerBound="1" eType="#//RedefinableElement"/>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isLeaf" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
+ defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the ElementImports owned by the Namespace. Subsets Element::ownedElement."/>
+ <details key="documentation" value="Indicates whether it is possible to further redefine a RedefinableElement. If the value is true, then it is not possible to further redefine the RedefinableElement. Note that this property is preserved through package merge operations; that is, the capability to redefine a RedefinableElement (i.e., isLeaf=false) must be preserved in the resulting RedefinableElement of a package merge operation where a RedefinableElement with isLeaf=false is merged with a matching RedefinableElement with isLeaf=true: the resulting RedefinableElement will have isLeaf=false. Default value is false."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Element/ownedElement"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="packageImport" ordered="false"
- upperBound="-1" eType="#//PackageImport" containment="true" eOpposite="#//PackageImport/importingNamespace">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedElement" ordered="false"
+ upperBound="-1" eType="#//RedefinableElement" changeable="false" volatile="true"
+ transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the PackageImports owned by the Namespace. Subsets Element::ownedElement."/>
+ <details key="documentation" value="The redefinable element that is being redefined by this element."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Element/ownedElement"/>
+ <eAnnotations source="union"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false"
- upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true"
- transient="true" derived="true">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="redefinitionContext" ordered="false"
+ upperBound="-1" eType="#//Classifier" changeable="false" volatile="true" transient="true"
+ derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Redefines the corresponding property of Abstractions::Namespaces::Namespace."/>
+ <details key="documentation" value="References the contexts that this element may be redefined from."/>
</eAnnotations>
<eAnnotations source="union"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="NamedElement has a visibility attribute.&#xD;&#xA;A named element represents elements with names."/>
- </eAnnotations>
- <eAnnotations source="duplicates">
- <contents xsi:type="ecore:EReference" name="namespace" ordered="false" eType="#//Namespace"
- changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Namespace/%duplicates%/ownedMember">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies the namespace that owns the NamedElement. Subsets Element::owner. This is a derived union."/>
- </eAnnotations>
- <eAnnotations source="subsets" references="#//Element/owner"/>
- <eAnnotations source="union"/>
- </contents>
+ <details key="documentation" value="A named element is an element in a model that may have a name."/>
</eAnnotations>
- <eOperations name="no_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="visibility_needs_ownership" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="If there is no name, or one of the containing namespaces has no name, there is no qualified name.&#xD;&#xA;(self.name->isEmpty() or self.allNamespaces()->select(ns | ns.name->isEmpty())->notEmpty())&#xA;&#xA; implies self.qualifiedName->isEmpty()"/>
+ <details key="documentation" value="If a NamedElement is not owned by a Namespace, it does not have a visibility.&#xA;namespace->isEmpty() implies visibility->isEmpty()"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="qualified_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="has_no_qualified_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="When there is a name, and all of the containing namespaces have a name, the qualified name is constructed from the names of the containing namespaces.&#xD;&#xA;(self.name->notEmpty() and self.allNamespaces()->select(ns | ns.name->isEmpty())->isEmpty()) implies&#xA; self.qualifiedName = self.allNamespaces()->iterate( ns : Namespace; result: String = self.name | ns.name->union(self.separator())->union(result))"/>
+ <details key="documentation" value="If there is no name, or one of the containing namespaces has no name, there is no qualified name.&#xA;(self.name->isEmpty() or self.allNamespaces()->select(ns | ns.name->isEmpty())->notEmpty())&#xA; implies self.qualifiedName->isEmpty()"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="visibility_needs_ownership" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="has_qualified_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="If a NamedElement is not owned by a Namespace, it does not have a visibility.&#xD;&#xA;namespace->isEmpty() implies visibility->isEmpty()"/>
+ <details key="documentation" value="When there is a name, and all of the containing namespaces have a name, the qualified name is constructed from the names of the containing namespaces.&#xA;(self.name->notEmpty() and self.allNamespaces()->select(ns | ns.name->isEmpty())->isEmpty()) implies&#xA; self.qualifiedName = self.allNamespaces()->iterate( ns : Namespace; result: String = self.name | ns.name->union(self.separator())->union(result))"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
<eOperations name="allNamespaces" upperBound="-1" eType="#//Namespace">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query allNamespaces() gives the sequence of namespaces in which the NamedElement is nested, working outwards.&#xD;&#xA;result = if self.namespace->isEmpty()&#xA;then Sequence{}&#xA;else self.namespace.allNamespaces()->prepend(self.namespace)&#xA;endif"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="The query allNamespaces() gives the sequence of namespaces in which the NamedElement is nested, working outwards.&#xA;result = if self.namespace->isEmpty()&#xA;then Sequence{}&#xA;else self.namespace.allNamespaces()->prepend(self.namespace)&#xA;endif"/>
</eAnnotations>
</eOperations>
- <eOperations name="isDistinguishableFrom" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="isDistinguishableFrom" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query isDistinguishableFrom() determines whether two NamedElements may logically co-exist within a Namespace. By default, two named elements are distinguishable if (a) they have unrelated types or (b) they have related types but different names.&#xD;&#xA;result = if self.oclIsKindOf(n.oclType) or n.oclIsKindOf(self.oclType)&#xA;then ns.getNamesOfMember(self)->intersection(ns.getNamesOfMember(n))->isEmpty()&#xA;else true&#xA;endif"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="The query isDistinguishableFrom() determines whether two NamedElements may logically co-exist within a Namespace. By default, two named elements are distinguishable if (a) they have unrelated types or (b) they have related types but different names.&#xA;result = if self.oclIsKindOf(n.oclType) or n.oclIsKindOf(self.oclType)&#xA;then ns.getNamesOfMember(self)->intersection(ns.getNamesOfMember(n))->isEmpty()&#xA;else true&#xA;endif"/>
</eAnnotations>
<eParameters name="n" ordered="false" lowerBound="1" eType="#//NamedElement"/>
<eParameters name="ns" ordered="false" lowerBound="1" eType="#//Namespace"/>
</eOperations>
- <eOperations name="separator" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eOperations name="qualifiedName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query separator() gives the string that is used to separate names when constructing a qualified name.&#xD;&#xA;result = '::'"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="When there is a name, and all of the containing namespaces have a name, the qualified name is constructed from the names of the containing namespaces.&#xA;result = if self.name->notEmpty() and self.allNamespaces()->select(ns | ns.name->isEmpty())->isEmpty()&#xA;then &#xA; self.allNamespaces()->iterate( ns : Namespace; result: String = self.name | ns.name->union(self.separator())->union(result))&#xA;else&#xA; Set{}&#xA;endif"/>
</eAnnotations>
</eOperations>
- <eOperations name="qualifiedName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eOperations name="separator" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="When there is a name, and all of the containing namespaces have a name, the qualified name is constructed from the names of the containing namespaces.&#xD;&#xA;result = if self.name->notEmpty() and self.allNamespaces()->select(ns | ns.name->isEmpty())->isEmpty()&#xA;then &#xA; self.allNamespaces()->iterate( ns : Namespace; result: String = self.name | ns.name->union(self.separator())->union(result))&#xA;else&#xA; Set{}&#xA;endif"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="The query separator() gives the string that is used to separate names when constructing a qualified name.&#xA;result = '::'"/>
</eAnnotations>
</eOperations>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false"
- eType="#//VisibilityKind">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" ordered="false"
+ eType="#//Namespace" changeable="false" volatile="true" transient="true" derived="true"
+ eOpposite="#//Namespace/ownedMember">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Determines the visibility of the NamedElement within different Namespaces within the overall model."/>
+ <details key="documentation" value="Specifies the namespace that owns the NamedElement."/>
</eAnnotations>
+ <eAnnotations source="union"/>
+ <eAnnotations source="subsets" references="#//Element/owner"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
- iD="true">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the NamedElement."/>
</eAnnotations>
</eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" ordered="false"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String" changeable="false"
+ volatile="true" transient="true" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A name which allows the NamedElement to be identified within a hierarchy of nested Namespaces. It is constructed from the names of the containing namespaces starting at the root of the hierarchy and ending with the name of the NamedElement itself."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false"
+ eType="#//VisibilityKind">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ </eAnnotations>
+ </eStructuralFeatures>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true">
+ <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true" eSuperTypes="#//Object">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="An element can own comments.&#xD;&#xA;Element is an abstract metaclass with no superclass. It is used as the common superclass for all metaclasses in the infrastructure library."/>
+ <details key="documentation" value="An element is a constituent of a model. As such, it has the capability of owning other elements."/>
</eAnnotations>
- <eOperations name="not_own_self" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="has_owner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="An element may not directly or indirectly own itself.&#xD;&#xA;not self.allOwnedElements()->includes(self)"/>
+ <details key="documentation" value="Elements that must be owned must have an owner.&#xA;self.mustBeOwned() implies owner->notEmpty()"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="has_owner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="not_own_self" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Elements that must be owned must have an owner.&#xD;&#xA;self.mustBeOwned() implies owner->notEmpty()"/>
+ <details key="documentation" value="An element may not directly or indirectly own itself.&#xA;not self.allOwnedElements()->includes(self)"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
<eOperations name="allOwnedElements" ordered="false" upperBound="-1" eType="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query allOwnedElements() gives all of the direct and indirect owned elements of an element.&#xD;&#xA;result = ownedElement->union(ownedElement->collect(e | e.allOwnedElements()))"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="The query allOwnedElements() gives all of the direct and indirect owned elements of an element.&#xA;result = ownedElement->union(ownedElement->collect(e | e.allOwnedElements()))"/>
</eAnnotations>
</eOperations>
- <eOperations name="mustBeOwned" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="mustBeOwned" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query mustBeOwned() indicates whether elements of this type must have an owner. Subclasses of Element that do not require an owner must override this operation.&#xD;&#xA;result = true"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="The query mustBeOwned() indicates whether elements of this type must have an owner. Subclasses of Element that do not require an owner must override this operation.&#xA;result = true"/>
</eAnnotations>
</eOperations>
<eOperations name="getMetaClass" ordered="false" lowerBound="1" eType="#//Class"/>
<eOperations name="container" ordered="false" lowerBound="1" eType="#//Element"/>
- <eOperations name="equals" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
- <eParameters name="otherElement" ordered="false" lowerBound="1" eType="#//Object"/>
- </eOperations>
- <eOperations name="get" ordered="false" lowerBound="1" eType="#//Object">
- <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/>
- </eOperations>
- <eOperations name="set" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject">
- <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/>
- <eParameters name="value" ordered="false" lowerBound="1" eType="#//Object"/>
- </eOperations>
- <eOperations name="isSet" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
- <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/>
- </eOperations>
- <eOperations name="unset" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject">
- <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/>
- </eOperations>
- <eOperations name="delete" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
- <eOperations name="invoke" ordered="false" lowerBound="1" eType="#//Object">
- <eParameters name="op" ordered="false" lowerBound="1" eType="#//Operation"/>
- <eParameters name="arguments" ordered="false" lowerBound="1" eType="#//Argument"/>
- </eOperations>
- <eOperations name="isInstanceOfType" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="isInstanceOfType" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
<eParameters name="type" ordered="false" lowerBound="1" eType="#//Class"/>
- <eParameters name="includeSubtypes" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
- </eOperations>
- <eOperations name="verify" ordered="false" lowerBound="1" eType="#//ReflectiveCollection">
- <eParameters name="deepVerify" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
+ <eParameters name="includesSubtypes" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"/>
</eOperations>
+ <eOperations name="delete" ordered="false" lowerBound="1"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedComment" ordered="false"
+ upperBound="-1" eType="#//Comment" containment="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The Comments owned by this element."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
+ </eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" ordered="false"
upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true"
derived="true" eOpposite="#//Element/owner">
@@ -401,708 +659,873 @@
</eAnnotations>
<eAnnotations source="union"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="ownedComment" ordered="false"
- upperBound="-1" eType="#//Comment" containment="true">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The Comments owned by this element. Subsets Element::ownedElement.&#xD;&#xA;The Comments owned by this element."/>
- </eAnnotations>
- <eAnnotations source="subsets" references="#//Element/ownedElement"/>
- </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="metaclass" ordered="false"
+ lowerBound="1" eType="#//Class" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A comment is a textual annotation that can be attached to a set of elements.&#xD;&#xA;A comment gives the ability to attach various remarks to elements. A comment carries no semantic force, but may contain information that is useful to a modeler. A comment may be owned by any element."/>
+ <details key="documentation" value="A comment is a textual annotation that can be attached to a set of elements."/>
</eAnnotations>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" ordered="false" lowerBound="1"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies a string that is the comment."/>
- </eAnnotations>
- <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
- <details key="kind" value="element"/>
- </eAnnotations>
- </eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" ordered="false"
upperBound="-1" eType="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="References the Element(s) being commented."/>
</eAnnotations>
</eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies a string that is the comment."/>
+ </eAnnotations>
+ </eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Class is a kind of classifier whose features are attributes and operations. Attributes of a class are represented by instances of Property that are owned by the class. Some of these attributes may represent the navigable ends of binary associations.&#xD;&#xA;A class is a type that has objects as its instances."/>
+ <details key="documentation" value="A class describes a set of objects that share the same specifications of features, constraints, and semantics."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EOperation" name="inherit" ordered="false" upperBound="-1"
eType="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The inherit operation is overridden to exclude redefined properties.&#xD;&#xA;result = inhs->excluding(inh | ownedMember->select(oclIsKindOf(RedefinableElement))->select(redefinedElement->includes(inh)))"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="The inherit operation is overridden to exclude redefined properties.&#xA;result = inhs->excluding(inh | ownedMember->select(oclIsKindOf(RedefinableElement))->select(redefinedElement->includes(inh)))"/>
</eAnnotations>
<eAnnotations source="redefines" references="#//Classifier/inherit"/>
<eParameters name="inhs" ordered="false" upperBound="-1" eType="#//NamedElement"/>
</contents>
+ <contents xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
+ defaultValueLiteral="false">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="True when a class is abstract.&#xA;If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//Classifier/isAbstract"/>
+ </contents>
</eAnnotations>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
- defaultValueLiteral="false">
+ <eOperations name="superClass" ordered="false" upperBound="-1" eType="#//Class">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Missing derivation for Class::/superClass : Class&#xA;true"/>
+ </eAnnotations>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="nestedClassifier" upperBound="-1"
+ eType="#//Classifier" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="True when a class is abstract. The default value is false."/>
+ <details key="documentation" value="References all the Classifiers that are defined (nested) within the Class."/>
</eAnnotations>
+ <eAnnotations source="subsets" references="#//Namespace/ownedMember"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1"
eType="#//Property" containment="true" eOpposite="#//Property/class">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The attributes (i.e. the properties) owned by the class. This is an ordered association. Subsets Classifier::attribute and Namespace::ownedMember.&#xD;&#xA;The attributes owned by a class. These do not include the inherited attributes. Attributes are represented by instances of Property."/>
+ <details key="documentation" value="The attributes (i.e. the properties) owned by the class."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Classifier/attribute #//Namespace/%duplicates%/ownedMember"/>
+ <eAnnotations source="subsets" references="#//Classifier/attribute #//Namespace/ownedMember"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1"
eType="#//Operation" containment="true" eOpposite="#//Operation/class">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The operations owned by the class. This is an ordered association. Subsets Classifier::feature and Namespace::ownedMember.&#xD;&#xA;The operations owned by a class. These do not include the inherited operations."/>
+ <details key="documentation" value="The operations owned by the class."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Classifier/feature #//Namespace/%duplicates%/ownedMember"/>
+ <eAnnotations source="subsets" references="#//Namespace/ownedMember #//Classifier/feature"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="superClass" ordered="false"
- upperBound="-1" eType="#//Class">
+ upperBound="-1" eType="#//Class" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="This gives the superclasses of a class. It redefines Classifier::general.&#xD;&#xA;The immediate superclasses of a class, from which the class inherits."/>
+ <details key="documentation" value="This gives the superclasses of a class."/>
</eAnnotations>
- <eAnnotations source="redefines" references="#//Classifier/general"/>
+ <eAnnotations source="redefines" references="#//Classifier/general.1"/>
</eStructuralFeatures>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//MultiplicityElement">
+ <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Namespace #//RedefinableElement #//Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Property represents a declared state of one or more instances in terms of a named relationship to a value or values. When a property is an attribute of a classifier, the value or values are related to the instance of the classifier by being held in slots of the instance. When a property is an association end, the value or values are related to the instance or instances at the other end(s) of the association.&#xA;&#xA;&#xA;&#xA;Property is indirectly a subclass of Constructs::TypedElement. The range of valid values represented by the property can be controlled by setting the property's type.&#xD;&#xA;A property is a typed element that represents an attribute of a class."/>
+ <details key="documentation" value="A classifier is a classification of instances - it describes a set of instances that have features in common. A classifier can specify a generalization hierarchy by referencing its general classifiers."/>
</eAnnotations>
- <eAnnotations source="duplicates">
- <contents xsi:type="ecore:EOperation" name="isConsistentWith" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="non_final_parents" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The parents of a classifier must be non-final.&#xA;self.parents()->forAll(not isFinalSpecialization)"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query isConsistentWith() specifies, for any two Properties in a context in which redefinition is possible, whether redefinition would be logically consistent. A redefining property is consistent with a redefined property if the type of the redefining property conforms to the type of the redefined property, the multiplicity of the redefining property (if.specified) is contained in the multiplicity of the redefined property, and the redefining property is derived if the redefined property is derived.&#xD;&#xA;redefinee.isRedefinitionContextValid(self)&#xD;&#xA;result = (redefinee.oclIsKindOf(Property) and &#xA; let prop: Property = redefinee.oclAsType(Property) in&#xA; type.conformsTo(prop.type) and&#xA; (lowerBound()->notEmpty and prop.lowerBound()->notEmpty() implies lowerBound() >= prop.lowerBound())&#xA; and&#xA; (upperBound()->notEmpty and prop.upperBound()->notEmpty() implies upperBound() &lt;= prop.upperBound())&#xA; and&#xA; (prop.isDerived implies isDerived))"/>
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
- <eAnnotations source="redefines" references="#//RedefinableElement/isConsistentWith"/>
- <eParameters name="redefinee" ordered="false" lowerBound="1" eType="#//RedefinableElement"/>
- </contents>
- </eAnnotations>
- <eOperations name="multiplicity_of_composite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
+ </eOperations>
+ <eOperations name="specialize_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A multiplicity of a composite aggregation must not have an upper bound greater than 1.&#xD;&#xA;isComposite implies (upperBound()->isEmpty() or upperBound() &lt;= 1)"/>
+ <details key="documentation" value="A classifier may only specialize classifiers of a valid type.&#xA;self.parents()->forAll(c | self.maySpecializeType(c))"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="subsetting_context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="no_cycles_in_generalization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Subsetting may only occur when the context of the subsetting property conforms to the context of the subsetted property.&#xD;&#xA;self.subsettedProperty->notEmpty() implies&#xA; (self.subsettingContext()->notEmpty() and self.subsettingContext()->forAll (sc |&#xA; self.subsettedProperty->forAll(sp |&#xA; sp.subsettingContext()->exists(c | sc.conformsTo(c)))))"/>
+ <details key="documentation" value="Generalization hierarchies must be directed and acyclical. A classifier can not be both a transitively general and transitively specific classifier of the same classifier.&#xA;not self.allParents()->includes(self)"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="navigable_property_redefinition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="allFeatures" ordered="false" upperBound="-1" eType="#//Feature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A navigable property can only be redefined or subsetted by a navigable property.&#xD;&#xA;(self.subsettedProperty->exists(sp | sp.isNavigable()) implies self.isNavigable())&#xA; and (self.redefinedProperty->exists(rp | rp.isNavigable()) implies self.isNavigable())"/>
+ <details key="documentation" value="The query allFeatures() gives all of the features in the namespace of the classifier. In general, through mechanisms such as inheritance, this will be a larger set than feature.&#xA;result = member->select(oclIsKindOf(Feature))"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
- <eOperations name="subsetting_rules" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="allParents" ordered="false" upperBound="-1" eType="#//Classifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A subsetting property may strengthen the type of the subsetted property, and its upper bound may be less.&#xD;&#xA;self.subsettedProperty->forAll(sp |&#xA; self.type.conformsTo(sp.type) and&#xA; ((self.upperBound()->notEmpty() and sp.upperBound()->notEmpty()) implies&#xA; self.upperBound()&lt;=sp.upperBound() ))"/>
+ <details key="documentation" value="The query allParents() gives all of the direct and indirect ancestors of a generalized Classifier.&#xA;result = self.parents()->union(self.parents()->collect(p | p.allParents())"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
- <eOperations name="navigable_readonly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="conformsTo" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Only a navigable property can be marked as readOnly.&#xD;&#xA;isReadOnly implies isNavigable()"/>
+ <details key="documentation" value="The query conformsTo() gives true for a classifier that defines a type that conforms to another. This is used, for example, in the specification of signature conformance for operations.&#xA;result = (self=other) or (self.allParents()->includes(other))"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eAnnotations source="redefines" references="#//Type/conformsTo"/>
+ <eParameters name="other" ordered="false" lowerBound="1" eType="#//Classifier"/>
</eOperations>
- <eOperations name="derived_union_is_derived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="general" ordered="false" upperBound="-1" eType="#//Classifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A derived union is derived.&#xD;&#xA;isDerivedUnion implies isDerived"/>
+ <details key="documentation" value="The general classifiers are the classifiers referenced by the generalization relationships.&#xA;result = self.parents()"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
- <eOperations name="getOpposite" ordered="false" lowerBound="1" eType="#//Property">
+ <eOperations name="hasVisibilityOf" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="If this property is owned by a class, associated with a binary association, and the other end of the association is also owned by a class, then opposite gives the other end.&#xD;&#xA;result = if owningAssociation->notEmpty() and association.memberEnd->size() = 2 then &#xA;&#x9;&#x9;let otherEnd = (association.memberEnd - self)->any() in &#xA;&#x9;&#x9;&#x9;if otherEnd.owningAssociation->notEmpty then otherEnd else Set{} endif&#xA;&#x9;else Set {}&#xA;&#x9;endif"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="The query hasVisibilityOf() determines whether a named element is visible in the classifier. By default all are visible. It is only called when the argument is something owned by a parent.&#xA;result = (n.visibility &lt;> VisibilityKind::private)&#xA;self.allParents()->including(self)->collect(c | c.member)->includes(n)"/>
</eAnnotations>
+ <eParameters name="n" ordered="false" lowerBound="1" eType="#//NamedElement"/>
</eOperations>
- <eOperations name="subsettingContext" ordered="false" upperBound="-1" eType="#//Classifier">
+ <eOperations name="inherit" ordered="false" upperBound="-1" eType="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query subsettingContext() gives the context for subsetting a property. It consists, in the case of an attribute, of the corresponding classifier, and in the case of an association end, all of the classifiers at the other ends.&#xD;&#xA;result = if association->notEmpty()&#xA;then association.endType-type &#xA;else if classifier->notEmpty then Set{classifier} else Set{} endif&#xA;endif"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="The inherit operation is overridden to exclude redefined properties.&#xA;The query inherit() defines how to inherit a set of elements. Here the operation is defined to inherit them all. It is intended to be redefined in circumstances where inheritance is affected by redefinition.&#xA;result = inhs"/>
</eAnnotations>
+ <eParameters name="inhs" ordered="false" upperBound="-1" eType="#//NamedElement"/>
</eOperations>
- <eOperations name="isNavigable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="inheritableMembers" ordered="false" upperBound="-1" eType="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query isNavigable indicates whether it is possible to navigate across the property.&#xD;&#xA;result = not classifier->isEmpty() or&#xA;association.owningAssociation.navigableOwnedEnd->includes(self)"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="The query inheritableMembers() gives all of the members of a classifier that may be inherited in one of its descendants, subject to whatever visibility restrictions apply.&#xA;c.allParents()->includes(self)&#xA;result = member->select(m | c.hasVisibilityOf(m))"/>
</eAnnotations>
+ <eParameters name="c" ordered="false" lowerBound="1" eType="#//Classifier"/>
</eOperations>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerivedUnion" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
- defaultValueLiteral="false">
+ <eOperations name="inheritedMember" ordered="false" upperBound="-1" eType="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it. The default value is false."/>
+ <details key="documentation" value="&#xA;The inheritedMember association is derived by inheriting the inheritable members of the parents.&#xA;&#xA;The inheritedMember association is derived by inheriting the inheritable members of the parents.&#xA;result = self.inherit(self.parents()->collect(p|p.inheritableMembers(self))->asSet())"/>
</eAnnotations>
- </eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="owningAssociation" ordered="false"
- eType="#//Association" transient="true" eOpposite="#//Association/ownedEnd">
+ </eOperations>
+ <eOperations name="maySpecializeType" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the owning association of this property, if any. Subsets Property::association, NamedElement::namespace, and Feature::featuringClassifier."/>
+ <details key="documentation" value="The query maySpecializeType() determines whether this classifier may have a generalization relationship to classifiers of the specified type. By default a classifier may specialize classifiers of the same or a more general type. It is intended to be redefined by classifiers that have different specialization constraints.&#xA;result = self.oclIsKindOf(c.oclType)"/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Property/association #//NamedElement/%duplicates%/namespace #//Feature/featuringClassifier"/>
- </eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="association" ordered="false"
- eType="#//Association" eOpposite="#//Association/memberEnd">
+ <eParameters name="c" ordered="false" lowerBound="1" eType="#//Classifier"/>
+ </eOperations>
+ <eOperations name="parents" ordered="false" upperBound="-1" eType="#//Classifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the association of which this property is a member, if any."/>
+ <details key="documentation" value="The query parents() gives all of the immediate ancestors of a generalized Classifier.&#xA;result = generalization.general"/>
</eAnnotations>
- </eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedProperty" ordered="false"
- upperBound="-1" eType="#//Property">
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
+ upperBound="-1" eType="#//Property" changeable="false" volatile="true" transient="true"
+ derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the properties that are redefined by this property. Subsets RedefinableElement::redefinedElement."/>
+ <details key="documentation" value="Refers to all of the Properties that are direct (i.e. not inherited or imported) attributes of the classifier."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//RedefinableElement/redefinedElement"/>
+ <eAnnotations source="union"/>
+ <eAnnotations source="subsets" references="#//Classifier/feature"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" ordered="false"
- upperBound="-1" eType="#//Property">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false"
+ upperBound="-1" eType="#//Feature" changeable="false" volatile="true" transient="true"
+ derived="true" eOpposite="#//Feature/featuringClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the properties of which this property is constrained to be a subset."/>
+ <details key="documentation" value="Note that there may be members of the Classifier that are of the type Feature but are not included in this association, e.g. inherited features.&#xA;Specifies each feature defined in the classifier."/>
</eAnnotations>
+ <eAnnotations source="union"/>
+ <eAnnotations source="subsets" references="#//Namespace/member"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="datatype" ordered="false"
- eType="#//DataType" transient="true" eOpposite="#//DataType/ownedAttribute">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="general" ordered="false"
+ upperBound="-1" eType="#//Classifier" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The DataType that owns this Operation. Subsets NamedElement::namespace, Feature::featuringClassifier, and RedefinableElement::redefinitionContext."/>
+ <details key="documentation" value="References the general classifier in the Generalization relationship.&#xA;Specifies the general Classifiers for this Classifier."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//NamedElement/%duplicates%/namespace #//Feature/featuringClassifier"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
- defaultValueLiteral="false">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" ordered="false"
+ upperBound="-1" eType="#//Generalization" containment="true" eOpposite="#//Generalization/specific">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="This redefines the corresponding attribute in Basic::Property and Abstractions::StructuralFeature. The default value is false.&#xD;&#xA;If isReadOnly is true, the attribute may not be written to after initialization. The default value is false."/>
+ <details key="documentation" value="Specifies the Generalization relationships for this Classifier. These Generalizations navigaten to more general classifiers in the generalization hierarchy."/>
</eAnnotations>
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" ordered="false"
+ upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true"
+ transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies a String that represents a value to be used when no argument is supplied for the Property.&#xD;&#xA;A string that is evaluated to give a default value for the attribute when an object of the owning class is instantiated."/>
+ <details key="documentation" value="Specifies all elements inherited by this classifier from the general classifiers."/>
</eAnnotations>
+ <eAnnotations source="subsets" references="#//Namespace/member"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute. The default value is false."/>
+ <details key="documentation" value="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
</eAnnotations>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isFinalSpecialization"
+ ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="If isDerived is true, the value of the attribute is derived from information elsewhere. The default value is false."/>
+ <details key="documentation" value="If true, the Classifier cannot be specialized by generalization. Note that this property is preserved through package merge operations; that is, the capability to specialize a Classifier (i.e., isFinalSpecialization =false) must be preserved in the resulting Classifier of a package merge operation where a Classifier with isFinalSpecialization =false is merged with a matching Classifier with isFinalSpecialization =true: the resulting Classifier will have isFinalSpecialization =false."/>
</eAnnotations>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" ordered="false"
- eType="#//Property" volatile="true" transient="true" derived="true">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedClassifier" ordered="false"
+ upperBound="-1" eType="#//Classifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="In the case where the property is one navigable end of a binary association with both ends navigable, this gives the other end.&#xD;&#xA;Two attributes attr1 and attr2 of two objects o1 and o2 (which may be the same object) may be paired with each other so that o1.attr1 refers to o2 if and only if o2.attr2 refers to o1. In such a case attr1 is the opposite of attr2 and attr2 is the opposite of attr1."/>
+ <details key="documentation" value="References the Classifiers that are redefined by this Classifier."/>
</eAnnotations>
+ <eAnnotations source="subsets" references="#//RedefinableElement/redefinedElement"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="isID" ordered="false" lowerBound="1"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
- <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false"
- eType="#//Class" transient="true" eOpposite="#//Class/ownedAttribute">
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//PackageableElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A type is a named element that is used as the type for a typed element. A type can be contained in a package.&#xA;A type constrains the values represented by a typed element."/>
+ </eAnnotations>
+ <eOperations name="conformsTo" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The class that owns the property, and of which the property is an attribute."/>
+ <details key="documentation" value="The query conformsTo() gives true for a type that conforms to another. By default, two types do not conform to each other. This query is intended to be redefined for specific conformance situations.&#xA;result = false"/>
+ </eAnnotations>
+ <eParameters name="other" ordered="false" lowerBound="1" eType="#//Type"/>
+ </eOperations>
+ <eOperations name="isInstance" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eParameters name="object" ordered="false" lowerBound="1" eType="#//Object"/>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
+ eType="#//Package" volatile="true" transient="true" derived="true" eOpposite="#//Package/ownedType.1">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the owning package of this classifier, if any."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//NamedElement/%duplicates%/namespace #//Feature/featuringClassifier"/>
</eStructuralFeatures>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Feature #//MultiplicityElement #//TypedElement">
+ <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" abstract="true"
+ eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A structural feature is a typed feature of a classifier that specifies the structure of instances of the classifier. Structural feature is an abstract metaclass."/>
+ <details key="documentation" value="A packageable element indicates a named element that may be owned directly by a package."/>
+ </eAnnotations>
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EAttribute" name="visibility" ordered="false" eType="#//VisibilityKind"
+ defaultValueLiteral="public">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Indicates that packageable elements must always have a visibility, i.e., visibility is not optional."/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//NamedElement/visibility"/>
+ </contents>
</eAnnotations>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//RedefinableElement">
+ <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A feature declares a behavioral or structural characteristic of instances of classifiers. Feature is an abstract metaclass."/>
+ <details key="documentation" value="VisibilityKind is an enumeration type that defines literals to determine the visibility of elements in a model."/>
</eAnnotations>
- <eStructuralFeatures xsi:type="ecore:EReference" name="featuringClassifier" ordered="false"
- upperBound="-1" eType="#//Classifier" changeable="false" volatile="true" transient="true"
- derived="true" eOpposite="#//Classifier/feature">
+ <eLiterals name="public">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Redefines the corresponding association in Abstractions. This is a derived union."/>
+ <details key="documentation" value="A public element is visible to all elements that can access the contents of the namespace that owns it."/>
</eAnnotations>
- <eAnnotations source="union"/>
- </eStructuralFeatures>
+ </eLiterals>
+ <eLiterals name="private" value="1">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A private element is only visible inside the namespace that owns it."/>
+ </eAnnotations>
+ </eLiterals>
+ <eLiterals name="protected" value="2">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A protected element is visible to elements that have a generalization relationship to the namespace that owns it."/>
+ </eAnnotations>
+ </eLiterals>
+ <eLiterals name="package" value="3">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A package element is owned by a namespace that is not a package, and is visible to elements that are in the same package as its owning namespace. Only named elements that are not owned by packages can be marked as having package visibility. Any element marked as having package visibility is visible to all elements within the nearest enclosing package (given that other owning elements have proper visibility). Outside the nearest enclosing package, an element marked as having package visibility is not visible."/>
+ </eAnnotations>
+ </eLiterals>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" abstract="true"
- eSuperTypes="#//NamedElement">
+ <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A redefinable element is an element that, when defined in the context of a classifier, can be redefined more specifically or differently in the context of another classifier that specializes (directly or indirectly) the context classifier. "/>
+ <details key="documentation" value="A package is used to group elements, and provides a namespace for the grouped elements."/>
</eAnnotations>
- <eOperations name="redefinition_context_valid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EOperation" name="mustBeOwned" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query mustBeOwned() indicates whether elements of this type must have an owner.&#xA;result = false"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//Element/mustBeOwned"/>
+ </contents>
+ </eAnnotations>
+ <eOperations name="elements_public_or_private" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="At least one of the redefinition contexts of the redefining element must be a specialization of at least one of the redefinition contexts for each redefined element.&#xD;&#xA;self.redefinedElement->forAll(e | self.isRedefinitionContextValid(e))"/>
+ <details key="documentation" value="If an element that is owned by a package has visibility, it is public or private.&#xA;self.ownedElements->forAll(e | e.visibility->notEmpty() implies e.visbility = #public or e.visibility = #private)"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="redefinition_consistent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="makesVisible" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A redefining element must be consistent with each redefined element.&#xD;&#xA;self.redefinedElement->forAll(re | re.isConsistentWith(self))"/>
+ <details key="documentation" value="The query makesVisible() defines whether a Package makes an element visible outside itself. Elements with no visibility and elements with public visibility are made visible.&#xA;result = (ownedMember->includes(el)) or&#xA;(elementImport->select(ei|ei.importedElement = #public)->collect(ei|ei.importedElement)->includes(el)) or&#xA;(packageImport->select(pi|pi.visibility = #public)->collect(pi|pi.importedPackage.member->includes(el))->notEmpty())&#xA;self.member->includes(el)"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="el" ordered="false" lowerBound="1" eType="#//NamedElement"/>
</eOperations>
- <eOperations name="isConsistentWith" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="nestedPackage" ordered="false" upperBound="-1" eType="#//Package">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query isConsistentWith() specifies, for any two RedefinableElements in a context in which redefinition is possible, whether redefinition would be logically consistent. By default, this is false; this operation must be overridden for subclasses of RedefinableElement to define the consistency conditions.&#xD;&#xA;result = false"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="Missing derivation for Package::/nestedPackage : Package&#xA;true"/>
</eAnnotations>
- <eParameters name="redefinee" ordered="false" lowerBound="1" eType="#//RedefinableElement"/>
</eOperations>
- <eOperations name="isRedefinitionContextValid" ordered="false" lowerBound="1"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="ownedType" ordered="false" upperBound="-1" eType="#//Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query isRedefinitionContextValid() specifies whether the redefinition contexts of this RedefinableElement are properly related to the redefinition contexts of the specified RedefinableElement to allow this element to redefine the other. By default at least one of the redefinition contexts of this element must be a specialization of at least one of the redefinition contexts of the specified element.&#xD;&#xA;result = self.redefinitionContext->exists(c | redefinable.redefinitionContext->exists(r | c.allParents()->includes(r)))"/>
+ <details key="documentation" value="Missing derivation for Package::/ownedType : Type&#xA;true"/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ </eOperations>
+ <eOperations name="visibleMembers" ordered="false" upperBound="-1" eType="#//PackageableElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query visibleMembers() defines which members of a Package can be accessed outside it.&#xA;result = member->select( m | self.makesVisible(m))"/>
</eAnnotations>
- <eParameters name="redefinable" ordered="false" lowerBound="1" eType="#//RedefinableElement"/>
</eOperations>
- <eStructuralFeatures xsi:type="ecore:EReference" name="redefinitionContext" ordered="false"
- upperBound="-1" eType="#//Classifier" changeable="false" volatile="true" transient="true"
- derived="true">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="URI" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the contexts that this element may be redefined from. This is a derived union."/>
+ <details key="documentation" value="Provides an identifier for the package that can be used for many purposes. A URI is the universally unique identification of the package following the IETF URI specification, RFC 2396 http://www.ietf.org/rfc/rfc2396.txt and it must comply with those syntax rules."/>
</eAnnotations>
- <eAnnotations source="union"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedElement" ordered="false"
- upperBound="-1" eType="#//RedefinableElement" changeable="false" volatile="true"
- transient="true" derived="true">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" ordered="false"
+ upperBound="-1" eType="#//Package" volatile="true" transient="true" derived="true"
+ eOpposite="#//Package/nestingPackage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The redefinable element that is being redefined by this element. This is a derived union."/>
+ <details key="documentation" value="References the packaged elements that are Packages."/>
</eAnnotations>
- <eAnnotations source="union"/>
+ <eAnnotations source="subsets" references="#//Package/packagedElement"/>
</eStructuralFeatures>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A typed element is an element that has a type that serves as a constraint on the range of values the element can represent. Typed element is an abstract metaclass.&#xD;&#xA;A typed element is a kind of named element that represents elements with types."/>
- </eAnnotations>
- <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Type">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="nestingPackage" ordered="false"
+ eType="#//Package" volatile="true" transient="true" derived="true" eOpposite="#//Package/nestedPackage.1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Redefines the corresponding property from Basic to derive this information from the return result for this Operation.&#xD;&#xA;The type of the TypedElement."/>
+ <details key="documentation" value="References the Package that owns this Package."/>
</eAnnotations>
</eStructuralFeatures>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//PackageableElement">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A type serves as a constraint on the range of values represented by a typed element. Type is an abstract metaclass.&#xD;&#xA;A type is a named element that is used as the type for a typed element. A type can be contained in a package."/>
- </eAnnotations>
- <eOperations name="conformsTo" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="packageMerge" ordered="false"
+ upperBound="-1" eType="#//PackageMerge" containment="true" eOpposite="#//PackageMerge/receivingPackage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query conformsTo() gives true for a type that conforms to another. By default, two types do not conform to each other. This query is intended to be redefined for specific conformance situations.&#xD;&#xA;result = false"/>
+ <details key="documentation" value="References the PackageMerges that are owned by this Package."/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="packagedElement" ordered="false"
+ upperBound="-1" eType="#//PackageableElement" containment="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the packageable elements that are owned by this Package."/>
</eAnnotations>
- <eParameters name="other" ordered="false" lowerBound="1" eType="#//Type"/>
- </eOperations>
- <eOperations name="isInstance" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
- <eParameters name="object" ordered="false" lowerBound="1" eType="#//Object"/>
- </eOperations>
- <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
- eType="#//Package" volatile="true" transient="true" derived="true" eOpposite="#//Package/ownedType">
+ <eAnnotations source="subsets" references="#//Namespace/ownedMember"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" ordered="false"
+ upperBound="-1" eType="#//Type" volatile="true" transient="true" derived="true"
+ eOpposite="#//Type/package">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the owning package of a package. Subsets NamedElement::namespace and redefines Basic::Package::nestingPackage.&#xD;&#xA;Specifies the owning package of this classifier, if any."/>
+ <details key="documentation" value="References the packaged elements that are Types."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//NamedElement/%duplicates%/namespace"/>
+ <eAnnotations source="subsets" references="#//Package/packagedElement"/>
</eStructuralFeatures>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" abstract="true"
- eSuperTypes="#//NamedElement">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A packageable element indicates a named element that may be owned directly by a package."/>
- </eAnnotations>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement">
+ <eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A package is a namespace for its members, and may contain other packages. Only packageable elements can be owned members of a package. By virtue of being a namespace, a package can import either individual members of other packages, or all the members of other packages. In addition a package can be merged with other packages.&#xD;&#xA;A package is a container for types and other packages."/>
+ <details key="documentation" value="A namespace is an element in a model that contains a set of named elements that can be identified by name."/>
</eAnnotations>
- <eAnnotations source="duplicates">
- <contents xsi:type="ecore:EOperation" name="mustBeOwned" ordered="false" lowerBound="1"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="members_distinguishable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="All the members of a Namespace are distinguishable within it.&#xA;membersAreDistinguishable()"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query mustBeOwned() indicates whether elements of this type must have an owner.&#xD;&#xA;result = false"/>
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
- <eAnnotations source="redefines" references="#//Element/mustBeOwned"/>
- </contents>
- </eAnnotations>
- <eOperations name="elements_public_or_private" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
+ </eOperations>
+ <eOperations name="excludeCollisions" ordered="false" upperBound="-1" eType="#//PackageableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="If an element that is owned by a package has visibility, it is public or private.&#xD;&#xA;self.ownedElements->forAll(e | e.visibility->notEmpty() implies e.visbility = #public or e.visibility = #private)"/>
+ <details key="documentation" value="The query excludeCollisions() excludes from a set of PackageableElements any that would not be distinguishable from each other in this namespace.&#xA;result = imps->reject(imp1 | imps.exists(imp2 | not imp1.isDistinguishableFrom(imp2, self)))"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="imps" ordered="false" upperBound="-1" eType="#//PackageableElement"/>
</eOperations>
- <eOperations name="visibleMembers" ordered="false" upperBound="-1" eType="#//PackageableElement">
+ <eOperations name="getNamesOfMember" ordered="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query visibleMembers() defines which members of a Package can be accessed outside it.&#xD;&#xA;result = member->select( m | self.makesVisible(m))"/>
+ <details key="documentation" value="The query getNamesOfMember() takes importing into account. It gives back the set of names that an element would have in an importing namespace, either because it is owned, or if not owned then imported individually, or if not individually then from a package.&#xA;The query getNamesOfMember() gives a set of all of the names that a member would have in a Namespace. In general a member can have multiple names in a Namespace if it is imported more than once with different aliases. The query takes account of importing. It gives back the set of names that an element would have in an importing namespace, either because it is owned, or if not owned then imported individually, or if not individually then from a package.&#xA;result = if self.ownedMember ->includes(element)&#xA;then Set{}->include(element.name)&#xA;else let elementImports: ElementImport = self.elementImport->select(ei | ei.importedElement = element) in&#xA; if elementImports->notEmpty()&#xA; then elementImports->collect(el | el.getName())&#xA; else self.packageImport->select(pi | pi.importedPackage.visibleMembers()->includes(element))-> collect(pi | pi.importedPackage.getNamesOfMember(element))&#xA; endif&#xA;endif"/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <eParameters name="element" ordered="false" lowerBound="1" eType="#//NamedElement"/>
+ </eOperations>
+ <eOperations name="importMembers" ordered="false" upperBound="-1" eType="#//PackageableElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query importMembers() defines which of a set of PackageableElements are actually imported into the namespace. This excludes hidden ones, i.e., those which have names that conflict with names of owned members, and also excludes elements which would have the same name when imported.&#xA;result = self.excludeCollisions(imps)->select(imp | self.ownedMember->forAll(mem |&#xA;mem.imp.isDistinguishableFrom(mem, self)))"/>
</eAnnotations>
+ <eParameters name="imps" ordered="false" upperBound="-1" eType="#//PackageableElement"/>
</eOperations>
- <eOperations name="makesVisible" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="importedMember" ordered="false" upperBound="-1" eType="#//PackageableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query makesVisible() defines whether a Package makes an element visible outside itself. Elements with no visibility and elements with public visibility are made visible.&#xD;&#xA;self.member->includes(el)&#xD;&#xA;result = (ownedMember->includes(el)) or&#xA; (elementImport->&#xA; select(ei|ei.visibility = #public)->&#xA; collect(ei|ei.importedElement)->includes(el)) or&#xA; (packageImport->&#xA; select(pi|pi.visibility = #public)->&#xA; collect(pi|&#xA; pi.importedPackage.member->includes(el))->notEmpty())"/>
+ <details key="documentation" value="The importedMember property is derived from the ElementImports and the PackageImports. References the PackageableElements that are members of this Namespace as a result of either PackageImports or ElementImports.&#xA;result = self.importMembers(self.elementImport.importedElement.asSet()-&#xA;>union(self.packageImport.importedPackage->collect(p | p.visibleMembers())))"/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ </eOperations>
+ <eOperations name="membersAreDistinguishable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The Boolean query membersAreDistinguishable() determines whether all of the namespace's members are distinguishable within it.&#xA;result = self.member->forAll( memb |&#xA;self.member->excluding(memb)->forAll(other |&#xA;memb.isDistinguishableFrom(other, self)))"/>
</eAnnotations>
- <eParameters name="el" ordered="false" lowerBound="1" eType="#//NamedElement"/>
</eOperations>
- <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMember" ordered="false"
- upperBound="-1" eType="#//PackageableElement" containment="true">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="elementImport" ordered="false"
+ upperBound="-1" eType="#//ElementImport" containment="true" eOpposite="#//ElementImport/importingNamespace">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies the members that are owned by this Package. Redefines Namespace::ownedMember."/>
+ <details key="documentation" value="References the ElementImports owned by the Namespace."/>
</eAnnotations>
- <eAnnotations source="redefines" references="#//Namespace/%duplicates%/ownedMember"/>
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="packageMerge" ordered="false"
- upperBound="-1" eType="#//PackageMerge" containment="true" eOpposite="#//PackageMerge/receivingPackage">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="importedMember" ordered="false"
+ upperBound="-1" eType="#//PackageableElement" changeable="false" volatile="true"
+ transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the PackageMerges that are owned by this Package. Subsets Element::ownedElement."/>
+ <details key="documentation" value="References the PackageableElements that are members of this Namespace as a result of either PackageImports or ElementImports."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Element/ownedElement"/>
+ <eAnnotations source="subsets" references="#//Namespace/member"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" ordered="false"
- upperBound="-1" eType="#//Package" volatile="true" transient="true" derived="true"
- resolveProxies="false" eOpposite="#//Package/nestingPackage">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false"
+ upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true"
+ transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the owned members that are Packages. Subsets Package::ownedMember and redefines Basic::Package::nestedPackage.&#xD;&#xA;The set of contained packages."/>
+ <details key="documentation" value="A collection of NamedElements identifiable within the Namespace, either by being owned or by being introduced by importing or inheritance."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Package/ownedMember"/>
+ <eAnnotations source="union"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="nestingPackage" ordered="false"
- eType="#//Package" volatile="true" transient="true" derived="true" eOpposite="#//Package/nestedPackage">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMember" ordered="false"
+ upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true"
+ transient="true" derived="true" eOpposite="#//NamedElement/namespace">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the owning package of a package. Subsets NamedElement::namespace and redefines Basic::Package::nestingPackage.&#xD;&#xA;The containing package."/>
+ <details key="documentation" value="A collection of NamedElements owned by the Namespace."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//NamedElement/%duplicates%/namespace"/>
+ <eAnnotations source="union"/>
+ <eAnnotations source="subsets" references="#//Element/ownedElement #//Namespace/member"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="uRI" ordered="false" lowerBound="1"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
- <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
- <details key="name" value="uri"/>
- <details key="kind" value="attribute"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRule" ordered="false"
+ upperBound="-1" eType="#//Constraint" containment="true" eOpposite="#//Constraint/context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies a set of Constraints owned by this Namespace."/>
</eAnnotations>
+ <eAnnotations source="subsets" references="#//Namespace/ownedMember"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" ordered="false"
- upperBound="-1" eType="#//Type" volatile="true" transient="true" derived="true"
- resolveProxies="false" eOpposite="#//Type/package">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="packageImport" ordered="false"
+ upperBound="-1" eType="#//PackageImport" containment="true" eOpposite="#//PackageImport/importingNamespace">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the owned members that are Types. Subsets Package::ownedMember and redefines Basic::Package::ownedType.&#xD;&#xA;The set of contained types."/>
+ <details key="documentation" value="References the PackageImports owned by the Namespace."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Package/ownedMember"/>
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
</eStructuralFeatures>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="PackageMerge" eSuperTypes="#//DirectedRelationship">
+ <eClassifiers xsi:type="ecore:EClass" name="ElementImport" eSuperTypes="#//DirectedRelationship">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A package merge is a directed relationship between two packages, that indicates that the contents of the two packages are to be combined. It is very similar to Generalization in the sense that the source element conceptually adds the characteristics of the target element to its own characteristics resulting in an element that combines the characteristics of both.&#xA;&#xA;&#xA;&#xA;This mechanism should be used when elements defined in different packages have the same name and are intended to represent the same concept. Most often it is used to provide different definitions of a given concept for different purposes, starting from a common base definition. A given base concept is extended in increments, with each increment defined in a separate merged package. By selecting which increments to merge, it is possible to obtain a custom definition of a concept for a specific end. Package merge is particularly useful in meta-modeling and is extensively used in the definition of the UML metamodel.&#xA;&#xA;&#xA;&#xA;Conceptually, a package merge can be viewed as an operation that takes the contents of two packages and produces a new package that combines the contents of the packages involved in the merge. In terms of model semantics, there is no difference between a model with explicit package merges, and a model in which all the merges have been performed."/>
+ <details key="documentation" value="An element import identifies an element in another package, and allows the element to be referenced using its name without a qualifier."/>
</eAnnotations>
- <eStructuralFeatures xsi:type="ecore:EReference" name="mergedPackage" ordered="false"
- lowerBound="1" eType="#//Package">
+ <eOperations name="visibility_public_or_private" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the Package that is to be merged with the receiving package of the Package-Merge. Subsets DirectedRelationship::target."/>
+ <details key="documentation" value="The visibility of an ElementImport is either public or private.&#xA;self.visibility = #public or self.visibility = #private"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
+ </eOperations>
+ <eOperations name="imported_element_is_public" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="An importedElement has either public visibility or no visibility at all.&#xA;self.importedElement.visibility.notEmpty() implies self.importedElement.visibility = #public"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
+ </eOperations>
+ <eOperations name="getName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query getName() returns the name under which the imported PackageableElement will be known in the importing namespace.&#xA;result = if self.alias->notEmpty() then&#xA; self.alias&#xA;else&#xA; self.importedElement.name&#xA;endif"/>
+ </eAnnotations>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" ordered="false"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the name that should be added to the namespace of the importing package in lieu of the name of the imported packagable element. The aliased name must not clash with any other member name in the importing package. By default, no alias is used."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" ordered="false"
+ lowerBound="1" eType="#//PackageableElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the PackageableElement whose name is to be added to a Namespace."/>
</eAnnotations>
<eAnnotations source="subsets" references="#//DirectedRelationship/target"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="receivingPackage" ordered="false"
- lowerBound="1" eType="#//Package" transient="true" eOpposite="#//Package/packageMerge">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false"
+ lowerBound="1" eType="#//VisibilityKind" defaultValueLiteral="public">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the Package that is being extended with the contents of the merged package of the PackageMerge. Subsets Element::owner and DirectedRelationship::source."/>
+ <details key="documentation" value="Specifies the visibility of the imported PackageableElement within the importing Package. The default visibility is the same as that of the imported element. If the imported element does not have a visibility, it is possible to add visibility to the element import."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//DirectedRelationship/source #//Element/owner"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" ordered="false"
+ lowerBound="1" eType="#//Namespace" eOpposite="#//Namespace/elementImport">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the Namespace that imports a PackageableElement from another Package."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Element/owner #//DirectedRelationship/source"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirectedRelationship" abstract="true"
eSuperTypes="#//Relationship">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A directed relationship references one or more source elements and one or more target elements. DirectedRelationship is an abstract metaclass."/>
+ <details key="documentation" value="A directed relationship represents a relationship between a collection of source model elements and a collection of target model elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies the sources of the DirectedRelationship. Subsets Relationship::relatedElement. This is a derived union."/>
+ <details key="documentation" value="Specifies the sources of the DirectedRelationship."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Relationship/relatedElement"/>
<eAnnotations source="union"/>
+ <eAnnotations source="subsets" references="#//Relationship/relatedElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false"
lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies the targets of the DirectedRelationship. Subsets Relationship::relatedElement. This is a derived union."/>
+ <details key="documentation" value="Specifies the targets of the DirectedRelationship."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Relationship/relatedElement"/>
<eAnnotations source="union"/>
+ <eAnnotations source="subsets" references="#//Relationship/relatedElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true" eSuperTypes="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A relationship references one or more related elements. Relationship is an abstract metaclass."/>
+ <details key="documentation" value="Relationship is an abstract concept that specifies some kind of relationship between elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedElement" ordered="false"
lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies the elements related by the Relationship. This is a derived union."/>
+ <details key="documentation" value="Specifies the elements related by the Relationship."/>
</eAnnotations>
<eAnnotations source="union"/>
</eStructuralFeatures>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EDataType" name="Object" instanceClassName="java.lang.Object"/>
- <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" abstract="true"
- eSuperTypes="#//Element">
+ <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A MultiplicityElement is an abstract metaclass which includes optional attributes for defining the bounds of a multiplicity. A MultiplicityElement also includes specifications of whether the values in an instantiation of this element must be unique or ordered."/>
+ <details key="documentation" value="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."/>
</eAnnotations>
- <eOperations name="upper_gt_0" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="value_specification_boolean" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A multiplicity must define at least one valid cardinality that is greater than zero.&#xD;&#xA;upperBound()->notEmpty() implies upperBound() > 0"/>
+ <details key="documentation" value="The value specification for a constraint must evaluate to a Boolean value.&#xA;self.specification().booleanValue().isOclKindOf(Boolean)"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="lower_ge_0" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="boolean_value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The lower bound must be a non-negative integer literal.&#xD;&#xA;lowerBound()->notEmpty() implies lowerBound() >= 0"/>
+ <details key="documentation" value="The value specification for a constraint must evaluate to a Boolean value.&#xA;true"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="upper_ge_lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="not_apply_to_self" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The upper bound must be greater than or equal to the lower bound.&#xD;&#xA;(upperBound()->notEmpty() and lowerBound()->notEmpty()) implies upperBound() >= lowerBound()"/>
+ <details key="documentation" value="A constraint cannot be applied to itself.&#xA;not constrainedElement->includes(self)"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="lowerBound" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
+ <eOperations name="no_side_effects" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query lowerBound() returns the lower bound of the multiplicity as an integer.&#xD;&#xA;result = if lower->notEmpty() then lower else 1 endif"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="Evaluating the value specification for a constraint must not have side effects.&#xA;true"/>
</eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="upperBound" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedElement" upperBound="-1"
+ eType="#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query upperBound() returns the upper bound of the multiplicity for a bounded multiplicity as an unlimited natural.&#xD;&#xA;result = if upper->notEmpty() then upper else 1 endif"/>
+ <details key="documentation" value="The ordered set of Elements referenced by this Constraint."/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="specification" ordered="false"
+ lowerBound="1" eType="#//ValueSpecification" containment="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A condition that must be true when evaluated in order for the constraint to be satisfied."/>
</eAnnotations>
- </eOperations>
- <eOperations name="isMultivalued" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false"
+ eType="#//Namespace" eOpposite="#//Namespace/ownedRule">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query isMultivalued() checks whether this multiplicity has an upper bound greater than one.&#xD;&#xA;upperBound()->notEmpty()&#xD;&#xA;result = upperBound() > 1"/>
+ <details key="documentation" value="Specifies the namespace that owns the NamedElement."/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <eAnnotations source="subsets" references="#//NamedElement/namespace"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" abstract="true"
+ eSuperTypes="#//TypedElement #//PackageableElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A value specification is the specification of a (possibly empty) set of instances, including both objects and data values."/>
+ </eAnnotations>
+ <eOperations name="booleanValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query booleanValue() gives a single Boolean value when one can be computed.&#xA;result = Set{}"/>
</eAnnotations>
</eOperations>
- <eOperations name="includesCardinality" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="integerValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query includesCardinality() checks whether the specified cardinality is valid for this multiplicity.&#xD;&#xA;upperBound()->notEmpty() and lowerBound()->notEmpty()&#xD;&#xA;result = (lowerBound() &lt;= C) and (upperBound() >= C)"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="The query integerValue() gives a single Integer value when one can be computed.&#xA;result = Set{}"/>
</eAnnotations>
- <eParameters name="C" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
- <eOperations name="includesMultiplicity" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="isComputable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query includesMultiplicity() checks whether this multiplicity includes all the cardinalities allowed by the specified multiplicity.&#xD;&#xA;self.upperBound()->notEmpty() and self.lowerBound()->notEmpty() and M.upperBound()->notEmpty() and M.lowerBound()->notEmpty()&#xD;&#xA;result = (self.lowerBound() &lt;= M.lowerBound()) and (self.upperBound() >= M.upperBound())"/>
+ <details key="documentation" value="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.&#xA;result = false"/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ </eOperations>
+ <eOperations name="isNull" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isNull() returns true when it can be computed that the value is null.&#xA;result = false"/>
</eAnnotations>
- <eParameters name="M" ordered="false" lowerBound="1" eType="#//MultiplicityElement"/>
</eOperations>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
- defaultValueLiteral="false">
+ <eOperations name="realValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Real">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered. Default is false."/>
+ <details key="documentation" value="The query realValue() gives a single Real value when one can be computed.&#xA;result = Set{}"/>
</eAnnotations>
- </eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
- defaultValueLiteral="true">
+ </eOperations>
+ <eOperations name="stringValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique. Default is true."/>
+ <details key="documentation" value="The query stringValue() gives a single String value when one can be computed.&#xA;result = Set{}"/>
</eAnnotations>
- </eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" ordered="false"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1">
+ </eOperations>
+ <eOperations name="unlimitedValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//UnlimitedNatural">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies the lower bound of the multiplicity interval. Default is one."/>
+ <details key="documentation" value="The query unlimitedValue() gives a single UnlimitedNatural value when one can be computed.&#xA;result = Set{}"/>
</eAnnotations>
- </eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" ordered="false"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1">
+ </eOperations>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A typed element is a kind of named element that represents an element with a type.&#xA;A typed element has a type."/>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies the upper bound of the multiplicity interval. Default is one."/>
+ <details key="documentation" value="This information is derived from the return result for this Operation.&#xA;The type of the TypedElement."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Relationship">
+ <eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="#//DirectedRelationship">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="An association specifies a semantic relationship that can occur between typed instances. It has at least two ends represented by properties, each of which is connected to the type of the end. More than one end of an association may have the same type.&#xA;&#xA;&#xA;&#xA;An end property of an association that is owned by an end class or that is a navigable owned end of the association indicates that the association is navigable from the opposite ends, otherwise the association is not navigable from the opposite ends."/>
+ <details key="documentation" value="A package import is a relationship that allows the use of unqualified names to refer to package members from other namespaces."/>
</eAnnotations>
- <eOperations name="association_ends" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="public_or_private" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Association ends of associations with more than two ends must be owned by the association.&#xD;&#xA;if memberEnd->size() > 2 then ownedEnd->includesAll(memberEnd)"/>
+ <details key="documentation" value="The visibility of a PackageImport is either public or private.&#xA;self.visibility = #public or self.visibility = #private"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
- defaultValueLiteral="false">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="importedPackage" ordered="false"
+ lowerBound="1" eType="#//Package">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies whether the association is derived from other model elements such as other associations or constraints. The default value is false."/>
+ <details key="documentation" value="Specifies the Package whose members are imported into a Namespace."/>
</eAnnotations>
+ <eAnnotations source="subsets" references="#//DirectedRelationship/target"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="endType" ordered="false"
- lowerBound="1" upperBound="-1" eType="#//Type" changeable="false" volatile="true"
- transient="true" derived="true">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false"
+ lowerBound="1" eType="#//VisibilityKind" defaultValueLiteral="public">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the classifiers that are used as types of the ends of the association."/>
+ <details key="documentation" value="Specifies the visibility of the imported PackageableElements within the importing Namespace, i.e., whether imported elements will in turn be visible to other packages that use that importingPackage as an importedPackage. If the PackageImport is public, the imported elements will be visible outside the package, while if it is private they will not."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Relationship/relatedElement"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="memberEnd" lowerBound="2"
- upperBound="-1" eType="#//Property" eOpposite="#//Property/association">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" ordered="false"
+ lowerBound="1" eType="#//Namespace" eOpposite="#//Namespace/packageImport">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Each end represents participation of instances of the classifier connected to the end in links of the association. This is an ordered association."/>
+ <details key="documentation" value="Specifies the Namespace that imports the members from a Package."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Namespace/member"/>
+ <eAnnotations source="subsets" references="#//Element/owner #//DirectedRelationship/source"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="navigableOwnedEnd" ordered="false"
- upperBound="-1" eType="#//Property" resolveProxies="false">
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="PackageMerge" eSuperTypes="#//DirectedRelationship">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A package merge defines how the contents of one package are extended by the contents of another package."/>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="mergedPackage" ordered="false"
+ lowerBound="1" eType="#//Package">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The navigable ends that are owned by the association itself."/>
+ <details key="documentation" value="References the Package that is to be merged with the receiving package of the PackageMerge."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Association/ownedEnd"/>
+ <eAnnotations source="subsets" references="#//DirectedRelationship/target"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEnd" upperBound="-1"
- eType="#//Property" containment="true" eOpposite="#//Property/owningAssociation">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="receivingPackage" ordered="false"
+ lowerBound="1" eType="#//Package" eOpposite="#//Package/packageMerge">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The ends that are owned by the association itself. This is an ordered association."/>
+ <details key="documentation" value="References the Package that is being extended with the contents of the merged package of the PackageMerge."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Association/memberEnd #//Classifier/feature #//Namespace/%duplicates%/ownedMember"/>
+ <eAnnotations source="subsets" references="#//Element/owner #//DirectedRelationship/source"/>
</eStructuralFeatures>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier">
+ <eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//DirectedRelationship">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A data type is a type whose instances are identified only by their value. A DataType may contain attributes to support the modeling of structured data types.&#xA;&#xA;&#xA;&#xA;A typical use of data types would be to represent programming language primitive types or CORBA basic types. For example, integer and string types are often treated as data types.&#xD;&#xA;DataType is an abstract class that acts as a common superclass for different kinds of data types."/>
+ <details key="documentation" value="A generalization is a taxonomic relationship between a more general classifier and a more specific classifier. Each instance of the specific classifier is also an indirect instance of the general classifier. Thus, the specific classifier inherits the features of the more general classifier."/>
</eAnnotations>
- <eAnnotations source="duplicates">
- <contents xsi:type="ecore:EOperation" name="inherit" ordered="false" upperBound="-1"
- eType="#//NamedElement">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The inherit operation is overridden to exclude redefined properties.&#xD;&#xA;result = inhs->excluding(inh | ownedMember->select(oclIsKindOf(RedefinableElement))->select(redefinedElement->includes(inh)))"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
- </eAnnotations>
- <eAnnotations source="redefines" references="#//Classifier/inherit"/>
- <eParameters name="inhs" ordered="false" upperBound="-1" eType="#//NamedElement"/>
- </contents>
- </eAnnotations>
- <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1"
- eType="#//Operation" containment="true" eOpposite="#//Operation/datatype">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="general" ordered="false"
+ lowerBound="1" eType="#//Classifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The Operations owned by the DataType. Subsets Classifier::feature and Element::ownedMember."/>
+ <details key="documentation" value="References the general classifier in the Generalization relationship."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Classifier/feature #//Namespace/%duplicates%/ownedMember"/>
+ <eAnnotations source="subsets" references="#//DirectedRelationship/target"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1"
- eType="#//Property" containment="true" eOpposite="#//Property/datatype">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSubstitutable" ordered="false"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
+ defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The Attributes owned by the DataType. Subsets Classifier::attribute and Element::ownedMember."/>
+ <details key="documentation" value="Indicates whether the specific classifier can be used wherever the general classifier can be used. If true, the execution traces of the specific classifier will be a superset of the execution traces of the general classifier."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Classifier/attribute #//Namespace/%duplicates%/ownedMember"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="specific" ordered="false"
+ lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/generalization">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the specializing classifier in the Generalization relationship."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//DirectedRelationship/source #//Element/owner"/>
</eStructuralFeatures>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//MultiplicityElement #//TypedElement">
+ <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="An operation is owned by a class and may be invoked in the context of objects that are instances of that class. It is a typed element and a multiplicity element."/>
+ <details key="documentation" value="An operation is a behavioral feature of a classifier that specifies the name, type, parameters, and constraints for invoking an associated behavior."/>
</eAnnotations>
<eAnnotations source="duplicates">
- <contents xsi:type="ecore:EOperation" name="lowerBound" ordered="false" lowerBound="1"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="If this operation has a return parameter, lower equals the value of lower for that parameter. Otherwise lower is not defined.&#xD;&#xA;result = if returnResult->size() = 1 then returnResult->any().lower else Set{} endif"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
- </eAnnotations>
- <eAnnotations source="redefines" references="#//MultiplicityElement/lowerBound"/>
- </contents>
- <contents xsi:type="ecore:EOperation" name="upperBound" ordered="false" lowerBound="1"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="If this operation has a return parameter, upper equals the value of upper for that parameter. Otherwise upper is not defined.&#xD;&#xA;result = if returnResult->size() = 1 then returnResult->any().upper else Set{} endif"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
- </eAnnotations>
- <eAnnotations source="redefines" references="#//MultiplicityElement/upperBound"/>
- </contents>
<contents xsi:type="ecore:EOperation" name="isConsistentWith" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query isConsistentWith() specifies, for any two Operations in a context in which redefinition is possible, whether redefinition would be consistent in the sense of maintaining type covariance. Other senses of consistency may be required, for example to determine consistency in the sense of contravariance. Users may define alternative queries under names different from 'isConsistentWith()', as for example, users may define a query named 'isContravariantWith()'.&#xD;&#xA;redefinee.isRedefinitionContextValid(self)&#xD;&#xA;result = (redefinee.oclIsKindOf(Operation) and&#xA; let op: Operation = redefinee.oclAsType(Operation) in&#xA; self.formalParameter.size() = op.formalParameter.size() and&#xA; self.returnResult.size() = op.returnResult.size() and&#xA; forAll(i | op.formalParameter[i].type.conformsTo(self.formalParameter[i].type)) and&#xA; forAll(i | op.returnResult[i].type.conformsTo(self.returnResult[i].type))&#xA;)"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="The query isConsistentWith() specifies, for any two Operations in a context in which redefinition is possible, whether redefinition would be consistent in the sense of maintaining type covariance. Other senses of consistency may be required, for example to determine consistency in the sense of contravariance. Users may define alternative queries under names different from 'isConsistentWith()', as for example, users may define a query named 'isContravariantWith()'.&#xA;A redefining operation is consistent with a redefined operation if it has the same number of owned parameters, and the type of each owned parameter conforms to the type of the corresponding redefined parameter.&#xA;result = redefinee.oclIsKindOf(Operation) and&#xA;let op : Operation = redefinee.oclAsType(Operation) in&#xA;&#x9;self.ownedParameter->size() = op.ownedParameter->size() and&#xA;&#x9;Sequence{1..self.ownedParameter->size()}->&#xA;&#x9;&#x9;forAll(i |op.ownedParameter->at(1).type.conformsTo(self.ownedParameter->at(i).type))&#xA;redefinee.isRedefinitionContextValid(self)"/>
</eAnnotations>
<eAnnotations source="redefines" references="#//RedefinableElement/isConsistentWith"/>
<eParameters name="redefinee" ordered="false" lowerBound="1" eType="#//RedefinableElement"/>
@@ -1110,154 +1533,183 @@
<contents xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1"
eType="#//Parameter" containment="true" eOpposite="#//Parameter/operation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies the ordered set of formal parameters of this BehavioralFeature. Subsets Namespace::ownedMember.&#xD;&#xA;The parameters to the operation."/>
+ <details key="documentation" value="Specifies the ordered set of formal parameters of this BehavioralFeature.&#xA;Specifies the parameters owned by this Operation."/>
</eAnnotations>
<eAnnotations source="redefines" references="#//BehavioralFeature/ownedParameter"/>
</contents>
- <contents xsi:type="ecore:EAttribute" name="isOrdered" ordered="false" lowerBound="1"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
- volatile="true" transient="true" defaultValueLiteral="false" derived="true">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Redefines the corresponding property from Basic to derive this information from the return result for this Operation."/>
- </eAnnotations>
- <eAnnotations source="redefines" references="#//MultiplicityElement/isOrdered"/>
- </contents>
- <contents xsi:type="ecore:EAttribute" name="isUnique" ordered="false" lowerBound="1"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
- volatile="true" transient="true" defaultValueLiteral="true" derived="true">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Redefines the corresponding property from Basic to derive this information from the return result for this Operation."/>
- </eAnnotations>
- <eAnnotations source="redefines" references="#//MultiplicityElement/isUnique"/>
- </contents>
- <contents xsi:type="ecore:EAttribute" name="lower" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
- volatile="true" transient="true" defaultValueLiteral="1" derived="true">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Redefines the corresponding property from Basic to derive this information from the return result for this Operation."/>
- </eAnnotations>
- <eAnnotations source="redefines" references="#//MultiplicityElement/lower"/>
- </contents>
- <contents xsi:type="ecore:EAttribute" name="upper" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
- volatile="true" transient="true" defaultValueLiteral="1" derived="true">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Redefines the corresponding property from Basic to derive this information from the return result for this Operation."/>
- </eAnnotations>
- <eAnnotations source="redefines" references="#//MultiplicityElement/upper"/>
- </contents>
- <contents xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Type"
- volatile="true" transient="true" derived="true">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Redefines the corresponding property from Basic to derive this information from the return result for this Operation."/>
- </eAnnotations>
- <eAnnotations source="redefines" references="#//TypedElement/type"/>
- </contents>
<contents xsi:type="ecore:EReference" name="raisedException" ordered="false"
upperBound="-1" eType="#//Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the Types representing exceptions that may be raised during an invocation of this operation. Redefines Basic::Operation.raisedException and BehavioralFeature.raisedException.&#xD;&#xA;The exceptions that are declared as possible during an invocation of the operation."/>
+ <details key="documentation" value="References the Types representing exceptions that may be raised during an invocation of this operation."/>
</eAnnotations>
<eAnnotations source="redefines" references="#//BehavioralFeature/raisedException"/>
</contents>
</eAnnotations>
<eOperations name="only_body_for_query" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A bodyCondition can only be specified for a query operation.&#xD;&#xA;bodyCondition->notEmpty() implies isQuery"/>
+ <details key="documentation" value="A bodyCondition can only be specified for a query operation.&#xA;bodyCondition->notEmpty() implies isQuery"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
<eOperations name="at_most_one_return" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="An operation can have at most one return parameter; i.e., an owned parameter with the direction set to 'return'&#xD;&#xA;self.ownedParameter->select(par | par.direction = #return)->size() &lt;= 1"/>
+ <details key="documentation" value="An operation can have at most one return parameter; i.e., an owned parameter with the direction set to 'return'&#xA;self.ownedParameter->select(par | par.direction = #return)->size() &lt;= 1"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="isOrdered" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="isOrdered" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="If this operation has a return parameter, isOrdered equals the value of isOrdered for that parameter. Otherwise isOrdered is false.&#xD;&#xA;result = if returnResult->size() = 1 then returnResult->any().isOrdered else false endif"/>
+ <details key="documentation" value="If this operation has a return parameter, isOrdered equals the value of isOrdered for that parameter. Otherwise isOrdered is false.&#xA;result = if returnResult()->notEmpty() then returnResult()->any().isOrdered else false endif"/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ </eOperations>
+ <eOperations name="isUnique" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="If this operation has a return parameter, isUnique equals the value of isUnique for that parameter. Otherwise isUnique is true.&#xA;result = if returnResult()->notEmpty() then returnResult()->any().isUnique else true endif"/>
</eAnnotations>
</eOperations>
- <eOperations name="isUnique" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="lower" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="If this operation has a return parameter, isUnique equals the value of isUnique for that parameter. Otherwise isUnique is true.&#xD;&#xA;result = if returnResult->size() = 1 then returnResult->any().isUnique else true endif"/>
+ <details key="documentation" value="If this operation has a return parameter, lower equals the value of lower for that parameter. Otherwise lower is not defined.&#xA;result = if returnResult()->notEmpty() then returnResult()->any().lower else Set{} endif"/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ </eOperations>
+ <eOperations name="returnResult" ordered="false" upperBound="-1" eType="#//Parameter">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query returnResult() returns the set containing the return parameter of the Operation if one exists, otherwise, it returns an empty set&#xA;result = ownedParameter->select (par | par.direction = #return)"/>
</eAnnotations>
</eOperations>
- <eOperations name="getType" ordered="false" lowerBound="1" eType="#//Type">
+ <eOperations name="type" ordered="false" lowerBound="1" eType="#//Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="If this operation has a return parameter, type equals the value of type for that parameter. Otherwise type is not defined.&#xD;&#xA;result = if returnResult->size() = 1 then returnResult->any().type else Set{} endif"/>
+ <details key="documentation" value="If this operation has a return parameter, type equals the value of type for that parameter. Otherwise type is not defined.&#xA;result = if returnResult()->notEmpty() then returnResult()->any().type else Set{} endif"/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ </eOperations>
+ <eOperations name="upper" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//UnlimitedNatural">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="If this operation has a return parameter, upper equals the value of upper for that parameter. Otherwise upper is not defined.&#xA;result = if returnResult()->notEmpty() then returnResult()->any().upper else Set{} endif"/>
</eAnnotations>
</eOperations>
- <eOperations name="returnResult" ordered="false" upperBound="-1" eType="#//Parameter">
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="bodyCondition" ordered="false"
+ eType="#//Constraint">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="An optional Constraint on the result values of an invocation of this Operation."/>
</eAnnotations>
+ <eAnnotations source="subsets" references="#//Namespace/ownedRule"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="datatype" ordered="false"
+ eType="#//DataType" eOpposite="#//DataType/ownedOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="result = ownedParameter->select (par | par.direction = #return)"/>
+ <details key="documentation" value="The DataType that owns this Operation."/>
</eAnnotations>
- </eOperations>
+ <eAnnotations source="subsets" references="#//NamedElement/namespace #//Feature/featuringClassifier #//RedefinableElement/redefinitionContext"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
+ changeable="false" volatile="true" transient="true" defaultValueLiteral="false"
+ derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="This information is derived from the return result for this Operation.&#xA;Specifies whether the return parameter is ordered or not, if present."/>
+ </eAnnotations>
+ </eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies whether an execution of the BehavioralFeature leaves the state of the system unchanged (isQuery=true) or whether side effects may occur (isQuery=false). The default value is false."/>
+ <details key="documentation" value="Specifies whether an execution of the BehavioralFeature leaves the state of the system unchanged (isQuery=true) or whether side effects may occur (isQuery=false)."/>
</eAnnotations>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedOperation" ordered="false"
- upperBound="-1" eType="#//Operation">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
+ changeable="false" volatile="true" transient="true" defaultValueLiteral="true"
+ derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the Operations that are redefined by this Operation. Subsets RedefinableElement.redefinedElement."/>
+ <details key="documentation" value="This information is derived from the return result for this Operation.&#xA;Specifies whether the return parameter is unique or not, if present."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//RedefinableElement/redefinedElement"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="precondition" ordered="false"
- upperBound="-1" eType="#//Constraint" resolveProxies="false">
- <eAnnotations source="subsets" references="#//Namespace/ownedRule"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" ordered="false"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Integer"
+ changeable="false" volatile="true" transient="true" defaultValueLiteral="1"
+ derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="This information is derived from the return result for this Operation.&#xA;Specifies the lower multiplicity of the return parameter, if present."/>
+ </eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="postcondition" ordered="false"
- upperBound="-1" eType="#//Constraint" resolveProxies="false">
+ upperBound="-1" eType="#//Constraint">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="An optional set of Constraints specifying the state of the system when the Operation is completed."/>
+ </eAnnotations>
<eAnnotations source="subsets" references="#//Namespace/ownedRule"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="bodyCondition" ordered="false"
- upperBound="-1" eType="#//Constraint" resolveProxies="false">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="precondition" ordered="false"
+ upperBound="-1" eType="#//Constraint">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="An optional set of Constraints on the state of the system when the Operation is invoked."/>
+ </eAnnotations>
<eAnnotations source="subsets" references="#//Namespace/ownedRule"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false"
- eType="#//Class" transient="true" eOpposite="#//Class/ownedOperation">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedOperation" ordered="false"
+ upperBound="-1" eType="#//Operation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The class that owns the operation. Subsets RedefinableElement::redefinitionContext and NamedElement::namespace and Feature::featuringClassifier.&#xD;&#xA;The class that owns the operation."/>
+ <details key="documentation" value="References the Operations that are redefined by this Operation."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//RedefinableElement/redefinitionContext #//NamedElement/%duplicates%/namespace #//Feature/featuringClassifier"/>
+ <eAnnotations source="subsets" references="#//RedefinableElement/redefinedElement"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="datatype" ordered="false"
- eType="#//DataType" transient="true" eOpposite="#//DataType/ownedOperation">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Type"
+ changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The DataType that owns this Operation. Subsets NamedElement::namespace, Feature::featuringClassifier, and RedefinableElement::redefinitionContext."/>
+ <details key="documentation" value="This information is derived from the return result for this Operation.&#xA;Specifies the return result of the operation, if present."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//RedefinableElement/redefinitionContext #//NamedElement/%duplicates%/namespace #//Feature/featuringClassifier"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" ordered="false"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//UnlimitedNatural"
+ changeable="false" volatile="true" transient="true" defaultValueLiteral="1"
+ derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="This information is derived from the return result for this Operation.&#xA;Specifies the upper multiplicity of the return parameter, if present."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false"
+ eType="#//Class" eOpposite="#//Class/ownedOperation">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The class that owns the operation."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//NamedElement/namespace #//Feature/featuringClassifier #//RedefinableElement/redefinitionContext"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Namespace #//Feature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A behavioral feature is a feature of a classifier that specifies an aspect of the behavior of its instances. BehavioralFeature is an abstract metaclass specializing Feature and Namespace. Kinds of behavioral aspects are modeled by subclasses of BehavioralFeature."/>
+ <details key="documentation" value="A behavioral feature is a feature of a classifier that specifies an aspect of the behavior of its instances."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EOperation" name="isDistinguishableFrom" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query isDistinguishableFrom() determines whether two BehavioralFeatures may coexist in the same Namespace. It specifies that they have to have different signatures.&#xD;&#xA;result = if n.oclIsKindOf(BehavioralFeature)&#xA;then&#xA; if ns.getNamesOfMember(self)->intersection(ns.getNamesOfMember(n))->notEmpty()&#xA; then Set{}->include(self)->include(n)->isUnique( bf | bf.parameter->collect(type))&#xA; else true&#xA; endif&#xA;else true&#xA;endif"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="The query isDistinguishableFrom() determines whether two BehavioralFeatures may coexist in the same Namespace. It specifies that they have to have different signatures.&#xA;result = if n.oclIsKindOf(BehavioralFeature)&#xA;then&#xA; if ns.getNamesOfMember(self)->intersection(ns.getNamesOfMember(n))->notEmpty()&#xA; then Set{}->including(self)->including(n)->isUnique(bf | bf.ownedParameter->collect(type))&#xA; else true&#xA; endif&#xA;else true&#xA;endif"/>
</eAnnotations>
<eAnnotations source="redefines" references="#//NamedElement/isDistinguishableFrom"/>
<eParameters name="n" ordered="false" lowerBound="1" eType="#//NamedElement"/>
@@ -1269,7 +1721,7 @@
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies the ordered set of formal parameters of this BehavioralFeature."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Namespace/%duplicates%/ownedMember"/>
+ <eAnnotations source="subsets" references="#//Namespace/ownedMember"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="raisedException" ordered="false"
upperBound="-1" eType="#//Type">
@@ -1280,31 +1732,204 @@
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//MultiplicityElement #//TypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A parameter is a kind of typed element in order to allow the specification of an optional multiplicity on parameters. In addition, it supports the specification of an optional default value.&#xD;&#xA;A parameter is a typed element that represents a parameter of an operation."/>
+ <details key="documentation" value="A parameter is a specification of an argument used to pass information into or out of an invocation of a behavioral feature."/>
</eAnnotations>
+ <eOperations name="default" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Missing derivation for Parameter::/default : String&#xA;true"/>
+ </eAnnotations>
+ </eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String" volatile="true"
+ transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies a String that represents a value to be used when no argument is supplied for the Parameter."/>
</eAnnotations>
</eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false"
+ eType="#//ValueSpecification" containment="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies a ValueSpecification that represents a value to be used when no argument is supplied for the Parameter."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
+ </eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false"
lowerBound="1" eType="#//ParameterDirectionKind" defaultValueLiteral="in">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Indicates whether a parameter is being sent into or out of a behavioral element. The default value is in."/>
+ <details key="documentation" value="Indicates whether a parameter is being sent into or out of a behavioral element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
eType="#//Operation" changeable="false" volatile="true" transient="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="References the Operation for which this is a formal parameter. Subsets NamedElement::namespace and redefines Basic::Parameter::operation.&#xD;&#xA;The operation that owns the parameter."/>
+ <details key="documentation" value="References the Operation owning this parameter."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//NamedElement/%duplicates%/namespace"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" abstract="true"
+ eSuperTypes="#//Element">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A multiplicity is a definition of an inclusive interval of non-negative integers beginning with a lower bound and ending with a (possibly infinite) upper bound. A multiplicity element embeds this information to specify the allowable cardinalities for an instantiation of this element."/>
+ </eAnnotations>
+ <eOperations name="lower_ge_0" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The lower bound must be a non-negative integer literal.&#xA;lowerBound()->notEmpty() implies lowerBound() >= 0"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
+ </eOperations>
+ <eOperations name="value_specification_no_side_effects" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="If a non-literal ValueSpecification is used for the lower or upper bound, then evaluating that specification must not have side effects.&#xA;true"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
+ </eOperations>
+ <eOperations name="upper_ge_lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The upper bound must be greater than or equal to the lower bound.&#xA;(upperBound()->notEmpty() and lowerBound()->notEmpty()) implies upperBound() >= lowerBound()"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
+ </eOperations>
+ <eOperations name="value_specification_constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="If a non-literal ValueSpecification is used for the lower or upper bound, then that specification must be a constant expression.&#xA;true"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
+ </eOperations>
+ <eOperations name="includesCardinality" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query includesCardinality() checks whether the specified cardinality is valid for this multiplicity.&#xA;result = (lowerBound() &lt;= C) and (upperBound() >= C)&#xA;upperBound()->notEmpty() and lowerBound()->notEmpty()"/>
+ </eAnnotations>
+ <eParameters name="C" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Integer"/>
+ </eOperations>
+ <eOperations name="includesMultiplicity" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query includesMultiplicity() checks whether this multiplicity includes all the cardinalities allowed by the specified multiplicity.&#xA;result = (self.lowerBound() &lt;= M.lowerBound()) and (self.upperBound() >= M.upperBound())&#xA;self.upperBound()->notEmpty() and self.lowerBound()->notEmpty() and M.upperBound()->notEmpty() and M.lowerBound()->notEmpty()"/>
+ </eAnnotations>
+ <eParameters name="M" ordered="false" lowerBound="1" eType="#//MultiplicityElement"/>
+ </eOperations>
+ <eOperations name="isMultivalued" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isMultivalued() checks whether this multiplicity has an upper bound greater than one.&#xA;upperBound()->notEmpty()&#xA;result = upperBound() > 1"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="lower" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Integer">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The derived lower attribute must equal the lowerBound.&#xA;result = lowerBound()"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="lowerBound" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Integer">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query lowerBound() returns the lower bound of the multiplicity as an integer.&#xA;result = if lowerValue->isEmpty() then 1 else lowerValue.integerValue() endif"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="upper" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//UnlimitedNatural">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The derived upper attribute must equal the upperBound.&#xA;result = upperBound()"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="upperBound" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//UnlimitedNatural">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query upperBound() returns the upper bound of the multiplicity for a bounded multiplicity as an unlimited natural.&#xA;result = if upperValue->isEmpty() then 1 else upperValue.unlimitedValue() endif"/>
+ </eAnnotations>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
+ defaultValueLiteral="false">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
+ defaultValueLiteral="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" ordered="false"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Integer"
+ volatile="true" transient="true" defaultValueLiteral="1" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the lower bound of the multiplicity interval."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="lowerValue" ordered="false"
+ eType="#//ValueSpecification" containment="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The specification of the lower bound for this multiplicity."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" ordered="false"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//UnlimitedNatural"
+ volatile="true" transient="true" defaultValueLiteral="1" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the upper bound of the multiplicity interval."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="upperValue" ordered="false"
+ eType="#//ValueSpecification" containment="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The specification of the upper bound for this multiplicity."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ParameterDirectionKind">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="ParameterDirectionKind is an enumeration of the following literal values:&#xA;&#xA; - in Indicates that parameter values are passed into the behavioral element by the caller.&#xA;&#xA; - inout Indicates that parameter values are passed into a behavioral element by the caller and then back out to the caller from the behavioral element.&#xA;&#xA; - out Indicates that parameter values are passed from a behavioral element out to the caller.&#xA;&#xA; - return Indicates that parameter values are passed as return values from a behavioral element back to the caller.&#xA;&#xA;"/>
+ <details key="documentation" value="Parameter direction kind is an enumeration type that defines literals used to specify direction of parameters."/>
</eAnnotations>
<eLiterals name="in">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
@@ -1327,302 +1952,625 @@
</eAnnotations>
</eLiterals>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement">
+ <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Constraint contains a ValueSpecification that specifies additional semantics for one or more elements. Certain kinds of constraints (such as an association &quot;xor&quot; constraint) are predefined in UML, others may be user-defined. A user-defined Constraint is described using a specified language, whose syntax and interpretation is a tool responsibility. One predefined language for writing constraints is OCL. In some situations, a programming language such as Java may be appropriate for expressing a constraint. In other situations natural language may be used.&#xA;&#xA;&#xA;&#xA;Constraint is a condition (a Boolean expression) that restricts the extension of the associated element beyond what is imposed by the other language constructs applied to the element. Constraint contains an optional name, although they are commonly unnamed."/>
+ <details key="documentation" value="A data type is a type whose instances are identified only by their value. A data type may contain attributes to support the modeling of structured data types."/>
</eAnnotations>
- <eOperations name="not_apply_to_self" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EOperation" name="inherit" ordered="false" upperBound="-1"
+ eType="#//NamedElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The inherit operation is overridden to exclude redefined properties.&#xA;result = inhs->excluding(inh | ownedMember->select(oclIsKindOf(RedefinableElement))->select(redefinedElement->includes(inh)))"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//Classifier/inherit"/>
+ <eParameters name="inhs" ordered="false" upperBound="-1" eType="#//NamedElement"/>
+ </contents>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1"
+ eType="#//Property" containment="true" eOpposite="#//Property/datatype">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A constraint cannot be applied to itself.&#xD;&#xA;not constrainedElement->includes(self)"/>
+ <details key="documentation" value="The Attributes owned by the DataType."/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
- </eOperations>
- <eOperations name="value_specification_boolean" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="subsets" references="#//Classifier/attribute #//Namespace/ownedMember"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1"
+ eType="#//Operation" containment="true" eOpposite="#//Operation/datatype">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The value specification for a constraint must evaluate to a boolean value.&#xD;&#xA;self.specification().booleanValue().isOclKindOf(Boolean)"/>
+ <details key="documentation" value="The Operations owned by the DataType."/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
- </eOperations>
- <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false"
- eType="#//Namespace" changeable="false" volatile="true" transient="true" derived="true">
+ <eAnnotations source="subsets" references="#//Namespace/ownedMember #//Classifier/feature"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EEnum" name="AggregationKind">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="AggregationKind is an enumeration type that specifies the literals for defining the kind of aggregation of a property."/>
+ </eAnnotations>
+ <eLiterals name="none">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies the Namespace that is the context for evaluating this constraint. This is a derived union."/>
+ <details key="documentation" value="Indicates that the property has no aggregation."/>
</eAnnotations>
- <eAnnotations source="union"/>
- </eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedElement" upperBound="-1"
- eType="#//Element">
+ </eLiterals>
+ <eLiterals name="shared" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The ordered set of Elements referenced by this Constraint."/>
+ <details key="documentation" value="Indicates that the property has a shared aggregation."/>
</eAnnotations>
- </eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="specification" ordered="false"
- lowerBound="1" eType="#//ValueSpecification" containment="true">
+ </eLiterals>
+ <eLiterals name="composite" value="2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A condition that must be true when evaluated in order for the constraint to be satisfied. Subsets Element::ownedElement.&#xA;&#xA;"/>
+ <details key="documentation" value="Indicates that the property is aggregated compositely, i.e., the composite object has responsibility for the existence and storage of the composed objects (parts)."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Element/ownedElement"/>
- </eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" ordered="false"
- eType="#//Namespace" transient="true" eOpposite="#//Namespace/ownedRule">
- <eAnnotations source="subsets" references="#//Constraint/context"/>
- <eAnnotations source="redefines" references="#//NamedElement/%duplicates%/namespace"/>
- </eStructuralFeatures>
+ </eLiterals>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" abstract="true"
- eSuperTypes="#//TypedElement #//PackageableElement">
+ <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Relationship">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="ValueSpecification is an abstract metaclass used to identify a value or values in a model. It may reference an instance or it may be an expression denoting an instance or instances when evaluated. It adds a specialization to Constructs::TypedElement."/>
+ <details key="documentation" value="An association describes a set of tuples whose values refer to typed instances. An instance of an association is called a link.A link is a tuple with one value for each end of the association, where each value is an instance of the type of the end.&#xA;An association describes a set of tuples whose values refer to typed instances. An instance of an association is called a link. A link is a tuple with one value for each end of the association, where each value is an instance of the type of the end."/>
</eAnnotations>
- <eOperations name="isComputable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="binary_associations" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="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.&#xD;&#xA;result = false"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="Only binary associations can be aggregations.&#xA;self.memberEnd->exists(aggregation &lt;> Aggregation::none) implies self.memberEnd->size() = 2"/>
</eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="integerValue" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
+ <eOperations name="specialized_end_number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query integerValue() gives a single Integer value when one can be computed.&#xD;&#xA;result = Set{}"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="An association specializing another association has the same number of ends as the other association.&#xA;parents()->select(oclIsKindOf(Association)).oclAsType(Association)->forAll(p | p.memberEnd->size() = self.memberEnd->size())"/>
</eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="booleanValue" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="association_ends" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query booleanValue() gives a single Boolean value when one can be computed.&#xD;&#xA;result = Set{}"/>
- </eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <details key="documentation" value="Association ends of associations with more than two ends must be owned by the association.&#xA;if memberEnd->size() > 2 then ownedEnd->includesAll(memberEnd)"/>
</eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="stringValue" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eOperations name="specialized_end_types" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query stringValue() gives a single String value when one can be computed.&#xD;&#xA;result = Set{}"/>
+ <details key="documentation" value="When an association specializes another association, every end of the specific association corresponds to an end of the general association, and the specific end reaches the same type or a subtype of the more general end.&#xA;Sequence{1..self.memberEnd->size()}->&#xA;&#x9;forAll(i | self.general->select(oclIsKindOf(Association)).oclAsType(Association)->&#xA;&#x9;&#x9;forAll(ga |self.memberEnd->at(i).type.conformsTo(ga.memberEnd->at(i).type)))"/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
+ </eOperations>
+ <eOperations name="endType" upperBound="-1" eType="#//Type">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="endType is derived from the types of the member ends.&#xA;result = self.memberEnd->collect(e | e.type)"/>
</eAnnotations>
</eOperations>
- <eOperations name="unlimitedValue" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="endType" lowerBound="1"
+ upperBound="-1" eType="#//Type" changeable="false" volatile="true" transient="true"
+ derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the classifiers that are used as types of the ends of the association."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Relationship/relatedElement"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
+ defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query unlimitedValue() gives a single UnlimitedNatural value when one can be computed.&#xD;&#xA;result = Set{}"/>
+ <details key="documentation" value="Specifies whether the association is derived from other model elements such as other associations or constraints."/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="navigableOwnedEnd" ordered="false"
+ upperBound="-1" eType="#//Property">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The navigable ends that are owned by the association itself."/>
</eAnnotations>
- </eOperations>
- <eOperations name="isNull" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="subsets" references="#//Association/ownedEnd"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEnd" upperBound="-1"
+ eType="#//Property" containment="true" eOpposite="#//Property/owningAssociation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query isNull() returns true when it can be computed that the value is null.&#xD;&#xA;result = false"/>
+ <details key="documentation" value="The ends that are owned by the association itself."/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ <eAnnotations source="subsets" references="#//Association/memberEnd #//Namespace/ownedMember #//Classifier/feature"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="memberEnd" lowerBound="2"
+ upperBound="-1" eType="#//Property" eOpposite="#//Property/association">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Each end represents participation of instances of the classifier connected to the end in links of the association."/>
</eAnnotations>
- </eOperations>
+ <eAnnotations source="subsets" references="#//Namespace/member"/>
+ </eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Argument">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#//Object"/>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EDataType" name="ReflectiveCollection" instanceClassName="java.util.Collection"/>
- <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind">
+ <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="VisibilityKind is an enumeration of the following literal values:&#xA;&#xA; - public&#xA;&#xA; - private&#xA;&#xA; - protected&#xA;&#xA; - package"/>
+ <details key="documentation" value="An enumeration is a data type whose values are enumerated in the model as enumeration literals."/>
</eAnnotations>
- <eLiterals name="public">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1"
+ eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumeration">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A public element is visible to all elements that can access the contents of the namespace that owns it."/>
+ <details key="documentation" value="The ordered set of literals for this Enumeration."/>
</eAnnotations>
- </eLiterals>
- <eLiterals name="private" value="1">
+ <eAnnotations source="subsets" references="#//Namespace/ownedMember"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="An enumeration literal is a user-defined data value for an enumeration."/>
+ </eAnnotations>
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EReference" name="classifier" ordered="false" upperBound="-1"
+ eType="#//Enumeration" changeable="false" volatile="true" transient="true"
+ derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The classifier of this EnumerationLiteral derived to be equal to its enumeration."/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//InstanceSpecification/classifier"/>
+ </contents>
+ </eAnnotations>
+ <eOperations name="classifier_equals_owning_enumeration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A private element is only visible inside the namespace that owns it."/>
+ <details key="documentation" value="classifier = enumeration"/>
</eAnnotations>
- </eLiterals>
- <eLiterals name="protected" value="2">
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
+ </eOperations>
+ <eOperations name="classifier" ordered="false" lowerBound="1" eType="#//Enumeration">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A protected element is visible to elements that have a generalization relationship to the namespace that owns it."/>
+ <details key="documentation" value="Missing derivation for EnumerationLiteral::/classifier : Enumeration&#xA;true"/>
</eAnnotations>
- </eLiterals>
- <eLiterals name="package" value="3">
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" ordered="false"
+ eType="#//Enumeration" eOpposite="#//Enumeration/ownedLiteral">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A package element is owned by a namespace that is not a package, and is visible to elements that are in the same package as its owning namespace. Only named elements that are not owned by packages can be marked as having package visibility. Any element marked as having package visibility is visible to all elements within the nearest enclosing package (given that other owning elements have proper visibility). Outside the nearest enclosing package, an element marked as having package visibility is not visible."/>
+ <details key="documentation" value="The Enumeration that this EnumerationLiteral is a member of."/>
</eAnnotations>
- </eLiterals>
+ <eAnnotations source="subsets" references="#//NamedElement/namespace"/>
+ </eStructuralFeatures>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="ElementImport" eSuperTypes="#//DirectedRelationship">
+ <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="An element import is defined as a directed relationship between an importing namespace and a packageable element. The name of the packageable element or its alias is to be added to the namespace of the importing namespace. It is also possible to control whether the imported element can be further imported."/>
+ <details key="documentation" value="An instance specification is a model element that represents an instance in a modeled system."/>
</eAnnotations>
- <eOperations name="visibility_public_or_private" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="structural_feature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The visibility of an ElementImport is either public or private.&#xD;&#xA;self.visibility = #public or self.visibility = #private"/>
+ <details key="documentation" value="One structural feature (including the same feature inherited from multiple classifiers) is the defining feature of at most one slot in an instance specification.&#xA;classifier->forAll(c | (c.allFeatures()->forAll(f | slot->select(s | s.definingFeature = f)->size() &lt;= 1)))"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="imported_element_is_public" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eOperations name="defining_feature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="An importedElement has either public visibility or no visibility at all.&#xD;&#xA;self.importedElement.visibility.notEmpty() implies self.importedElement.visibility = #public"/>
+ <details key="documentation" value="The defining feature of each slot is a structural feature (directly or inherited) of a classifier of the instance specification.&#xA;slot->forAll(s | classifier->exists (c | c.allFeatures()->includes (s.definingFeature)))"/>
</eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
</eOperations>
- <eOperations name="getName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false"
+ upperBound="-1" eType="#//Classifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The query getName() returns the name under which the imported PackageableElement will be known in the importing namespace.&#xD;&#xA;result = if self.alias->notEmpty() then &#xA; self.alias&#xA;else&#xA; self.importedElement.name&#xA;endif"/>
+ <details key="documentation" value="The classifier or classifiers of the represented instance. If multiple classifiers are specified, the instance is classified by all of them."/>
</eAnnotations>
- <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
- <details key="constraints" value="spec"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="slot" ordered="false" upperBound="-1"
+ eType="#//Slot" containment="true" eOpposite="#//Slot/owningInstance">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A slot giving the value or values of a structural feature of the instance. An instance specification can have one slot per structural feature of its classifiers, including inherited features. It is not necessary to model a slot for each structural feature, in which case the instance specification is a partial description."/>
</eAnnotations>
- </eOperations>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false"
- lowerBound="1" eType="#//VisibilityKind">
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="specification" ordered="false"
+ eType="#//ValueSpecification" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies the visibility of the imported PackageableElement within the importing Package. The default visibility is the same as that of the imported element. If the imported element does not have a visibility, it is possible to add visibility to the element import."/>
+ <details key="documentation" value="A specification of how to compute, derive, or construct the instance."/>
</eAnnotations>
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" ordered="false"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Slot" eSuperTypes="#//Element">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A slot specifies that an entity modeled by an instance specification has a value or values for a specific structural feature."/>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="definingFeature" ordered="false"
+ lowerBound="1" eType="#//StructuralFeature">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies the name that should be added to the namespace of the importing Package in lieu of the name of the imported PackagableElement. The aliased name must not clash with any other member name in the importing Package. By default, no alias is used."/>
+ <details key="documentation" value="The structural feature that specifies the values that may be held by the slot."/>
</eAnnotations>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" ordered="false"
- lowerBound="1" eType="#//PackageableElement">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
+ eType="#//ValueSpecification" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies the PackageableElement whose name is to be added to a Namespace. Subsets DirectedRelationship::target."/>
+ <details key="documentation" value="The value or values corresponding to the defining feature for the owning instance specification."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//DirectedRelationship/target"/>
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" ordered="false"
- lowerBound="1" eType="#//Namespace" transient="true" eOpposite="#//Namespace/elementImport">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="owningInstance" ordered="false"
+ lowerBound="1" eType="#//InstanceSpecification" eOpposite="#//InstanceSpecification/slot">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies the Namespace that imports a PackageableElement from another Package. Subsets DirectedRelationship::source and Element::owner."/>
+ <details key="documentation" value="The instance specification that owns this slot."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//DirectedRelationship/source #//Element/owner"/>
+ <eAnnotations source="subsets" references="#//Element/owner"/>
</eStructuralFeatures>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="#//DirectedRelationship">
+ <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//ValueSpecification">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="A package import is defined as a directed relationship that identifies a package whose members are to be imported by a namespace."/>
+ <details key="documentation" value="An expression is a structured tree of symbols that denotes a (possibly empty) set of values when evaluated in a context.&#xA;An expression represents a node in an expression tree, which may be non-terminal or terminal. It defines a symbol, and has a possibly empty sequence of operands which are value specifications."/>
</eAnnotations>
- <eOperations name="public_or_private" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The visibility of a PackageImport is either public or private.&#xD;&#xA;self.visibility = #public or self.visibility = #private"/>
- </eAnnotations>
- <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
- <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
- </eOperations>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false"
- lowerBound="1" eType="#//VisibilityKind">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="operand" upperBound="-1"
+ eType="#//ValueSpecification" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies the visibility of the imported PackageableElements within the importing Namespace, i.e., whether imported elements will in turn be visible to other packages that use that importingPackage as an importedPackage. If the PackageImport is public, the imported elements will be visible outside the package, while if it is private they will not. By default, the value of visibility is public."/>
+ <details key="documentation" value="Specifies a sequence of operands."/>
</eAnnotations>
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="importedPackage" ordered="false"
- lowerBound="1" eType="#//Package">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" ordered="false"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies the Package whose members are imported into a Namespace. Subsets DirectedRelationship::target."/>
+ <details key="documentation" value="The symbol associated with the node in the expression tree."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//DirectedRelationship/target"/>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" ordered="false"
- lowerBound="1" eType="#//Namespace" transient="true" eOpposite="#//Namespace/packageImport">
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="An instance value is a value specification that identifies an instance."/>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="instance" ordered="false"
+ lowerBound="1" eType="#//InstanceSpecification">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies the Namespace that imports the members from a Package. Subsets DirectedRelationship::source and Element::owner."/>
+ <details key="documentation" value="The instance that is the specified value."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//DirectedRelationship/source #//Element/owner"/>
</eStructuralFeatures>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification">
+ <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="An opaque expression contains language-specific text strings used to describe a value or values, and an optional specification of the languages."/>
+ <details key="documentation" value="A literal Boolean is a specification of a Boolean value."/>
+ </eAnnotations>
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EOperation" name="booleanValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query booleanValue() gives the value.&#xA;result = value"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//ValueSpecification/booleanValue"/>
+ </contents>
+ <contents xsi:type="ecore:EOperation" name="isComputable" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isComputable() is redefined to be true.&#xA;result = true"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//ValueSpecification/isComputable"/>
+ </contents>
</eAnnotations>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" lowerBound="1" upperBound="-1"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"
+ defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The text of the expression, possibly in multiple languages."/>
- </eAnnotations>
- <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
- <details key="kind" value="element"/>
+ <details key="documentation" value="The specified Boolean value."/>
</eAnnotations>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" upperBound="-1"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" abstract="true"
+ eSuperTypes="#//ValueSpecification">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A literal specification identifies a literal constant being modeled."/>
+ </eAnnotations>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A literal integer is a specification of an integer value."/>
+ </eAnnotations>
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EOperation" name="integerValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Integer">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query integerValue() gives the value.&#xA;result = value"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//ValueSpecification/integerValue"/>
+ </contents>
+ <contents xsi:type="ecore:EOperation" name="isComputable" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isComputable() is redefined to be true.&#xA;result = true"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//ValueSpecification/isComputable"/>
+ </contents>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Integer"
+ defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies the languages in which the expression is stated. The interpretation of the expression body depends on the language. If languages are unspecified, it might be implicit from the expression body or the context. Languages are matched to body strings by order."/>
+ <details key="documentation" value="The specified Integer value."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//ValueSpecification">
+ <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="An expression is a structured tree of symbols that denotes a (possibly empty) set of values when evaluated in a context."/>
+ <details key="documentation" value="A literal null specifies the lack of a value."/>
</eAnnotations>
- <eStructuralFeatures xsi:type="ecore:EReference" name="operand" upperBound="-1"
- eType="#//ValueSpecification" containment="true">
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EOperation" name="isComputable" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isComputable() is redefined to be true.&#xA;result = true"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//ValueSpecification/isComputable"/>
+ </contents>
+ <contents xsi:type="ecore:EOperation" name="isNull" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isNull() returns true.&#xA;result = true"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//ValueSpecification/isNull"/>
+ </contents>
+ </eAnnotations>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="LiteralReal" eSuperTypes="#//LiteralSpecification">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A literal real is a specification of a real value."/>
+ </eAnnotations>
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EOperation" name="isComputable" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isComputable() is redefined to be true.&#xA;result = true"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//ValueSpecification/isComputable"/>
+ </contents>
+ <contents xsi:type="ecore:EOperation" name="realValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Real">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query realValue() gives the value.&#xA;result = value"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//ValueSpecification/realValue"/>
+ </contents>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Real"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A literal string is a specification of a string value."/>
+ </eAnnotations>
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EOperation" name="isComputable" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isComputable() is redefined to be true.&#xA;result = true"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//ValueSpecification/isComputable"/>
+ </contents>
+ <contents xsi:type="ecore:EOperation" name="stringValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query stringValue() gives the value.&#xA;result = value"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//ValueSpecification/stringValue"/>
+ </contents>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Specifies a sequence of operands."/>
+ <details key="documentation" value="The specified String value."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Element/ownedElement"/>
</eStructuralFeatures>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType">
+ <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Enumeration is a kind of data type, whose instances may be any of a number of predefined enumeration literals.&#xA;&#xA;It is possible to extend the set of applicable enumeration literals in other packages or profiles.&#xA;&#xA;&#xD;&#xA;An enumeration defines a set of literals that can be used as its values."/>
+ <details key="documentation" value="A literal unlimited natural is a specification of an unlimited natural number."/>
</eAnnotations>
- <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1"
- eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumeration">
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EOperation" name="isComputable" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isComputable() is redefined to be true.&#xA;result = true"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//ValueSpecification/isComputable"/>
+ </contents>
+ <contents xsi:type="ecore:EOperation" name="unlimitedValue" ordered="false"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//UnlimitedNatural">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query unlimitedValue() gives the value.&#xA;result = value"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//ValueSpecification/unlimitedValue"/>
+ </contents>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//UnlimitedNatural"
+ defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The ordered collection of literals for the enumeration. Subsets Element::ownedMember.&#xD;&#xA;The ordered set of literals for this Enumeration."/>
+ <details key="documentation" value="The specified UnlimitedNatural value."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//Namespace/%duplicates%/ownedMember"/>
</eStructuralFeatures>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//NamedElement">
+ <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="An enumeration literal is a value of an enumeration."/>
+ <details key="documentation" value="An opaque expression is an uninterpreted textual statement that denotes a (possibly empty) set of values when evaluated in a context."/>
</eAnnotations>
- <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" ordered="false"
- eType="#//Enumeration" transient="true" eOpposite="#//Enumeration/ownedLiteral">
+ <eOperations name="language_body_size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="If the language attribute is not empty, then the size of the body and language arrays must be the same.&#xA;language->notEmpty() implies (body->size() = language->size())"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
+ </eAnnotations>
+ </eParameters>
+ <eParameters name="context">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The cache of context-specific information."/>
+ </eAnnotations>
+ <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
+ </eGenericType>
+ </eParameters>
+ </eOperations>
+ <eOperations name="isIntegral" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isIntegral() tells whether an expression is intended to produce an integer.&#xA;result = false"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="isNonNegative" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isNonNegative() tells whether an integer expression has a non-negative value.&#xA;self.isIntegral()&#xA;result = false"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="isPositive" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isPositive() tells whether an integer expression has a positive value.&#xA;self.isIntegral()&#xA;result = false"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The enumeration that this literal belongs to. Subsets NamedElement::namespace.&#xD;&#xA;The Enumeration that this EnumerationLiteral is a member of."/>
+ <details key="documentation" value="The query value() gives an integer value for an expression intended to produce one.&#xA;true&#xA;self.isIntegral()"/>
+ </eAnnotations>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" unique="false" upperBound="-1"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The text of the expression, possibly in multiple languages."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" upperBound="-1"
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="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."/>
</eAnnotations>
- <eAnnotations source="subsets" references="#//NamedElement/%duplicates%/namespace"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The PrimitiveTypes subpackage within the Core package defines the different types of primitive values that are used to define the Core metamodel. It is also intended that every metamodel based on Core will reuse the following primitive types.&#xA;&#xA;In Core and the UML metamodel, these primitive types are predefined and available to the Core and UML extensions at all time. These predefined value types are independent of any object model and part of the definition of the Core.&#xA;&#xA;&#xD;&#xA;A primitive type is a data type implemented by the underlying infrastructure and made available for modeling."/>
+ <details key="documentation" value="A primitive type defines a predefined data type, without any relevant substructure (i.e., it has no parts in the context of UML). A primitive datatype may have an algebra and operations defined outside of UML, for example, mathematically."/>
</eAnnotations>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EDataType" name="ReflectiveSequence" instanceClassName="java.util.List"/>
- <eClassifiers xsi:type="ecore:EDataType" name="URIExtent" instanceClassName="org.eclipse.emf.ecore.resource.Resource">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="Objects may be identified by URIs which are provided by a URIExtent. Use a URIExtent to lookup an Object given a URI, or get the URI of an object in that extent.&#xA;&#xA;"/>
- </eAnnotations>
+ <eClassifiers xsi:type="ecore:EClass" name="URIExtent" eSuperTypes="#//Extent">
+ <eOperations name="contextURI" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String"/>
+ <eOperations name="uri" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String">
+ <eParameters name="object" ordered="false" lowerBound="1" eType="#//Element"/>
+ </eOperations>
+ <eOperations name="element" ordered="false" lowerBound="1" eType="#//Element">
+ <eParameters name="uri" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String"/>
+ </eOperations>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Exception">
- <eStructuralFeatures xsi:type="ecore:EReference" name="objectInError" ordered="false"
+ <eClassifiers xsi:type="ecore:EClass" name="Extent" eSuperTypes="#//Object">
+ <eOperations name="useContainment" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"/>
+ <eOperations name="elements" ordered="false" lowerBound="1" eType="#//ReflectiveSequence"/>
+ <eOperations name="elementsOfType" ordered="false" upperBound="-1" eType="#//Element">
+ <eParameters name="type" ordered="false" lowerBound="1" eType="#//Class"/>
+ <eParameters name="includesSubtypes" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"/>
+ </eOperations>
+ <eOperations name="linksOfType" ordered="false" upperBound="-1" eType="#//Link">
+ <eParameters name="type" ordered="false" lowerBound="1" eType="#//Association"/>
+ </eOperations>
+ <eOperations name="linkedElements" ordered="false" upperBound="-1" eType="#//Element">
+ <eParameters name="association" ordered="false" lowerBound="1" eType="#//Association"/>
+ <eParameters name="endElement" ordered="false" lowerBound="1" eType="#//Element"/>
+ <eParameters name="end1ToEnd2Direction" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"/>
+ </eOperations>
+ <eOperations name="linkExists" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eParameters name="association" ordered="false" lowerBound="1" eType="#//Association"/>
+ <eParameters name="firstElement" ordered="false" lowerBound="1" eType="#//Element"/>
+ <eParameters name="secondElement" ordered="false" lowerBound="1" eType="#//Element"/>
+ </eOperations>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//Object">
+ <eOperations name="equals" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//Boolean">
+ <eAnnotations source="redefines" references="#//Object/equals"/>
+ <eParameters name="otherLink" ordered="false" lowerBound="1" eType="#//Link"/>
+ </eOperations>
+ <eOperations name="delete" ordered="false" lowerBound="1"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="firstElement" ordered="false"
lowerBound="1" eType="#//Element"/>
- <eStructuralFeatures xsi:type="ecore:EReference" name="elementInError" ordered="false"
+ <eStructuralFeatures xsi:type="ecore:EReference" name="secondElement" ordered="false"
lowerBound="1" eType="#//Element"/>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="association" ordered="false"
+ lowerBound="1" eType="#//Association"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Factory" eSuperTypes="#//Element">
<eOperations name="createFromString" ordered="false" lowerBound="1" eType="#//Object">
<eParameters name="dataType" ordered="false" lowerBound="1" eType="#//DataType"/>
- <eParameters name="string" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eParameters name="string" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String"/>
</eOperations>
- <eOperations name="convertToString" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eOperations name="convertToString" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String">
<eParameters name="dataType" ordered="false" lowerBound="1" eType="#//DataType"/>
<eParameters name="object" ordered="false" lowerBound="1" eType="#//Object"/>
</eOperations>
@@ -1630,8 +2578,8 @@
<eParameters name="metaClass" ordered="false" lowerBound="1" eType="#//Class"/>
</eOperations>
<eOperations name="createElement" ordered="false" lowerBound="1" eType="#//Element">
- <eParameters name="aClass" ordered="false" lowerBound="1" eType="#//Class"/>
- <eParameters name="arguments" ordered="false" lowerBound="1" eType="#//Argument"/>
+ <eParameters name="class" ordered="false" lowerBound="1" eType="#//Class"/>
+ <eParameters name="arguments" ordered="false" upperBound="-1" eType="#//Argument"/>
</eOperations>
<eOperations name="createLink" ordered="false" lowerBound="1" eType="#//Link">
<eParameters name="association" ordered="false" lowerBound="1" eType="#//Association"/>
@@ -1641,29 +2589,24 @@
<eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
lowerBound="1" eType="#//Package"/>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Link">
- <eOperations name="equals" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
- <eParameters name="otherLink" ordered="false" lowerBound="1" eType="#//Link"/>
- </eOperations>
- <eOperations name="delete" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
- <eStructuralFeatures xsi:type="ecore:EReference" name="secondElement" ordered="false"
+ <eClassifiers xsi:type="ecore:EClass" name="Exception">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="objectInError" ordered="false"
lowerBound="1" eType="#//Element"/>
- <eStructuralFeatures xsi:type="ecore:EReference" name="firstElement" ordered="false"
+ <eStructuralFeatures xsi:type="ecore:EReference" name="elementInError" ordered="false"
lowerBound="1" eType="#//Element"/>
- <eStructuralFeatures xsi:type="ecore:EReference" name="association" ordered="false"
- lowerBound="1" eType="#//Association"/>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EDataType" name="Extent" instanceClassName="org.eclipse.emf.ecore.resource.Resource">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="An Extent refers to a set of Objects. An object may be in more than one extent. An Extent is not an Object, it is part of the MOF facility."/>
- </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/4.0.0/Types#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
upperBound="-1" eType="#//Element"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="tagOwner" ordered="false"
+ eType="#//Element">
+ <eAnnotations source="subsets" references="#//Element/owner"/>
+ </eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
diff --git a/plugins/org.eclipse.uml2.uml/model/CMOF20.ecore b/plugins/org.eclipse.uml2.uml/model/CMOF20.ecore
new file mode 100644
index 00000000..f5246b42
--- /dev/null
+++ b/plugins/org.eclipse.uml2.uml/model/CMOF20.ecore
@@ -0,0 +1,1669 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ecore:EPackage xmi:version="2.0"
+ xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cmof"
+ nsURI="http://schema.omg.org/spec/MOF/2.0/cmof.xml" nsPrefix="cmof">
+ <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Namespace #//Type">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A classifier is a type. It can specify a generalization hierarchy by referencing its general classifiers. A classifier is also a namespace whose members can include features. Classifier is an abstract metaclass."/>
+ </eAnnotations>
+ <eOperations name="no_cycles_in_generalization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Generalization hierarchies must be directed and acyclical. A classifier can not be both a transitively general and transitively specific classifier of the same classifier.&#xD;&#xA;not self.allParents()->includes(self)"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="specialize_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A classifier may only specialize classifiers of a valid type.&#xD;&#xA;self.parents()->forAll(c | self.maySpecializeType(c))"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="conformsTo" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query conformsTo() gives true for a classifier that defines a type that conforms to another. This is used, for example, in the specification of signature conformance for operations.&#xD;&#xA;result = (self=other) or (self.allParents()->includes(other))"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//Type/conformsTo"/>
+ <eParameters name="other" ordered="false" lowerBound="1" eType="#//Classifier"/>
+ </eOperations>
+ <eOperations name="allFeatures" ordered="false" upperBound="-1" eType="#//Feature">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query allFeatures() gives all of the features in the namespace of the classifier. In general, through mechanisms such as inheritance, this will be a larger set than feature.&#xD;&#xA;result = member->select(oclIsKindOf(Feature))"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="getGenerals" ordered="false" upperBound="-1" eType="#//Classifier">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The general classifiers are the classifiers referenced by the generalization relationships.&#xD;&#xA;result = self.parents()"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="parents" ordered="false" upperBound="-1" eType="#//Classifier">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query parents() gives all of the immediate ancestors of a generalized Classifier.&#xD;&#xA;result = generalization.general"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="getInheritedMembers" ordered="false" upperBound="-1" eType="#//NamedElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The inheritedMember association is derived by inheriting the inheritable members of the parents.&#xD;&#xA;result = self.inherit(self.parents()->collect(p | p.inheritableMembers(self))"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="allParents" ordered="false" upperBound="-1" eType="#//Classifier">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query allParents() gives all of the direct and indirect ancestors of a generalized Classifier.&#xD;&#xA;result = self.parents()->union(self.parents()->collect(p | p.allParents())"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="inheritableMembers" ordered="false" upperBound="-1" eType="#//NamedElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query inheritableMembers() gives all of the members of a classifier that may be inherited in one of its descendants, subject to whatever visibility restrictions apply.&#xD;&#xA;c.allParents()->includes(self)&#xD;&#xA;result = member->select(m | c.hasVisibilityOf(m))"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eParameters name="c" ordered="false" lowerBound="1" eType="#//Classifier"/>
+ </eOperations>
+ <eOperations name="hasVisibilityOf" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query hasVisibilityOf() determines whether a named element is visible in the classifier. By default all are visible. It is only called when the argument is something owned by a parent.&#xD;&#xA;self.allParents()->collect(c | c.member)->includes(n)&#xD;&#xA;result = if (self.inheritedMember->includes(n)) then (n.visibility &lt;> #private) else true"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eParameters name="n" ordered="false" lowerBound="1" eType="#//NamedElement"/>
+ </eOperations>
+ <eOperations name="inherit" ordered="false" upperBound="-1" eType="#//NamedElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The inherit operation is overridden to exclude redefined properties.&#xD;&#xA;result = inhs"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eParameters name="inhs" ordered="false" upperBound="-1" eType="#//NamedElement"/>
+ </eOperations>
+ <eOperations name="maySpecializeType" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query maySpecializeType() determines whether this classifier may have a generalization relationship to classifiers of the specified type. By default a classifier may specialize classifiers of the same or a more general type. It is intended to be redefined by classifiers that have different specialization constraints.&#xD;&#xA;result = self.oclIsKindOf(c.oclType)"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eParameters name="c" ordered="false" lowerBound="1" eType="#//Classifier"/>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false"
+ upperBound="-1" eType="#//Feature" changeable="false" volatile="true" transient="true"
+ derived="true" eOpposite="#//Feature/featuringClassifier">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Redefines the corresponding association in Abstractions. Subsets Namespace::member and is a derived union. Note that there may be members of the Classifier that are of the type Feature but are not included in this association, e.g. inherited features."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Namespace/member"/>
+ <eAnnotations source="union"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
+ upperBound="-1" eType="#//Property" changeable="false" volatile="true" transient="true"
+ derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Refers to all of the Properties that are direct (i.e. not inherited or imported) attributes of the classifier. Subsets Classifier::feature and is a derived union."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Classifier/feature"/>
+ <eAnnotations source="union"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="general" ordered="false"
+ upperBound="-1" eType="#//Classifier">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the general classifier in the Generalization relationship. Subsets DirectedRelationship::target."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" ordered="false"
+ upperBound="-1" eType="#//NamedElement" volatile="true" transient="true" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies all elements inherited by this classifier from the general classifiers. Subsets Namespace::member. This is derived."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Namespace/member"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="#//NamedElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A namespace has the ability to import either individial members or all members of a package, thereby making it possible to refer to those named elements without qualification in the importing namespace. In the case of conflicts, it is necessary to use qualified names or aliases to disambiguate the referenced elements."/>
+ </eAnnotations>
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EReference" name="ownedMember" ordered="false" upperBound="-1"
+ eType="#//NamedElement" changeable="false" volatile="true" transient="true"
+ derived="true" eOpposite="#//NamedElement/%duplicates%/namespace">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Redefines the corresponding property of Abstractions::Namespaces::Namespace."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Namespace/member #//Element/ownedElement"/>
+ <eAnnotations source="union"/>
+ </contents>
+ </eAnnotations>
+ <eOperations name="members_are_distinguishable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="All the members of a Namespace are distinguishable within it.&#xD;&#xA;membersAreDistinguishable()"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="getImportedMembers" ordered="false" upperBound="-1" eType="#//PackageableElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The importedMember property is derived from the ElementImports and the PackageImports. References the PackageableElements that are members of this Namespace as a result of either PackageImports or ElementImports.&#xD;&#xA;result = self.importMembers(self.elementImport.importedElement.asSet()->union(self.packageImport.importedPackage->collect(p | p.visibleMembers())))"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="getNamesOfMember" ordered="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query getNamesOfMember() is overridden to take account of importing. It gives back the set of names that an element would have in an importing namespace, either because it is owned, or if not owned then imported individually, or if not individually then from a package.&#xD;&#xA;result = if self.ownedMember->includes(element)&#xA;then Set{}->include(element.name)&#xA;else let elementImports: ElementImport = self.elementImport->select(ei | ei.importedElement = element) in&#xA; if elementImports->notEmpty()&#xA; then elementImports->collect(el | el.getName())&#xA; else self.packageImport->select(pi | pi.importedPackage.visibleMembers()->includes(element))->collect(pi | pi.importedPackage.getNamesOfMember(element))&#xA; endif&#xA;endif"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eParameters name="element" ordered="false" lowerBound="1" eType="#//NamedElement"/>
+ </eOperations>
+ <eOperations name="importMembers" ordered="false" upperBound="-1" eType="#//PackageableElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query importMembers() defines which of a set of PackageableElements are actually imported into the namespace. This excludes hidden ones, i.e., those which have names that conflict with names of owned members, and also excludes elements which would have the same name when imported.&#xD;&#xA;result = self.excludeCollisions(imps)->select(imp | self.ownedMember->forAll(mem | mem.imp.isDistinguishableFrom(mem, self)))"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eParameters name="imps" ordered="false" upperBound="-1" eType="#//PackageableElement"/>
+ </eOperations>
+ <eOperations name="excludeCollisions" ordered="false" upperBound="-1" eType="#//PackageableElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query excludeCollisions() excludes from a set of PackageableElements any that would not be distinguishable from each other in this namespace.&#xD;&#xA;result = imps->reject(imp1 | imps.exists(imp2 | not imp1.isDistinguishableFrom(imp2, self)))"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eParameters name="imps" ordered="false" upperBound="-1" eType="#//PackageableElement"/>
+ </eOperations>
+ <eOperations name="membersAreDistinguishable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The Boolean query membersAreDistinguishable() determines whether all of the namespace's members are distinguishable within it.&#xD;&#xA;result = self.member->forAll( memb |&#xA;&#x9;self.member->excluding(memb)->forAll(other |&#xA;&#x9;&#x9;memb.isDistinguishableFrom(other, self)))"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRule" ordered="false"
+ upperBound="-1" eType="#//Constraint" containment="true" eOpposite="#//Constraint/namespace">
+ <eAnnotations source="subsets" references="#//Namespace/%duplicates%/ownedMember"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="importedMember" ordered="false"
+ upperBound="-1" eType="#//PackageableElement" changeable="false" volatile="true"
+ transient="true" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the PackageableElements that are members of this Namespace as a result of either PackageImports or ElementImports. Subsets Namespace::member."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Namespace/member"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="elementImport" ordered="false"
+ upperBound="-1" eType="#//ElementImport" containment="true" eOpposite="#//ElementImport/importingNamespace">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the ElementImports owned by the Namespace. Subsets Element::ownedElement."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="packageImport" ordered="false"
+ upperBound="-1" eType="#//PackageImport" containment="true" eOpposite="#//PackageImport/importingNamespace">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the PackageImports owned by the Namespace. Subsets Element::ownedElement."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false"
+ upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true"
+ transient="true" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Redefines the corresponding property of Abstractions::Namespaces::Namespace."/>
+ </eAnnotations>
+ <eAnnotations source="union"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Element">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="NamedElement has a visibility attribute.&#xD;&#xA;A named element represents elements with names."/>
+ </eAnnotations>
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EReference" name="namespace" ordered="false" eType="#//Namespace"
+ changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Namespace/%duplicates%/ownedMember">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the namespace that owns the NamedElement. Subsets Element::owner. This is a derived union."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Element/owner"/>
+ <eAnnotations source="union"/>
+ </contents>
+ </eAnnotations>
+ <eOperations name="no_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="If there is no name, or one of the containing namespaces has no name, there is no qualified name.&#xD;&#xA;(self.name->isEmpty() or self.allNamespaces()->select(ns | ns.name->isEmpty())->notEmpty())&#xA;&#xA; implies self.qualifiedName->isEmpty()"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="qualified_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="When there is a name, and all of the containing namespaces have a name, the qualified name is constructed from the names of the containing namespaces.&#xD;&#xA;(self.name->notEmpty() and self.allNamespaces()->select(ns | ns.name->isEmpty())->isEmpty()) implies&#xA; self.qualifiedName = self.allNamespaces()->iterate( ns : Namespace; result: String = self.name | ns.name->union(self.separator())->union(result))"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="visibility_needs_ownership" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="If a NamedElement is not owned by a Namespace, it does not have a visibility.&#xD;&#xA;namespace->isEmpty() implies visibility->isEmpty()"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="allNamespaces" upperBound="-1" eType="#//Namespace">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query allNamespaces() gives the sequence of namespaces in which the NamedElement is nested, working outwards.&#xD;&#xA;result = if self.namespace->isEmpty()&#xA;then Sequence{}&#xA;else self.namespace.allNamespaces()->prepend(self.namespace)&#xA;endif"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="isDistinguishableFrom" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isDistinguishableFrom() determines whether two NamedElements may logically co-exist within a Namespace. By default, two named elements are distinguishable if (a) they have unrelated types or (b) they have related types but different names.&#xD;&#xA;result = if self.oclIsKindOf(n.oclType) or n.oclIsKindOf(self.oclType)&#xA;then ns.getNamesOfMember(self)->intersection(ns.getNamesOfMember(n))->isEmpty()&#xA;else true&#xA;endif"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eParameters name="n" ordered="false" lowerBound="1" eType="#//NamedElement"/>
+ <eParameters name="ns" ordered="false" lowerBound="1" eType="#//Namespace"/>
+ </eOperations>
+ <eOperations name="separator" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query separator() gives the string that is used to separate names when constructing a qualified name.&#xD;&#xA;result = '::'"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="qualifiedName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="When there is a name, and all of the containing namespaces have a name, the qualified name is constructed from the names of the containing namespaces.&#xD;&#xA;result = if self.name->notEmpty() and self.allNamespaces()->select(ns | ns.name->isEmpty())->isEmpty()&#xA;then &#xA; self.allNamespaces()->iterate( ns : Namespace; result: String = self.name | ns.name->union(self.separator())->union(result))&#xA;else&#xA; Set{}&#xA;endif"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false"
+ eType="#//VisibilityKind">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Determines the visibility of the NamedElement within different Namespaces within the overall model."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
+ iD="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The name of the NamedElement."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="An element can own comments.&#xD;&#xA;Element is an abstract metaclass with no superclass. It is used as the common superclass for all metaclasses in the infrastructure library."/>
+ </eAnnotations>
+ <eOperations name="not_own_self" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="An element may not directly or indirectly own itself.&#xD;&#xA;not self.allOwnedElements()->includes(self)"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="has_owner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Elements that must be owned must have an owner.&#xD;&#xA;self.mustBeOwned() implies owner->notEmpty()"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="allOwnedElements" ordered="false" upperBound="-1" eType="#//Element">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query allOwnedElements() gives all of the direct and indirect owned elements of an element.&#xD;&#xA;result = ownedElement->union(ownedElement->collect(e | e.allOwnedElements()))"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="mustBeOwned" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query mustBeOwned() indicates whether elements of this type must have an owner. Subclasses of Element that do not require an owner must override this operation.&#xD;&#xA;result = true"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="getMetaClass" ordered="false" lowerBound="1" eType="#//Class"/>
+ <eOperations name="container" ordered="false" lowerBound="1" eType="#//Element"/>
+ <eOperations name="equals" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eParameters name="otherElement" ordered="false" lowerBound="1" eType="#//Object"/>
+ </eOperations>
+ <eOperations name="get" ordered="false" lowerBound="1" eType="#//Object">
+ <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/>
+ </eOperations>
+ <eOperations name="set" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject">
+ <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/>
+ <eParameters name="value" ordered="false" lowerBound="1" eType="#//Object"/>
+ </eOperations>
+ <eOperations name="isSet" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/>
+ </eOperations>
+ <eOperations name="unset" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject">
+ <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/>
+ </eOperations>
+ <eOperations name="delete" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
+ <eOperations name="invoke" ordered="false" lowerBound="1" eType="#//Object">
+ <eParameters name="op" ordered="false" lowerBound="1" eType="#//Operation"/>
+ <eParameters name="arguments" ordered="false" lowerBound="1" eType="#//Argument"/>
+ </eOperations>
+ <eOperations name="isInstanceOfType" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eParameters name="type" ordered="false" lowerBound="1" eType="#//Class"/>
+ <eParameters name="includeSubtypes" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
+ </eOperations>
+ <eOperations name="verify" ordered="false" lowerBound="1" eType="#//ReflectiveCollection">
+ <eParameters name="deepVerify" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" ordered="false"
+ upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true"
+ derived="true" eOpposite="#//Element/owner">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The Elements owned by this element."/>
+ </eAnnotations>
+ <eAnnotations source="union"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false"
+ eType="#//Element" changeable="false" volatile="true" transient="true" derived="true"
+ eOpposite="#//Element/ownedElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The Element that owns this element."/>
+ </eAnnotations>
+ <eAnnotations source="union"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedComment" ordered="false"
+ upperBound="-1" eType="#//Comment" containment="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The Comments owned by this element. Subsets Element::ownedElement.&#xD;&#xA;The Comments owned by this element."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//Element">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A comment is a textual annotation that can be attached to a set of elements.&#xD;&#xA;A comment gives the ability to attach various remarks to elements. A comment carries no semantic force, but may contain information that is useful to a modeler. A comment may be owned by any element."/>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies a string that is the comment."/>
+ </eAnnotations>
+ <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
+ <details key="kind" value="element"/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" ordered="false"
+ upperBound="-1" eType="#//Element">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the Element(s) being commented."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Class is a kind of classifier whose features are attributes and operations. Attributes of a class are represented by instances of Property that are owned by the class. Some of these attributes may represent the navigable ends of binary associations.&#xD;&#xA;A class is a type that has objects as its instances."/>
+ </eAnnotations>
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EOperation" name="inherit" ordered="false" upperBound="-1"
+ eType="#//NamedElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The inherit operation is overridden to exclude redefined properties.&#xD;&#xA;result = inhs->excluding(inh | ownedMember->select(oclIsKindOf(RedefinableElement))->select(redefinedElement->includes(inh)))"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//Classifier/inherit"/>
+ <eParameters name="inhs" ordered="false" upperBound="-1" eType="#//NamedElement"/>
+ </contents>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
+ defaultValueLiteral="false">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="True when a class is abstract. The default value is false."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1"
+ eType="#//Property" containment="true" eOpposite="#//Property/class">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The attributes (i.e. the properties) owned by the class. This is an ordered association. Subsets Classifier::attribute and Namespace::ownedMember.&#xD;&#xA;The attributes owned by a class. These do not include the inherited attributes. Attributes are represented by instances of Property."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Classifier/attribute #//Namespace/%duplicates%/ownedMember"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1"
+ eType="#//Operation" containment="true" eOpposite="#//Operation/class">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The operations owned by the class. This is an ordered association. Subsets Classifier::feature and Namespace::ownedMember.&#xD;&#xA;The operations owned by a class. These do not include the inherited operations."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Classifier/feature #//Namespace/%duplicates%/ownedMember"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" ordered="false"
+ upperBound="-1" eType="#//Class">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="This gives the superclasses of a class. It redefines Classifier::general.&#xD;&#xA;The immediate superclasses of a class, from which the class inherits."/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//Classifier/general"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//MultiplicityElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Property represents a declared state of one or more instances in terms of a named relationship to a value or values. When a property is an attribute of a classifier, the value or values are related to the instance of the classifier by being held in slots of the instance. When a property is an association end, the value or values are related to the instance or instances at the other end(s) of the association.&#xA;&#xA;&#xA;&#xA;Property is indirectly a subclass of Constructs::TypedElement. The range of valid values represented by the property can be controlled by setting the property's type.&#xD;&#xA;A property is a typed element that represents an attribute of a class."/>
+ </eAnnotations>
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EOperation" name="isConsistentWith" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isConsistentWith() specifies, for any two Properties in a context in which redefinition is possible, whether redefinition would be logically consistent. A redefining property is consistent with a redefined property if the type of the redefining property conforms to the type of the redefined property, the multiplicity of the redefining property (if.specified) is contained in the multiplicity of the redefined property, and the redefining property is derived if the redefined property is derived.&#xD;&#xA;redefinee.isRedefinitionContextValid(self)&#xD;&#xA;result = (redefinee.oclIsKindOf(Property) and &#xA; let prop: Property = redefinee.oclAsType(Property) in&#xA; type.conformsTo(prop.type) and&#xA; (lowerBound()->notEmpty and prop.lowerBound()->notEmpty() implies lowerBound() >= prop.lowerBound())&#xA; and&#xA; (upperBound()->notEmpty and prop.upperBound()->notEmpty() implies upperBound() &lt;= prop.upperBound())&#xA; and&#xA; (prop.isDerived implies isDerived))"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//RedefinableElement/isConsistentWith"/>
+ <eParameters name="redefinee" ordered="false" lowerBound="1" eType="#//RedefinableElement"/>
+ </contents>
+ </eAnnotations>
+ <eOperations name="multiplicity_of_composite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A multiplicity of a composite aggregation must not have an upper bound greater than 1.&#xD;&#xA;isComposite implies (upperBound()->isEmpty() or upperBound() &lt;= 1)"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="subsetting_context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Subsetting may only occur when the context of the subsetting property conforms to the context of the subsetted property.&#xD;&#xA;self.subsettedProperty->notEmpty() implies&#xA; (self.subsettingContext()->notEmpty() and self.subsettingContext()->forAll (sc |&#xA; self.subsettedProperty->forAll(sp |&#xA; sp.subsettingContext()->exists(c | sc.conformsTo(c)))))"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="navigable_property_redefinition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A navigable property can only be redefined or subsetted by a navigable property.&#xD;&#xA;(self.subsettedProperty->exists(sp | sp.isNavigable()) implies self.isNavigable())&#xA; and (self.redefinedProperty->exists(rp | rp.isNavigable()) implies self.isNavigable())"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="subsetting_rules" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A subsetting property may strengthen the type of the subsetted property, and its upper bound may be less.&#xD;&#xA;self.subsettedProperty->forAll(sp |&#xA; self.type.conformsTo(sp.type) and&#xA; ((self.upperBound()->notEmpty() and sp.upperBound()->notEmpty()) implies&#xA; self.upperBound()&lt;=sp.upperBound() ))"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="navigable_readonly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Only a navigable property can be marked as readOnly.&#xD;&#xA;isReadOnly implies isNavigable()"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="derived_union_is_derived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A derived union is derived.&#xD;&#xA;isDerivedUnion implies isDerived"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="getOpposite" ordered="false" lowerBound="1" eType="#//Property">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="If this property is owned by a class, associated with a binary association, and the other end of the association is also owned by a class, then opposite gives the other end.&#xD;&#xA;result = if owningAssociation->notEmpty() and association.memberEnd->size() = 2 then &#xA;&#x9;&#x9;let otherEnd = (association.memberEnd - self)->any() in &#xA;&#x9;&#x9;&#x9;if otherEnd.owningAssociation->notEmpty then otherEnd else Set{} endif&#xA;&#x9;else Set {}&#xA;&#x9;endif"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="subsettingContext" ordered="false" upperBound="-1" eType="#//Classifier">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query subsettingContext() gives the context for subsetting a property. It consists, in the case of an attribute, of the corresponding classifier, and in the case of an association end, all of the classifiers at the other ends.&#xD;&#xA;result = if association->notEmpty()&#xA;then association.endType-type &#xA;else if classifier->notEmpty then Set{classifier} else Set{} endif&#xA;endif"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="isNavigable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isNavigable indicates whether it is possible to navigate across the property.&#xD;&#xA;result = not classifier->isEmpty() or&#xA;association.owningAssociation.navigableOwnedEnd->includes(self)"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerivedUnion" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
+ defaultValueLiteral="false">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it. The default value is false."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="owningAssociation" ordered="false"
+ eType="#//Association" transient="true" eOpposite="#//Association/ownedEnd">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the owning association of this property, if any. Subsets Property::association, NamedElement::namespace, and Feature::featuringClassifier."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Property/association #//NamedElement/%duplicates%/namespace #//Feature/featuringClassifier"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="association" ordered="false"
+ eType="#//Association" eOpposite="#//Association/memberEnd">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the association of which this property is a member, if any."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedProperty" ordered="false"
+ upperBound="-1" eType="#//Property">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the properties that are redefined by this property. Subsets RedefinableElement::redefinedElement."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//RedefinableElement/redefinedElement"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" ordered="false"
+ upperBound="-1" eType="#//Property">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the properties of which this property is constrained to be a subset."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="datatype" ordered="false"
+ eType="#//DataType" transient="true" eOpposite="#//DataType/ownedAttribute">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The DataType that owns this Operation. Subsets NamedElement::namespace, Feature::featuringClassifier, and RedefinableElement::redefinitionContext."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//NamedElement/%duplicates%/namespace #//Feature/featuringClassifier"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
+ defaultValueLiteral="false">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="This redefines the corresponding attribute in Basic::Property and Abstractions::StructuralFeature. The default value is false.&#xD;&#xA;If isReadOnly is true, the attribute may not be written to after initialization. The default value is false."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies a String that represents a value to be used when no argument is supplied for the Property.&#xD;&#xA;A string that is evaluated to give a default value for the attribute when an object of the owning class is instantiated."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
+ defaultValueLiteral="false">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute. The default value is false."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
+ defaultValueLiteral="false">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="If isDerived is true, the value of the attribute is derived from information elsewhere. The default value is false."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" ordered="false"
+ eType="#//Property" volatile="true" transient="true" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="In the case where the property is one navigable end of a binary association with both ends navigable, this gives the other end.&#xD;&#xA;Two attributes attr1 and attr2 of two objects o1 and o2 (which may be the same object) may be paired with each other so that o1.attr1 refers to o2 if and only if o2.attr2 refers to o1. In such a case attr1 is the opposite of attr2 and attr2 is the opposite of attr1."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isID" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false"
+ eType="#//Class" transient="true" eOpposite="#//Class/ownedAttribute">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The class that owns the property, and of which the property is an attribute."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//NamedElement/%duplicates%/namespace #//Feature/featuringClassifier"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Feature #//MultiplicityElement #//TypedElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A structural feature is a typed feature of a classifier that specifies the structure of instances of the classifier. Structural feature is an abstract metaclass."/>
+ </eAnnotations>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//RedefinableElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A feature declares a behavioral or structural characteristic of instances of classifiers. Feature is an abstract metaclass."/>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="featuringClassifier" ordered="false"
+ upperBound="-1" eType="#//Classifier" changeable="false" volatile="true" transient="true"
+ derived="true" eOpposite="#//Classifier/feature">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Redefines the corresponding association in Abstractions. This is a derived union."/>
+ </eAnnotations>
+ <eAnnotations source="union"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" abstract="true"
+ eSuperTypes="#//NamedElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A redefinable element is an element that, when defined in the context of a classifier, can be redefined more specifically or differently in the context of another classifier that specializes (directly or indirectly) the context classifier. "/>
+ </eAnnotations>
+ <eOperations name="redefinition_context_valid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="At least one of the redefinition contexts of the redefining element must be a specialization of at least one of the redefinition contexts for each redefined element.&#xD;&#xA;self.redefinedElement->forAll(e | self.isRedefinitionContextValid(e))"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="redefinition_consistent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A redefining element must be consistent with each redefined element.&#xD;&#xA;self.redefinedElement->forAll(re | re.isConsistentWith(self))"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="isConsistentWith" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isConsistentWith() specifies, for any two RedefinableElements in a context in which redefinition is possible, whether redefinition would be logically consistent. By default, this is false; this operation must be overridden for subclasses of RedefinableElement to define the consistency conditions.&#xD;&#xA;result = false"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eParameters name="redefinee" ordered="false" lowerBound="1" eType="#//RedefinableElement"/>
+ </eOperations>
+ <eOperations name="isRedefinitionContextValid" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isRedefinitionContextValid() specifies whether the redefinition contexts of this RedefinableElement are properly related to the redefinition contexts of the specified RedefinableElement to allow this element to redefine the other. By default at least one of the redefinition contexts of this element must be a specialization of at least one of the redefinition contexts of the specified element.&#xD;&#xA;result = self.redefinitionContext->exists(c | redefinable.redefinitionContext->exists(r | c.allParents()->includes(r)))"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eParameters name="redefinable" ordered="false" lowerBound="1" eType="#//RedefinableElement"/>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="redefinitionContext" ordered="false"
+ upperBound="-1" eType="#//Classifier" changeable="false" volatile="true" transient="true"
+ derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the contexts that this element may be redefined from. This is a derived union."/>
+ </eAnnotations>
+ <eAnnotations source="union"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedElement" ordered="false"
+ upperBound="-1" eType="#//RedefinableElement" changeable="false" volatile="true"
+ transient="true" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The redefinable element that is being redefined by this element. This is a derived union."/>
+ </eAnnotations>
+ <eAnnotations source="union"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A typed element is an element that has a type that serves as a constraint on the range of values the element can represent. Typed element is an abstract metaclass.&#xD;&#xA;A typed element is a kind of named element that represents elements with types."/>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Type">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Redefines the corresponding property from Basic to derive this information from the return result for this Operation.&#xD;&#xA;The type of the TypedElement."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//PackageableElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A type serves as a constraint on the range of values represented by a typed element. Type is an abstract metaclass.&#xD;&#xA;A type is a named element that is used as the type for a typed element. A type can be contained in a package."/>
+ </eAnnotations>
+ <eOperations name="conformsTo" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query conformsTo() gives true for a type that conforms to another. By default, two types do not conform to each other. This query is intended to be redefined for specific conformance situations.&#xD;&#xA;result = false"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eParameters name="other" ordered="false" lowerBound="1" eType="#//Type"/>
+ </eOperations>
+ <eOperations name="isInstance" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eParameters name="object" ordered="false" lowerBound="1" eType="#//Object"/>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
+ eType="#//Package" volatile="true" transient="true" derived="true" eOpposite="#//Package/ownedType">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the owning package of a package. Subsets NamedElement::namespace and redefines Basic::Package::nestingPackage.&#xD;&#xA;Specifies the owning package of this classifier, if any."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//NamedElement/%duplicates%/namespace"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" abstract="true"
+ eSuperTypes="#//NamedElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A packageable element indicates a named element that may be owned directly by a package."/>
+ </eAnnotations>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A package is a namespace for its members, and may contain other packages. Only packageable elements can be owned members of a package. By virtue of being a namespace, a package can import either individual members of other packages, or all the members of other packages. In addition a package can be merged with other packages.&#xD;&#xA;A package is a container for types and other packages."/>
+ </eAnnotations>
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EOperation" name="mustBeOwned" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query mustBeOwned() indicates whether elements of this type must have an owner.&#xD;&#xA;result = false"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//Element/mustBeOwned"/>
+ </contents>
+ </eAnnotations>
+ <eOperations name="elements_public_or_private" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="If an element that is owned by a package has visibility, it is public or private.&#xD;&#xA;self.ownedElements->forAll(e | e.visibility->notEmpty() implies e.visbility = #public or e.visibility = #private)"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="visibleMembers" ordered="false" upperBound="-1" eType="#//PackageableElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query visibleMembers() defines which members of a Package can be accessed outside it.&#xD;&#xA;result = member->select( m | self.makesVisible(m))"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="makesVisible" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query makesVisible() defines whether a Package makes an element visible outside itself. Elements with no visibility and elements with public visibility are made visible.&#xD;&#xA;self.member->includes(el)&#xD;&#xA;result = (ownedMember->includes(el)) or&#xA; (elementImport->&#xA; select(ei|ei.visibility = #public)->&#xA; collect(ei|ei.importedElement)->includes(el)) or&#xA; (packageImport->&#xA; select(pi|pi.visibility = #public)->&#xA; collect(pi|&#xA; pi.importedPackage.member->includes(el))->notEmpty())"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eParameters name="el" ordered="false" lowerBound="1" eType="#//NamedElement"/>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMember" ordered="false"
+ upperBound="-1" eType="#//PackageableElement" containment="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the members that are owned by this Package. Redefines Namespace::ownedMember."/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//Namespace/%duplicates%/ownedMember"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="packageMerge" ordered="false"
+ upperBound="-1" eType="#//PackageMerge" containment="true" eOpposite="#//PackageMerge/receivingPackage">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the PackageMerges that are owned by this Package. Subsets Element::ownedElement."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" ordered="false"
+ upperBound="-1" eType="#//Package" volatile="true" transient="true" derived="true"
+ resolveProxies="false" eOpposite="#//Package/nestingPackage">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the owned members that are Packages. Subsets Package::ownedMember and redefines Basic::Package::nestedPackage.&#xD;&#xA;The set of contained packages."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Package/ownedMember"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="nestingPackage" ordered="false"
+ eType="#//Package" volatile="true" transient="true" derived="true" eOpposite="#//Package/nestedPackage">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the owning package of a package. Subsets NamedElement::namespace and redefines Basic::Package::nestingPackage.&#xD;&#xA;The containing package."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//NamedElement/%duplicates%/namespace"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="uRI" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
+ <details key="name" value="uri"/>
+ <details key="kind" value="attribute"/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" ordered="false"
+ upperBound="-1" eType="#//Type" volatile="true" transient="true" derived="true"
+ resolveProxies="false" eOpposite="#//Type/package">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the owned members that are Types. Subsets Package::ownedMember and redefines Basic::Package::ownedType.&#xD;&#xA;The set of contained types."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Package/ownedMember"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="PackageMerge" eSuperTypes="#//DirectedRelationship">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A package merge is a directed relationship between two packages, that indicates that the contents of the two packages are to be combined. It is very similar to Generalization in the sense that the source element conceptually adds the characteristics of the target element to its own characteristics resulting in an element that combines the characteristics of both.&#xA;&#xA;&#xA;&#xA;This mechanism should be used when elements defined in different packages have the same name and are intended to represent the same concept. Most often it is used to provide different definitions of a given concept for different purposes, starting from a common base definition. A given base concept is extended in increments, with each increment defined in a separate merged package. By selecting which increments to merge, it is possible to obtain a custom definition of a concept for a specific end. Package merge is particularly useful in meta-modeling and is extensively used in the definition of the UML metamodel.&#xA;&#xA;&#xA;&#xA;Conceptually, a package merge can be viewed as an operation that takes the contents of two packages and produces a new package that combines the contents of the packages involved in the merge. In terms of model semantics, there is no difference between a model with explicit package merges, and a model in which all the merges have been performed."/>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="mergedPackage" ordered="false"
+ lowerBound="1" eType="#//Package">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the Package that is to be merged with the receiving package of the Package-Merge. Subsets DirectedRelationship::target."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//DirectedRelationship/target"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="receivingPackage" ordered="false"
+ lowerBound="1" eType="#//Package" transient="true" eOpposite="#//Package/packageMerge">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the Package that is being extended with the contents of the merged package of the PackageMerge. Subsets Element::owner and DirectedRelationship::source."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//DirectedRelationship/source #//Element/owner"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="DirectedRelationship" abstract="true"
+ eSuperTypes="#//Relationship">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A directed relationship references one or more source elements and one or more target elements. DirectedRelationship is an abstract metaclass."/>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
+ lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true"
+ transient="true" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the sources of the DirectedRelationship. Subsets Relationship::relatedElement. This is a derived union."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Relationship/relatedElement"/>
+ <eAnnotations source="union"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false"
+ lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true"
+ transient="true" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the targets of the DirectedRelationship. Subsets Relationship::relatedElement. This is a derived union."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Relationship/relatedElement"/>
+ <eAnnotations source="union"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true" eSuperTypes="#//Element">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A relationship references one or more related elements. Relationship is an abstract metaclass."/>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="relatedElement" ordered="false"
+ lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true"
+ transient="true" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the elements related by the Relationship. This is a derived union."/>
+ </eAnnotations>
+ <eAnnotations source="union"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EDataType" name="Object" instanceClassName="java.lang.Object"/>
+ <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" abstract="true"
+ eSuperTypes="#//Element">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A MultiplicityElement is an abstract metaclass which includes optional attributes for defining the bounds of a multiplicity. A MultiplicityElement also includes specifications of whether the values in an instantiation of this element must be unique or ordered."/>
+ </eAnnotations>
+ <eOperations name="upper_gt_0" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A multiplicity must define at least one valid cardinality that is greater than zero.&#xD;&#xA;upperBound()->notEmpty() implies upperBound() > 0"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="lower_ge_0" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The lower bound must be a non-negative integer literal.&#xD;&#xA;lowerBound()->notEmpty() implies lowerBound() >= 0"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="upper_ge_lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The upper bound must be greater than or equal to the lower bound.&#xD;&#xA;(upperBound()->notEmpty() and lowerBound()->notEmpty()) implies upperBound() >= lowerBound()"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="lowerBound" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query lowerBound() returns the lower bound of the multiplicity as an integer.&#xD;&#xA;result = if lower->notEmpty() then lower else 1 endif"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="upperBound" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query upperBound() returns the upper bound of the multiplicity for a bounded multiplicity as an unlimited natural.&#xD;&#xA;result = if upper->notEmpty() then upper else 1 endif"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="isMultivalued" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isMultivalued() checks whether this multiplicity has an upper bound greater than one.&#xD;&#xA;upperBound()->notEmpty()&#xD;&#xA;result = upperBound() > 1"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="includesCardinality" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query includesCardinality() checks whether the specified cardinality is valid for this multiplicity.&#xD;&#xA;upperBound()->notEmpty() and lowerBound()->notEmpty()&#xD;&#xA;result = (lowerBound() &lt;= C) and (upperBound() >= C)"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eParameters name="C" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
+ </eOperations>
+ <eOperations name="includesMultiplicity" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query includesMultiplicity() checks whether this multiplicity includes all the cardinalities allowed by the specified multiplicity.&#xD;&#xA;self.upperBound()->notEmpty() and self.lowerBound()->notEmpty() and M.upperBound()->notEmpty() and M.lowerBound()->notEmpty()&#xD;&#xA;result = (self.lowerBound() &lt;= M.lowerBound()) and (self.upperBound() >= M.upperBound())"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eParameters name="M" ordered="false" lowerBound="1" eType="#//MultiplicityElement"/>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
+ defaultValueLiteral="false">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered. Default is false."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
+ defaultValueLiteral="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique. Default is true."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" ordered="false"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the lower bound of the multiplicity interval. Default is one."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" ordered="false"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the upper bound of the multiplicity interval. Default is one."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Relationship">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="An association specifies a semantic relationship that can occur between typed instances. It has at least two ends represented by properties, each of which is connected to the type of the end. More than one end of an association may have the same type.&#xA;&#xA;&#xA;&#xA;An end property of an association that is owned by an end class or that is a navigable owned end of the association indicates that the association is navigable from the opposite ends, otherwise the association is not navigable from the opposite ends."/>
+ </eAnnotations>
+ <eOperations name="association_ends" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Association ends of associations with more than two ends must be owned by the association.&#xD;&#xA;if memberEnd->size() > 2 then ownedEnd->includesAll(memberEnd)"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
+ defaultValueLiteral="false">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies whether the association is derived from other model elements such as other associations or constraints. The default value is false."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="endType" ordered="false"
+ lowerBound="1" upperBound="-1" eType="#//Type" changeable="false" volatile="true"
+ transient="true" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the classifiers that are used as types of the ends of the association."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Relationship/relatedElement"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="memberEnd" lowerBound="2"
+ upperBound="-1" eType="#//Property" eOpposite="#//Property/association">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Each end represents participation of instances of the classifier connected to the end in links of the association. This is an ordered association."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Namespace/member"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="navigableOwnedEnd" ordered="false"
+ upperBound="-1" eType="#//Property" resolveProxies="false">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The navigable ends that are owned by the association itself."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Association/ownedEnd"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEnd" upperBound="-1"
+ eType="#//Property" containment="true" eOpposite="#//Property/owningAssociation">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The ends that are owned by the association itself. This is an ordered association."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Association/memberEnd #//Classifier/feature #//Namespace/%duplicates%/ownedMember"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A data type is a type whose instances are identified only by their value. A DataType may contain attributes to support the modeling of structured data types.&#xA;&#xA;&#xA;&#xA;A typical use of data types would be to represent programming language primitive types or CORBA basic types. For example, integer and string types are often treated as data types.&#xD;&#xA;DataType is an abstract class that acts as a common superclass for different kinds of data types."/>
+ </eAnnotations>
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EOperation" name="inherit" ordered="false" upperBound="-1"
+ eType="#//NamedElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The inherit operation is overridden to exclude redefined properties.&#xD;&#xA;result = inhs->excluding(inh | ownedMember->select(oclIsKindOf(RedefinableElement))->select(redefinedElement->includes(inh)))"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//Classifier/inherit"/>
+ <eParameters name="inhs" ordered="false" upperBound="-1" eType="#//NamedElement"/>
+ </contents>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1"
+ eType="#//Operation" containment="true" eOpposite="#//Operation/datatype">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The Operations owned by the DataType. Subsets Classifier::feature and Element::ownedMember."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Classifier/feature #//Namespace/%duplicates%/ownedMember"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1"
+ eType="#//Property" containment="true" eOpposite="#//Property/datatype">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The Attributes owned by the DataType. Subsets Classifier::attribute and Element::ownedMember."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Classifier/attribute #//Namespace/%duplicates%/ownedMember"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//MultiplicityElement #//TypedElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="An operation is owned by a class and may be invoked in the context of objects that are instances of that class. It is a typed element and a multiplicity element."/>
+ </eAnnotations>
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EOperation" name="lowerBound" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="If this operation has a return parameter, lower equals the value of lower for that parameter. Otherwise lower is not defined.&#xD;&#xA;result = if returnResult->size() = 1 then returnResult->any().lower else Set{} endif"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//MultiplicityElement/lowerBound"/>
+ </contents>
+ <contents xsi:type="ecore:EOperation" name="upperBound" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="If this operation has a return parameter, upper equals the value of upper for that parameter. Otherwise upper is not defined.&#xD;&#xA;result = if returnResult->size() = 1 then returnResult->any().upper else Set{} endif"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//MultiplicityElement/upperBound"/>
+ </contents>
+ <contents xsi:type="ecore:EOperation" name="isConsistentWith" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isConsistentWith() specifies, for any two Operations in a context in which redefinition is possible, whether redefinition would be consistent in the sense of maintaining type covariance. Other senses of consistency may be required, for example to determine consistency in the sense of contravariance. Users may define alternative queries under names different from 'isConsistentWith()', as for example, users may define a query named 'isContravariantWith()'.&#xD;&#xA;redefinee.isRedefinitionContextValid(self)&#xD;&#xA;result = (redefinee.oclIsKindOf(Operation) and&#xA; let op: Operation = redefinee.oclAsType(Operation) in&#xA; self.formalParameter.size() = op.formalParameter.size() and&#xA; self.returnResult.size() = op.returnResult.size() and&#xA; forAll(i | op.formalParameter[i].type.conformsTo(self.formalParameter[i].type)) and&#xA; forAll(i | op.returnResult[i].type.conformsTo(self.returnResult[i].type))&#xA;)"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//RedefinableElement/isConsistentWith"/>
+ <eParameters name="redefinee" ordered="false" lowerBound="1" eType="#//RedefinableElement"/>
+ </contents>
+ <contents xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1"
+ eType="#//Parameter" containment="true" eOpposite="#//Parameter/operation">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the ordered set of formal parameters of this BehavioralFeature. Subsets Namespace::ownedMember.&#xD;&#xA;The parameters to the operation."/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//BehavioralFeature/ownedParameter"/>
+ </contents>
+ <contents xsi:type="ecore:EAttribute" name="isOrdered" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
+ volatile="true" transient="true" defaultValueLiteral="false" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Redefines the corresponding property from Basic to derive this information from the return result for this Operation."/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//MultiplicityElement/isOrdered"/>
+ </contents>
+ <contents xsi:type="ecore:EAttribute" name="isUnique" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
+ volatile="true" transient="true" defaultValueLiteral="true" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Redefines the corresponding property from Basic to derive this information from the return result for this Operation."/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//MultiplicityElement/isUnique"/>
+ </contents>
+ <contents xsi:type="ecore:EAttribute" name="lower" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
+ volatile="true" transient="true" defaultValueLiteral="1" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Redefines the corresponding property from Basic to derive this information from the return result for this Operation."/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//MultiplicityElement/lower"/>
+ </contents>
+ <contents xsi:type="ecore:EAttribute" name="upper" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
+ volatile="true" transient="true" defaultValueLiteral="1" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Redefines the corresponding property from Basic to derive this information from the return result for this Operation."/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//MultiplicityElement/upper"/>
+ </contents>
+ <contents xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Type"
+ volatile="true" transient="true" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Redefines the corresponding property from Basic to derive this information from the return result for this Operation."/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//TypedElement/type"/>
+ </contents>
+ <contents xsi:type="ecore:EReference" name="raisedException" ordered="false"
+ upperBound="-1" eType="#//Type">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the Types representing exceptions that may be raised during an invocation of this operation. Redefines Basic::Operation.raisedException and BehavioralFeature.raisedException.&#xD;&#xA;The exceptions that are declared as possible during an invocation of the operation."/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//BehavioralFeature/raisedException"/>
+ </contents>
+ </eAnnotations>
+ <eOperations name="only_body_for_query" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A bodyCondition can only be specified for a query operation.&#xD;&#xA;bodyCondition->notEmpty() implies isQuery"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="at_most_one_return" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="An operation can have at most one return parameter; i.e., an owned parameter with the direction set to 'return'&#xD;&#xA;self.ownedParameter->select(par | par.direction = #return)->size() &lt;= 1"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="isOrdered" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="If this operation has a return parameter, isOrdered equals the value of isOrdered for that parameter. Otherwise isOrdered is false.&#xD;&#xA;result = if returnResult->size() = 1 then returnResult->any().isOrdered else false endif"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="isUnique" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="If this operation has a return parameter, isUnique equals the value of isUnique for that parameter. Otherwise isUnique is true.&#xD;&#xA;result = if returnResult->size() = 1 then returnResult->any().isUnique else true endif"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="getType" ordered="false" lowerBound="1" eType="#//Type">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="If this operation has a return parameter, type equals the value of type for that parameter. Otherwise type is not defined.&#xD;&#xA;result = if returnResult->size() = 1 then returnResult->any().type else Set{} endif"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="returnResult" ordered="false" upperBound="-1" eType="#//Parameter">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="result = ownedParameter->select (par | par.direction = #return)"/>
+ </eAnnotations>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
+ defaultValueLiteral="false">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies whether an execution of the BehavioralFeature leaves the state of the system unchanged (isQuery=true) or whether side effects may occur (isQuery=false). The default value is false."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedOperation" ordered="false"
+ upperBound="-1" eType="#//Operation">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the Operations that are redefined by this Operation. Subsets RedefinableElement.redefinedElement."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//RedefinableElement/redefinedElement"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="precondition" ordered="false"
+ upperBound="-1" eType="#//Constraint" resolveProxies="false">
+ <eAnnotations source="subsets" references="#//Namespace/ownedRule"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="postcondition" ordered="false"
+ upperBound="-1" eType="#//Constraint" resolveProxies="false">
+ <eAnnotations source="subsets" references="#//Namespace/ownedRule"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="bodyCondition" ordered="false"
+ upperBound="-1" eType="#//Constraint" resolveProxies="false">
+ <eAnnotations source="subsets" references="#//Namespace/ownedRule"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false"
+ eType="#//Class" transient="true" eOpposite="#//Class/ownedOperation">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The class that owns the operation. Subsets RedefinableElement::redefinitionContext and NamedElement::namespace and Feature::featuringClassifier.&#xD;&#xA;The class that owns the operation."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//RedefinableElement/redefinitionContext #//NamedElement/%duplicates%/namespace #//Feature/featuringClassifier"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="datatype" ordered="false"
+ eType="#//DataType" transient="true" eOpposite="#//DataType/ownedOperation">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The DataType that owns this Operation. Subsets NamedElement::namespace, Feature::featuringClassifier, and RedefinableElement::redefinitionContext."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//RedefinableElement/redefinitionContext #//NamedElement/%duplicates%/namespace #//Feature/featuringClassifier"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Namespace #//Feature">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A behavioral feature is a feature of a classifier that specifies an aspect of the behavior of its instances. BehavioralFeature is an abstract metaclass specializing Feature and Namespace. Kinds of behavioral aspects are modeled by subclasses of BehavioralFeature."/>
+ </eAnnotations>
+ <eAnnotations source="duplicates">
+ <contents xsi:type="ecore:EOperation" name="isDistinguishableFrom" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isDistinguishableFrom() determines whether two BehavioralFeatures may coexist in the same Namespace. It specifies that they have to have different signatures.&#xD;&#xA;result = if n.oclIsKindOf(BehavioralFeature)&#xA;then&#xA; if ns.getNamesOfMember(self)->intersection(ns.getNamesOfMember(n))->notEmpty()&#xA; then Set{}->include(self)->include(n)->isUnique( bf | bf.parameter->collect(type))&#xA; else true&#xA; endif&#xA;else true&#xA;endif"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ <eAnnotations source="redefines" references="#//NamedElement/isDistinguishableFrom"/>
+ <eParameters name="n" ordered="false" lowerBound="1" eType="#//NamedElement"/>
+ <eParameters name="ns" ordered="false" lowerBound="1" eType="#//Namespace"/>
+ </contents>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1"
+ eType="#//Parameter" containment="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the ordered set of formal parameters of this BehavioralFeature."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Namespace/%duplicates%/ownedMember"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="raisedException" ordered="false"
+ upperBound="-1" eType="#//Type">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the Types representing exceptions that may be raised during an invocation of this feature."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//MultiplicityElement #//TypedElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A parameter is a kind of typed element in order to allow the specification of an optional multiplicity on parameters. In addition, it supports the specification of an optional default value.&#xD;&#xA;A parameter is a typed element that represents a parameter of an operation."/>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies a String that represents a value to be used when no argument is supplied for the Parameter."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false"
+ lowerBound="1" eType="#//ParameterDirectionKind" defaultValueLiteral="in">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Indicates whether a parameter is being sent into or out of a behavioral element. The default value is in."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
+ eType="#//Operation" changeable="false" volatile="true" transient="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="References the Operation for which this is a formal parameter. Subsets NamedElement::namespace and redefines Basic::Parameter::operation.&#xD;&#xA;The operation that owns the parameter."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//NamedElement/%duplicates%/namespace"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EEnum" name="ParameterDirectionKind">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="ParameterDirectionKind is an enumeration of the following literal values:&#xA;&#xA; - in Indicates that parameter values are passed into the behavioral element by the caller.&#xA;&#xA; - inout Indicates that parameter values are passed into a behavioral element by the caller and then back out to the caller from the behavioral element.&#xA;&#xA; - out Indicates that parameter values are passed from a behavioral element out to the caller.&#xA;&#xA; - return Indicates that parameter values are passed as return values from a behavioral element back to the caller.&#xA;&#xA;"/>
+ </eAnnotations>
+ <eLiterals name="in">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Indicates that parameter values are passed into the behavioral element by the caller."/>
+ </eAnnotations>
+ </eLiterals>
+ <eLiterals name="inout" value="1">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Indicates that parameter values are passed into a behavioral element by the caller and then back out to the caller from the behavioral element."/>
+ </eAnnotations>
+ </eLiterals>
+ <eLiterals name="out" value="2">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Indicates that parameter values are passed from a behavioral element out to the caller."/>
+ </eAnnotations>
+ </eLiterals>
+ <eLiterals name="return" value="3">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Indicates that parameter values are passed as return values from a behavioral element back to the caller."/>
+ </eAnnotations>
+ </eLiterals>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Constraint contains a ValueSpecification that specifies additional semantics for one or more elements. Certain kinds of constraints (such as an association &quot;xor&quot; constraint) are predefined in UML, others may be user-defined. A user-defined Constraint is described using a specified language, whose syntax and interpretation is a tool responsibility. One predefined language for writing constraints is OCL. In some situations, a programming language such as Java may be appropriate for expressing a constraint. In other situations natural language may be used.&#xA;&#xA;&#xA;&#xA;Constraint is a condition (a Boolean expression) that restricts the extension of the associated element beyond what is imposed by the other language constructs applied to the element. Constraint contains an optional name, although they are commonly unnamed."/>
+ </eAnnotations>
+ <eOperations name="not_apply_to_self" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A constraint cannot be applied to itself.&#xD;&#xA;not constrainedElement->includes(self)"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="value_specification_boolean" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The value specification for a constraint must evaluate to a boolean value.&#xD;&#xA;self.specification().booleanValue().isOclKindOf(Boolean)"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false"
+ eType="#//Namespace" changeable="false" volatile="true" transient="true" derived="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the Namespace that is the context for evaluating this constraint. This is a derived union."/>
+ </eAnnotations>
+ <eAnnotations source="union"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedElement" upperBound="-1"
+ eType="#//Element">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The ordered set of Elements referenced by this Constraint."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="specification" ordered="false"
+ lowerBound="1" eType="#//ValueSpecification" containment="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A condition that must be true when evaluated in order for the constraint to be satisfied. Subsets Element::ownedElement.&#xA;&#xA;"/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" ordered="false"
+ eType="#//Namespace" transient="true" eOpposite="#//Namespace/ownedRule">
+ <eAnnotations source="subsets" references="#//Constraint/context"/>
+ <eAnnotations source="redefines" references="#//NamedElement/%duplicates%/namespace"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" abstract="true"
+ eSuperTypes="#//TypedElement #//PackageableElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="ValueSpecification is an abstract metaclass used to identify a value or values in a model. It may reference an instance or it may be an expression denoting an instance or instances when evaluated. It adds a specialization to Constructs::TypedElement."/>
+ </eAnnotations>
+ <eOperations name="isComputable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="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.&#xD;&#xA;result = false"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="integerValue" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query integerValue() gives a single Integer value when one can be computed.&#xD;&#xA;result = Set{}"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="booleanValue" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query booleanValue() gives a single Boolean value when one can be computed.&#xD;&#xA;result = Set{}"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="stringValue" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query stringValue() gives a single String value when one can be computed.&#xD;&#xA;result = Set{}"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="unlimitedValue" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query unlimitedValue() gives a single UnlimitedNatural value when one can be computed.&#xD;&#xA;result = Set{}"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eOperations name="isNull" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query isNull() returns true when it can be computed that the value is null.&#xD;&#xA;result = false"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Argument">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
+ lowerBound="1" eType="#//Object"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EDataType" name="ReflectiveCollection" instanceClassName="java.util.Collection"/>
+ <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="VisibilityKind is an enumeration of the following literal values:&#xA;&#xA; - public&#xA;&#xA; - private&#xA;&#xA; - protected&#xA;&#xA; - package"/>
+ </eAnnotations>
+ <eLiterals name="public">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A public element is visible to all elements that can access the contents of the namespace that owns it."/>
+ </eAnnotations>
+ </eLiterals>
+ <eLiterals name="private" value="1">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A private element is only visible inside the namespace that owns it."/>
+ </eAnnotations>
+ </eLiterals>
+ <eLiterals name="protected" value="2">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A protected element is visible to elements that have a generalization relationship to the namespace that owns it."/>
+ </eAnnotations>
+ </eLiterals>
+ <eLiterals name="package" value="3">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A package element is owned by a namespace that is not a package, and is visible to elements that are in the same package as its owning namespace. Only named elements that are not owned by packages can be marked as having package visibility. Any element marked as having package visibility is visible to all elements within the nearest enclosing package (given that other owning elements have proper visibility). Outside the nearest enclosing package, an element marked as having package visibility is not visible."/>
+ </eAnnotations>
+ </eLiterals>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="ElementImport" eSuperTypes="#//DirectedRelationship">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="An element import is defined as a directed relationship between an importing namespace and a packageable element. The name of the packageable element or its alias is to be added to the namespace of the importing namespace. It is also possible to control whether the imported element can be further imported."/>
+ </eAnnotations>
+ <eOperations name="visibility_public_or_private" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The visibility of an ElementImport is either public or private.&#xD;&#xA;self.visibility = #public or self.visibility = #private"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="imported_element_is_public" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="An importedElement has either public visibility or no visibility at all.&#xD;&#xA;self.importedElement.visibility.notEmpty() implies self.importedElement.visibility = #public"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eOperations name="getName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The query getName() returns the name under which the imported PackageableElement will be known in the importing namespace.&#xD;&#xA;result = if self.alias->notEmpty() then &#xA; self.alias&#xA;else&#xA; self.importedElement.name&#xA;endif"/>
+ </eAnnotations>
+ <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
+ <details key="constraints" value="spec"/>
+ </eAnnotations>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false"
+ lowerBound="1" eType="#//VisibilityKind">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the visibility of the imported PackageableElement within the importing Package. The default visibility is the same as that of the imported element. If the imported element does not have a visibility, it is possible to add visibility to the element import."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" ordered="false"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the name that should be added to the namespace of the importing Package in lieu of the name of the imported PackagableElement. The aliased name must not clash with any other member name in the importing Package. By default, no alias is used."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" ordered="false"
+ lowerBound="1" eType="#//PackageableElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the PackageableElement whose name is to be added to a Namespace. Subsets DirectedRelationship::target."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//DirectedRelationship/target"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" ordered="false"
+ lowerBound="1" eType="#//Namespace" transient="true" eOpposite="#//Namespace/elementImport">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the Namespace that imports a PackageableElement from another Package. Subsets DirectedRelationship::source and Element::owner."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//DirectedRelationship/source #//Element/owner"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="#//DirectedRelationship">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="A package import is defined as a directed relationship that identifies a package whose members are to be imported by a namespace."/>
+ </eAnnotations>
+ <eOperations name="public_or_private" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The visibility of a PackageImport is either public or private.&#xD;&#xA;self.visibility = #public or self.visibility = #private"/>
+ </eAnnotations>
+ <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
+ <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false"
+ lowerBound="1" eType="#//VisibilityKind">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the visibility of the imported PackageableElements within the importing Namespace, i.e., whether imported elements will in turn be visible to other packages that use that importingPackage as an importedPackage. If the PackageImport is public, the imported elements will be visible outside the package, while if it is private they will not. By default, the value of visibility is public."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="importedPackage" ordered="false"
+ lowerBound="1" eType="#//Package">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the Package whose members are imported into a Namespace. Subsets DirectedRelationship::target."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//DirectedRelationship/target"/>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" ordered="false"
+ lowerBound="1" eType="#//Namespace" transient="true" eOpposite="#//Namespace/packageImport">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the Namespace that imports the members from a Package. Subsets DirectedRelationship::source and Element::owner."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//DirectedRelationship/source #//Element/owner"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="An opaque expression contains language-specific text strings used to describe a value or values, and an optional specification of the languages."/>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" lowerBound="1" upperBound="-1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The text of the expression, possibly in multiple languages."/>
+ </eAnnotations>
+ <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
+ <details key="kind" value="element"/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" upperBound="-1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies the languages in which the expression is stated. The interpretation of the expression body depends on the language. If languages are unspecified, it might be implicit from the expression body or the context. Languages are matched to body strings by order."/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//ValueSpecification">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="An expression is a structured tree of symbols that denotes a (possibly empty) set of values when evaluated in a context."/>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="operand" upperBound="-1"
+ eType="#//ValueSpecification" containment="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Specifies a sequence of operands."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Element/ownedElement"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Enumeration is a kind of data type, whose instances may be any of a number of predefined enumeration literals.&#xA;&#xA;It is possible to extend the set of applicable enumeration literals in other packages or profiles.&#xA;&#xA;&#xD;&#xA;An enumeration defines a set of literals that can be used as its values."/>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1"
+ eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumeration">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The ordered collection of literals for the enumeration. Subsets Element::ownedMember.&#xD;&#xA;The ordered set of literals for this Enumeration."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//Namespace/%duplicates%/ownedMember"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//NamedElement">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="An enumeration literal is a value of an enumeration."/>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" ordered="false"
+ eType="#//Enumeration" transient="true" eOpposite="#//Enumeration/ownedLiteral">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The enumeration that this literal belongs to. Subsets NamedElement::namespace.&#xD;&#xA;The Enumeration that this EnumerationLiteral is a member of."/>
+ </eAnnotations>
+ <eAnnotations source="subsets" references="#//NamedElement/%duplicates%/namespace"/>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="The PrimitiveTypes subpackage within the Core package defines the different types of primitive values that are used to define the Core metamodel. It is also intended that every metamodel based on Core will reuse the following primitive types.&#xA;&#xA;In Core and the UML metamodel, these primitive types are predefined and available to the Core and UML extensions at all time. These predefined value types are independent of any object model and part of the definition of the Core.&#xA;&#xA;&#xD;&#xA;A primitive type is a data type implemented by the underlying infrastructure and made available for modeling."/>
+ </eAnnotations>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EDataType" name="ReflectiveSequence" instanceClassName="java.util.List"/>
+ <eClassifiers xsi:type="ecore:EDataType" name="URIExtent" instanceClassName="org.eclipse.emf.ecore.resource.Resource">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="Objects may be identified by URIs which are provided by a URIExtent. Use a URIExtent to lookup an Object given a URI, or get the URI of an object in that extent.&#xA;&#xA;"/>
+ </eAnnotations>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Exception">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="objectInError" ordered="false"
+ lowerBound="1" eType="#//Element"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="elementInError" ordered="false"
+ lowerBound="1" eType="#//Element"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Factory" eSuperTypes="#//Element">
+ <eOperations name="createFromString" ordered="false" lowerBound="1" eType="#//Object">
+ <eParameters name="dataType" ordered="false" lowerBound="1" eType="#//DataType"/>
+ <eParameters name="string" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ </eOperations>
+ <eOperations name="convertToString" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eParameters name="dataType" ordered="false" lowerBound="1" eType="#//DataType"/>
+ <eParameters name="object" ordered="false" lowerBound="1" eType="#//Object"/>
+ </eOperations>
+ <eOperations name="create" ordered="false" lowerBound="1" eType="#//Element">
+ <eParameters name="metaClass" ordered="false" lowerBound="1" eType="#//Class"/>
+ </eOperations>
+ <eOperations name="createElement" ordered="false" lowerBound="1" eType="#//Element">
+ <eParameters name="aClass" ordered="false" lowerBound="1" eType="#//Class"/>
+ <eParameters name="arguments" ordered="false" lowerBound="1" eType="#//Argument"/>
+ </eOperations>
+ <eOperations name="createLink" ordered="false" lowerBound="1" eType="#//Link">
+ <eParameters name="association" ordered="false" lowerBound="1" eType="#//Association"/>
+ <eParameters name="firstElement" ordered="false" lowerBound="1" eType="#//Element"/>
+ <eParameters name="secondElement" ordered="false" lowerBound="1" eType="#//Element"/>
+ </eOperations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
+ lowerBound="1" eType="#//Package"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Link">
+ <eOperations name="equals" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
+ <eParameters name="otherLink" ordered="false" lowerBound="1" eType="#//Link"/>
+ </eOperations>
+ <eOperations name="delete" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="secondElement" ordered="false"
+ lowerBound="1" eType="#//Element"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="firstElement" ordered="false"
+ lowerBound="1" eType="#//Element"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="association" ordered="false"
+ lowerBound="1" eType="#//Association"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EDataType" name="Extent" instanceClassName="org.eclipse.emf.ecore.resource.Resource">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="An Extent refers to a set of Objects. An object may be in more than one extent. An Extent is not an Object, it is part of the MOF facility."/>
+ </eAnnotations>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="#//Element">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
+ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
+ upperBound="-1" eType="#//Element"/>
+ </eClassifiers>
+</ecore:EPackage>
diff --git a/plugins/org.eclipse.uml2.uml/model/CMOF20_2_UML.ecore2ecore b/plugins/org.eclipse.uml2.uml/model/CMOF20_2_UML.ecore2ecore
new file mode 100644
index 00000000..2c5f3ffe
--- /dev/null
+++ b/plugins/org.eclipse.uml2.uml/model/CMOF20_2_UML.ecore2ecore
@@ -0,0 +1,837 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ecore2ecore:Ecore2EcoreMappingRoot xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore2ecore="http://www.eclipse.org/emf/2004/Ecore2Ecore" topToBottom="true">
+ <nested>
+ <outputs href="UML.ecore#//Classifier/collaborationUse"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Classifier/generalization"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Classifier/powertypeExtent"/>
+ </nested>
+ <nested>
+ <inputs href="CMOF20.ecore#//Class/isAbstract"/>
+ <outputs href="UML.ecore#//Classifier/isAbstract"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Classifier/isFinalSpecialization"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Classifier/ownedUseCase"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Classifier/useCase"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Classifier/redefinedClassifier"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Classifier/representation"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Classifier/substitution"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//TemplateableElement/ownedTemplateSignature"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//TemplateableElement/templateBinding"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Namespace/ownedMember"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//NamedElement/clientDependency"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//NamedElement/nameExpression"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//NamedElement/namespace"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//NamedElement/qualifiedName"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Class/extension"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Class/isActive"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Class/nestedClassifier"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Class/ownedReception"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//EncapsulatedClassifier/ownedPort"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//BehavioredClassifier/classifierBehavior"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//BehavioredClassifier/interfaceRealization"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//BehavioredClassifier/ownedBehavior"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Property/interface"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Property/aggregation"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Property/associationEnd"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Property/qualifier"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Property/defaultValue"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ConnectableElement/end"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ParameterableElement/owningTemplateParameter"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ParameterableElement/templateParameter"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//DeploymentTarget/deployedElement"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//DeploymentTarget/deployment"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//StructuralFeature/isReadOnly"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Feature/isStatic"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//RedefinableElement/isLeaf"/>
+ </nested>
+ <nested>
+ <inputs href="CMOF20.ecore#//Package/uRI"/>
+ <outputs href="UML.ecore#//Package/URI"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Package/ownedStereotype"/>
+ </nested>
+ <nested>
+ <inputs href="CMOF20.ecore#//Package/ownedMember"/>
+ <outputs href="UML.ecore#//Package/packagedElement"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Package/profileApplication"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//MultiplicityElement/lowerValue"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//MultiplicityElement/upperValue"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//BehavioralFeature/concurrency"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//BehavioralFeature/isAbstract"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//BehavioralFeature/method"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//BehavioralFeature/ownedParameterSet"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Parameter/defaultValue"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Parameter/effect"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Parameter/isException"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Parameter/isStream"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Parameter/parameterSet"/>
+ </nested>
+ <nested>
+ <inputs href="CMOF20.ecore#//Constraint/namespace"/>
+ <outputs href="UML.ecore#//Constraint/context"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//OpaqueExpression/behavior"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//OpaqueExpression/result"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Expression/symbol"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//InstanceSpecification/classifier"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//InstanceSpecification/slot"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//InstanceSpecification/specification"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Slot"/>
+ </nested>
+ <nested>
+ <inputs href="CMOF20.ecore#//Object"/>
+ </nested>
+ <nested>
+ <inputs href="CMOF20.ecore#//Argument"/>
+ </nested>
+ <nested>
+ <inputs href="CMOF20.ecore#//ReflectiveCollection"/>
+ </nested>
+ <nested>
+ <inputs href="CMOF20.ecore#//ReflectiveSequence"/>
+ </nested>
+ <nested>
+ <inputs href="CMOF20.ecore#//URIExtent"/>
+ </nested>
+ <nested>
+ <inputs href="CMOF20.ecore#//Exception"/>
+ </nested>
+ <nested>
+ <inputs href="CMOF20.ecore#//Factory"/>
+ </nested>
+ <nested>
+ <inputs href="CMOF20.ecore#//Link"/>
+ </nested>
+ <nested>
+ <inputs href="CMOF20.ecore#//Extent"/>
+ </nested>
+ <nested>
+ <inputs href="CMOF20.ecore#//Tag"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Abstraction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Dependency"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Stereotype"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//StringExpression"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//TemplateSignature"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//TemplateParameter"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//TemplateBinding"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//TemplateParameterSubstitution"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ProfileApplication"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Profile"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Extension"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ConnectorEnd"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ConnectableElementTemplateParameter"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Deployment"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//DeploymentSpecification"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Artifact"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//DeployedArtifact"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Manifestation"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//CallConcurrencyKind"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Behavior"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ParameterEffectKind"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ParameterSet"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Interface"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Reception"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Signal"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ProtocolStateMachine"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//StateMachine"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Pseudostate"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Vertex"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Region"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//State"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ConnectionPointReference"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Trigger"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Event"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Port"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Transition"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//TransitionKind"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//PseudostateKind"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ProtocolConformance"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//OperationTemplateParameter"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ExtensionEnd"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Model"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Usage"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//CollaborationUse"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Collaboration"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Connector"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ConnectorKind"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Generalization"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//GeneralizationSet"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//RedefinableTemplateSignature"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//UseCase"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Extend"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ExtensionPoint"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Include"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Substitution"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Realization"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ClassifierTemplateParameter"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//InterfaceRealization"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Image"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//AcceptCallAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//AcceptEventAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Action"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ExecutableNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ActivityNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Activity"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ActivityEdge"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ActivityGroup"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ActivityPartition"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//StructuredActivityNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//InputPin"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Pin"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ObjectNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ObjectNodeOrderingKind"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//OutputPin"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Variable"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//InterruptibleActivityRegion"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ExceptionHandler"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ActionExecutionSpecification"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ExecutionSpecification"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//InteractionFragment"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Lifeline"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//PartDecomposition"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//InteractionUse"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Gate"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//MessageEnd"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Message"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Interaction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//MessageKind"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//MessageSort"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//InteractionOperand"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//InteractionConstraint"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//GeneralOrdering"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//OccurrenceSpecification"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ActionInputPin"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ActivityFinalNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//FinalNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ControlNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ActivityParameterNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Actor"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//AddStructuralFeatureValueAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//WriteStructuralFeatureAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//StructuralFeatureAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//AddVariableValueAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//WriteVariableAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//VariableAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//AnyReceiveEvent"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//MessageEvent"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//AssociationClass"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//BehaviorExecutionSpecification"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//BroadcastSignalAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//InvocationAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//CallAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//CallBehaviorAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//CallEvent"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//CallOperationAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//CentralBufferNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ChangeEvent"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Clause"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ClearAssociationAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ClearStructuralFeatureAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ClearVariableAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//CombinedFragment"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//InteractionOperatorKind"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//CommunicationPath"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Component"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ComponentRealization"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ConditionalNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ConsiderIgnoreFragment"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Continuation"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ControlFlow"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//CreateLinkAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//WriteLinkAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//LinkAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//LinkEndData"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//QualifierValue"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//LinkEndCreationData"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//CreateLinkObjectAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//CreateObjectAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//DataStoreNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//DecisionNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ObjectFlow"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//DestroyLinkAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//LinkEndDestructionData"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//DestroyObjectAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//DestructionOccurrenceSpecification"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//MessageOccurrenceSpecification"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Device"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Node"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Duration"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Observation"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//DurationConstraint"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//IntervalConstraint"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//Interval"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//DurationInterval"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//DurationObservation"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ExecutionEnvironment"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ExecutionOccurrenceSpecification"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ExpansionNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ExpansionRegion"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ExpansionKind"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//FinalState"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//FlowFinalNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ForkNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//FunctionBehavior"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//OpaqueBehavior"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//InformationFlow"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//InformationItem"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//InitialNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//InstanceValue"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//JoinNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//LiteralReal"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//LoopNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//MergeNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//OpaqueAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ProtocolTransition"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//RaiseExceptionAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ReadExtentAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ReadIsClassifiedObjectAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ReadLinkAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ReadLinkObjectEndAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ReadLinkObjectEndQualifierAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ReadSelfAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ReadStructuralFeatureAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ReadVariableAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ReclassifyObjectAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ReduceAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//RemoveStructuralFeatureValueAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//RemoveVariableValueAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ReplyAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//SendObjectAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//SendSignalAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//SequenceNode"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//SignalEvent"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//StartClassifierBehaviorAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//StartObjectBehaviorAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//StateInvariant"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//TestIdentityAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//TimeConstraint"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//TimeInterval"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//TimeExpression"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//TimeEvent"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//TimeObservation"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//UnmarshallAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ValuePin"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ValueSpecificationAction"/>
+ </nested>
+ <inputs href="CMOF20.ecore#/"/>
+ <outputs href="UML.ecore#/"/>
+</ecore2ecore:Ecore2EcoreMappingRoot>
diff --git a/plugins/org.eclipse.uml2.uml/model/CMOF20_2_UML.ecore2xml b/plugins/org.eclipse.uml2.uml/model/CMOF20_2_UML.ecore2xml
index 875412ac..a1b052f9 100644
--- a/plugins/org.eclipse.uml2.uml/model/CMOF20_2_UML.ecore2xml
+++ b/plugins/org.eclipse.uml2.uml/model/CMOF20_2_UML.ecore2xml
@@ -5,143 +5,171 @@
<value name="cmof" targetNamespace="http://schema.omg.org/spec/MOF/2.0/cmof.xml"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Package/packagedElement"/>
- <value name="ownedMember"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/collaborationUse"/>
+ <value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Namespace/ownedMember"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/generalization"/>
+ <value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Constraint/context"/>
- <value name="namespace"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/powertypeExtent"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
<key xsi:type="ecore:EAttribute" href="UML.ecore#//Classifier/isAbstract"/>
<value name="isAbstract"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//StructuredClassifier/ownedAttribute"/>
- <value name="ownedAttribute"/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//Classifier/isFinalSpecialization"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/generalization"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/ownedUseCase"/>
<value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Package/profileApplication"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/useCase"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//NamedElement/clientDependency"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/redefinedClassifier"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//NamedElement/nameExpression"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/representation"/>
+ <value xMLRepresentation="1"/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/substitution"/>
<value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Dependency"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//TemplateableElement/ownedTemplateSignature"/>
+ <value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/powertypeExtent"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//TemplateableElement/templateBinding"/>
+ <value xMLRepresentation="0"/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Namespace/ownedMember"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/redefinedClassifier"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//NamedElement/clientDependency"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/substitution"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//NamedElement/nameExpression"/>
<value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/representation"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//NamedElement/namespace"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/collaborationUse"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//NamedElement/qualifiedName"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/ownedUseCase"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Class/extension"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/useCase"/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//Class/isActive"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//RedefinableElement/isLeaf"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Class/nestedClassifier"/>
+ <value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TemplateBinding"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Class/ownedReception"/>
+ <value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TemplateSignature"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//EncapsulatedClassifier/ownedPort"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TemplateParameter"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioredClassifier/classifierBehavior"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TemplateParameterSubstitution"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioredClassifier/interfaceRealization"/>
+ <value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Generalization"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioredClassifier/ownedBehavior"/>
+ <value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//GeneralizationSet"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Property/interface"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//Feature/isStatic"/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//Property/aggregation"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Substitution"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Property/associationEnd"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Realization"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Property/qualifier"/>
+ <value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Abstraction"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Property/defaultValue"/>
+ <value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//OpaqueExpression/result"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//ConnectableElement/end"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//OpaqueExpression/behavior"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//ParameterableElement/owningTemplateParameter"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Parameter/defaultValue"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//ParameterableElement/templateParameter"/>
+ <value xMLRepresentation="1"/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//DeploymentTarget/deployedElement"/>
+ <value xMLRepresentation="1"/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//DeploymentTarget/deployment"/>
<value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//Parameter/isException"/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//StructuralFeature/isReadOnly"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//Parameter/isStream"/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//Feature/isStatic"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//Parameter/effect"/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//RedefinableElement/isLeaf"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//MultiplicityElement/upperValue"/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//Package/URI"/>
+ <value name="uri" xMLRepresentation="1"/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Package/ownedStereotype"/>
+ <value xMLRepresentation="1"/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Package/packagedElement"/>
+ <value name="ownedMember"/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Package/profileApplication"/>
<value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -149,223 +177,231 @@
<value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ConnectableElementTemplateParameter"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//MultiplicityElement/upperValue"/>
+ <value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ConnectorEnd"/>
- <value/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//BehavioralFeature/concurrency"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//Property/aggregation"/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//BehavioralFeature/isAbstract"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Property/defaultValue"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioralFeature/method"/>
+ <value xMLRepresentation="1"/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioralFeature/ownedParameterSet"/>
<value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Property/qualifier"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Parameter/defaultValue"/>
<value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Property/associationEnd"/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//Parameter/effect"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Deployment"/>
- <value/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//Parameter/isException"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//DeploymentSpecification"/>
- <value/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//Parameter/isStream"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Artifact"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Parameter/parameterSet"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Manifestation"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Constraint/context"/>
+ <value name="namespace"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Operation/interface"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//OpaqueExpression/behavior"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//BehavioralFeature/isAbstract"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//OpaqueExpression/result"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioralFeature/method"/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//Expression/symbol"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//BehavioralFeature/concurrency"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//InstanceSpecification/classifier"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioralFeature/ownedParameterSet"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//InstanceSpecification/slot"/>
<value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Class/nestedClassifier"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//InstanceSpecification/specification"/>
<value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//Class/isActive"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Slot"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Class/ownedReception"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Abstraction"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//TemplateableElement/templateBinding"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Dependency"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//TemplateableElement/ownedTemplateSignature"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Stereotype"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//ParameterableElement/owningTemplateParameter"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//StringExpression"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//ParameterableElement/templateParameter"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TemplateSignature"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//ConnectableElement/end"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TemplateParameter"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioredClassifier/ownedBehavior"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TemplateBinding"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioredClassifier/classifierBehavior"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TemplateParameterSubstitution"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioredClassifier/interfaceRealization"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ProfileApplication"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioredClassifier/ownedTrigger"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Profile"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InterfaceRealization"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Extension"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Interface"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ConnectorEnd"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Reception"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ConnectableElementTemplateParameter"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Signal"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Deployment"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ProtocolStateMachine"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//DeploymentSpecification"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//StateMachine"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Artifact"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Region"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//DeployedArtifact"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Transition"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Manifestation"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//TransitionKind"/>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//CallConcurrencyKind"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Trigger"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Behavior"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Port"/>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//ParameterEffectKind"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//State"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ParameterSet"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ConnectionPointReference"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Interface"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Pseudostate"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Reception"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//PseudostateKind"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Signal"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ProtocolConformance"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ProtocolStateMachine"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//EncapsulatedClassifier/ownedPort"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//StateMachine"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//StructuredClassifier/ownedConnector"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Pseudostate"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Connector"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Vertex"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//ConnectorKind"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Region"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Extension"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//State"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ExtensionEnd"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ConnectionPointReference"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Stereotype"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Trigger"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Image"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Event"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Profile"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Port"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//Model/viewpoint"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Transition"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ParameterSet"/>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//TransitionKind"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//CallConcurrencyKind"/>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//PseudostateKind"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ProtocolConformance"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -373,11 +409,15 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//AggregationKind"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ExtensionEnd"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//ParameterEffectKind"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Model"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Usage"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -389,19 +429,19 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//UseCase"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Connector"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Include"/>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//ConnectorKind"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Extend"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Generalization"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ExtensionPoint"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//GeneralizationSet"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -409,91 +449,91 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ClassifierTemplateParameter"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//UseCase"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//StringExpression"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Extend"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//Expression/symbol"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ExtensionPoint"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Usage"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Include"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ProfileApplication"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Substitution"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InstanceSpecification"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Realization"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Slot"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ClassifierTemplateParameter"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//LiteralInteger"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InterfaceRealization"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//LiteralString"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Image"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//LiteralBoolean"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//AcceptCallAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//LiteralNull"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//AcceptEventAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InstanceValue"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Action"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//LiteralUnlimitedNatural"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ExecutableNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//OpaqueBehavior"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ActivityNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//FunctionBehavior"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Activity"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//OpaqueAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ActivityEdge"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//StructuredActivityNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ActivityGroup"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Activity"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ActivityPartition"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Variable"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//StructuredActivityNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ActivityPartition"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InputPin"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InterruptibleActivityRegion"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Pin"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ExceptionHandler"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ObjectNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -505,55 +545,51 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Pin"/>
- <value/>
- </ecoreToXMLInfo>
- <ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InputPin"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Variable"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//SendSignalAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InterruptibleActivityRegion"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CallOperationAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ExceptionHandler"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CallBehaviorAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ActionExecutionSpecification"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//SequenceNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ExecutionSpecification"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ControlFlow"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InteractionFragment"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InitialNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Lifeline"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ActivityParameterNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//PartDecomposition"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ValuePin"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InteractionUse"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Message"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Gate"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//MessageKind"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//MessageEnd"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//MessageSort"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Message"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -561,19 +597,19 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Lifeline"/>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//MessageKind"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//PartDecomposition"/>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//MessageSort"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InteractionUse"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InteractionOperand"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Gate"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InteractionConstraint"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -585,123 +621,123 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InteractionOperand"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ActionInputPin"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InteractionConstraint"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ActivityFinalNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//StateInvariant"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//FinalNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ActionExecutionSpecification"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ControlNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//BehaviorExecutionSpecification"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ActivityParameterNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ExecutionEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Actor"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CreationEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//AddStructuralFeatureValueAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//DestructionEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//WriteStructuralFeatureAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//SendOperationEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//StructuralFeatureAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//SendSignalEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//AddVariableValueAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//MessageOccurrenceSpecification"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//WriteVariableAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ExecutionOccurrenceSpecification"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//VariableAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReceiveOperationEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//AnyReceiveEvent"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReceiveSignalEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//MessageEvent"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Actor"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//AssociationClass"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CallEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//BehaviorExecutionSpecification"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ChangeEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//BroadcastSignalAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//SignalEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InvocationAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//AnyReceiveEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CallAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ForkNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CallBehaviorAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//FlowFinalNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CallEvent"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CentralBufferNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CallOperationAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//MergeNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CentralBufferNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//DecisionNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ChangeEvent"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ActivityFinalNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Clause"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ComponentRealization"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ClearAssociationAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Component"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ClearStructuralFeatureAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Node"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ClearVariableAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Device"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CombinedFragment"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ExecutionEnvironment"/>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//InteractionOperatorKind"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -709,15 +745,15 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CombinedFragment"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Component"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//InteractionOperatorKind"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ComponentRealization"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Continuation"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ConditionalNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -725,55 +761,55 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CreateObjectAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Continuation"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//DestroyObjectAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ControlFlow"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TestIdentityAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CreateLinkAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReadSelfAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//WriteLinkAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReadStructuralFeatureAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//LinkAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ClearStructuralFeatureAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//LinkEndData"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//RemoveStructuralFeatureValueAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//QualifierValue"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//AddStructuralFeatureValueAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//LinkEndCreationData"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//LinkEndData"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CreateLinkObjectAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//QualifierValue"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CreateObjectAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReadLinkAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//DataStoreNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//LinkEndCreationData"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//DecisionNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CreateLinkAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ObjectFlow"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -785,23 +821,23 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ClearAssociationAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//DestroyObjectAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//BroadcastSignalAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//DestructionOccurrenceSpecification"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//SendObjectAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//MessageOccurrenceSpecification"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ValueSpecificationAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Device"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TimeExpression"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Node"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -809,7 +845,15 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//DurationInterval"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Observation"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//DurationConstraint"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//IntervalConstraint"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -817,27 +861,31 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TimeConstraint"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//DurationInterval"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//IntervalConstraint"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//DurationObservation"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TimeInterval"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ExecutionEnvironment"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//DurationConstraint"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ExecutionOccurrenceSpecification"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TimeObservation"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ExpansionNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//DurationObservation"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ExpansionRegion"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//ExpansionKind"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -845,47 +893,67 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TimeEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//FlowFinalNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReadVariableAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ForkNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ClearVariableAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//FunctionBehavior"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//AddVariableValueAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//OpaqueBehavior"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//RemoveVariableValueAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InformationFlow"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//RaiseExceptionAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InformationItem"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ActionInputPin"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InitialNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InformationItem"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InstanceValue"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InformationFlow"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//JoinNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReadExtentAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//LiteralReal"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReclassifyObjectAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//LoopNode"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//MergeNode"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//OpaqueAction"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ProtocolTransition"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//RaiseExceptionAction"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ReadExtentAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -893,7 +961,7 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//StartClassifierBehaviorAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ReadLinkAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -905,15 +973,31 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CreateLinkObjectAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ReadSelfAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//AcceptEventAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ReadStructuralFeatureAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//AcceptCallAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ReadVariableAction"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ReclassifyObjectAction"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ReduceAction"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//RemoveStructuralFeatureValueAction"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//RemoveVariableValueAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -921,59 +1005,67 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//UnmarshallAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//SendObjectAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReduceAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//SendSignalAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//JoinNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//SequenceNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//DataStoreNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//SignalEvent"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ObjectFlow"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//StartClassifierBehaviorAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ConditionalNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//StartObjectBehaviorAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Clause"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//StateInvariant"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//LoopNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TestIdentityAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ExpansionNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TimeConstraint"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ExpansionRegion"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TimeInterval"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//ExpansionKind"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TimeExpression"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ProtocolTransition"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TimeEvent"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//AssociationClass"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TimeObservation"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//NamedElement/namespace"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//UnmarshallAction"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ValuePin"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ValueSpecificationAction"/>
+ <value/>
</ecoreToXMLInfo>
</ecore2xml:XMLMap>
diff --git a/plugins/org.eclipse.uml2.uml/model/CMOF_2_UML.ecore2ecore b/plugins/org.eclipse.uml2.uml/model/CMOF_2_UML.ecore2ecore
index 0194714a..406c8951 100644
--- a/plugins/org.eclipse.uml2.uml/model/CMOF_2_UML.ecore2ecore
+++ b/plugins/org.eclipse.uml2.uml/model/CMOF_2_UML.ecore2ecore
@@ -1,29 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<ecore2ecore:Ecore2EcoreMappingRoot xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore2ecore="http://www.eclipse.org/emf/2004/Ecore2Ecore" topToBottom="true">
<nested>
- <inputs href="CMOF.ecore#//Package/ownedMember"/>
- <outputs href="UML.ecore#//Package/packagedElement"/>
+ <outputs href="UML.ecore#//Property/interface"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Namespace/ownedMember"/>
+ <outputs href="UML.ecore#//Property/associationEnd"/>
</nested>
<nested>
- <inputs href="CMOF.ecore#//Constraint/namespace"/>
- <outputs href="UML.ecore#//Constraint/context"/>
+ <outputs href="UML.ecore#//Property/qualifier"/>
</nested>
<nested>
- <inputs href="CMOF.ecore#//Class/isAbstract"/>
- <outputs href="UML.ecore#//Classifier/isAbstract"/>
+ <outputs href="UML.ecore#//ConnectableElement/end"/>
</nested>
<nested>
- <inputs href="CMOF.ecore#//Class/ownedAttribute"/>
- <outputs href="UML.ecore#//StructuredClassifier/ownedAttribute"/>
+ <outputs href="UML.ecore#//ParameterableElement/owningTemplateParameter"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Classifier/generalization"/>
+ <outputs href="UML.ecore#//ParameterableElement/templateParameter"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Package/profileApplication"/>
+ <outputs href="UML.ecore#//DeploymentTarget/deployedElement"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//DeploymentTarget/deployment"/>
</nested>
<nested>
<outputs href="UML.ecore#//NamedElement/clientDependency"/>
@@ -32,70 +31,79 @@
<outputs href="UML.ecore#//NamedElement/nameExpression"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Dependency"/>
+ <outputs href="UML.ecore#//Class/extension"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Classifier/powertypeExtent"/>
+ <outputs href="UML.ecore#//Class/isActive"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Classifier/redefinedClassifier"/>
+ <outputs href="UML.ecore#//Class/ownedReception"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Classifier/substitution"/>
+ <outputs href="UML.ecore#//StructuredClassifier/part"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Classifier/representation"/>
+ <outputs href="UML.ecore#//StructuredClassifier/role"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//BehavioredClassifier/classifierBehavior"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//BehavioredClassifier/interfaceRealization"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//BehavioredClassifier/ownedBehavior"/>
</nested>
<nested>
<outputs href="UML.ecore#//Classifier/collaborationUse"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Classifier/ownedUseCase"/>
+ <outputs href="UML.ecore#//Classifier/powertypeExtent"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Classifier/useCase"/>
+ <outputs href="UML.ecore#//Classifier/ownedUseCase"/>
</nested>
<nested>
- <outputs href="UML.ecore#//RedefinableElement/isLeaf"/>
+ <outputs href="UML.ecore#//Classifier/useCase"/>
</nested>
<nested>
- <outputs href="UML.ecore#//TemplateBinding"/>
+ <outputs href="UML.ecore#//Classifier/representation"/>
</nested>
<nested>
- <outputs href="UML.ecore#//TemplateSignature"/>
+ <outputs href="UML.ecore#//Classifier/substitution"/>
</nested>
<nested>
- <outputs href="UML.ecore#//TemplateParameter"/>
+ <outputs href="UML.ecore#//TemplateableElement/ownedTemplateSignature"/>
</nested>
<nested>
- <outputs href="UML.ecore#//TemplateParameterSubstitution"/>
+ <outputs href="UML.ecore#//TemplateableElement/templateBinding"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Generalization"/>
+ <outputs href="UML.ecore#//Package/ownedStereotype"/>
</nested>
<nested>
- <outputs href="UML.ecore#//GeneralizationSet"/>
+ <outputs href="UML.ecore#//Package/profileApplication"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Feature/isStatic"/>
+ <outputs href="UML.ecore#//Generalization/generalizationSet"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Substitution"/>
+ <outputs href="UML.ecore#//Operation/interface"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Realization"/>
+ <outputs href="UML.ecore#//BehavioralFeature/concurrency"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Abstraction"/>
+ <outputs href="UML.ecore#//BehavioralFeature/isAbstract"/>
</nested>
<nested>
- <outputs href="UML.ecore#//OpaqueExpression/result"/>
+ <outputs href="UML.ecore#//BehavioralFeature/method"/>
</nested>
<nested>
- <outputs href="UML.ecore#//OpaqueExpression/behavior"/>
+ <outputs href="UML.ecore#//BehavioralFeature/ownedParameterSet"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Parameter/defaultValue"/>
+ <outputs href="UML.ecore#//Parameter/effect"/>
</nested>
<nested>
<outputs href="UML.ecore#//Parameter/isException"/>
@@ -104,97 +112,103 @@
<outputs href="UML.ecore#//Parameter/isStream"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Parameter/effect"/>
+ <outputs href="UML.ecore#//Parameter/parameterSet"/>
</nested>
<nested>
- <outputs href="UML.ecore#//MultiplicityElement/upperValue"/>
+ <outputs href="UML.ecore#//OpaqueExpression/behavior"/>
</nested>
<nested>
- <outputs href="UML.ecore#//MultiplicityElement/lowerValue"/>
+ <outputs href="UML.ecore#//OpaqueExpression/result"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ConnectableElementTemplateParameter"/>
+ <inputs href="CMOF.ecore#//ReflectiveSequence"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ConnectorEnd"/>
+ <inputs href="CMOF.ecore#//ReflectiveCollection"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Property/aggregation"/>
+ <inputs href="CMOF.ecore#//Object"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Property/defaultValue"/>
+ <inputs href="CMOF.ecore#//URIExtent"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Property/qualifier"/>
+ <inputs href="CMOF.ecore#//Extent"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Property/associationEnd"/>
+ <inputs href="CMOF.ecore#//Link"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Deployment"/>
+ <inputs href="CMOF.ecore#//Factory"/>
</nested>
<nested>
- <outputs href="UML.ecore#//DeploymentSpecification"/>
+ <inputs href="CMOF.ecore#//Exception"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Artifact"/>
+ <inputs href="CMOF.ecore#//Tag"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Manifestation"/>
+ <outputs href="UML.ecore#//Abstraction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Operation/interface"/>
+ <outputs href="UML.ecore#//Dependency"/>
</nested>
<nested>
- <outputs href="UML.ecore#//BehavioralFeature/isAbstract"/>
+ <outputs href="UML.ecore#//Stereotype"/>
</nested>
<nested>
- <outputs href="UML.ecore#//BehavioralFeature/method"/>
+ <outputs href="UML.ecore#//StringExpression"/>
</nested>
<nested>
- <outputs href="UML.ecore#//BehavioralFeature/concurrency"/>
+ <outputs href="UML.ecore#//TemplateSignature"/>
</nested>
<nested>
- <outputs href="UML.ecore#//BehavioralFeature/ownedParameterSet"/>
+ <outputs href="UML.ecore#//TemplateParameter"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Class/nestedClassifier"/>
+ <outputs href="UML.ecore#//TemplateBinding"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Class/isActive"/>
+ <outputs href="UML.ecore#//TemplateParameterSubstitution"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Class/ownedReception"/>
+ <outputs href="UML.ecore#//ProfileApplication"/>
</nested>
<nested>
- <outputs href="UML.ecore#//TemplateableElement/templateBinding"/>
+ <outputs href="UML.ecore#//Profile"/>
</nested>
<nested>
- <outputs href="UML.ecore#//TemplateableElement/ownedTemplateSignature"/>
+ <outputs href="UML.ecore#//Extension"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ParameterableElement/owningTemplateParameter"/>
+ <outputs href="UML.ecore#//ConnectorEnd"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ParameterableElement/templateParameter"/>
+ <outputs href="UML.ecore#//ConnectableElementTemplateParameter"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ConnectableElement/end"/>
+ <outputs href="UML.ecore#//Deployment"/>
</nested>
<nested>
- <outputs href="UML.ecore#//BehavioredClassifier/ownedBehavior"/>
+ <outputs href="UML.ecore#//DeploymentSpecification"/>
</nested>
<nested>
- <outputs href="UML.ecore#//BehavioredClassifier/classifierBehavior"/>
+ <outputs href="UML.ecore#//Artifact"/>
</nested>
<nested>
- <outputs href="UML.ecore#//BehavioredClassifier/interfaceRealization"/>
+ <outputs href="UML.ecore#//Manifestation"/>
</nested>
<nested>
- <outputs href="UML.ecore#//BehavioredClassifier/ownedTrigger"/>
+ <outputs href="UML.ecore#//CallConcurrencyKind"/>
</nested>
<nested>
- <outputs href="UML.ecore#//InterfaceRealization"/>
+ <outputs href="UML.ecore#//Behavior"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ParameterEffectKind"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ParameterSet"/>
</nested>
<nested>
<outputs href="UML.ecore#//Interface"/>
@@ -212,19 +226,13 @@
<outputs href="UML.ecore#//StateMachine"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Region"/>
- </nested>
- <nested>
- <outputs href="UML.ecore#//Transition"/>
- </nested>
- <nested>
- <outputs href="UML.ecore#//TransitionKind"/>
+ <outputs href="UML.ecore#//Pseudostate"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Trigger"/>
+ <outputs href="UML.ecore#//Vertex"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Port"/>
+ <outputs href="UML.ecore#//Region"/>
</nested>
<nested>
<outputs href="UML.ecore#//State"/>
@@ -233,139 +241,136 @@
<outputs href="UML.ecore#//ConnectionPointReference"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Pseudostate"/>
+ <outputs href="UML.ecore#//Trigger"/>
</nested>
<nested>
- <outputs href="UML.ecore#//PseudostateKind"/>
+ <outputs href="UML.ecore#//Event"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ProtocolConformance"/>
+ <outputs href="UML.ecore#//Port"/>
</nested>
<nested>
- <outputs href="UML.ecore#//EncapsulatedClassifier/ownedPort"/>
+ <outputs href="UML.ecore#//Transition"/>
</nested>
<nested>
- <outputs href="UML.ecore#//StructuredClassifier/ownedConnector"/>
+ <outputs href="UML.ecore#//TransitionKind"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Connector"/>
+ <outputs href="UML.ecore#//PseudostateKind"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ConnectorKind"/>
+ <outputs href="UML.ecore#//ProtocolConformance"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Extension"/>
+ <outputs href="UML.ecore#//OperationTemplateParameter"/>
</nested>
<nested>
<outputs href="UML.ecore#//ExtensionEnd"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Stereotype"/>
- </nested>
- <nested>
- <outputs href="UML.ecore#//Image"/>
+ <outputs href="UML.ecore#//Model"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Profile"/>
+ <outputs href="UML.ecore#//Usage"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Model/viewpoint"/>
+ <outputs href="UML.ecore#//CollaborationUse"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ParameterSet"/>
+ <outputs href="UML.ecore#//Collaboration"/>
</nested>
<nested>
- <outputs href="UML.ecore#//CallConcurrencyKind"/>
+ <outputs href="UML.ecore#//Connector"/>
</nested>
<nested>
- <outputs href="UML.ecore#//OperationTemplateParameter"/>
+ <outputs href="UML.ecore#//ConnectorKind"/>
</nested>
<nested>
- <outputs href="UML.ecore#//AggregationKind"/>
+ <outputs href="UML.ecore#//GeneralizationSet"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ParameterEffectKind"/>
+ <outputs href="UML.ecore#//RedefinableTemplateSignature"/>
</nested>
<nested>
- <outputs href="UML.ecore#//CollaborationUse"/>
+ <outputs href="UML.ecore#//UseCase"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Collaboration"/>
+ <outputs href="UML.ecore#//Extend"/>
</nested>
<nested>
- <outputs href="UML.ecore#//UseCase"/>
+ <outputs href="UML.ecore#//ExtensionPoint"/>
</nested>
<nested>
<outputs href="UML.ecore#//Include"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Extend"/>
- </nested>
- <nested>
- <outputs href="UML.ecore#//ExtensionPoint"/>
+ <outputs href="UML.ecore#//Substitution"/>
</nested>
<nested>
- <outputs href="UML.ecore#//RedefinableTemplateSignature"/>
+ <outputs href="UML.ecore#//Realization"/>
</nested>
<nested>
<outputs href="UML.ecore#//ClassifierTemplateParameter"/>
</nested>
<nested>
- <outputs href="UML.ecore#//StringExpression"/>
+ <outputs href="UML.ecore#//InterfaceRealization"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Expression/symbol"/>
+ <nested>
+ <outputs href="UML.ecore#//EncapsulatedClassifier/ownedPort"/>
+ </nested>
+ <outputs href="UML.ecore#//EncapsulatedClassifier"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Usage"/>
+ <outputs href="UML.ecore#//Image"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ProfileApplication"/>
+ <outputs href="UML.ecore#//AcceptCallAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//InstanceSpecification"/>
+ <outputs href="UML.ecore#//AcceptEventAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Slot"/>
+ <outputs href="UML.ecore#//Action"/>
</nested>
<nested>
- <outputs href="UML.ecore#//LiteralInteger"/>
+ <outputs href="UML.ecore#//ExecutableNode"/>
</nested>
<nested>
- <outputs href="UML.ecore#//LiteralString"/>
+ <outputs href="UML.ecore#//ActivityNode"/>
</nested>
<nested>
- <outputs href="UML.ecore#//LiteralBoolean"/>
+ <outputs href="UML.ecore#//Activity"/>
</nested>
<nested>
- <outputs href="UML.ecore#//LiteralNull"/>
+ <outputs href="UML.ecore#//ActivityEdge"/>
</nested>
<nested>
- <outputs href="UML.ecore#//InstanceValue"/>
+ <outputs href="UML.ecore#//ActivityGroup"/>
</nested>
<nested>
- <outputs href="UML.ecore#//LiteralUnlimitedNatural"/>
+ <outputs href="UML.ecore#//ActivityPartition"/>
</nested>
<nested>
- <outputs href="UML.ecore#//OpaqueBehavior"/>
+ <outputs href="UML.ecore#//StructuredActivityNode"/>
</nested>
<nested>
- <outputs href="UML.ecore#//FunctionBehavior"/>
+ <outputs href="UML.ecore#//InputPin"/>
</nested>
<nested>
- <outputs href="UML.ecore#//OpaqueAction"/>
+ <outputs href="UML.ecore#//Pin"/>
</nested>
<nested>
- <outputs href="UML.ecore#//StructuredActivityNode"/>
+ <outputs href="UML.ecore#//ObjectNode"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Activity"/>
+ <outputs href="UML.ecore#//ObjectNodeOrderingKind"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Variable"/>
+ <outputs href="UML.ecore#//OutputPin"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ActivityPartition"/>
+ <outputs href="UML.ecore#//Variable"/>
</nested>
<nested>
<outputs href="UML.ecore#//InterruptibleActivityRegion"/>
@@ -374,304 +379,304 @@
<outputs href="UML.ecore#//ExceptionHandler"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ObjectNodeOrderingKind"/>
+ <outputs href="UML.ecore#//ActionExecutionSpecification"/>
</nested>
<nested>
- <outputs href="UML.ecore#//OutputPin"/>
+ <outputs href="UML.ecore#//ExecutionSpecification"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Pin"/>
+ <outputs href="UML.ecore#//InteractionFragment"/>
</nested>
<nested>
- <outputs href="UML.ecore#//InputPin"/>
+ <outputs href="UML.ecore#//Lifeline"/>
</nested>
<nested>
- <outputs href="UML.ecore#//SendSignalAction"/>
+ <outputs href="UML.ecore#//PartDecomposition"/>
</nested>
<nested>
- <outputs href="UML.ecore#//CallOperationAction"/>
+ <outputs href="UML.ecore#//InteractionUse"/>
</nested>
<nested>
- <outputs href="UML.ecore#//CallBehaviorAction"/>
+ <outputs href="UML.ecore#//Gate"/>
</nested>
<nested>
- <outputs href="UML.ecore#//SequenceNode"/>
+ <outputs href="UML.ecore#//MessageEnd"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ControlFlow"/>
+ <outputs href="UML.ecore#//Message"/>
</nested>
<nested>
- <outputs href="UML.ecore#//InitialNode"/>
+ <outputs href="UML.ecore#//Interaction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ActivityParameterNode"/>
+ <outputs href="UML.ecore#//MessageKind"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ValuePin"/>
+ <outputs href="UML.ecore#//MessageSort"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Message"/>
+ <outputs href="UML.ecore#//InteractionOperand"/>
</nested>
<nested>
- <outputs href="UML.ecore#//MessageKind"/>
+ <outputs href="UML.ecore#//InteractionConstraint"/>
</nested>
<nested>
- <outputs href="UML.ecore#//MessageSort"/>
+ <outputs href="UML.ecore#//GeneralOrdering"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Interaction"/>
+ <outputs href="UML.ecore#//OccurrenceSpecification"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Lifeline"/>
+ <outputs href="UML.ecore#//ActionInputPin"/>
</nested>
<nested>
- <outputs href="UML.ecore#//PartDecomposition"/>
+ <outputs href="UML.ecore#//ActivityFinalNode"/>
</nested>
<nested>
- <outputs href="UML.ecore#//InteractionUse"/>
+ <outputs href="UML.ecore#//FinalNode"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Gate"/>
+ <outputs href="UML.ecore#//ControlNode"/>
</nested>
<nested>
- <outputs href="UML.ecore#//GeneralOrdering"/>
+ <outputs href="UML.ecore#//ActivityParameterNode"/>
</nested>
<nested>
- <outputs href="UML.ecore#//OccurrenceSpecification"/>
+ <outputs href="UML.ecore#//Actor"/>
</nested>
<nested>
- <outputs href="UML.ecore#//InteractionOperand"/>
+ <outputs href="UML.ecore#//AddStructuralFeatureValueAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//InteractionConstraint"/>
+ <outputs href="UML.ecore#//WriteStructuralFeatureAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//StateInvariant"/>
+ <outputs href="UML.ecore#//StructuralFeatureAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ActionExecutionSpecification"/>
+ <outputs href="UML.ecore#//AddVariableValueAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//BehaviorExecutionSpecification"/>
+ <outputs href="UML.ecore#//WriteVariableAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//VariableAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ExecutionEvent"/>
+ <outputs href="UML.ecore#//AnyReceiveEvent"/>
</nested>
<nested>
- <outputs href="UML.ecore#//CreationEvent"/>
+ <outputs href="UML.ecore#//MessageEvent"/>
</nested>
<nested>
- <outputs href="UML.ecore#//DestructionEvent"/>
+ <outputs href="UML.ecore#//AssociationClass"/>
</nested>
<nested>
- <outputs href="UML.ecore#//SendOperationEvent"/>
+ <outputs href="UML.ecore#//BehaviorExecutionSpecification"/>
</nested>
<nested>
- <outputs href="UML.ecore#//SendSignalEvent"/>
+ <outputs href="UML.ecore#//BroadcastSignalAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//MessageOccurrenceSpecification"/>
+ <outputs href="UML.ecore#//InvocationAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ExecutionOccurrenceSpecification"/>
+ <outputs href="UML.ecore#//CallAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ReceiveOperationEvent"/>
+ <outputs href="UML.ecore#//CallBehaviorAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ReceiveSignalEvent"/>
+ <outputs href="UML.ecore#//CallEvent"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Actor"/>
+ <outputs href="UML.ecore#//CallOperationAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//CallEvent"/>
+ <outputs href="UML.ecore#//CentralBufferNode"/>
</nested>
<nested>
<outputs href="UML.ecore#//ChangeEvent"/>
</nested>
<nested>
- <outputs href="UML.ecore#//SignalEvent"/>
+ <outputs href="UML.ecore#//Clause"/>
</nested>
<nested>
- <outputs href="UML.ecore#//AnyReceiveEvent"/>
+ <outputs href="UML.ecore#//ClearAssociationAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ForkNode"/>
+ <outputs href="UML.ecore#//ClearStructuralFeatureAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//FlowFinalNode"/>
+ <outputs href="UML.ecore#//ClearVariableAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//CentralBufferNode"/>
+ <outputs href="UML.ecore#//CombinedFragment"/>
</nested>
<nested>
- <outputs href="UML.ecore#//MergeNode"/>
+ <outputs href="UML.ecore#//InteractionOperatorKind"/>
</nested>
<nested>
- <outputs href="UML.ecore#//DecisionNode"/>
+ <outputs href="UML.ecore#//CommunicationPath"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ActivityFinalNode"/>
+ <outputs href="UML.ecore#//Component"/>
</nested>
<nested>
<outputs href="UML.ecore#//ComponentRealization"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Component"/>
+ <outputs href="UML.ecore#//ConditionalNode"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Node"/>
+ <outputs href="UML.ecore#//ConsiderIgnoreFragment"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Device"/>
+ <outputs href="UML.ecore#//Continuation"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ExecutionEnvironment"/>
+ <outputs href="UML.ecore#//ControlFlow"/>
</nested>
<nested>
- <outputs href="UML.ecore#//CommunicationPath"/>
+ <outputs href="UML.ecore#//CreateLinkAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//CombinedFragment"/>
+ <outputs href="UML.ecore#//WriteLinkAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//InteractionOperatorKind"/>
+ <outputs href="UML.ecore#//LinkAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Continuation"/>
+ <outputs href="UML.ecore#//LinkEndData"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ConsiderIgnoreFragment"/>
+ <outputs href="UML.ecore#//QualifierValue"/>
</nested>
<nested>
- <outputs href="UML.ecore#//CreateObjectAction"/>
+ <outputs href="UML.ecore#//LinkEndCreationData"/>
</nested>
<nested>
- <outputs href="UML.ecore#//DestroyObjectAction"/>
+ <outputs href="UML.ecore#//CreateLinkObjectAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//TestIdentityAction"/>
+ <outputs href="UML.ecore#//CreateObjectAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ReadSelfAction"/>
+ <outputs href="UML.ecore#//DataStoreNode"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ReadStructuralFeatureAction"/>
+ <outputs href="UML.ecore#//DecisionNode"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ClearStructuralFeatureAction"/>
+ <outputs href="UML.ecore#//ObjectFlow"/>
</nested>
<nested>
- <outputs href="UML.ecore#//RemoveStructuralFeatureValueAction"/>
+ <outputs href="UML.ecore#//DestroyLinkAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//AddStructuralFeatureValueAction"/>
+ <outputs href="UML.ecore#//LinkEndDestructionData"/>
</nested>
<nested>
- <outputs href="UML.ecore#//LinkEndData"/>
+ <outputs href="UML.ecore#//DestroyObjectAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//QualifierValue"/>
+ <outputs href="UML.ecore#//DestructionOccurrenceSpecification"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ReadLinkAction"/>
+ <outputs href="UML.ecore#//MessageOccurrenceSpecification"/>
</nested>
<nested>
- <outputs href="UML.ecore#//LinkEndCreationData"/>
+ <outputs href="UML.ecore#//Device"/>
</nested>
<nested>
- <outputs href="UML.ecore#//CreateLinkAction"/>
+ <outputs href="UML.ecore#//Node"/>
</nested>
<nested>
- <outputs href="UML.ecore#//DestroyLinkAction"/>
+ <outputs href="UML.ecore#//Duration"/>
</nested>
<nested>
- <outputs href="UML.ecore#//LinkEndDestructionData"/>
+ <outputs href="UML.ecore#//Observation"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ClearAssociationAction"/>
+ <outputs href="UML.ecore#//DurationConstraint"/>
</nested>
<nested>
- <outputs href="UML.ecore#//BroadcastSignalAction"/>
+ <outputs href="UML.ecore#//IntervalConstraint"/>
</nested>
<nested>
- <outputs href="UML.ecore#//SendObjectAction"/>
+ <outputs href="UML.ecore#//Interval"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ValueSpecificationAction"/>
+ <outputs href="UML.ecore#//DurationInterval"/>
</nested>
<nested>
- <outputs href="UML.ecore#//TimeExpression"/>
+ <outputs href="UML.ecore#//DurationObservation"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Duration"/>
+ <outputs href="UML.ecore#//ExecutionEnvironment"/>
</nested>
<nested>
- <outputs href="UML.ecore#//DurationInterval"/>
+ <outputs href="UML.ecore#//ExecutionOccurrenceSpecification"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Interval"/>
+ <outputs href="UML.ecore#//ExpansionNode"/>
</nested>
<nested>
- <outputs href="UML.ecore#//TimeConstraint"/>
+ <outputs href="UML.ecore#//ExpansionRegion"/>
</nested>
<nested>
- <outputs href="UML.ecore#//IntervalConstraint"/>
+ <outputs href="UML.ecore#//ExpansionKind"/>
</nested>
<nested>
- <outputs href="UML.ecore#//TimeInterval"/>
+ <outputs href="UML.ecore#//FinalState"/>
</nested>
<nested>
- <outputs href="UML.ecore#//DurationConstraint"/>
+ <outputs href="UML.ecore#//FlowFinalNode"/>
</nested>
<nested>
- <outputs href="UML.ecore#//TimeObservation"/>
+ <outputs href="UML.ecore#//ForkNode"/>
</nested>
<nested>
- <outputs href="UML.ecore#//DurationObservation"/>
+ <outputs href="UML.ecore#//FunctionBehavior"/>
</nested>
<nested>
- <outputs href="UML.ecore#//FinalState"/>
+ <outputs href="UML.ecore#//OpaqueBehavior"/>
</nested>
<nested>
- <outputs href="UML.ecore#//TimeEvent"/>
+ <outputs href="UML.ecore#//InformationFlow"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ReadVariableAction"/>
+ <outputs href="UML.ecore#//InformationItem"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ClearVariableAction"/>
+ <outputs href="UML.ecore#//InitialNode"/>
</nested>
<nested>
- <outputs href="UML.ecore#//AddVariableValueAction"/>
+ <outputs href="UML.ecore#//InstanceValue"/>
</nested>
<nested>
- <outputs href="UML.ecore#//RemoveVariableValueAction"/>
+ <outputs href="UML.ecore#//LoopNode"/>
</nested>
<nested>
- <outputs href="UML.ecore#//RaiseExceptionAction"/>
+ <outputs href="UML.ecore#//MergeNode"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ActionInputPin"/>
+ <outputs href="UML.ecore#//OpaqueAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//InformationItem"/>
+ <outputs href="UML.ecore#//ProtocolTransition"/>
</nested>
<nested>
- <outputs href="UML.ecore#//InformationFlow"/>
+ <outputs href="UML.ecore#//RaiseExceptionAction"/>
</nested>
<nested>
<outputs href="UML.ecore#//ReadExtentAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ReclassifyObjectAction"/>
- </nested>
- <nested>
<outputs href="UML.ecore#//ReadIsClassifiedObjectAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//StartClassifierBehaviorAction"/>
+ <outputs href="UML.ecore#//ReadLinkAction"/>
</nested>
<nested>
<outputs href="UML.ecore#//ReadLinkObjectEndAction"/>
@@ -680,58 +685,76 @@
<outputs href="UML.ecore#//ReadLinkObjectEndQualifierAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//CreateLinkObjectAction"/>
+ <outputs href="UML.ecore#//ReadSelfAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//AcceptEventAction"/>
+ <outputs href="UML.ecore#//ReadStructuralFeatureAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//AcceptCallAction"/>
+ <outputs href="UML.ecore#//ReadVariableAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ReclassifyObjectAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ReduceAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//RemoveStructuralFeatureValueAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//RemoveVariableValueAction"/>
</nested>
<nested>
<outputs href="UML.ecore#//ReplyAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//UnmarshallAction"/>
+ <outputs href="UML.ecore#//SendObjectAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ReduceAction"/>
+ <outputs href="UML.ecore#//SendSignalAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//JoinNode"/>
+ <outputs href="UML.ecore#//SequenceNode"/>
</nested>
<nested>
- <outputs href="UML.ecore#//DataStoreNode"/>
+ <outputs href="UML.ecore#//SignalEvent"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ObjectFlow"/>
+ <outputs href="UML.ecore#//StartClassifierBehaviorAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ConditionalNode"/>
+ <outputs href="UML.ecore#//StartObjectBehaviorAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//Clause"/>
+ <outputs href="UML.ecore#//StateInvariant"/>
</nested>
<nested>
- <outputs href="UML.ecore#//LoopNode"/>
+ <outputs href="UML.ecore#//TestIdentityAction"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ExpansionNode"/>
+ <outputs href="UML.ecore#//TimeConstraint"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ExpansionRegion"/>
+ <outputs href="UML.ecore#//TimeInterval"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ExpansionKind"/>
+ <outputs href="UML.ecore#//TimeExpression"/>
</nested>
<nested>
- <outputs href="UML.ecore#//ProtocolTransition"/>
+ <outputs href="UML.ecore#//TimeEvent"/>
</nested>
<nested>
- <outputs href="UML.ecore#//AssociationClass"/>
+ <outputs href="UML.ecore#//TimeObservation"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//UnmarshallAction"/>
+ </nested>
+ <nested>
+ <outputs href="UML.ecore#//ValuePin"/>
</nested>
<nested>
- <outputs href="UML.ecore#//NamedElement/namespace"/>
+ <outputs href="UML.ecore#//ValueSpecificationAction"/>
</nested>
<inputs href="CMOF.ecore#/"/>
<outputs href="UML.ecore#/"/>
diff --git a/plugins/org.eclipse.uml2.uml/model/CMOF_2_UML.ecore2xml b/plugins/org.eclipse.uml2.uml/model/CMOF_2_UML.ecore2xml
index 875412ac..210a150f 100644
--- a/plugins/org.eclipse.uml2.uml/model/CMOF_2_UML.ecore2xml
+++ b/plugins/org.eclipse.uml2.uml/model/CMOF_2_UML.ecore2xml
@@ -2,34 +2,38 @@
<ecore2xml:XMLMap xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:ecore2xml="http://www.eclipse.org/emf/2005/Ecore2XML">
<ecoreToXMLInfo>
<key xsi:type="ecore:EPackage" href="UML.ecore#/"/>
- <value name="cmof" targetNamespace="http://schema.omg.org/spec/MOF/2.0/cmof.xml"/>
+ <value name="cmof" targetNamespace="http://www.omg.org/spec/MOF/20100901/cmof.xmi"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Package/packagedElement"/>
- <value name="ownedMember"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Property/interface"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Namespace/ownedMember"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Property/associationEnd"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Constraint/context"/>
- <value name="namespace"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Property/qualifier"/>
+ <value xMLRepresentation="0"/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//ConnectableElement/end"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//Classifier/isAbstract"/>
- <value name="isAbstract"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//ParameterableElement/owningTemplateParameter"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//StructuredClassifier/ownedAttribute"/>
- <value name="ownedAttribute"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//ParameterableElement/templateParameter"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/generalization"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//DeploymentTarget/deployedElement"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Package/profileApplication"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//DeploymentTarget/deployment"/>
<value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -41,223 +45,207 @@
<value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Dependency"/>
- <value/>
- </ecoreToXMLInfo>
- <ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/powertypeExtent"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Class/extension"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/redefinedClassifier"/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//Class/isActive"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/substitution"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Class/ownedReception"/>
<value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/representation"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//StructuredClassifier/part"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/collaborationUse"/>
- <value xMLRepresentation="0"/>
- </ecoreToXMLInfo>
- <ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/ownedUseCase"/>
- <value xMLRepresentation="0"/>
- </ecoreToXMLInfo>
- <ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/useCase"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//StructuredClassifier/role"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//RedefinableElement/isLeaf"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioredClassifier/classifierBehavior"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TemplateBinding"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioredClassifier/interfaceRealization"/>
+ <value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TemplateSignature"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioredClassifier/ownedBehavior"/>
+ <value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TemplateParameter"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/collaborationUse"/>
+ <value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TemplateParameterSubstitution"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/powertypeExtent"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Generalization"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/ownedUseCase"/>
+ <value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//GeneralizationSet"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/useCase"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//Feature/isStatic"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/representation"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Substitution"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Classifier/substitution"/>
+ <value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Realization"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//TemplateableElement/ownedTemplateSignature"/>
+ <value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Abstraction"/>
- <value/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//TemplateableElement/templateBinding"/>
+ <value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//OpaqueExpression/result"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Package/ownedStereotype"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//OpaqueExpression/behavior"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Package/profileApplication"/>
+ <value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Parameter/defaultValue"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Generalization/generalizationSet"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//Parameter/isException"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Operation/interface"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//Parameter/isStream"/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//BehavioralFeature/concurrency"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//Parameter/effect"/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//BehavioralFeature/isAbstract"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//MultiplicityElement/upperValue"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioralFeature/method"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//MultiplicityElement/lowerValue"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioralFeature/ownedParameterSet"/>
<value xMLRepresentation="0"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ConnectableElementTemplateParameter"/>
- <value/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//Parameter/effect"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ConnectorEnd"/>
- <value/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//Parameter/isException"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//Property/aggregation"/>
+ <key xsi:type="ecore:EAttribute" href="UML.ecore#//Parameter/isStream"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Property/defaultValue"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//Parameter/parameterSet"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Property/qualifier"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//OpaqueExpression/behavior"/>
+ <value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Property/associationEnd"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//OpaqueExpression/result"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Deployment"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Abstraction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//DeploymentSpecification"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Dependency"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Artifact"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Stereotype"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Manifestation"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//StringExpression"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Operation/interface"/>
- <value xMLRepresentation="1"/>
- </ecoreToXMLInfo>
- <ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//BehavioralFeature/isAbstract"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TemplateSignature"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioralFeature/method"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TemplateParameter"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//BehavioralFeature/concurrency"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TemplateBinding"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioralFeature/ownedParameterSet"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TemplateParameterSubstitution"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Class/nestedClassifier"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ProfileApplication"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//Class/isActive"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Profile"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//Class/ownedReception"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Extension"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//TemplateableElement/templateBinding"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ConnectorEnd"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//TemplateableElement/ownedTemplateSignature"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ConnectableElementTemplateParameter"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//ParameterableElement/owningTemplateParameter"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Deployment"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//ParameterableElement/templateParameter"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//DeploymentSpecification"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//ConnectableElement/end"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Artifact"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioredClassifier/ownedBehavior"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Manifestation"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioredClassifier/classifierBehavior"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//CallConcurrencyKind"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioredClassifier/interfaceRealization"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Behavior"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//BehavioredClassifier/ownedTrigger"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//ParameterEffectKind"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InterfaceRealization"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ParameterSet"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -281,23 +269,15 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Region"/>
- <value/>
- </ecoreToXMLInfo>
- <ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Transition"/>
- <value/>
- </ecoreToXMLInfo>
- <ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//TransitionKind"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Pseudostate"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Trigger"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Vertex"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Port"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Region"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -309,35 +289,35 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Pseudostate"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Trigger"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//PseudostateKind"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Event"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ProtocolConformance"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Port"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//EncapsulatedClassifier/ownedPort"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Transition"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//StructuredClassifier/ownedConnector"/>
- <value xMLRepresentation="0"/>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//TransitionKind"/>
+ <value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Connector"/>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//PseudostateKind"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//ConnectorKind"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ProtocolConformance"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Extension"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//OperationTemplateParameter"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -345,51 +325,47 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Stereotype"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Model"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Image"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Usage"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Profile"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CollaborationUse"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//Model/viewpoint"/>
- <value xMLRepresentation="1"/>
- </ecoreToXMLInfo>
- <ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ParameterSet"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Collaboration"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//CallConcurrencyKind"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Connector"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//OperationTemplateParameter"/>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//ConnectorKind"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//AggregationKind"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//GeneralizationSet"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//ParameterEffectKind"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//RedefinableTemplateSignature"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CollaborationUse"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//UseCase"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Collaboration"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Extend"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//UseCase"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ExtensionPoint"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -397,95 +373,95 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Extend"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Substitution"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ExtensionPoint"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Realization"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//RedefinableTemplateSignature"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ClassifierTemplateParameter"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ClassifierTemplateParameter"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InterfaceRealization"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//StringExpression"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//EncapsulatedClassifier"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EAttribute" href="UML.ecore#//Expression/symbol"/>
+ <key xsi:type="ecore:EReference" href="UML.ecore#//EncapsulatedClassifier/ownedPort"/>
<value xMLRepresentation="1"/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Usage"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Image"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ProfileApplication"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//AcceptCallAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InstanceSpecification"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//AcceptEventAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Slot"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Action"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//LiteralInteger"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ExecutableNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//LiteralString"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ActivityNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//LiteralBoolean"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Activity"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//LiteralNull"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ActivityEdge"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InstanceValue"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ActivityGroup"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//LiteralUnlimitedNatural"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ActivityPartition"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//OpaqueBehavior"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//StructuredActivityNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//FunctionBehavior"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InputPin"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//OpaqueAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Pin"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//StructuredActivityNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ObjectNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Activity"/>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//ObjectNodeOrderingKind"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Variable"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//OutputPin"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ActivityPartition"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Variable"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -497,155 +473,159 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//ObjectNodeOrderingKind"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ActionExecutionSpecification"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//OutputPin"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ExecutionSpecification"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Pin"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InteractionFragment"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InputPin"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Lifeline"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//SendSignalAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//PartDecomposition"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CallOperationAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InteractionUse"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CallBehaviorAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Gate"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//SequenceNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//MessageEnd"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ControlFlow"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Message"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InitialNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Interaction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ActivityParameterNode"/>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//MessageKind"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ValuePin"/>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//MessageSort"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Message"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InteractionOperand"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//MessageKind"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InteractionConstraint"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//MessageSort"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//GeneralOrdering"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Interaction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//OccurrenceSpecification"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Lifeline"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ActionInputPin"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//PartDecomposition"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ActivityFinalNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InteractionUse"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//FinalNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Gate"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ControlNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//GeneralOrdering"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ActivityParameterNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//OccurrenceSpecification"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Actor"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InteractionOperand"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//AddStructuralFeatureValueAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InteractionConstraint"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//WriteStructuralFeatureAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//StateInvariant"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//StructuralFeatureAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ActionExecutionSpecification"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//AddVariableValueAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//BehaviorExecutionSpecification"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//WriteVariableAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ExecutionEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//VariableAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CreationEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//AnyReceiveEvent"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//DestructionEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//MessageEvent"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//SendOperationEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//AssociationClass"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//SendSignalEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//BehaviorExecutionSpecification"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//MessageOccurrenceSpecification"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//BroadcastSignalAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ExecutionOccurrenceSpecification"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InvocationAction"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CallAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReceiveOperationEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CallBehaviorAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReceiveSignalEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CallEvent"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Actor"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CallOperationAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CallEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CentralBufferNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -653,35 +633,35 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//SignalEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Clause"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//AnyReceiveEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ClearAssociationAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ForkNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ClearStructuralFeatureAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//FlowFinalNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ClearVariableAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CentralBufferNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CombinedFragment"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//MergeNode"/>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//InteractionOperatorKind"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//DecisionNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CommunicationPath"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ActivityFinalNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Component"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -689,39 +669,47 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Component"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ConditionalNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Node"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ConsiderIgnoreFragment"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Device"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Continuation"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ExecutionEnvironment"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ControlFlow"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CommunicationPath"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CreateLinkAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CombinedFragment"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//WriteLinkAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//InteractionOperatorKind"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//LinkAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Continuation"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//LinkEndData"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ConsiderIgnoreFragment"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//QualifierValue"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//LinkEndCreationData"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//CreateLinkObjectAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -729,139 +717,143 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//DestroyObjectAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//DataStoreNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TestIdentityAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//DecisionNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReadSelfAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ObjectFlow"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReadStructuralFeatureAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//DestroyLinkAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ClearStructuralFeatureAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//LinkEndDestructionData"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//RemoveStructuralFeatureValueAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//DestroyObjectAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//AddStructuralFeatureValueAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//DestructionOccurrenceSpecification"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//LinkEndData"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//MessageOccurrenceSpecification"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//QualifierValue"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Device"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReadLinkAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Node"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//LinkEndCreationData"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Duration"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CreateLinkAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Observation"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//DestroyLinkAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//DurationConstraint"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//LinkEndDestructionData"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//IntervalConstraint"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ClearAssociationAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//Interval"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//BroadcastSignalAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//DurationInterval"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//SendObjectAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//DurationObservation"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ValueSpecificationAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ExecutionEnvironment"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TimeExpression"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ExecutionOccurrenceSpecification"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Duration"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ExpansionNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//DurationInterval"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ExpansionRegion"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Interval"/>
+ <key xsi:type="ecore:EEnum" href="UML.ecore#//ExpansionKind"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TimeConstraint"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//FinalState"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//IntervalConstraint"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//FlowFinalNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TimeInterval"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ForkNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//DurationConstraint"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//FunctionBehavior"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TimeObservation"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//OpaqueBehavior"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//DurationObservation"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InformationFlow"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//FinalState"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InformationItem"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//TimeEvent"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InitialNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReadVariableAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//InstanceValue"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ClearVariableAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//LoopNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//AddVariableValueAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//MergeNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//RemoveVariableValueAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//OpaqueAction"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ProtocolTransition"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -869,51 +861,51 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ActionInputPin"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ReadExtentAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InformationItem"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ReadIsClassifiedObjectAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//InformationFlow"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ReadLinkAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReadExtentAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ReadLinkObjectEndAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReclassifyObjectAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ReadLinkObjectEndQualifierAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReadIsClassifiedObjectAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ReadSelfAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//StartClassifierBehaviorAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ReadStructuralFeatureAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReadLinkObjectEndAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ReadVariableAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReadLinkObjectEndQualifierAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ReclassifyObjectAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//CreateLinkObjectAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ReduceAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//AcceptEventAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//RemoveStructuralFeatureValueAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//AcceptCallAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//RemoveVariableValueAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
@@ -921,59 +913,67 @@
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//UnmarshallAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//SendObjectAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ReduceAction"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//SendSignalAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//JoinNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//SequenceNode"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//DataStoreNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//SignalEvent"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ObjectFlow"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//StartClassifierBehaviorAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ConditionalNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//StartObjectBehaviorAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//Clause"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//StateInvariant"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//LoopNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TestIdentityAction"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ExpansionNode"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TimeConstraint"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ExpansionRegion"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TimeInterval"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EEnum" href="UML.ecore#//ExpansionKind"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TimeExpression"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//ProtocolTransition"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TimeEvent"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EClass" href="UML.ecore#//AssociationClass"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//TimeObservation"/>
<value/>
</ecoreToXMLInfo>
<ecoreToXMLInfo>
- <key xsi:type="ecore:EReference" href="UML.ecore#//NamedElement/namespace"/>
- <value xMLRepresentation="1"/>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//UnmarshallAction"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ValuePin"/>
+ <value/>
+ </ecoreToXMLInfo>
+ <ecoreToXMLInfo>
+ <key xsi:type="ecore:EClass" href="UML.ecore#//ValueSpecificationAction"/>
+ <value/>
</ecoreToXMLInfo>
</ecore2xml:XMLMap>
diff --git a/plugins/org.eclipse.uml2.uml/plugin.xml b/plugins/org.eclipse.uml2.uml/plugin.xml
index 10dd378a..42aed107 100644
--- a/plugins/org.eclipse.uml2.uml/plugin.xml
+++ b/plugins/org.eclipse.uml2.uml/plugin.xml
@@ -252,7 +252,7 @@
class="org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl$Describer">
<parameter
name="namespacePattern"
- value="(http://schema\.omg\.org/spec/MOF/2\.0/cmof.xml|http://www\.omg\.org/spec/MOF/20100901/cmof.xml)" />
+ value="(http://schema\.omg\.org/spec/MOF/2\.0/cmof.xml|http://www\.omg\.org/spec/MOF/20100901/cmof.xmi)" />
<parameter
name="kind"
value="xmi" />
@@ -284,7 +284,7 @@
class="org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl$Describer">
<parameter
name="namespace"
- value="http://www.omg.org/spec/MOF/20100901/cmof.xml" />
+ value="http://www.omg.org/spec/MOF/20100901/cmof.xmi" />
<parameter
name="kind"
value="xmi" />
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/resource/CMOF2UMLSaveImpl.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/resource/CMOF2UMLSaveImpl.java
index d8c3d168..7fbcdbeb 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/resource/CMOF2UMLSaveImpl.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/resource/CMOF2UMLSaveImpl.java
@@ -42,7 +42,7 @@ import org.eclipse.uml2.uml.resource.CMOF2UMLExtendedMetaData;
import org.eclipse.uml2.uml.util.UMLUtil;
public class CMOF2UMLSaveImpl
- extends XMISaveImpl {
+ extends UMLSaveImpl {
protected static class Lookup
extends XMISaveImpl.Lookup {
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/resource/CMOF2UMLResource.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/resource/CMOF2UMLResource.java
index af7006af..6fce0749 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/resource/CMOF2UMLResource.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/resource/CMOF2UMLResource.java
@@ -30,7 +30,7 @@ public interface CMOF2UMLResource
String CMOF_2_0_METAMODEL_NS_URI = CMOF_2_0_METAMODEL_URI;
- String CMOF_2_4_METAMODEL_URI = "http://www.omg.org/spec/MOF/20100901/cmof.xml"; //$NON-NLS-1$
+ String CMOF_2_4_METAMODEL_URI = "http://www.omg.org/spec/MOF/20100901/cmof.xmi"; //$NON-NLS-1$
String CMOF_2_4_METAMODEL_NS_URI = "http://www.omg.org/spec/MOF/20100901"; //$NON-NLS-1$

Back to the top