is_duplicated bool 2 classes | xmi stringlengths 506 392k | ids stringlengths 42 388 | model_type stringclasses 1 value | txt stringlengths 3 77k | labels null | graph stringlengths 176 1.29M |
|---|---|---|---|---|---|---|
false | <?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="javabean12"
nsURI="http://www.milyn.org/xsd/smooks/javabean-1.2.xsd" nsPrefix="javabean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Smooks Java Binding Configuration"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="BeanType" eSuperTypes="smooks-1.1.ecore#//ElementVisitor">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="bean_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="group:2"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="#//ValueType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
	 Basic "value" based binding configuration.
	 <p/>
	 This binding type is used to bind data from the source message event stream.
	 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="value"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:2"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="wiring" upperBound="-1"
eType="#//WiringType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 			Wiring based binding configuration.
 			<p/>
 			This binding type is used to "wire" beans together.
 		"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="wiring"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:2"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" upperBound="-1"
eType="#//ExpressionType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression based Configuration"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="expression"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:2"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="beanId" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The ID under which the created bean is
 to be bound in the bean context.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="beanId"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 						The fully qualified bean Class name.
 					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="class"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="createOnElement" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 						The Source data event stream element
 						event to use to control the timing of
 						the creating.
 						<p/>
 						Think of this as the element path (in
 						the Source data) used to control
 						creation of the bean instance(s).
 						<h3>Example</h3>
 						If this attribute value is set to
 						"order/orderItem", an instance of the
 						class (specified in the "class"
 						attribute) will be created when an
 						element event for the element
 						"orderItem" (with a parent element of
 						"order") is encountered in the Source
 						data event stream. The created bean
 						instance will then be bound into the
 						bean context under the specified
 						"beanId".
 						<p/>
 						If the createOnElement is not set then
 						no bean will be created. The existing
 						bean in the bean context will be used to
 						do the value binding, expression binding
 						and the object wiring on.
 					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="createOnElement"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="createOnElementNS" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 						Namespace control for the
 						"createOnElement" attribute.
 					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="createOnElementNS"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extendLifecycle" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 						Defines if this bindings bean wiring may still wire
 						beans after the element is processed. This enables
 						flat XML support.
 						The default value can be set with the global-parameter 'bean-population.default.extend.lifecycle'.
 						Default the value is 'false'.
 					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="extendLifecycle"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DecodeParamType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="decodeParam_._type"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the parameter."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Javabean12DocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xmlns:prefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xsi:schemaLocation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="bean" upperBound="-2" eType="#//BeanType"
volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				Javabean Bindings Configuration.
				<h3>Bean Instance Creation</h3>
				Instances of the class specified in the
				"class" attribute are created and bound into
				the bean context under the ID specified by
				the "beanId" attribute. The bean instance is
				created (and bound) when the element event
				specified in the "createOnElement" attribute
				is encountered in the Source data event
				stream (see also "createOnElementNS").
				<h3>Bean Property/Member Population</h3>
				Bean property/member population is
				controlled by the binding sub-elements
				nested inside this element. Use your IDE to
				discover these elements.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="bean"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.milyn.org/xsd/smooks-1.1.xsd#abstract-resource-config"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="decodeParam" upperBound="-2"
eType="#//DecodeParamType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 Data Decode Parameter.
 <p/>
 Some decoders may require parameters in order to complete the decoding process e.g. the
 <a href="http://milyn.codehaus.org/javadoc/smooks/org/milyn/javabean/decoders/DateDecoder.html">DateDecoder</a>.
 These parameters can be specified by adding &lt;decodeParam&gt; sub-elements to the &lt;value&gt;
 binding element. Review the Decoder's Javadoc for details of the custom parameters.
 <p/>
 <u>Example:</u>
<pre>
&lt;jb:value property="date" data="header/date" decoder="<a href="http://milyn.codehaus.org/javadoc/smooks/org/milyn/javabean/decoders/DateDecoder.html">Date</a>"&gt;
 &lt;jb:decodeParam name="format"&gt;EEE MMM dd HH:mm:ss z yyyy&lt;/jb:decodeParam&gt;
 &lt;jb:decodeParam name="locale-language"&gt;en&lt;/jb:decodeParam&gt;
 &lt;jb:decodeParam name="locale-country"&gt;IE&lt;/jb:decodeParam&gt;
&lt;/jb:value&gt;
</pre>
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="decodeParam"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" upperBound="-2"
eType="#//ExpressionType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression based Configuration"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="expression"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="result" upperBound="-2"
eType="#//ResultType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="result"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.milyn.org/xsd/smooks-1.1.xsd#abstract-resource-config"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-2"
eType="#//ValueType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
	 Basic "value" based binding configuration.
	 <p/>
	 This binding type is used to bind data from the source message event stream.
	 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="value"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="wiring" upperBound="-2"
eType="#//WiringType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 			Wiring based binding configuration.
 			<p/>
 			This binding type is used to "wire" beans together.
 		"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="wiring"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="expression_._type"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="execOnElement" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The Source data event stream element event to use to control the execution of the expression
 and binding of the result.
 <p/>
 Think of this as the element path (in the Source data) used to control execution of the
 expression.
 <h3>Example</h3>
 If this attribute value is set to "order/orderItem", the expression will be executed (and
 the result bound to the target property) when an "end" element event ("visitAfter")
 for the element "orderItem" (with a parent element of "order") is encountered in the
 Source data event stream.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="execOnElement"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="execOnElementNS" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Namespace control for the "execOnElement" attribute.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="execOnElementNS"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initVal" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Initial value for the property."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="initVal"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The class property to which the expression evaluation result
 is to be bound. Not needed when binding to a Collection.
 <p/>
 The property attribute does not need to be specified when the "class" type on the parent "bindings" element
 is a List/Array or Map. In the case of a List/Array, the bean is simply added. In the case of Map, the
 element name (from the element specified in the "data" attribute) is used.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="property"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="setterMethod" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
		 				The class method which is called to bind the data
		 				to the object. Not needed when binding to a Collection.
		 				<p/>
 The setterMethod attribute does not need to be specified when the "class" type on the parent "bindings" element
 is a List/Array or Map. In the case of a List/Array, the bean is simply added. In the case of Map, the
 element name (from the element specified in the "data" attribute) is used.
		 			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="setterMethod"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResultType" eSuperTypes="smooks-1.1.ecore#//ElementVisitor">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="result_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="retainBeans" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Comma separated list of beanIds to be retained in the Bean context."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="retainBeans"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValueType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="value_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="decodeParam" upperBound="-1"
eType="#//DecodeParamType" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 Data Decode Parameter.
 <p/>
 Some decoders may require parameters in order to complete the decoding process e.g. the
 <a href="http://milyn.codehaus.org/javadoc/smooks/org/milyn/javabean/decoders/DateDecoder.html">DateDecoder</a>.
 These parameters can be specified by adding &lt;decodeParam&gt; sub-elements to the &lt;value&gt;
 binding element. Review the Decoder's Javadoc for details of the custom parameters.
 <p/>
 <u>Example:</u>
<pre>
&lt;jb:value property="date" data="header/date" decoder="<a href="http://milyn.codehaus.org/javadoc/smooks/org/milyn/javabean/decoders/DateDecoder.html">Date</a>"&gt;
 &lt;jb:decodeParam name="format"&gt;EEE MMM dd HH:mm:ss z yyyy&lt;/jb:decodeParam&gt;
 &lt;jb:decodeParam name="locale-language"&gt;en&lt;/jb:decodeParam&gt;
 &lt;jb:decodeParam name="locale-country"&gt;IE&lt;/jb:decodeParam&gt;
&lt;/jb:value&gt;
</pre>
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="decodeParam"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="data" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The Source data event stream element event defining the data to be bound.
 <p/>
 Think of this as the element path (in the Source data) to the data.
 <h3>Examples</h3>
 <ul>
 <li>
 <b>Element Text Data:</b>
 "order/orderid"
 </li>
 <li>
 <b>Element Attribute Data:</b>
 "order/header/@date"
 </li>
 </ul>
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="data"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataNS" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The namespace for the "data" selector (see "data" attribute).
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="dataNS"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="decoder" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 Data Decoder.
 <p/>
 This attribute specifies the
 <a href="http://milyn.codehaus.org/javadoc/smooks/org/milyn/javabean/DataDecoder.html">DataDecoder</a>
 to be used to decode the data (see "data" attribute) before setting it on the target bean
 property(see "property" attribute).
 <p/>
 Smooks contains decoders for all of the main data types (Long, Integer etc). In these cases,
 just specify the decoder as being "Long", "Integer", "Date" etc i.e. no need to specify the fully qualified
 <a href="http://milyn.codehaus.org/javadoc/smooks/org/milyn/javabean/DataDecoder.html">DataDecoder</a>
 class name. The fully qualified class name is only required for custom
 <a href="http://milyn.codehaus.org/javadoc/smooks/org/milyn/javabean/DataDecoder.html">DataDecoder</a>
 implementations.

 <h3>Primitive Types</h3>
 Smooks does not define special decoders for any of the primitive types. To decode a
 primitive property type, just specify the Object equivalent decoder e.g. specify "Integer" for "int",
 "Double" for "double" etc etc.

 <h3>Decode Parameters</h3>
 Some decoders may require parameters in order to complete the decoding process e.g. the
 <a href="http://milyn.codehaus.org/javadoc/smooks/org/milyn/javabean/decoders/DateDecoder.html">DateDecoder</a>.
 These parameters can be specified by adding &lt;decodeParam&gt; sub-elements to the &lt;value&gt;
 binding element. Review the Decoder's Javadoc for details of the custom parameters.
 <p/>
 <u>Example:</u>
<pre>
 &lt;jb:value property="date" data="header/date" decoder="<a href="http://milyn.codehaus.org/javadoc/smooks/org/milyn/javabean/decoders/DateDecoder.html">Date</a>"&gt;
 &lt;jb:decodeParam name="format"&gt;EEE MMM dd HH:mm:ss z yyyy&lt;/jb:decodeParam&gt;
 &lt;jb:decodeParam name="locale-language"&gt;en&lt;/jb:decodeParam&gt;
 &lt;jb:decodeParam name="locale-country"&gt;IE&lt;/jb:decodeParam&gt;
 &lt;/jb:value&gt;
</pre>

 <h3>Custom Data Decoding</h3>
 For custom data decoding, implement the
 <a href="http://milyn.codehaus.org/javadoc/smooks/org/milyn/javabean/DataDecoder.html">
 DataDecoder
 </a>
 interface and specify the decoder using the fully qualified class name of the new
 implementation.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="decoder"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The default data value, where a null/empty data String is returned
 for the data element.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="default"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The class property to which the decoded data is to be bound.
 <p/>
 The property attribute does not need to be specified when the "class" type on the parent "bindings" element
 is a List/Array or Map. In the case of a List/Array, the bean is simply added. In the case of Map, the
 element name (from the element specified in the "data" attribute) is used.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="property"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="setterMethod" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 				The class method which is called to bind the data
 				to the object. Not needed when binding to a Collection.
 				<p/>
 The setterMethod attribute does not need to be specified when the "class" type on the parent "bindings" element
 is a List/Array or Map. In the case of a List/Array, the bean is simply added. In the case of Map, the
 element name (from the element specified in the "data" attribute) is used.
 			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="setterMethod"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WiringType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="wiring_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="beanIdRef" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 				The beanId of the bean to be wired into the
 				specified bean "property" (or List).
 			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="beanIdRef"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 				The class property to which the bean (specified
 				by "beanIdRef") is to be bound.
 				<p/>
 				The property attribute does not need to be
 				specified when the "class" type on the parent
 				"bindings" element is a List/Array or Map. In
 				the case of a List/Array, the bean is simply
 				added. In the case of Map, the element name
 				(from the element specified in the "data"
 				attribute) is used.
 			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="property"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="setterMethod" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 				The class method which is called to bind the data
 				to the object. Not needed when binding to a Collection.
 				<p/>
 The setterMethod attribute does not need to be specified when the "class" type on the parent "bindings" element
 is a List/Array or Map. In the case of a List/Array, the bean is simply added. In the case of Map, the
 element name (from the element specified in the "data" attribute) is used.
 			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="setterMethod"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wireOnElement" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 				The Source data event stream element event to
 				use to control when the bean needs to be wired
 				or when the cartridge needs to register a
 				listener for the bean to be wired.
 			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="wireOnElement"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wireOnElementNS" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 				Namespace control for the "wireOnElement"
 				attribute.
 			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="wireOnElementNS"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/alexproca/smooks-editor/tests/plugins/org.jboss.tools.smooks.core/model/smooks-1.2-models/javabean12.ecore | ecore | javabean12
BeanType
group
value
wiring
expression
beanId
class
createOnElement
createOnElementNS
extendLifecycle
DecodeParamType
value
name
Javabean12DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
bean
decodeParam
expression
result
value
wiring
ExpressionType
value
execOnElement
execOnElementNS
initVal
property
setterMethod
ResultType
retainBeans
ValueType
decodeParam
data
dataNS
decoder
default
property
setterMethod
WiringType
beanIdRef
property
setterMethod
wireOnElement
wireOnElementNS | null | {"directed":true,"nodes":[{"nsPrefix":"javabean","nsURI":"http://www.milyn.org/xsd/smooks/javabean-1.2.xsd","name":"javabean12","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BeanType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecodeParamType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javabean12DocumentRoot","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WiringType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":9,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"wiring","changeable":true,"resolveProxies":false,"lowerBound":0,"id":10,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"expression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":11,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"beanId","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createOnElement","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createOnElementNS","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"extendLifecycle","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bean","changeable":true,"resolveProxies":false,"lowerBound":0,"id":34,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"decodeParam","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"expression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":36,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"result","changeable":true,"resolveProxies":false,"lowerBound":0,"id":37,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":38,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"wiring","changeable":true,"resolveProxies":false,"lowerBound":0,"id":39,"derived":true},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"execOnElement","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"execOnElementNS","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initVal","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setterMethod","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retainBeans","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decodeParam","changeable":true,"resolveProxies":false,"lowerBound":0,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataNS","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decoder","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setterMethod","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"beanIdRef","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setterMethod","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wireOnElement","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wireOnElementNS","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":8,"target":18},{"source":8,"target":1},{"source":9,"target":6},{"source":9,"target":19},{"source":9,"target":1},{"source":19,"target":6},{"source":10,"target":7},{"source":10,"target":20},{"source":10,"target":1},{"source":20,"target":7},{"source":11,"target":4},{"source":11,"target":21},{"source":11,"target":1},{"source":21,"target":4},{"source":12,"target":22},{"source":12,"target":1},{"source":13,"target":23},{"source":13,"target":1},{"source":14,"target":24},{"source":14,"target":1},{"source":15,"target":25},{"source":15,"target":1},{"source":16,"target":26},{"source":16,"target":1},{"source":2,"target":0},{"source":2,"target":27},{"source":2,"target":28},{"source":27,"target":29},{"source":27,"target":2},{"source":28,"target":30},{"source":28,"target":2},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":31,"target":40},{"source":31,"target":3},{"source":32,"target":41},{"source":32,"target":3},{"source":33,"target":42},{"source":33,"target":3},{"source":34,"target":1},{"source":34,"target":43},{"source":34,"target":3},{"source":43,"target":1},{"source":35,"target":2},{"source":35,"target":44},{"source":35,"target":3},{"source":44,"target":2},{"source":36,"target":4},{"source":36,"target":45},{"source":36,"target":3},{"source":45,"target":4},{"source":37,"target":5},{"source":37,"target":46},{"source":37,"target":3},{"source":46,"target":5},{"source":38,"target":6},{"source":38,"target":47},{"source":38,"target":3},{"source":47,"target":6},{"source":39,"target":7},{"source":39,"target":48},{"source":39,"target":3},{"source":48,"target":7},{"source":4,"target":0},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":49,"target":55},{"source":49,"target":4},{"source":50,"target":56},{"source":50,"target":4},{"source":51,"target":57},{"source":51,"target":4},{"source":52,"target":58},{"source":52,"target":4},{"source":53,"target":59},{"source":53,"target":4},{"source":54,"target":60},{"source":54,"target":4},{"source":5,"target":0},{"source":5,"target":61},{"source":5,"target":62},{"source":61,"target":63},{"source":61,"target":5},{"source":6,"target":0},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":64,"target":2},{"source":64,"target":71},{"source":64,"target":6},{"source":71,"target":2},{"source":65,"target":72},{"source":65,"target":6},{"source":66,"target":73},{"source":66,"target":6},{"source":67,"target":74},{"source":67,"target":6},{"source":68,"target":75},{"source":68,"target":6},{"source":69,"target":76},{"source":69,"target":6},{"source":70,"target":77},{"source":70,"target":6},{"source":7,"target":0},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":7,"target":82},{"source":78,"target":83},{"source":78,"target":7},{"source":79,"target":84},{"source":79,"target":7},{"source":80,"target":85},{"source":80,"target":7},{"source":81,"target":86},{"source":81,"target":7},{"source":82,"target":87},{"source":82,"target":7}],"multigraph":true} |
true | <?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="Test"
nsURI="http://www.restlet.org/emf/test" nsPrefix="test">
<eClassifiers xsi:type="ecore:EClass" name="Foo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/encima/PhD-Java-Libs/restlet-jse-2.1.2/src/org.restlet.test/org/restlet/test/ext/emf/Test.ecore | ecore | Test
Foo
bar | null | {"directed":true,"nodes":[{"nsPrefix":"test","nsURI":"http://www.restlet.org/emf/test","name":"Test","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Foo","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bar","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
true | <?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="transformr" nsURI="http://www.transformr.org" nsPrefix="transformr">
<eClassifiers xsi:type="ecore:EClass" name="Graph" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//Node" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//GraphElement">
<eOperations name="setEType">
<eParameters name="eclass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1"
eType="#//Edge" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//GraphElement">
<eOperations name="setEType">
<eParameters name="ereference" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/>
</eOperations>
<eOperations name="getSource" eType="#//Node"/>
<eOperations name="setSource">
<eParameters name="source" eType="#//Node"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Node"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pattern" eSuperTypes="#//Graph">
<eStructuralFeatures xsi:type="ecore:EReference" name="constraint" eType="#//Constraint"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//Variable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="#//Pattern #//Executable">
<eStructuralFeatures xsi:type="ecore:EReference" name="creations" upperBound="-1"
eType="#//GraphElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="deletions" upperBound="-1"
eType="#//GraphElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignments" upperBound="-1"
eType="#//Assignment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GraphElement" abstract="true" interface="true"
eSuperTypes="#//TypedElement #//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//TypedElement #//NamedElement">
<eOperations name="setEType">
<eParameters name="eattribute" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternConstraint" abstract="true" eSuperTypes="#//Constraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="subpattern" eType="#//Pattern"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BinaryConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//BinaryConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//Constraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="#//Constraint"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Exists" eSuperTypes="#//PatternConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="ForAll" eSuperTypes="#//PatternConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="BinaryConstraint" abstract="true" eSuperTypes="#//Constraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Constraint"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Constraint"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="targetAttribute" lowerBound="1"
eType="#//Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="involvedVariables" upperBound="-1"
eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableConstraint" eSuperTypes="#//Expression #//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="targetVariable" lowerBound="1"
eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Executable" abstract="true" interface="true"
eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Branch" eSuperTypes="#//Executable">
<eStructuralFeatures xsi:type="ecore:EReference" name="if" eType="#//Pattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//Executable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" lowerBound="1" eType="#//Executable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Executable">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Executable"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/transformr.ecore | ecore | transformr
Graph
nodes
Node
setEType
eclass
edges
attributes
Edge
setEType
ereference
getSource
setSource
source
target
Pattern
constraint
variables
Rule
creations
deletions
assignments
GraphElement
Attribute
setEType
eattribute
NamedElement
name
TypedElement
type
PatternConstraint
subpattern
And
Or
Not
child
Exists
ForAll
Constraint
BinaryConstraint
left
right
Variable
targetAttribute
Expression
involvedVariables
expression
VariableConstraint
Assignment
targetVariable
Executable
Branch
if
then
else
Block
children | null | {"directed":true,"nodes":[{"nsPrefix":"transformr","nsURI":"http://www.transformr.org","name":"transformr","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphElement","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternConstraint","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exists","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForAll","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryConstraint","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableConstraint","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Executable","instanceClass":null,"abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setEType","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eclass","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EParameter"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setEType","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSource","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setSource","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ereference","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EParameter"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"creations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deletions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setEType","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EOperation"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eattribute","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EParameter"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subpattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetAttribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"involvedVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"if","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":25},{"source":1,"target":26},{"source":25,"target":2},{"source":25,"target":27},{"source":25,"target":1},{"source":27,"target":2},{"source":26,"target":8},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":28,"target":2},{"source":28,"target":32},{"source":32,"target":33},{"source":32,"target":28},{"source":29,"target":3},{"source":29,"target":34},{"source":29,"target":2},{"source":34,"target":3},{"source":30,"target":7},{"source":30,"target":35},{"source":30,"target":2},{"source":35,"target":7},{"source":31,"target":6},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":36,"target":3},{"source":36,"target":41},{"source":41,"target":42},{"source":41,"target":36},{"source":37,"target":2},{"source":37,"target":43},{"source":37,"target":3},{"source":43,"target":2},{"source":38,"target":3},{"source":38,"target":44},{"source":44,"target":2},{"source":44,"target":45},{"source":44,"target":38},{"source":45,"target":2},{"source":39,"target":2},{"source":39,"target":46},{"source":39,"target":3},{"source":46,"target":2},{"source":40,"target":6},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":47,"target":16},{"source":47,"target":50},{"source":47,"target":4},{"source":50,"target":16},{"source":48,"target":18},{"source":48,"target":51},{"source":48,"target":4},{"source":51,"target":18},{"source":49,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":22},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":52,"target":6},{"source":52,"target":57},{"source":52,"target":5},{"source":57,"target":6},{"source":53,"target":6},{"source":53,"target":58},{"source":53,"target":5},{"source":58,"target":6},{"source":54,"target":21},{"source":54,"target":59},{"source":54,"target":5},{"source":59,"target":21},{"source":55,"target":4},{"source":56,"target":22},{"source":6,"target":0},{"source":6,"target":9},{"source":6,"target":8},{"source":6,"target":60},{"source":6,"target":61},{"source":60,"target":9},{"source":61,"target":8},{"source":7,"target":0},{"source":7,"target":9},{"source":7,"target":8},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":62,"target":7},{"source":62,"target":65},{"source":65,"target":66},{"source":65,"target":62},{"source":63,"target":9},{"source":64,"target":8},{"source":8,"target":0},{"source":8,"target":67},{"source":67,"target":68},{"source":67,"target":8},{"source":9,"target":0},{"source":9,"target":69},{"source":69,"target":70},{"source":69,"target":9},{"source":10,"target":0},{"source":10,"target":16},{"source":10,"target":71},{"source":10,"target":72},{"source":71,"target":4},{"source":71,"target":73},{"source":71,"target":10},{"source":73,"target":4},{"source":72,"target":16},{"source":11,"target":0},{"source":11,"target":17},{"source":11,"target":74},{"source":74,"target":17},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":75},{"source":75,"target":17},{"source":13,"target":0},{"source":13,"target":16},{"source":13,"target":76},{"source":13,"target":77},{"source":76,"target":16},{"source":76,"target":78},{"source":76,"target":13},{"source":78,"target":16},{"source":77,"target":16},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":79},{"source":79,"target":10},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":80},{"source":80,"target":10},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":81},{"source":17,"target":82},{"source":17,"target":83},{"source":81,"target":16},{"source":81,"target":84},{"source":81,"target":17},{"source":84,"target":16},{"source":82,"target":16},{"source":82,"target":85},{"source":82,"target":17},{"source":85,"target":16},{"source":83,"target":16},{"source":18,"target":0},{"source":18,"target":8},{"source":18,"target":86},{"source":18,"target":87},{"source":86,"target":7},{"source":86,"target":88},{"source":86,"target":18},{"source":88,"target":7},{"source":87,"target":8},{"source":19,"target":0},{"source":19,"target":89},{"source":19,"target":90},{"source":89,"target":18},{"source":89,"target":91},{"source":89,"target":19},{"source":91,"target":18},{"source":90,"target":92},{"source":90,"target":19},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":16},{"source":20,"target":93},{"source":20,"target":94},{"source":93,"target":19},{"source":94,"target":16},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":95},{"source":21,"target":96},{"source":95,"target":18},{"source":95,"target":97},{"source":95,"target":21},{"source":97,"target":18},{"source":96,"target":19},{"source":22,"target":0},{"source":22,"target":8},{"source":22,"target":98},{"source":98,"target":8},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":99},{"source":23,"target":100},{"source":23,"target":101},{"source":23,"target":102},{"source":99,"target":4},{"source":99,"target":103},{"source":99,"target":23},{"source":103,"target":4},{"source":100,"target":22},{"source":100,"target":104},{"source":100,"target":23},{"source":104,"target":22},{"source":101,"target":22},{"source":101,"target":105},{"source":101,"target":23},{"source":105,"target":22},{"source":102,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":106},{"source":24,"target":107},{"source":106,"target":22},{"source":106,"target":108},{"source":106,"target":24},{"source":108,"target":22},{"source":107,"target":22}],"multigraph":true} |
false | <?xml version="1.0" encoding="ASCII"?>
<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="org.eclipse.scava.metricprovider.indexing.bugs.model">
<eClassifiers xsi:type="ecore:EClass" name="BugsIndexingMetric">
<eAnnotations source="db">
<details key="qualifiedCollectionNames" value="true"/>
</eAnnotations>
<eAnnotations source="customize"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/crossminer/scava/metric-platform/metric-providers/org.eclipse.scava.metricprovider.indexing.bugs/src/org/eclipse/scava/metricprovider/indexing/bugs/model/BugsIndexerTransMetric.ecore | ecore | org.eclipse.scava.metricprovider.indexing.bugs.model
BugsIndexingMetric | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"org.eclipse.scava.metricprovider.indexing.bugs.model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BugsIndexingMetric","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":1,"target":0}],"multigraph":true} |
true | <?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="operators"
nsURI="http://www.netxforge.com/05012011/operators" nsPrefix="operators">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="

			Network Data schema Copyright 2008 The schema uses
			ecore
			references syntax, but should easily map into an SQL schema.
			The
			ecore
			references, are mapped into ORM specific DLL (See
			Hibernate or
			other
			ORM. EMF/Hibernate
			however uses a custom mechanism.

			Don't use
			the
			word
			"Item", as this is appended to the Object
			name in the EMF
			edit
			model.
			
			Validation with pattern is not used, considering the limited capabilities of XSD patterns. 
			
		


			Network Data schema Copyright 2008 The schema uses
			ecore
			references syntax, but should easily map into an SQL schema.
			The
			ecore
			references, are mapped into ORM specific DLL (See
			Hibernate or
			other
			ORM. EMF/Hibernate
			however uses a custom mechanism.

			Don't use
			the
			word
			"Item", as this is appended to the Object
			name in the EMF
			edit
			model.
			
			Validation with pattern is not used, considering the limited capabilities of XSD patterns. 
			
		

		


			Network Data schema Copyright 2008 The schema uses
			ecore
			references syntax, but should easily map into an SQL schema.
			The
			ecore
			references, are mapped into ORM specific DLL (See
			Hibernate or
			other
			ORM. EMF/Hibernate
			however uses a custom mechanism.

			Don't use
			the
			word
			"Item", as this is appended to the Object
			name in the EMF
			edit
			model.
			
			Validation with pattern is not used, considering the limited capabilities of XSD patterns. 
			
		"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="EquipmentRelationship" eSuperTypes="#//Relationship">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing the basic information points of an equipment relationship. (Also known as a Physical Connection).
The EquipmentRelationship type extends the Relationship type and contains references to a first and second equipment.

Examples:
1. A Relationship between two Equipment representing a connection. 

"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="EquipmentRelationship"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="equipment1Ref" eType="ecore:EClass library.ecore#//Equipment">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Equipment1Ref reference, references 1 Equipment type.
"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Equipment1Ref"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="equipment2Ref" eType="ecore:EClass library.ecore#//Equipment">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Equipment2Ref reference, references 1 Equipment type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Equipment2Ref"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionExperience">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing the gained experience on expending an equipment.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ExpansionExperience"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="equipmentRef" eType="ecore:EClass library.ecore#//Equipment">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The EquipmentRef reference, references the 0 or 1 Equipment type, for which this duration applies."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="EquipmentRef"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EEnum generics.ecore#//ExpansionDuration"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Duration attribute, holds the typical duration for the expansion of an Equipment. "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Duration"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionRelationship" eSuperTypes="#//Relationship">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing the basic information points of a function relationship. (Also known as a Logical Connection).
The FunctionRelationship type extends the Relationship type and contains references to a first and second function.

Examples:
1. A Relationship between two functions representing a logical connection."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="FunctionRelationship"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="function1Ref" eType="ecore:EClass library.ecore#//Function">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Function1Ref reference, references 1 function type.

						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Function1Ref"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="function2Ref" eType="ecore:EClass library.ecore#//Function">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Function2Ref reference, references 1 function type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Function2Ref"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Marker">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				A type representing a resource marker. The marker references a value and an Equipment or Function.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Marker"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="equipmentRef" eType="ecore:EClass library.ecore#//Equipment">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The EquipmentRef reference, references 0 or 1 Equipment types."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="EquipmentRef"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionRef" eType="ecore:EClass library.ecore#//Function">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The FunctionRef reference, references 0 or 1 Function types."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="FunctionRef"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="markerValueRef" eType="ecore:EClass generics.ecore#//Value">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The MarkerValue reference, references 0 or 1 MarkerValue type"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="MarkerValueRef"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Description attribute holds the description for this marker."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//MarkerKind"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Kind attribute holds the kind of Marker this Marker is. (See MarkerKind). "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Kind"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MarkerKind">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing the kinds of possible markers which could apply on a resource value
"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="MarkerKind"/>
</eAnnotations>
<eLiterals name="value"/>
<eLiterals name="INTERNALEVENT" value="1" literal="INTERNAL_EVENT"/>
<eLiterals name="EXTERNALEVENT" value="2" literal="EXTERNAL_EVENT"/>
<eLiterals name="ACTIONNEEDED" value="3" literal="ACTION_NEEDED"/>
<eLiterals name="THRESHOLDREACHED" value="4" literal="THRESHOLD_REACHED"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="MarkerKindObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="MarkerKind:Object"/>
<details key="baseType" value="MarkerKind"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Network">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing the basic information points of a real telecommunications network or part of a network.
A Network type can have a parent Network. It also can contain nodes and relationships. A Network can have different phases 
which represents how the network evolves over time. The start and end date of the network provide reference on the period for which a phase applies.
applies. Network phases are also linked together. 

Examples: 
1. A "Core Network" is defined which holds Nodes belonging to the "Core Network". Relationships are also stored
in this network.
1. A "Core Network" has 2 phases, each covering 1 calendar year."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Network"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="diagrams" upperBound="-1"
eType="ecore:EClass generics.ecore#//DiagramInfo" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Diagrams reference, contains 0 or more DiagramInfo types."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Diagrams"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//Node" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Nodes reference, contains 0 or more Node types."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Nodes"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="networks" upperBound="-1"
eType="#//Network" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Networks reference, contains 0 or more Network types.
These are sub networks."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Networks"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionRelationships"
upperBound="-1" eType="#//FunctionRelationship" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The FunctionRelationships reference, contains 0 or more FunctionRelationship types."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="FunctionRelationships"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="equipmentRelationships"
upperBound="-1" eType="#//EquipmentRelationship" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The EquipmentRelationships reference, contains 0 or more EquipmentRelationship types."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="EquipmentRelationships"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="metricSources" upperBound="-1"
eType="ecore:EClass metrics.ecore#//MetricSource" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The MetricSources reference, contains 0 or more MetricSource types"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="MetricSources"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="createdByRef" eType="ecore:EClass generics.ecore#//Person">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The CreatedByRef references, refers to the User type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="CreatedByRef"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="createdDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The CreatedDate attribute is populated with the actual creation date of the Network."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="CreatedDate"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Description attribute holds the description of the network."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255"
defaultValueLiteral="name" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds the name of the network."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing the basic information points of a real telecommunications Node. This is also often referred
to as a Network Element. A Node type is a real instance of a vendor equipment with functions. 

A Node, has a unique ID, it has a lifecycle. It is also placed in a Room.

Examples: 
1. The AMSSGSN, is the ID of the Amsterdam SGSN Node."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="
				ValidNodeID
			"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="ValidNodeID" value="
				not self.nodeID.oclIsUndefined()
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Node"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="lifecycle" eType="ecore:EClass generics.ecore#//Lifecycle"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Lifecycle reference, contains 0 or 1 Lifecycle types."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Lifecycle"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1"
eType="ecore:EClass library.ecore#//Function" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Functions reference, contains 0 or more Function types."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Functions"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="equipments" upperBound="-1"
eType="ecore:EClass library.ecore#//Equipment" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Equipments reference, contains 0 or more Equipment types."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Equipments"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="createdByRef" eType="ecore:EClass generics.ecore#//Person">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The CreatedByRef references, refers to the User type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="CreatedByRef"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeID" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The NodeID attribute holds a unique identifier for the node. 
It is according to guidelines for so-called Configuration Items (CI). 

Example:
[Location][Nodetype_abbreviation][Sequencenumber]
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="NodeID"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="originalEquipmentRef" eType="ecore:EClass library.ecore#//Equipment">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The OriginalEquipmentRef reference, refers to the original Equipment type from the library."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="OriginalEquipmentRef"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="originalFunctionRef" eType="ecore:EClass library.ecore#//Function">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The OriginalFunctionRef reference, refers to the original Function type from the library.					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="OriginalFunctionRef"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="roomRef" eType="ecore:EClass geo.ecore#//Room">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The RoomRef reference, refers to a Room type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="RoomRef"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operator" eSuperTypes="generics.ecore#//Company">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing the information points of a telecommunications Operator. It contains various aspects like the network(s)
, the Wharehouse(s), the services etc...			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Operator"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="networks" upperBound="-1"
eType="#//Network" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Networks reference, contains 0 or more Network type"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Networks"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="warehouses" upperBound="-1"
eType="#//Warehouse" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Wharehouses reference, contains 0 or more Wharehouse type"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Warehouses"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1"
eType="ecore:EClass services.ecore#//Service" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Services reference, contains 0 or more Service type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Services"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceUsers" upperBound="-1"
eType="ecore:EClass services.ecore#//ServiceUser" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceUsers reference, contains 0 or more ServiceUser type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceUsers"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceExpansions" upperBound="-1"
eType="#//ResourceExpansion" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Services reference, contains 0 or more Service type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ResourceExpansions"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expansionExperiences" upperBound="-1"
eType="#//ExpansionExperience" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ExpansionExperiences reference, contains 0 or more ExpansionExperience type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ExpansionExperiences"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relationship">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing the basic information points of a Relationship. This is also often referred to as a Connection or Link. 
Both Function and Equipment Relationship extend on this Base type. It holds both ends of the Node."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Relationship"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds a name used for presentation."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeID1Ref" eType="#//Node">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The NodeID1Ref attribute, references a Node type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="NodeID1Ref"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeID2Ref" eType="#//Node">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The NodeID1Ref attribute, references a Node type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="NodeID2Ref"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="protocolRef" eType="ecore:EClass library.ecore#//Protocol">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ProtocolRef reference, refers to 0 or 1 Protocol type.
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ProtocolRef"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceExpansion">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing an expansion of the network. It references either node(s) or equipment(s).
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ResourceExpansion"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeRefs" upperBound="-1"
eType="#//Node">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Node reference, references 1 or more Node types."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="NodeRefs"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="equipmentRefs" upperBound="-1"
eType="ecore:EClass library.ecore#//Equipment">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Equipment reference, references 1 or more Equipment types."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="EquipmentRefs"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionRefs" upperBound="-1"
eType="ecore:EClass library.ecore#//Function">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Function reference, references 1 or more Function types."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="FunctionRefs"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceForecast">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a resource forecast run. The resources in the Nodes will contain the forecast values, this type however hold the 
			time markers which result from the forecast.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ResourceForecast"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="markers" upperBound="-1"
eType="#//Marker" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Markers reference, contains 0 or more Marker types."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Markers"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceMonitor">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a resource monitoring run. The resources in the Nodes will contain the monitoring values, 
this object however holds the time markers which result from the monitoring.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ResourceMonitor"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="markers" upperBound="-1"
eType="#//Marker" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Markers reference, contains 0 or more Marker types."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Markers"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Warehouse">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing the basic information points of a wharehouse .
A Warehouse can have nodes and loose pieces of equipment in storage. When a piece of equipment is taken out
of service (See Lifecycle) it can be stored in the wharehouse."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Warehouse"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//Node" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Nodes reference, contains 0 or more Node types."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Nodes"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="equipments" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Equipments reference, contains 0 or more Equipment types."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Equipments"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Description attribute holds the description of the network."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255"
defaultValueLiteral="name" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds the name of the network."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/dzonekl/netxstudio/model/com.netxforge.netxstudio.models/models/cdo/05012011/operators.ecore | ecore | operators
EquipmentRelationship
equipment1Ref
equipment2Ref
ExpansionExperience
equipmentRef
duration
FunctionRelationship
function1Ref
function2Ref
Marker
equipmentRef
functionRef
markerValueRef
description
kind
MarkerKind
value
value
INTERNALEVENT
INTERNAL_EVENT
EXTERNALEVENT
EXTERNAL_EVENT
ACTIONNEEDED
ACTION_NEEDED
THRESHOLDREACHED
THRESHOLD_REACHED
MarkerKindObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
Network
diagrams
nodes
networks
functionRelationships
equipmentRelationships
metricSources
createdByRef
createdDate
description
name
name
Node
lifecycle
functions
equipments
createdByRef
nodeID
originalEquipmentRef
originalFunctionRef
roomRef
Operator
networks
warehouses
services
serviceUsers
resourceExpansions
expansionExperiences
Relationship
name
nodeID1Ref
nodeID2Ref
protocolRef
ResourceExpansion
nodeRefs
equipmentRefs
functionRefs
ResourceForecast
markers
ResourceMonitor
markers
Warehouse
nodes
equipments
description
name
name | null | {"directed":true,"nodes":[{"nsPrefix":"operators","nsURI":"http://www.netxforge.com/05012011/operators","name":"operators","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EquipmentRelationship","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionExperience","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionRelationship","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Marker","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MarkerKind","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"MarkerKindObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Network","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceExpansion","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceForecast","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceMonitor","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Warehouse","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equipment1Ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equipment2Ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equipmentRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function1Ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function2Ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equipmentRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"functionRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"markerValueRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"name":"value","id":39,"value":0,"literal":"value","eClass":"EEnumLiteral"},{"name":"INTERNALEVENT","id":40,"value":1,"literal":"INTERNAL_EVENT","eClass":"EEnumLiteral"},{"name":"EXTERNALEVENT","id":41,"value":2,"literal":"EXTERNAL_EVENT","eClass":"EEnumLiteral"},{"name":"ACTIONNEEDED","id":42,"value":3,"literal":"ACTION_NEEDED","eClass":"EEnumLiteral"},{"name":"THRESHOLDREACHED","id":43,"value":4,"literal":"THRESHOLD_REACHED","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"diagrams","changeable":true,"resolveProxies":false,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"networks","changeable":true,"resolveProxies":false,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionRelationships","changeable":true,"resolveProxies":false,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"equipmentRelationships","changeable":true,"resolveProxies":false,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metricSources","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"createdByRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdDate","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"name","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"name","unsettable":true,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lifecycle","changeable":true,"resolveProxies":false,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"equipments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"createdByRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nodeID","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalEquipmentRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalFunctionRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roomRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"networks","changeable":true,"resolveProxies":false,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"warehouses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceUsers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceExpansions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expansionExperiences","changeable":true,"resolveProxies":false,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeID1Ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeID2Ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"protocolRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equipmentRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"functionRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"markers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"markers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":111,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"equipments","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"name","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"name","unsettable":true,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":15,"target":18},{"source":15,"target":1},{"source":16,"target":19},{"source":16,"target":1},{"source":17,"target":10},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":21},{"source":20,"target":22},{"source":20,"target":2},{"source":21,"target":23},{"source":21,"target":2},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":24,"target":27},{"source":24,"target":3},{"source":25,"target":28},{"source":25,"target":3},{"source":26,"target":10},{"source":4,"target":0},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":29,"target":34},{"source":29,"target":4},{"source":30,"target":35},{"source":30,"target":4},{"source":31,"target":36},{"source":31,"target":4},{"source":32,"target":37},{"source":32,"target":4},{"source":33,"target":5},{"source":33,"target":38},{"source":33,"target":4},{"source":38,"target":5},{"source":5,"target":0},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":39,"target":5},{"source":40,"target":5},{"source":41,"target":5},{"source":42,"target":5},{"source":43,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":7,"target":48},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":44,"target":54},{"source":44,"target":7},{"source":45,"target":8},{"source":45,"target":55},{"source":45,"target":7},{"source":55,"target":8},{"source":46,"target":7},{"source":46,"target":56},{"source":46,"target":7},{"source":56,"target":7},{"source":47,"target":3},{"source":47,"target":57},{"source":47,"target":7},{"source":57,"target":3},{"source":48,"target":1},{"source":48,"target":58},{"source":48,"target":7},{"source":58,"target":1},{"source":49,"target":59},{"source":49,"target":7},{"source":50,"target":60},{"source":50,"target":7},{"source":51,"target":61},{"source":51,"target":7},{"source":52,"target":62},{"source":52,"target":7},{"source":53,"target":63},{"source":53,"target":7},{"source":8,"target":0},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":71},{"source":64,"target":72},{"source":64,"target":8},{"source":65,"target":73},{"source":65,"target":8},{"source":66,"target":74},{"source":66,"target":8},{"source":67,"target":75},{"source":67,"target":8},{"source":68,"target":76},{"source":68,"target":8},{"source":69,"target":77},{"source":69,"target":8},{"source":70,"target":78},{"source":70,"target":8},{"source":71,"target":79},{"source":71,"target":8},{"source":9,"target":0},{"source":9,"target":80},{"source":9,"target":81},{"source":9,"target":82},{"source":9,"target":83},{"source":9,"target":84},{"source":9,"target":85},{"source":9,"target":86},{"source":80,"target":7},{"source":80,"target":87},{"source":80,"target":9},{"source":87,"target":7},{"source":81,"target":14},{"source":81,"target":88},{"source":81,"target":9},{"source":88,"target":14},{"source":82,"target":89},{"source":82,"target":9},{"source":83,"target":90},{"source":83,"target":9},{"source":84,"target":11},{"source":84,"target":91},{"source":84,"target":9},{"source":91,"target":11},{"source":85,"target":2},{"source":85,"target":92},{"source":85,"target":9},{"source":92,"target":2},{"source":10,"target":0},{"source":10,"target":93},{"source":10,"target":94},{"source":10,"target":95},{"source":10,"target":96},{"source":93,"target":97},{"source":93,"target":10},{"source":94,"target":8},{"source":94,"target":98},{"source":94,"target":10},{"source":98,"target":8},{"source":95,"target":8},{"source":95,"target":99},{"source":95,"target":10},{"source":99,"target":8},{"source":96,"target":100},{"source":96,"target":10},{"source":11,"target":0},{"source":11,"target":101},{"source":11,"target":102},{"source":11,"target":103},{"source":101,"target":8},{"source":101,"target":104},{"source":101,"target":11},{"source":104,"target":8},{"source":102,"target":105},{"source":102,"target":11},{"source":103,"target":106},{"source":103,"target":11},{"source":12,"target":0},{"source":12,"target":107},{"source":107,"target":4},{"source":107,"target":108},{"source":107,"target":12},{"source":108,"target":4},{"source":13,"target":0},{"source":13,"target":109},{"source":109,"target":4},{"source":109,"target":110},{"source":109,"target":13},{"source":110,"target":4},{"source":14,"target":0},{"source":14,"target":111},{"source":14,"target":112},{"source":14,"target":113},{"source":14,"target":114},{"source":111,"target":8},{"source":111,"target":115},{"source":111,"target":14},{"source":115,"target":8},{"source":112,"target":116},{"source":112,"target":14},{"source":113,"target":117},{"source":113,"target":14},{"source":114,"target":118},{"source":114,"target":14}],"multigraph":true} |
false | <?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="somepackage" nsURI="http://example.com/somepackage" nsPrefix="somepackage">
<eClassifiers xsi:type="ecore:EClass" name="SomeClass"/>
<eClassifiers xsi:type="ecore:EDataType" name="SomeDataType" instanceClassName="java.lang.Object">
<eAnnotations source="blub"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/vitruv-tools/Vitruv/tests/extensions/emfdomain/tools.vitruv.extensions.emf.monitorededitor.tests/src/tools/vitruv/domains/emf/monitorededitor/test/testmodels/datatype.ecore | ecore | somepackage
SomeClass
SomeDataType
java.lang.Object
java.lang.Object | null | {"directed":true,"nodes":[{"nsPrefix":"somepackage","nsURI":"http://example.com/somepackage","name":"somepackage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SomeClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"SomeDataType","instanceClass":"java.lang.Object","id":2,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":2,"target":0}],"multigraph":true} |
false | <?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="A4_B4" nsURI="https://metamodel.woven/a4/a4/b4" nsPrefix="a4_b4">
<eClassifiers xsi:type="ecore:EClass" name="A1_B1">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numA_numB" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gts-morpher/gts_morpher/uk.ac.kcl.inf.gts_morpher.tests/src/uk/ac/kcl/inf/gts_morpher/tests/composer/AB4.ecore | ecore | A4_B4
A1_B1
numA_numB | null | {"directed":true,"nodes":[{"nsPrefix":"a4_b4","nsURI":"https://metamodel.woven/a4/a4/b4","name":"A4_B4","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A1_B1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numA_numB","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?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="astm" nsURI="http://modelum.es/modernization/astm" nsPrefix="astm">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="DelphiUnit" eSuperTypes="#//CompilationUnit">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="#//DelphiInterfaceSection"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementation" eType="#//DelphiImplementationSection"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelphiInterfaceSection" eSuperTypes="#//CompilationUnit">
<eStructuralFeatures xsi:type="ecore:EReference" name="uses" upperBound="-1" eType="#//NamedTypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelphiImplementationSection" eSuperTypes="#//CompilationUnit">
<eStructuralFeatures xsi:type="ecore:EReference" name="uses" upperBound="-1" eType="#//NamedTypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exports" upperBound="-1"
eType="#//NamedTypeReference" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelphiBlockStatement" eSuperTypes="#//BlockStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="exports" upperBound="-1"
eType="#//NamedTypeReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1"
eType="#//DefinitionObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelphiFunctionCallExpression" eSuperTypes="#//FunctionCallExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="applyTo" eType="#//DefinitionObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelphiWithStatement" eSuperTypes="#//BlockStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="withs" upperBound="-1"
eType="#//DefinitionObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GASTMObject" eSuperTypes="#//Visitable"/>
<eClassifiers xsi:type="ecore:EClass" name="GASTMSourceObject" abstract="true" eSuperTypes="#//Visitable"/>
<eClassifiers xsi:type="ecore:EClass" name="GASTMSemanticObject" abstract="true"
eSuperTypes="#//Visitable"/>
<eClassifiers xsi:type="ecore:EClass" name="OtherSyntaxObject" abstract="true" eSuperTypes="#//GASTMSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="StorageSpecification" abstract="true"
eSuperTypes="#//Visitable"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="AccessKind" eSuperTypes="#//Visitable"/>
<eClassifiers xsi:type="ecore:EClass" name="UnaryOperator" abstract="true" eSuperTypes="#//Operator"/>
<eClassifiers xsi:type="ecore:EClass" name="BinaryOperator" abstract="true" eSuperTypes="#//Operator"/>
<eClassifiers xsi:type="ecore:EClass" name="ActualParameter" abstract="true" eSuperTypes="#//Visitable"/>
<eClassifiers xsi:type="ecore:EClass" name="SourceFile" eSuperTypes="#//GASTMSourceObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pathName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceLocation" eSuperTypes="#//GASTMSourceObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startColumn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endColumn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inSourceFile" eType="#//SourceFile"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#//GASTMSemanticObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="files" upperBound="-1"
eType="#//CompilationUnit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outerScope" eType="#//GlobalScope"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Scope" eSuperTypes="#//GASTMSemanticObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="definitionObject" upperBound="-1"
eType="#//DefinitionObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childScope" upperBound="-1"
eType="#//Scope" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GASTMSyntaxObject" abstract="true" eSuperTypes="#//GASTMObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="locationInfo" eType="#//SourceLocation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="preProcessorElements" upperBound="-1"
eType="#//PreprocessorElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//AnnotationExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//OtherSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#//DefinitionObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//ProgramScope"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Name" eSuperTypes="#//OtherSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nameString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeclarationOrDefinition" abstract="true"
eSuperTypes="#//DefinitionObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRegister" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="linkageSpecifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="storageSpecifiers" eType="#//OtherSyntaxObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessKind" eType="#//OtherSyntaxObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Definition" abstract="true" eSuperTypes="#//DeclarationOrDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="identifierName" eType="#//Name"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitionType" eType="#//TypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Declaration" abstract="true" eSuperTypes="#//DeclarationOrDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="defRef" eType="#//Definition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="identifierName" eType="#//Name"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="declarationType" eType="#//TypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionDeclaration" eSuperTypes="#//Declaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1"
eType="#//FormalParameterDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionMemberAttributes"
eType="#//FunctionMemberAttributes" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//TypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#//Declaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionDefinition" eSuperTypes="#//Definition">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//TypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1"
eType="#//FormalParameterDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Statement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionMemberAttributes"
eType="#//FunctionMemberAttributes" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//FunctionScope"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionMemberAttributes" eSuperTypes="#//Visitable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFriend" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isInline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isThisConst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="virtualSpecifier" eType="#//VirtualSpecification"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntryDefinition" eSuperTypes="#//Definition">
<eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1"
eType="#//FormalParameterDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataDefinition" abstract="true" eSuperTypes="#//Definition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BitFieldDefinition" eSuperTypes="#//DataDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="bitFieldSize" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralDefinition" eSuperTypes="#//Definition">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDefinition" eSuperTypes="#//DefinitionObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedTypeDefinition" eSuperTypes="#//TypeDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="definitionType" eType="#//NamedType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AggregateTypeDefinition" eSuperTypes="#//TypeDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="aggregateType" eType="#//AggregateType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NameSpaceDefinition" eSuperTypes="#//DefinitionObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="nameSpace" eType="#//Name"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//DefinitionObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nameSpaceType" eType="#//NameSpaceType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelDefinition" eSuperTypes="#//DefinitionObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="labelName" eType="#//Name"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelType" eType="#//LabelType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IncludeUnit" eSuperTypes="#//PreprocessorElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="file" eType="#//SourceFile"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MacroCall" eSuperTypes="#//PreprocessorElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" eType="#//MacroDefinition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MacroDefinition" eSuperTypes="#//PreprocessorElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="macroName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//PreprocessorElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//GASTMSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isConst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isVolatile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSigned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumType" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="enumLiterals" upperBound="-1"
eType="#//EnumLiteralDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstructedType" abstract="true" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="baseType" eType="#//TypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AggregateType" abstract="true" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1"
eType="#//DefinitionObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//AggregateScope"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//ConstructedType">
<eStructuralFeatures xsi:type="ecore:EReference" name="ranks" upperBound="-1"
eType="#//Dimension" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dimension" eSuperTypes="#//OtherSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="lowBound" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="highBound" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//TypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterTypes" upperBound="-1"
eType="#//FormalParameterType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormalParameterType" abstract="true"
eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedType" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassType" eSuperTypes="#//AggregateType">
<eStructuralFeatures xsi:type="ecore:EReference" name="derivesFrom" upperBound="-1"
eType="#//DerivesFrom" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DerivesFrom" eSuperTypes="#//OtherSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isVirtual" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessKind" eType="#//OtherSyntaxObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="className" eType="#//NamedType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnnamedTypeReference" eSuperTypes="#//TypeReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedTypeReference" eSuperTypes="#//TypeReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeDefinition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeclarationOrDefinitionStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="declOrDefn" eType="#//DefinitionObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JumpStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//LabelAccess"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//LabelAccess"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//LabelDefinition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BlockStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="subStatements" upperBound="-1"
eType="#//Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//BlockScope"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenBody" eType="#//Statement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="switchExpression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1"
eType="#//SwitchCase" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#//OtherSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CaseBlock" eSuperTypes="#//SwitchCase">
<eStructuralFeatures xsi:type="ecore:EReference" name="caseExpressions" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStatement" abstract="true" eSuperTypes="#//LoopStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="initBody" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterationBody" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="guardedStatement" eType="#//Statement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="catchBlocks" upperBound="-1"
eType="#//CatchBlock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finalStatement" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CatchBlock" eSuperTypes="#//OtherSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypesCatchBlock" eSuperTypes="#//CatchBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableCatchBlock" eSuperTypes="#//CatchBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="exceptionVariable" eType="#//DataDefinition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="exception" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//GASTMSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionType" eType="#//TypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NameReference" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" eType="#//DefinitionObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayName" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subscripts" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedIdentifierReference" abstract="true"
eSuperTypes="#//NameReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifiers" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="member" eType="#//IdentifierReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeQualifiedIdentifierReference" eSuperTypes="#//NameReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="aggregateType" upperBound="-1"
eType="#//TypeReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="member" eType="#//IdentifierReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="castType" eType="#//TypeReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//OtherSyntaxObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//OtherSyntaxObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorAssign" eSuperTypes="#//BinaryOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//OtherSyntaxObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="onTrueOperand" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="onFalseOperand" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RangeExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="fromExpression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toExpression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionCallExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="calledFunction" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actualParams" upperBound="-1"
eType="#//ActualParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActualParameterExpression" eSuperTypes="#//ActualParameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NewExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="newType" eType="#//TypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actualParams" upperBound="-1"
eType="#//OtherSyntaxObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelAccess" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" eType="#//LabelDefinition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotationType" eType="#//TypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="memberValues" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GlobalScope" eSuperTypes="#//Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="PreprocessorElement" abstract="true"
eSuperTypes="#//GASTMSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="DefinitionObject" abstract="true" eSuperTypes="#//GASTMSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="ProgramScope" eSuperTypes="#//Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeReference" abstract="true" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//GASTMSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionScope" eSuperTypes="#//Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="NameSpaceType" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="LabelType" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="AggregateScope" eSuperTypes="#//Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="BlockScope" eSuperTypes="#//Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="IdentifierReference" eSuperTypes="#//NameReference"/>
<eClassifiers xsi:type="ecore:EClass" name="FormalParameterDefinition" eSuperTypes="#//DataDefinition"/>
<eClassifiers xsi:type="ecore:EClass" name="VirtualSpecification" abstract="true"
eSuperTypes="#//OtherSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="FormalParameterDeclaration" eSuperTypes="#//Declaration"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableDefinition" eSuperTypes="#//DataDefinition"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionMemberAttribute" eSuperTypes="#//OtherSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="External" eSuperTypes="#//StorageSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionPersistent" eSuperTypes="#//StorageSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="FileLocal" eSuperTypes="#//StorageSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="PerClassMember" eSuperTypes="#//StorageSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="NoDef" eSuperTypes="#//StorageSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Virtual" eSuperTypes="#//VirtualSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="PureVirtual" eSuperTypes="#//VirtualSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="NonVirtual" eSuperTypes="#//VirtualSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ExceptionType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="Void" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="Byte" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="ShortInteger" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="Integer" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="LongInteger" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="Float" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="Double" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="LongDouble" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="Character" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="String" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="Boolean" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="WideCharacter" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//ConstructedType"/>
<eClassifiers xsi:type="ecore:EClass" name="PointerType" eSuperTypes="#//ConstructedType"/>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceType" eSuperTypes="#//ConstructedType"/>
<eClassifiers xsi:type="ecore:EClass" name="RangeType" eSuperTypes="#//ConstructedType"/>
<eClassifiers xsi:type="ecore:EClass" name="StructureType" eSuperTypes="#//AggregateType"/>
<eClassifiers xsi:type="ecore:EClass" name="UnionType" eSuperTypes="#//AggregateType"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationType" eSuperTypes="#//AggregateType"/>
<eClassifiers xsi:type="ecore:EClass" name="ByValueFormalParameterType" eSuperTypes="#//FormalParameterType"/>
<eClassifiers xsi:type="ecore:EClass" name="ByReferenceFormalParameterType" eSuperTypes="#//FormalParameterType"/>
<eClassifiers xsi:type="ecore:EClass" name="Public" eSuperTypes="#//AccessKind"/>
<eClassifiers xsi:type="ecore:EClass" name="Protected" eSuperTypes="#//AccessKind"/>
<eClassifiers xsi:type="ecore:EClass" name="Private" eSuperTypes="#//AccessKind"/>
<eClassifiers xsi:type="ecore:EClass" name="TerminateStatement" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="DefaultBlock" eSuperTypes="#//SwitchCase"/>
<eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//LoopStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="DoWhileStatement" eSuperTypes="#//LoopStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ForCheckBeforeStatement" eSuperTypes="#//ForStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ForCheckAfterStatement" eSuperTypes="#//ForStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="AggregateExpression" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedOverPointer" eSuperTypes="#//QualifiedIdentifierReference"/>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedOverData" eSuperTypes="#//QualifiedIdentifierReference"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="CharLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="RealLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="BitLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="UnaryPlus" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Negate" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="BitNot" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="AddressOf" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Deref" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Increment" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Decrement" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="PostIncrement" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="PostDecrement" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Add" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Subtract" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Multiply" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Divide" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Modulus" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Exponent" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="NotEqual" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="NotGreater" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Less" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="NotLess" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="BitAnd" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="BitOr" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="BitXor" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="BitLeftShift" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="BitRightShift" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="MissingActualParameter" eSuperTypes="#//ActualParameter"/>
<eClassifiers xsi:type="ecore:EClass" name="ByValueActualParameterExpression" eSuperTypes="#//ActualParameterExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="ByReferenceActualParameterExpression"
eSuperTypes="#//ActualParameterExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="SpecificTriggerDefinition" eSuperTypes="#//Definition">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SpecificLessEqual" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="SpecificGreaterEqual" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="SpecificIn" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="SpecificLike" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="SpecificConcatString" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="SpecificSelectStatement" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="Visitable" instanceClassName="org.xtext.example.delphi.astm.util.Visitable"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Operator" eSuperTypes="#//OtherSyntaxObject"/>
</ecore:EPackage>
| github:ecore:/data/adolfosbh/cs2as/org.xtext.example.delphi/model/astm.ecore | ecore | astm
DelphiUnit
name
interface
implementation
DelphiInterfaceSection
uses
DelphiImplementationSection
uses
exports
DelphiBlockStatement
exports
declarations
DelphiFunctionCallExpression
applyTo
DelphiWithStatement
withs
GASTMObject
GASTMSourceObject
GASTMSemanticObject
OtherSyntaxObject
StorageSpecification
DataType
AccessKind
UnaryOperator
BinaryOperator
ActualParameter
SourceFile
pathName
SourceLocation
startLine
startColumn
endLine
endColumn
inSourceFile
Project
files
outerScope
Scope
definitionObject
childScope
GASTMSyntaxObject
locationInfo
preProcessorElements
annotations
CompilationUnit
language
fragments
opensScope
Name
nameString
DeclarationOrDefinition
isRegister
linkageSpecifier
storageSpecifiers
accessKind
Definition
identifierName
definitionType
Declaration
defRef
identifierName
declarationType
FunctionDeclaration
formalParameters
functionMemberAttributes
returnType
VariableDeclaration
isMutable
FunctionDefinition
returnType
formalParameters
body
functionMemberAttributes
opensScope
FunctionMemberAttributes
isFriend
isInline
isThisConst
virtualSpecifier
EntryDefinition
formalParameters
body
DataDefinition
isMutable
initialValue
BitFieldDefinition
bitFieldSize
EnumLiteralDefinition
value
TypeDefinition
name
NamedTypeDefinition
definitionType
AggregateTypeDefinition
aggregateType
NameSpaceDefinition
nameSpace
body
nameSpaceType
LabelDefinition
labelName
labelType
IncludeUnit
file
MacroCall
refersTo
MacroDefinition
macroName
body
Comment
text
Type
isConst
isVolatile
PrimitiveType
isSigned
EnumType
enumLiterals
ConstructedType
baseType
AggregateType
members
opensScope
ArrayType
ranks
Dimension
lowBound
highBound
FunctionType
returnType
parameterTypes
FormalParameterType
type
NamedType
body
ClassType
derivesFrom
DerivesFrom
isVirtual
accessKind
className
UnnamedTypeReference
type
NamedTypeReference
name
type
DeleteStatement
operand
DeclarationOrDefinitionStatement
declOrDefn
ExpressionStatement
expression
JumpStatement
target
BreakStatement
target
ContinueStatement
target
LabeledStatement
label
statement
BlockStatement
subStatements
opensScope
EmptyStatement
IfStatement
condition
thenBody
elseBody
SwitchStatement
switchExpression
cases
SwitchCase
body
CaseBlock
caseExpressions
ReturnStatement
returnValue
LoopStatement
condition
body
ForStatement
initBody
iterationBody
TryStatement
guardedStatement
catchBlocks
finalStatement
CatchBlock
body
TypesCatchBlock
exceptions
VariableCatchBlock
exceptionVariable
ThrowStatement
exception
Expression
expressionType
NameReference
name
refersTo
ArrayAccess
arrayName
subscripts
QualifiedIdentifierReference
qualifiers
member
TypeQualifiedIdentifierReference
aggregateType
member
Literal
value
CastExpression
castType
expression
UnaryExpression
operator
operand
BinaryExpression
operator
leftOperand
rightOperand
OperatorAssign
operator
ConditionalExpression
condition
onTrueOperand
onFalseOperand
RangeExpression
fromExpression
toExpression
FunctionCallExpression
calledFunction
actualParams
ActualParameterExpression
value
NewExpression
newType
actualParams
LabelAccess
name
definition
AnnotationExpression
annotationType
memberValues
GlobalScope
PreprocessorElement
DefinitionObject
ProgramScope
TypeReference
Statement
FunctionScope
NameSpaceType
LabelType
AggregateScope
BlockScope
IdentifierReference
FormalParameterDefinition
VirtualSpecification
FormalParameterDeclaration
VariableDefinition
FunctionMemberAttribute
External
FunctionPersistent
FileLocal
PerClassMember
NoDef
Virtual
PureVirtual
NonVirtual
ExceptionType
Void
Byte
ShortInteger
Integer
LongInteger
Float
Double
LongDouble
Character
String
Boolean
WideCharacter
CollectionType
PointerType
ReferenceType
RangeType
StructureType
UnionType
AnnotationType
ByValueFormalParameterType
ByReferenceFormalParameterType
Public
Protected
Private
TerminateStatement
DefaultBlock
WhileStatement
DoWhileStatement
ForCheckBeforeStatement
ForCheckAfterStatement
AggregateExpression
QualifiedOverPointer
QualifiedOverData
IntegerLiteral
StringLiteral
CharLiteral
RealLiteral
BooleanLiteral
BitLiteral
UnaryPlus
Negate
Not
BitNot
AddressOf
Deref
Increment
Decrement
PostIncrement
PostDecrement
Add
Subtract
Multiply
Divide
Modulus
Exponent
And
Or
Equal
NotEqual
Greater
NotGreater
Less
NotLess
BitAnd
BitOr
BitXor
BitLeftShift
BitRightShift
Assign
MissingActualParameter
ByValueActualParameterExpression
ByReferenceActualParameterExpression
SpecificTriggerDefinition
body
SpecificLessEqual
SpecificGreaterEqual
SpecificIn
SpecificLike
SpecificConcatString
SpecificSelectStatement
Visitable
org.xtext.example.delphi.astm.util.Visitable
org.xtext.example.delphi.astm.util.Visitable
Operator | null | {"directed":true,"nodes":[{"nsPrefix":"astm","nsURI":"http://modelum.es/modernization/astm","name":"astm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelphiUnit","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelphiInterfaceSection","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelphiImplementationSection","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelphiBlockStatement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelphiFunctionCallExpression","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelphiWithStatement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMObject","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSourceObject","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSemanticObject","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherSyntaxObject","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageSpecification","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessKind","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualParameter","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceFile","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceLocation","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scope","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSyntaxObject","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclarationOrDefinition","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDeclaration","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDefinition","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionMemberAttributes","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryDefinition","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataDefinition","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitFieldDefinition","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralDefinition","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinition","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTypeDefinition","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateTypeDefinition","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpaceDefinition","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelDefinition","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncludeUnit","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroCall","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroDefinition","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumType","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructedType","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateType","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionType","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterType","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedType","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassType","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivesFrom","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnnamedTypeReference","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTypeReference","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteStatement","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclarationOrDefinitionStatement","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JumpStatement","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockStatement","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseBlock","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStatement","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":true,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchBlock","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypesCatchBlock","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableCatchBlock","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameReference","instanceClass":null,"abstract":true,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedIdentifierReference","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeQualifiedIdentifierReference","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorAssign","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeExpression","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCallExpression","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualParameterExpression","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewExpression","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelAccess","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationExpression","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalScope","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreprocessorElement","instanceClass":null,"abstract":true,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefinitionObject","instanceClass":null,"abstract":true,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramScope","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":true,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionScope","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpaceType","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelType","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateScope","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockScope","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierReference","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterDefinition","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualSpecification","instanceClass":null,"abstract":true,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterDeclaration","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDefinition","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionMemberAttribute","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"External","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionPersistent","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileLocal","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerClassMember","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoDef","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Virtual","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PureVirtual","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonVirtual","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionType","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Void","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Byte","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShortInteger","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongInteger","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongDouble","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Character","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WideCharacter","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointerType","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceType","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeType","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureType","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnionType","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationType","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByValueFormalParameterType","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByReferenceFormalParameterType","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Public","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protected","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Private","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminateStatement","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultBlock","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileStatement","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForCheckBeforeStatement","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForCheckAfterStatement","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateExpression","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedOverPointer","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedOverData","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharLiteral","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitLiteral","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryPlus","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negate","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitNot","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddressOf","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deref","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Increment","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decrement","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostIncrement","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostDecrement","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Add","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subtract","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiply","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Divide","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modulus","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exponent","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotGreater","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Less","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotLess","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitAnd","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitOr","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitXor","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitLeftShift","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitRightShift","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MissingActualParameter","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByValueActualParameterExpression","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByReferenceActualParameterExpression","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificTriggerDefinition","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificLessEqual","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificGreaterEqual","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificIn","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificLike","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificConcatString","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificSelectStatement","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.xtext.example.delphi.astm.util.Visitable","defaultValue":null,"instanceClassName":"org.xtext.example.delphi.astm.util.Visitable","name":"Visitable","instanceClass":null,"abstract":true,"id":201,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applyTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"withs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pathName","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startLine","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startColumn","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endLine","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endColumn","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inSourceFile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"files","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outerScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitionObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"locationInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preProcessorElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameString","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRegister","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkageSpecifier","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storageSpecifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessKind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarationType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionMemberAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMutable","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionMemberAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isFriend","changeable":true,"lowerBound":0,"iD":false,"id":322,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInline","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isThisConst","changeable":true,"lowerBound":0,"iD":false,"id":324,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualSpecifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMutable","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bitFieldSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregateType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nameSpace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nameSpaceType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"macroName","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isConst","changeable":true,"lowerBound":0,"iD":false,"id":382,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVolatile","changeable":true,"lowerBound":0,"iD":false,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSigned","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumLiterals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ranks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"highBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"derivesFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVirtual","changeable":true,"lowerBound":0,"iD":false,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessKind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declOrDefn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"switchExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caseExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":482,"derived":false},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":493,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterationBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guardedStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":520,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":525,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subscripts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":530,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregateType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":535,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":536,"derived":false},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":540,"derived":false},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"castType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":543,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":544,"derived":false},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":548,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":549,"derived":false},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":553,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":554,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":555,"derived":false},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":560,"derived":false},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":563,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onTrueOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onFalseOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":565,"derived":false},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":570,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":571,"derived":false},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calledFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":575,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":576,"derived":false},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":580,"derived":false},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":583,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":584,"derived":false},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":588,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":589,"derived":false},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":593,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"memberValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":594,"derived":false},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":696,"derived":false},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":0,"target":200},{"source":0,"target":201},{"source":0,"target":202},{"source":1,"target":0},{"source":1,"target":22},{"source":1,"target":203},{"source":1,"target":204},{"source":1,"target":205},{"source":1,"target":206},{"source":203,"target":23},{"source":203,"target":207},{"source":203,"target":1},{"source":207,"target":23},{"source":204,"target":2},{"source":204,"target":208},{"source":204,"target":1},{"source":208,"target":2},{"source":205,"target":3},{"source":205,"target":209},{"source":205,"target":1},{"source":209,"target":3},{"source":206,"target":22},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":210},{"source":2,"target":211},{"source":210,"target":57},{"source":210,"target":212},{"source":210,"target":2},{"source":212,"target":57},{"source":211,"target":22},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":213},{"source":3,"target":214},{"source":3,"target":215},{"source":213,"target":57},{"source":213,"target":216},{"source":213,"target":3},{"source":216,"target":57},{"source":214,"target":57},{"source":214,"target":217},{"source":214,"target":3},{"source":217,"target":57},{"source":215,"target":22},{"source":4,"target":0},{"source":4,"target":65},{"source":4,"target":218},{"source":4,"target":219},{"source":4,"target":220},{"source":218,"target":57},{"source":218,"target":221},{"source":218,"target":4},{"source":221,"target":57},{"source":219,"target":98},{"source":219,"target":222},{"source":219,"target":4},{"source":222,"target":98},{"source":220,"target":65},{"source":5,"target":0},{"source":5,"target":91},{"source":5,"target":223},{"source":5,"target":224},{"source":223,"target":98},{"source":223,"target":225},{"source":223,"target":5},{"source":225,"target":98},{"source":224,"target":91},{"source":6,"target":0},{"source":6,"target":65},{"source":6,"target":226},{"source":6,"target":227},{"source":226,"target":98},{"source":226,"target":228},{"source":226,"target":6},{"source":228,"target":98},{"source":227,"target":65},{"source":7,"target":0},{"source":7,"target":201},{"source":7,"target":229},{"source":229,"target":201},{"source":8,"target":0},{"source":8,"target":201},{"source":8,"target":230},{"source":230,"target":201},{"source":9,"target":0},{"source":9,"target":201},{"source":9,"target":231},{"source":231,"target":201},{"source":10,"target":0},{"source":10,"target":21},{"source":10,"target":232},{"source":232,"target":21},{"source":11,"target":0},{"source":11,"target":201},{"source":11,"target":233},{"source":233,"target":201},{"source":12,"target":0},{"source":12,"target":44},{"source":12,"target":234},{"source":234,"target":44},{"source":13,"target":0},{"source":13,"target":201},{"source":13,"target":235},{"source":235,"target":201},{"source":14,"target":0},{"source":14,"target":202},{"source":14,"target":236},{"source":236,"target":202},{"source":15,"target":0},{"source":15,"target":202},{"source":15,"target":237},{"source":237,"target":202},{"source":16,"target":0},{"source":16,"target":201},{"source":16,"target":238},{"source":238,"target":201},{"source":17,"target":0},{"source":17,"target":8},{"source":17,"target":239},{"source":17,"target":240},{"source":239,"target":241},{"source":239,"target":17},{"source":240,"target":8},{"source":18,"target":0},{"source":18,"target":8},{"source":18,"target":242},{"source":18,"target":243},{"source":18,"target":244},{"source":18,"target":245},{"source":18,"target":246},{"source":18,"target":247},{"source":242,"target":248},{"source":242,"target":18},{"source":243,"target":249},{"source":243,"target":18},{"source":244,"target":250},{"source":244,"target":18},{"source":245,"target":251},{"source":245,"target":18},{"source":246,"target":17},{"source":246,"target":252},{"source":246,"target":18},{"source":252,"target":17},{"source":247,"target":8},{"source":19,"target":0},{"source":19,"target":9},{"source":19,"target":253},{"source":19,"target":254},{"source":19,"target":255},{"source":253,"target":22},{"source":253,"target":256},{"source":253,"target":19},{"source":256,"target":22},{"source":254,"target":96},{"source":254,"target":257},{"source":254,"target":19},{"source":257,"target":96},{"source":255,"target":9},{"source":20,"target":0},{"source":20,"target":9},{"source":20,"target":258},{"source":20,"target":259},{"source":20,"target":260},{"source":258,"target":98},{"source":258,"target":261},{"source":258,"target":20},{"source":261,"target":98},{"source":259,"target":20},{"source":259,"target":262},{"source":259,"target":20},{"source":262,"target":20},{"source":260,"target":9},{"source":21,"target":0},{"source":21,"target":7},{"source":21,"target":263},{"source":21,"target":264},{"source":21,"target":265},{"source":21,"target":266},{"source":263,"target":18},{"source":263,"target":267},{"source":263,"target":21},{"source":267,"target":18},{"source":264,"target":97},{"source":264,"target":268},{"source":264,"target":21},{"source":268,"target":97},{"source":265,"target":95},{"source":265,"target":269},{"source":265,"target":21},{"source":269,"target":95},{"source":266,"target":7},{"source":22,"target":0},{"source":22,"target":10},{"source":22,"target":270},{"source":22,"target":271},{"source":22,"target":272},{"source":22,"target":273},{"source":270,"target":274},{"source":270,"target":22},{"source":271,"target":98},{"source":271,"target":275},{"source":271,"target":22},{"source":275,"target":98},{"source":272,"target":99},{"source":272,"target":276},{"source":272,"target":22},{"source":276,"target":99},{"source":273,"target":10},{"source":23,"target":0},{"source":23,"target":10},{"source":23,"target":277},{"source":23,"target":278},{"source":277,"target":279},{"source":277,"target":23},{"source":278,"target":10},{"source":24,"target":0},{"source":24,"target":98},{"source":24,"target":280},{"source":24,"target":281},{"source":24,"target":282},{"source":24,"target":283},{"source":24,"target":284},{"source":280,"target":285},{"source":280,"target":24},{"source":281,"target":286},{"source":281,"target":24},{"source":282,"target":10},{"source":282,"target":287},{"source":282,"target":24},{"source":287,"target":10},{"source":283,"target":10},{"source":283,"target":288},{"source":283,"target":24},{"source":288,"target":10},{"source":284,"target":98},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":289},{"source":25,"target":290},{"source":25,"target":291},{"source":289,"target":23},{"source":289,"target":292},{"source":289,"target":25},{"source":292,"target":23},{"source":290,"target":100},{"source":290,"target":293},{"source":290,"target":25},{"source":293,"target":100},{"source":291,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":294},{"source":26,"target":295},{"source":26,"target":296},{"source":26,"target":297},{"source":294,"target":25},{"source":294,"target":298},{"source":294,"target":26},{"source":298,"target":25},{"source":295,"target":23},{"source":295,"target":299},{"source":295,"target":26},{"source":299,"target":23},{"source":296,"target":100},{"source":296,"target":300},{"source":296,"target":26},{"source":300,"target":100},{"source":297,"target":24},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":301},{"source":27,"target":302},{"source":27,"target":303},{"source":27,"target":304},{"source":301,"target":110},{"source":301,"target":305},{"source":301,"target":27},{"source":305,"target":110},{"source":302,"target":30},{"source":302,"target":306},{"source":302,"target":27},{"source":306,"target":30},{"source":303,"target":100},{"source":303,"target":307},{"source":303,"target":27},{"source":307,"target":100},{"source":304,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":308},{"source":28,"target":309},{"source":308,"target":310},{"source":308,"target":28},{"source":309,"target":26},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":311},{"source":29,"target":312},{"source":29,"target":313},{"source":29,"target":314},{"source":29,"target":315},{"source":29,"target":316},{"source":311,"target":100},{"source":311,"target":317},{"source":311,"target":29},{"source":317,"target":100},{"source":312,"target":108},{"source":312,"target":318},{"source":312,"target":29},{"source":318,"target":108},{"source":313,"target":101},{"source":313,"target":319},{"source":313,"target":29},{"source":319,"target":101},{"source":314,"target":30},{"source":314,"target":320},{"source":314,"target":29},{"source":320,"target":30},{"source":315,"target":102},{"source":315,"target":321},{"source":315,"target":29},{"source":321,"target":102},{"source":316,"target":25},{"source":30,"target":0},{"source":30,"target":201},{"source":30,"target":322},{"source":30,"target":323},{"source":30,"target":324},{"source":30,"target":325},{"source":30,"target":326},{"source":322,"target":327},{"source":322,"target":30},{"source":323,"target":328},{"source":323,"target":30},{"source":324,"target":329},{"source":324,"target":30},{"source":325,"target":109},{"source":325,"target":330},{"source":325,"target":30},{"source":330,"target":109},{"source":326,"target":201},{"source":31,"target":0},{"source":31,"target":25},{"source":31,"target":331},{"source":31,"target":332},{"source":31,"target":333},{"source":331,"target":108},{"source":331,"target":334},{"source":331,"target":31},{"source":334,"target":108},{"source":332,"target":101},{"source":332,"target":335},{"source":332,"target":31},{"source":335,"target":101},{"source":333,"target":25},{"source":32,"target":0},{"source":32,"target":25},{"source":32,"target":336},{"source":32,"target":337},{"source":32,"target":338},{"source":336,"target":339},{"source":336,"target":32},{"source":337,"target":79},{"source":337,"target":340},{"source":337,"target":32},{"source":340,"target":79},{"source":338,"target":25},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":341},{"source":33,"target":342},{"source":341,"target":79},{"source":341,"target":343},{"source":341,"target":33},{"source":343,"target":79},{"source":342,"target":32},{"source":34,"target":0},{"source":34,"target":25},{"source":34,"target":344},{"source":34,"target":345},{"source":344,"target":79},{"source":344,"target":346},{"source":344,"target":34},{"source":346,"target":79},{"source":345,"target":25},{"source":35,"target":0},{"source":35,"target":98},{"source":35,"target":347},{"source":35,"target":348},{"source":347,"target":23},{"source":347,"target":349},{"source":347,"target":35},{"source":349,"target":23},{"source":348,"target":98},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":350},{"source":36,"target":351},{"source":350,"target":53},{"source":350,"target":352},{"source":350,"target":36},{"source":352,"target":53},{"source":351,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":353},{"source":37,"target":354},{"source":353,"target":48},{"source":353,"target":355},{"source":353,"target":37},{"source":355,"target":48},{"source":354,"target":35},{"source":38,"target":0},{"source":38,"target":98},{"source":38,"target":356},{"source":38,"target":357},{"source":38,"target":358},{"source":38,"target":359},{"source":356,"target":23},{"source":356,"target":360},{"source":356,"target":38},{"source":360,"target":23},{"source":357,"target":98},{"source":357,"target":361},{"source":357,"target":38},{"source":361,"target":98},{"source":358,"target":103},{"source":358,"target":362},{"source":358,"target":38},{"source":362,"target":103},{"source":359,"target":98},{"source":39,"target":0},{"source":39,"target":98},{"source":39,"target":363},{"source":39,"target":364},{"source":39,"target":365},{"source":363,"target":23},{"source":363,"target":366},{"source":363,"target":39},{"source":366,"target":23},{"source":364,"target":104},{"source":364,"target":367},{"source":364,"target":39},{"source":367,"target":104},{"source":365,"target":98},{"source":40,"target":0},{"source":40,"target":97},{"source":40,"target":368},{"source":40,"target":369},{"source":368,"target":17},{"source":368,"target":370},{"source":368,"target":40},{"source":370,"target":17},{"source":369,"target":97},{"source":41,"target":0},{"source":41,"target":97},{"source":41,"target":371},{"source":41,"target":372},{"source":371,"target":42},{"source":371,"target":373},{"source":371,"target":41},{"source":373,"target":42},{"source":372,"target":97},{"source":42,"target":0},{"source":42,"target":97},{"source":42,"target":374},{"source":42,"target":375},{"source":42,"target":376},{"source":374,"target":377},{"source":374,"target":42},{"source":375,"target":378},{"source":375,"target":42},{"source":376,"target":97},{"source":43,"target":0},{"source":43,"target":97},{"source":43,"target":379},{"source":43,"target":380},{"source":379,"target":381},{"source":379,"target":43},{"source":380,"target":97},{"source":44,"target":0},{"source":44,"target":21},{"source":44,"target":382},{"source":44,"target":383},{"source":44,"target":384},{"source":382,"target":385},{"source":382,"target":44},{"source":383,"target":386},{"source":383,"target":44},{"source":384,"target":21},{"source":45,"target":0},{"source":45,"target":12},{"source":45,"target":387},{"source":45,"target":388},{"source":387,"target":389},{"source":387,"target":45},{"source":388,"target":12},{"source":46,"target":0},{"source":46,"target":12},{"source":46,"target":390},{"source":46,"target":391},{"source":390,"target":34},{"source":390,"target":392},{"source":390,"target":46},{"source":392,"target":34},{"source":391,"target":12},{"source":47,"target":0},{"source":47,"target":12},{"source":47,"target":393},{"source":47,"target":394},{"source":393,"target":100},{"source":393,"target":395},{"source":393,"target":47},{"source":395,"target":100},{"source":394,"target":12},{"source":48,"target":0},{"source":48,"target":12},{"source":48,"target":396},{"source":48,"target":397},{"source":48,"target":398},{"source":396,"target":98},{"source":396,"target":399},{"source":396,"target":48},{"source":399,"target":98},{"source":397,"target":105},{"source":397,"target":400},{"source":397,"target":48},{"source":400,"target":105},{"source":398,"target":12},{"source":49,"target":0},{"source":49,"target":47},{"source":49,"target":401},{"source":49,"target":402},{"source":401,"target":50},{"source":401,"target":403},{"source":401,"target":49},{"source":403,"target":50},{"source":402,"target":47},{"source":50,"target":0},{"source":50,"target":10},{"source":50,"target":404},{"source":50,"target":405},{"source":50,"target":406},{"source":404,"target":79},{"source":404,"target":407},{"source":404,"target":50},{"source":407,"target":79},{"source":405,"target":79},{"source":405,"target":408},{"source":405,"target":50},{"source":408,"target":79},{"source":406,"target":10},{"source":51,"target":0},{"source":51,"target":44},{"source":51,"target":409},{"source":51,"target":410},{"source":51,"target":411},{"source":409,"target":100},{"source":409,"target":412},{"source":409,"target":51},{"source":412,"target":100},{"source":410,"target":52},{"source":410,"target":413},{"source":410,"target":51},{"source":413,"target":52},{"source":411,"target":44},{"source":52,"target":0},{"source":52,"target":12},{"source":52,"target":414},{"source":52,"target":415},{"source":414,"target":100},{"source":414,"target":416},{"source":414,"target":52},{"source":416,"target":100},{"source":415,"target":12},{"source":53,"target":0},{"source":53,"target":12},{"source":53,"target":417},{"source":53,"target":418},{"source":417,"target":44},{"source":417,"target":419},{"source":417,"target":53},{"source":419,"target":44},{"source":418,"target":12},{"source":54,"target":0},{"source":54,"target":48},{"source":54,"target":420},{"source":54,"target":421},{"source":420,"target":55},{"source":420,"target":422},{"source":420,"target":54},{"source":422,"target":55},{"source":421,"target":48},{"source":55,"target":0},{"source":55,"target":10},{"source":55,"target":423},{"source":55,"target":424},{"source":55,"target":425},{"source":55,"target":426},{"source":423,"target":427},{"source":423,"target":55},{"source":424,"target":10},{"source":424,"target":428},{"source":424,"target":55},{"source":428,"target":10},{"source":425,"target":53},{"source":425,"target":429},{"source":425,"target":55},{"source":429,"target":53},{"source":426,"target":10},{"source":56,"target":0},{"source":56,"target":100},{"source":56,"target":430},{"source":56,"target":431},{"source":430,"target":44},{"source":430,"target":432},{"source":430,"target":56},{"source":432,"target":44},{"source":431,"target":100},{"source":57,"target":0},{"source":57,"target":100},{"source":57,"target":433},{"source":57,"target":434},{"source":57,"target":435},{"source":433,"target":23},{"source":433,"target":436},{"source":433,"target":57},{"source":436,"target":23},{"source":434,"target":35},{"source":434,"target":437},{"source":434,"target":57},{"source":437,"target":35},{"source":435,"target":100},{"source":58,"target":0},{"source":58,"target":101},{"source":58,"target":438},{"source":58,"target":439},{"source":438,"target":79},{"source":438,"target":440},{"source":438,"target":58},{"source":440,"target":79},{"source":439,"target":101},{"source":59,"target":0},{"source":59,"target":101},{"source":59,"target":441},{"source":59,"target":442},{"source":441,"target":98},{"source":441,"target":443},{"source":441,"target":59},{"source":443,"target":98},{"source":442,"target":101},{"source":60,"target":0},{"source":60,"target":101},{"source":60,"target":444},{"source":60,"target":445},{"source":444,"target":79},{"source":444,"target":446},{"source":444,"target":60},{"source":446,"target":79},{"source":445,"target":101},{"source":61,"target":0},{"source":61,"target":101},{"source":61,"target":447},{"source":61,"target":448},{"source":447,"target":79},{"source":447,"target":449},{"source":447,"target":61},{"source":449,"target":79},{"source":448,"target":101},{"source":62,"target":0},{"source":62,"target":101},{"source":62,"target":450},{"source":62,"target":451},{"source":450,"target":94},{"source":450,"target":452},{"source":450,"target":62},{"source":452,"target":94},{"source":451,"target":101},{"source":63,"target":0},{"source":63,"target":101},{"source":63,"target":453},{"source":63,"target":454},{"source":453,"target":94},{"source":453,"target":455},{"source":453,"target":63},{"source":455,"target":94},{"source":454,"target":101},{"source":64,"target":0},{"source":64,"target":101},{"source":64,"target":456},{"source":64,"target":457},{"source":64,"target":458},{"source":456,"target":39},{"source":456,"target":459},{"source":456,"target":64},{"source":459,"target":39},{"source":457,"target":101},{"source":457,"target":460},{"source":457,"target":64},{"source":460,"target":101},{"source":458,"target":101},{"source":65,"target":0},{"source":65,"target":101},{"source":65,"target":461},{"source":65,"target":462},{"source":65,"target":463},{"source":461,"target":101},{"source":461,"target":464},{"source":461,"target":65},{"source":464,"target":101},{"source":462,"target":106},{"source":462,"target":465},{"source":462,"target":65},{"source":465,"target":106},{"source":463,"target":101},{"source":66,"target":0},{"source":66,"target":101},{"source":66,"target":466},{"source":466,"target":101},{"source":67,"target":0},{"source":67,"target":101},{"source":67,"target":467},{"source":67,"target":468},{"source":67,"target":469},{"source":67,"target":470},{"source":467,"target":79},{"source":467,"target":471},{"source":467,"target":67},{"source":471,"target":79},{"source":468,"target":101},{"source":468,"target":472},{"source":468,"target":67},{"source":472,"target":101},{"source":469,"target":101},{"source":469,"target":473},{"source":469,"target":67},{"source":473,"target":101},{"source":470,"target":101},{"source":68,"target":0},{"source":68,"target":101},{"source":68,"target":474},{"source":68,"target":475},{"source":68,"target":476},{"source":474,"target":79},{"source":474,"target":477},{"source":474,"target":68},{"source":477,"target":79},{"source":475,"target":69},{"source":475,"target":478},{"source":475,"target":68},{"source":478,"target":69},{"source":476,"target":101},{"source":69,"target":0},{"source":69,"target":10},{"source":69,"target":479},{"source":69,"target":480},{"source":479,"target":101},{"source":479,"target":481},{"source":479,"target":69},{"source":481,"target":101},{"source":480,"target":10},{"source":70,"target":0},{"source":70,"target":69},{"source":70,"target":482},{"source":70,"target":483},{"source":482,"target":79},{"source":482,"target":484},{"source":482,"target":70},{"source":484,"target":79},{"source":483,"target":69},{"source":71,"target":0},{"source":71,"target":101},{"source":71,"target":485},{"source":71,"target":486},{"source":485,"target":79},{"source":485,"target":487},{"source":485,"target":71},{"source":487,"target":79},{"source":486,"target":101},{"source":72,"target":0},{"source":72,"target":101},{"source":72,"target":488},{"source":72,"target":489},{"source":72,"target":490},{"source":488,"target":79},{"source":488,"target":491},{"source":488,"target":72},{"source":491,"target":79},{"source":489,"target":101},{"source":489,"target":492},{"source":489,"target":72},{"source":492,"target":101},{"source":490,"target":101},{"source":73,"target":0},{"source":73,"target":72},{"source":73,"target":493},{"source":73,"target":494},{"source":73,"target":495},{"source":493,"target":79},{"source":493,"target":496},{"source":493,"target":73},{"source":496,"target":79},{"source":494,"target":79},{"source":494,"target":497},{"source":494,"target":73},{"source":497,"target":79},{"source":495,"target":72},{"source":74,"target":0},{"source":74,"target":101},{"source":74,"target":498},{"source":74,"target":499},{"source":74,"target":500},{"source":74,"target":501},{"source":498,"target":101},{"source":498,"target":502},{"source":498,"target":74},{"source":502,"target":101},{"source":499,"target":75},{"source":499,"target":503},{"source":499,"target":74},{"source":503,"target":75},{"source":500,"target":101},{"source":500,"target":504},{"source":500,"target":74},{"source":504,"target":101},{"source":501,"target":101},{"source":75,"target":0},{"source":75,"target":10},{"source":75,"target":505},{"source":75,"target":506},{"source":505,"target":101},{"source":505,"target":507},{"source":505,"target":75},{"source":507,"target":101},{"source":506,"target":10},{"source":76,"target":0},{"source":76,"target":75},{"source":76,"target":508},{"source":76,"target":509},{"source":508,"target":44},{"source":508,"target":510},{"source":508,"target":76},{"source":510,"target":44},{"source":509,"target":75},{"source":77,"target":0},{"source":77,"target":75},{"source":77,"target":511},{"source":77,"target":512},{"source":511,"target":32},{"source":511,"target":513},{"source":511,"target":77},{"source":513,"target":32},{"source":512,"target":75},{"source":78,"target":0},{"source":78,"target":101},{"source":78,"target":514},{"source":78,"target":515},{"source":514,"target":79},{"source":514,"target":516},{"source":514,"target":78},{"source":516,"target":79},{"source":515,"target":101},{"source":79,"target":0},{"source":79,"target":21},{"source":79,"target":517},{"source":79,"target":518},{"source":517,"target":100},{"source":517,"target":519},{"source":517,"target":79},{"source":519,"target":100},{"source":518,"target":21},{"source":80,"target":0},{"source":80,"target":79},{"source":80,"target":520},{"source":80,"target":521},{"source":80,"target":522},{"source":520,"target":23},{"source":520,"target":523},{"source":520,"target":80},{"source":523,"target":23},{"source":521,"target":98},{"source":521,"target":524},{"source":521,"target":80},{"source":524,"target":98},{"source":522,"target":79},{"source":81,"target":0},{"source":81,"target":79},{"source":81,"target":525},{"source":81,"target":526},{"source":81,"target":527},{"source":525,"target":79},{"source":525,"target":528},{"source":525,"target":81},{"source":528,"target":79},{"source":526,"target":79},{"source":526,"target":529},{"source":526,"target":81},{"source":529,"target":79},{"source":527,"target":79},{"source":82,"target":0},{"source":82,"target":80},{"source":82,"target":530},{"source":82,"target":531},{"source":82,"target":532},{"source":530,"target":79},{"source":530,"target":533},{"source":530,"target":82},{"source":533,"target":79},{"source":531,"target":107},{"source":531,"target":534},{"source":531,"target":82},{"source":534,"target":107},{"source":532,"target":80},{"source":83,"target":0},{"source":83,"target":80},{"source":83,"target":535},{"source":83,"target":536},{"source":83,"target":537},{"source":535,"target":100},{"source":535,"target":538},{"source":535,"target":83},{"source":538,"target":100},{"source":536,"target":107},{"source":536,"target":539},{"source":536,"target":83},{"source":539,"target":107},{"source":537,"target":80},{"source":84,"target":0},{"source":84,"target":79},{"source":84,"target":540},{"source":84,"target":541},{"source":540,"target":542},{"source":540,"target":84},{"source":541,"target":79},{"source":85,"target":0},{"source":85,"target":79},{"source":85,"target":543},{"source":85,"target":544},{"source":85,"target":545},{"source":543,"target":100},{"source":543,"target":546},{"source":543,"target":85},{"source":546,"target":100},{"source":544,"target":79},{"source":544,"target":547},{"source":544,"target":85},{"source":547,"target":79},{"source":545,"target":79},{"source":86,"target":0},{"source":86,"target":79},{"source":86,"target":548},{"source":86,"target":549},{"source":86,"target":550},{"source":548,"target":10},{"source":548,"target":551},{"source":548,"target":86},{"source":551,"target":10},{"source":549,"target":79},{"source":549,"target":552},{"source":549,"target":86},{"source":552,"target":79},{"source":550,"target":79},{"source":87,"target":0},{"source":87,"target":79},{"source":87,"target":553},{"source":87,"target":554},{"source":87,"target":555},{"source":87,"target":556},{"source":553,"target":10},{"source":553,"target":557},{"source":553,"target":87},{"source":557,"target":10},{"source":554,"target":79},{"source":554,"target":558},{"source":554,"target":87},{"source":558,"target":79},{"source":555,"target":79},{"source":555,"target":559},{"source":555,"target":87},{"source":559,"target":79},{"source":556,"target":79},{"source":88,"target":0},{"source":88,"target":15},{"source":88,"target":560},{"source":88,"target":561},{"source":560,"target":10},{"source":560,"target":562},{"source":560,"target":88},{"source":562,"target":10},{"source":561,"target":15},{"source":89,"target":0},{"source":89,"target":79},{"source":89,"target":563},{"source":89,"target":564},{"source":89,"target":565},{"source":89,"target":566},{"source":563,"target":79},{"source":563,"target":567},{"source":563,"target":89},{"source":567,"target":79},{"source":564,"target":79},{"source":564,"target":568},{"source":564,"target":89},{"source":568,"target":79},{"source":565,"target":79},{"source":565,"target":569},{"source":565,"target":89},{"source":569,"target":79},{"source":566,"target":79},{"source":90,"target":0},{"source":90,"target":79},{"source":90,"target":570},{"source":90,"target":571},{"source":90,"target":572},{"source":570,"target":79},{"source":570,"target":573},{"source":570,"target":90},{"source":573,"target":79},{"source":571,"target":79},{"source":571,"target":574},{"source":571,"target":90},{"source":574,"target":79},{"source":572,"target":79},{"source":91,"target":0},{"source":91,"target":79},{"source":91,"target":575},{"source":91,"target":576},{"source":91,"target":577},{"source":575,"target":79},{"source":575,"target":578},{"source":575,"target":91},{"source":578,"target":79},{"source":576,"target":16},{"source":576,"target":579},{"source":576,"target":91},{"source":579,"target":16},{"source":577,"target":79},{"source":92,"target":0},{"source":92,"target":16},{"source":92,"target":580},{"source":92,"target":581},{"source":580,"target":79},{"source":580,"target":582},{"source":580,"target":92},{"source":582,"target":79},{"source":581,"target":16},{"source":93,"target":0},{"source":93,"target":79},{"source":93,"target":583},{"source":93,"target":584},{"source":93,"target":585},{"source":583,"target":100},{"source":583,"target":586},{"source":583,"target":93},{"source":586,"target":100},{"source":584,"target":10},{"source":584,"target":587},{"source":584,"target":93},{"source":587,"target":10},{"source":585,"target":79},{"source":94,"target":0},{"source":94,"target":79},{"source":94,"target":588},{"source":94,"target":589},{"source":94,"target":590},{"source":588,"target":23},{"source":588,"target":591},{"source":588,"target":94},{"source":591,"target":23},{"source":589,"target":39},{"source":589,"target":592},{"source":589,"target":94},{"source":592,"target":39},{"source":590,"target":79},{"source":95,"target":0},{"source":95,"target":79},{"source":95,"target":593},{"source":95,"target":594},{"source":95,"target":595},{"source":593,"target":100},{"source":593,"target":596},{"source":593,"target":95},{"source":596,"target":100},{"source":594,"target":79},{"source":594,"target":597},{"source":594,"target":95},{"source":597,"target":79},{"source":595,"target":79},{"source":96,"target":0},{"source":96,"target":20},{"source":96,"target":598},{"source":598,"target":20},{"source":97,"target":0},{"source":97,"target":21},{"source":97,"target":599},{"source":599,"target":21},{"source":98,"target":0},{"source":98,"target":21},{"source":98,"target":600},{"source":600,"target":21},{"source":99,"target":0},{"source":99,"target":20},{"source":99,"target":601},{"source":601,"target":20},{"source":100,"target":0},{"source":100,"target":44},{"source":100,"target":602},{"source":602,"target":44},{"source":101,"target":0},{"source":101,"target":21},{"source":101,"target":603},{"source":603,"target":21},{"source":102,"target":0},{"source":102,"target":20},{"source":102,"target":604},{"source":604,"target":20},{"source":103,"target":0},{"source":103,"target":44},{"source":103,"target":605},{"source":605,"target":44},{"source":104,"target":0},{"source":104,"target":44},{"source":104,"target":606},{"source":606,"target":44},{"source":105,"target":0},{"source":105,"target":20},{"source":105,"target":607},{"source":607,"target":20},{"source":106,"target":0},{"source":106,"target":20},{"source":106,"target":608},{"source":608,"target":20},{"source":107,"target":0},{"source":107,"target":80},{"source":107,"target":609},{"source":609,"target":80},{"source":108,"target":0},{"source":108,"target":32},{"source":108,"target":610},{"source":610,"target":32},{"source":109,"target":0},{"source":109,"target":10},{"source":109,"target":611},{"source":611,"target":10},{"source":110,"target":0},{"source":110,"target":26},{"source":110,"target":612},{"source":612,"target":26},{"source":111,"target":0},{"source":111,"target":32},{"source":111,"target":613},{"source":613,"target":32},{"source":112,"target":0},{"source":112,"target":10},{"source":112,"target":614},{"source":614,"target":10},{"source":113,"target":0},{"source":113,"target":11},{"source":113,"target":615},{"source":615,"target":11},{"source":114,"target":0},{"source":114,"target":11},{"source":114,"target":616},{"source":616,"target":11},{"source":115,"target":0},{"source":115,"target":11},{"source":115,"target":617},{"source":617,"target":11},{"source":116,"target":0},{"source":116,"target":11},{"source":116,"target":618},{"source":618,"target":11},{"source":117,"target":0},{"source":117,"target":11},{"source":117,"target":619},{"source":619,"target":11},{"source":118,"target":0},{"source":118,"target":109},{"source":118,"target":620},{"source":620,"target":109},{"source":119,"target":0},{"source":119,"target":109},{"source":119,"target":621},{"source":621,"target":109},{"source":120,"target":0},{"source":120,"target":109},{"source":120,"target":622},{"source":622,"target":109},{"source":121,"target":0},{"source":121,"target":12},{"source":121,"target":623},{"source":623,"target":12},{"source":122,"target":0},{"source":122,"target":45},{"source":122,"target":624},{"source":624,"target":45},{"source":123,"target":0},{"source":123,"target":45},{"source":123,"target":625},{"source":625,"target":45},{"source":124,"target":0},{"source":124,"target":45},{"source":124,"target":626},{"source":626,"target":45},{"source":125,"target":0},{"source":125,"target":45},{"source":125,"target":627},{"source":627,"target":45},{"source":126,"target":0},{"source":126,"target":45},{"source":126,"target":628},{"source":628,"target":45},{"source":127,"target":0},{"source":127,"target":45},{"source":127,"target":629},{"source":629,"target":45},{"source":128,"target":0},{"source":128,"target":45},{"source":128,"target":630},{"source":630,"target":45},{"source":129,"target":0},{"source":129,"target":45},{"source":129,"target":631},{"source":631,"target":45},{"source":130,"target":0},{"source":130,"target":45},{"source":130,"target":632},{"source":632,"target":45},{"source":131,"target":0},{"source":131,"target":45},{"source":131,"target":633},{"source":633,"target":45},{"source":132,"target":0},{"source":132,"target":45},{"source":132,"target":634},{"source":634,"target":45},{"source":133,"target":0},{"source":133,"target":45},{"source":133,"target":635},{"source":635,"target":45},{"source":134,"target":0},{"source":134,"target":47},{"source":134,"target":636},{"source":636,"target":47},{"source":135,"target":0},{"source":135,"target":47},{"source":135,"target":637},{"source":637,"target":47},{"source":136,"target":0},{"source":136,"target":47},{"source":136,"target":638},{"source":638,"target":47},{"source":137,"target":0},{"source":137,"target":47},{"source":137,"target":639},{"source":639,"target":47},{"source":138,"target":0},{"source":138,"target":48},{"source":138,"target":640},{"source":640,"target":48},{"source":139,"target":0},{"source":139,"target":48},{"source":139,"target":641},{"source":641,"target":48},{"source":140,"target":0},{"source":140,"target":48},{"source":140,"target":642},{"source":642,"target":48},{"source":141,"target":0},{"source":141,"target":52},{"source":141,"target":643},{"source":643,"target":52},{"source":142,"target":0},{"source":142,"target":52},{"source":142,"target":644},{"source":644,"target":52},{"source":143,"target":0},{"source":143,"target":13},{"source":143,"target":645},{"source":645,"target":13},{"source":144,"target":0},{"source":144,"target":13},{"source":144,"target":646},{"source":646,"target":13},{"source":145,"target":0},{"source":145,"target":13},{"source":145,"target":647},{"source":647,"target":13},{"source":146,"target":0},{"source":146,"target":101},{"source":146,"target":648},{"source":648,"target":101},{"source":147,"target":0},{"source":147,"target":69},{"source":147,"target":649},{"source":649,"target":69},{"source":148,"target":0},{"source":148,"target":72},{"source":148,"target":650},{"source":650,"target":72},{"source":149,"target":0},{"source":149,"target":72},{"source":149,"target":651},{"source":651,"target":72},{"source":150,"target":0},{"source":150,"target":73},{"source":150,"target":652},{"source":652,"target":73},{"source":151,"target":0},{"source":151,"target":73},{"source":151,"target":653},{"source":653,"target":73},{"source":152,"target":0},{"source":152,"target":79},{"source":152,"target":654},{"source":654,"target":79},{"source":153,"target":0},{"source":153,"target":82},{"source":153,"target":655},{"source":655,"target":82},{"source":154,"target":0},{"source":154,"target":82},{"source":154,"target":656},{"source":656,"target":82},{"source":155,"target":0},{"source":155,"target":84},{"source":155,"target":657},{"source":657,"target":84},{"source":156,"target":0},{"source":156,"target":84},{"source":156,"target":658},{"source":658,"target":84},{"source":157,"target":0},{"source":157,"target":84},{"source":157,"target":659},{"source":659,"target":84},{"source":158,"target":0},{"source":158,"target":84},{"source":158,"target":660},{"source":660,"target":84},{"source":159,"target":0},{"source":159,"target":84},{"source":159,"target":661},{"source":661,"target":84},{"source":160,"target":0},{"source":160,"target":84},{"source":160,"target":662},{"source":662,"target":84},{"source":161,"target":0},{"source":161,"target":14},{"source":161,"target":663},{"source":663,"target":14},{"source":162,"target":0},{"source":162,"target":14},{"source":162,"target":664},{"source":664,"target":14},{"source":163,"target":0},{"source":163,"target":14},{"source":163,"target":665},{"source":665,"target":14},{"source":164,"target":0},{"source":164,"target":14},{"source":164,"target":666},{"source":666,"target":14},{"source":165,"target":0},{"source":165,"target":14},{"source":165,"target":667},{"source":667,"target":14},{"source":166,"target":0},{"source":166,"target":14},{"source":166,"target":668},{"source":668,"target":14},{"source":167,"target":0},{"source":167,"target":14},{"source":167,"target":669},{"source":669,"target":14},{"source":168,"target":0},{"source":168,"target":14},{"source":168,"target":670},{"source":670,"target":14},{"source":169,"target":0},{"source":169,"target":14},{"source":169,"target":671},{"source":671,"target":14},{"source":170,"target":0},{"source":170,"target":14},{"source":170,"target":672},{"source":672,"target":14},{"source":171,"target":0},{"source":171,"target":15},{"source":171,"target":673},{"source":673,"target":15},{"source":172,"target":0},{"source":172,"target":15},{"source":172,"target":674},{"source":674,"target":15},{"source":173,"target":0},{"source":173,"target":15},{"source":173,"target":675},{"source":675,"target":15},{"source":174,"target":0},{"source":174,"target":15},{"source":174,"target":676},{"source":676,"target":15},{"source":175,"target":0},{"source":175,"target":15},{"source":175,"target":677},{"source":677,"target":15},{"source":176,"target":0},{"source":176,"target":15},{"source":176,"target":678},{"source":678,"target":15},{"source":177,"target":0},{"source":177,"target":15},{"source":177,"target":679},{"source":679,"target":15},{"source":178,"target":0},{"source":178,"target":15},{"source":178,"target":680},{"source":680,"target":15},{"source":179,"target":0},{"source":179,"target":15},{"source":179,"target":681},{"source":681,"target":15},{"source":180,"target":0},{"source":180,"target":15},{"source":180,"target":682},{"source":682,"target":15},{"source":181,"target":0},{"source":181,"target":15},{"source":181,"target":683},{"source":683,"target":15},{"source":182,"target":0},{"source":182,"target":15},{"source":182,"target":684},{"source":684,"target":15},{"source":183,"target":0},{"source":183,"target":15},{"source":183,"target":685},{"source":685,"target":15},{"source":184,"target":0},{"source":184,"target":15},{"source":184,"target":686},{"source":686,"target":15},{"source":185,"target":0},{"source":185,"target":15},{"source":185,"target":687},{"source":687,"target":15},{"source":186,"target":0},{"source":186,"target":15},{"source":186,"target":688},{"source":688,"target":15},{"source":187,"target":0},{"source":187,"target":15},{"source":187,"target":689},{"source":689,"target":15},{"source":188,"target":0},{"source":188,"target":15},{"source":188,"target":690},{"source":690,"target":15},{"source":189,"target":0},{"source":189,"target":15},{"source":189,"target":691},{"source":691,"target":15},{"source":190,"target":0},{"source":190,"target":15},{"source":190,"target":692},{"source":692,"target":15},{"source":191,"target":0},{"source":191,"target":16},{"source":191,"target":693},{"source":693,"target":16},{"source":192,"target":0},{"source":192,"target":92},{"source":192,"target":694},{"source":694,"target":92},{"source":193,"target":0},{"source":193,"target":92},{"source":193,"target":695},{"source":695,"target":92},{"source":194,"target":0},{"source":194,"target":25},{"source":194,"target":696},{"source":194,"target":697},{"source":696,"target":101},{"source":696,"target":698},{"source":696,"target":194},{"source":698,"target":101},{"source":697,"target":25},{"source":195,"target":0},{"source":195,"target":15},{"source":195,"target":699},{"source":699,"target":15},{"source":196,"target":0},{"source":196,"target":15},{"source":196,"target":700},{"source":700,"target":15},{"source":197,"target":0},{"source":197,"target":15},{"source":197,"target":701},{"source":701,"target":15},{"source":198,"target":0},{"source":198,"target":15},{"source":198,"target":702},{"source":702,"target":15},{"source":199,"target":0},{"source":199,"target":15},{"source":199,"target":703},{"source":703,"target":15},{"source":200,"target":0},{"source":200,"target":101},{"source":200,"target":704},{"source":704,"target":101},{"source":201,"target":0},{"source":202,"target":0},{"source":202,"target":10},{"source":202,"target":705},{"source":705,"target":10}],"multigraph":true} |
false | <?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="Prototypes"
nsURI="http://somethingelse.org" nsPrefix="Prototypes">
<eClassifiers xsi:type="ecore:EClass" name="C1"/>
<eClassifiers xsi:type="ecore:EClass" name="C2"/>
<eClassifiers xsi:type="ecore:EClass" name="C3"/>
<eClassifiers xsi:type="ecore:EClass" name="C4"/>
</ecore:EPackage>
| github:ecore:/data/DevBoost/Reuseware/Tests/org.reuseware.coconut.test/testdata/primitiveOperators/org/reuseware/test/basic/primitiveOperators/Prototypes.ecore | ecore | Prototypes
C1
C2
C3
C4 | null | {"directed":true,"nodes":[{"nsPrefix":"Prototypes","nsURI":"http://somethingelse.org","name":"Prototypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C3","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C4","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0}],"multigraph":true} |
false | <?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="uiAndroid" nsURI="http:///uiAndroid.ecore" nsPrefix="uiAndroid">
<eClassifiers xsi:type="ecore:EClass" name="Page">
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" ordered="false"
eType="#//Layout" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" ordered="false" lowerBound="1"
eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Layout" abstract="true" eSuperTypes="#//View">
<eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1"
eType="#//View" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="View" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1"
eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="layout_width" ordered="false"
lowerBound="1" eType="#//int"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="layout_height" ordered="false"
lowerBound="1" eType="#//int"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="layout_gravity" ordered="false"
lowerBound="1" eType="#//int"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="String"/>
<eClassifiers xsi:type="ecore:EDataType" name="int" instanceClassName="int"/>
<eClassifiers xsi:type="ecore:EClass" name="Text" eSuperTypes="#//TextualElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TextualElement" abstract="true" eSuperTypes="#//ValueElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValueElement" eSuperTypes="#//View"/>
<eClassifiers xsi:type="ecore:EClass" name="Button" eSuperTypes="#//ClickableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ClickableElement" abstract="true" eSuperTypes="#//TextualElement"/>
<eClassifiers xsi:type="ecore:EClass" name="VerticalLayout" eSuperTypes="#//Layout"/>
<eClassifiers xsi:type="ecore:EClass" name="HorizontalLayout" eSuperTypes="#//Layout"/>
<eClassifiers xsi:type="ecore:EClass" name="Application">
<eStructuralFeatures xsi:type="ecore:EReference" name="pages" ordered="false"
lowerBound="1" upperBound="-1" eType="#//Page" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" ordered="false"
lowerBound="1" upperBound="-1" eType="#//Classe" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activite_Principale" ordered="false"
lowerBound="1" eType="#//Activite"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nomAppli" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Classe">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributs" ordered="false"
upperBound="-1" eType="#//Attribut" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methodes" ordered="false"
upperBound="-1" eType="#//Methode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nomClasse" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribut">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nomAttribut" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeAttribut" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Methode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nomMethode" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="paramètres" ordered="false"
upperBound="-1" eType="#//Attribut" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="corpsMethode" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Activite" eSuperTypes="#//Classe">
<eStructuralFeatures xsi:type="ecore:EReference" name="classe" ordered="false"
upperBound="-1" eType="#//Classe"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intentPackage" ordered="false"
upperBound="-1" eType="#//IntentPackage" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntentPackage">
<eStructuralFeatures xsi:type="ecore:EReference" name="activiteCible" ordered="false"
lowerBound="1" eType="#//Activite"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pressedButton" ordered="false"
lowerBound="1" eType="#//Button"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ValueTransferedElement"
ordered="false" upperBound="-1" eType="#//ValueElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="boolean" instanceClassName="boolean"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerElement" abstract="true" eSuperTypes="#//ValueElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//int"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanElement" abstract="true" eSuperTypes="#//ValueElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Checkbox" eSuperTypes="#//BooleanElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TimePicker" eSuperTypes="#//IntegerElement"/>
</ecore:EPackage>
| github:ecore:/data/tue-mdse/ocl-dataset/dataset-mtl/repos/Ataloumpak/PJE/uiandroid/modele/uiAndroid.ecore | ecore | uiAndroid
Page
layout
nom
Layout
views
orientation
View
id
layout_width
layout_height
layout_gravity
String
String
String
int
int
int
Text
TextualElement
value
ValueElement
Button
ClickableElement
VerticalLayout
HorizontalLayout
Application
pages
classes
activite_Principale
nomAppli
Classe
attributs
methodes
nomClasse
Attribut
nomAttribut
typeAttribut
Methode
nomMethode
paramètres
returnType
corpsMethode
Activite
classe
intentPackage
IntentPackage
activiteCible
pressedButton
ValueTransferedElement
boolean
boolean
boolean
IntegerElement
value
BooleanElement
value
Checkbox
TimePicker | null | {"directed":true,"nodes":[{"nsPrefix":"uiAndroid","nsURI":"http:///uiAndroid.ecore","name":"uiAndroid","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":"String","defaultValue":null,"instanceClassName":"String","name":"String","instanceClass":null,"id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"int","instanceClass":"int","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextualElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueElement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClickableElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VerticalLayout","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HorizontalLayout","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Application","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classe","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribut","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Methode","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activite","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntentPackage","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"boolean","instanceClass":"boolean","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerElement","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanElement","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Checkbox","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimePicker","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nom","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"views","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"orientation","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"layout_width","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"layout_height","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"layout_gravity","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activite_Principale","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nomAppli","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nomClasse","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nomAttribut","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeAttribut","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nomMethode","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paramètres","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"corpsMethode","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classe","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intentPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activiteCible","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pressedButton","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ValueTransferedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":1,"target":0},{"source":1,"target":24},{"source":1,"target":25},{"source":24,"target":2},{"source":24,"target":26},{"source":24,"target":1},{"source":26,"target":2},{"source":25,"target":4},{"source":25,"target":27},{"source":25,"target":1},{"source":27,"target":4},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":28,"target":3},{"source":28,"target":31},{"source":28,"target":2},{"source":31,"target":3},{"source":29,"target":4},{"source":29,"target":32},{"source":29,"target":2},{"source":32,"target":4},{"source":30,"target":3},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":33,"target":4},{"source":33,"target":37},{"source":33,"target":3},{"source":37,"target":4},{"source":34,"target":5},{"source":34,"target":38},{"source":34,"target":3},{"source":38,"target":5},{"source":35,"target":5},{"source":35,"target":39},{"source":35,"target":3},{"source":39,"target":5},{"source":36,"target":5},{"source":36,"target":40},{"source":36,"target":3},{"source":40,"target":5},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":41},{"source":41,"target":7},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":42},{"source":7,"target":43},{"source":42,"target":4},{"source":42,"target":44},{"source":42,"target":7},{"source":44,"target":4},{"source":43,"target":8},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":45},{"source":45,"target":3},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":46},{"source":46,"target":10},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":47},{"source":47,"target":7},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":48},{"source":48,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":49},{"source":49,"target":2},{"source":13,"target":0},{"source":13,"target":50},{"source":13,"target":51},{"source":13,"target":52},{"source":13,"target":53},{"source":50,"target":1},{"source":50,"target":54},{"source":50,"target":13},{"source":54,"target":1},{"source":51,"target":14},{"source":51,"target":55},{"source":51,"target":13},{"source":55,"target":14},{"source":52,"target":17},{"source":52,"target":56},{"source":52,"target":13},{"source":56,"target":17},{"source":53,"target":4},{"source":53,"target":57},{"source":53,"target":13},{"source":57,"target":4},{"source":14,"target":0},{"source":14,"target":58},{"source":14,"target":59},{"source":14,"target":60},{"source":58,"target":15},{"source":58,"target":61},{"source":58,"target":14},{"source":61,"target":15},{"source":59,"target":16},{"source":59,"target":62},{"source":59,"target":14},{"source":62,"target":16},{"source":60,"target":4},{"source":60,"target":63},{"source":60,"target":14},{"source":63,"target":4},{"source":15,"target":0},{"source":15,"target":64},{"source":15,"target":65},{"source":64,"target":4},{"source":64,"target":66},{"source":64,"target":15},{"source":66,"target":4},{"source":65,"target":4},{"source":65,"target":67},{"source":65,"target":15},{"source":67,"target":4},{"source":16,"target":0},{"source":16,"target":68},{"source":16,"target":69},{"source":16,"target":70},{"source":16,"target":71},{"source":68,"target":4},{"source":68,"target":72},{"source":68,"target":16},{"source":72,"target":4},{"source":69,"target":15},{"source":69,"target":73},{"source":69,"target":16},{"source":73,"target":15},{"source":70,"target":4},{"source":70,"target":74},{"source":70,"target":16},{"source":74,"target":4},{"source":71,"target":4},{"source":71,"target":75},{"source":71,"target":16},{"source":75,"target":4},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":76},{"source":17,"target":77},{"source":17,"target":78},{"source":76,"target":14},{"source":76,"target":79},{"source":76,"target":17},{"source":79,"target":14},{"source":77,"target":18},{"source":77,"target":80},{"source":77,"target":17},{"source":80,"target":18},{"source":78,"target":14},{"source":18,"target":0},{"source":18,"target":81},{"source":18,"target":82},{"source":18,"target":83},{"source":81,"target":17},{"source":81,"target":84},{"source":81,"target":18},{"source":84,"target":17},{"source":82,"target":9},{"source":82,"target":85},{"source":82,"target":18},{"source":85,"target":9},{"source":83,"target":8},{"source":83,"target":86},{"source":83,"target":18},{"source":86,"target":8},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":8},{"source":20,"target":87},{"source":20,"target":88},{"source":87,"target":5},{"source":87,"target":89},{"source":87,"target":20},{"source":89,"target":5},{"source":88,"target":8},{"source":21,"target":0},{"source":21,"target":8},{"source":21,"target":90},{"source":21,"target":91},{"source":90,"target":19},{"source":90,"target":92},{"source":90,"target":21},{"source":92,"target":19},{"source":91,"target":8},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":93},{"source":93,"target":21},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":94},{"source":94,"target":20}],"multigraph":true} |
false | <?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="Basic" nsURI="http://BasickPackage" nsPrefix="Basic">
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/nagaraj1993/Mutation-testing/Old System Test Cases Project/org.eclipse.ocl.examples.xtext.tests/models/ecore/Bug492960Basic.ecore | ecore | Basic
NamedElement
name | null | {"directed":true,"nodes":[{"nsPrefix":"Basic","nsURI":"http://BasickPackage","name":"Basic","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?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="commonTypes"
nsURI="http://LexGrid.org/schema/2009/01/LexGrid/commonTypes" nsPrefix="lgCommon">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 <h2 xmlns="http://LexGrid.org/schema/2009/01/LexGrid/commonTypes">Shared types for the LexGrid package</h2>
 
Type definitions that are shared by more than one LexGrid module

 <h2 xmlns="http://LexGrid.org/schema/2009/01/LexGrid/builtins">Core data types for the LexGrid package</h2>
 
These are the basic types used in the construction of the rest of the LexGrid model. They need to be mapped to the appropriate implementation specific data types. The mapping in this package represents the XML Schema data types mapping

 <h2 xmlns="http://LexGrid.org/schema/2009/01/LexGrid/versions">Revision and history package</h2>
 
The LexGrid model of revisions, history and releases.

 <h2 xmlns="http://LexGrid.org/schema/2009/01/LexGrid/codingSchemes">Coding Scheme Definitions</h2>
 
The definition of the Coding Scheme resource.

 <h2 xmlns="http://LexGrid.org/schema/2009/01/LexGrid/valueDomains">Value domains and pick list packages</h2>
 
The LexGrid model of value domains and associated pick lists.

 <h2 xmlns="http://LexGrid.org/schema/2009/01/LexGrid/naming">Local identifier to URI mapping resource definition</h2>
 
This package supports the local id to URI mappings."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EDataType" name="AssociationName" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier of an association used in the codingScheme relations container."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="associationName"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="AssociationQualifierName" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier of a qualifier that is used in one or more semantic assertions. Typical association qualifiers include the description logic "some", "all", as well as various statistical and probabilistic assertions."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="associationQualifierName"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ChangeSetId" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" The identifier of a set of entityState changes. Must be unique within the context of a terminology or pick list implementation."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="changeSetId"/>
<details key="baseType" value="nodeId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="CodingSchemeName" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier used to reference a particular coding scheme"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="codingSchemeName"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ContainerName" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier used to name a collection of semantic assertions"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="containerName"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Context" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier of a realm, context or situation that pertains to a lexical or semantic assertion about an entity"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="context"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DataType" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier of a format and/or datatype of textual data. Data types are typically drawn from XML Schema or mime types."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="dataType"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DegreeOfFidelity" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A local identifier that specifies how closely a given presentation represents the intended meaning of a entity. Typical values represent notions such as "broader", "narrower", "exact", etc."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="degreeOfFidelity"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Describable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Any resource that can have an associated description."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="describable"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="entityDescription" eType="#//EntityDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The description of the resource."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="entityDescription"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EntityCode" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The label for an entity that is defined or referenced by a codingScheme. entityCode must be unique within the context of its corresponding namespace."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="entityCode"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsCaseSensitiveIA5String"/>
<details key="minLength" value="1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EntityDescription" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" The textual description of an entity "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="entityDescription"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EntityType" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier that specifies the type of thing that a given entity represents. Typical entityTypes and include "concept", "instance", "association", etc."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="entityType"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EntityTypes">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A list of entityTypes to be used where appropriate. Service behavior may be keyed off of these local identifiers, independent of the associated URI's"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="EntityTypes"/>
</eAnnotations>
<eLiterals name="concept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The entity represents a class or category."/>
</eAnnotations>
</eLiterals>
<eLiterals name="instance" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The entity represents an individual or instance."/>
</eAnnotations>
</eLiterals>
<eLiterals name="association" value="2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The entity represents a relationship, association or "property"."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EntityTypesObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="EntityTypes:Object"/>
<details key="baseType" value="EntityTypes"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EntryOrder" instanceClassName="int">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The relative order of an entry in a collection. Ordering is ascending based in integer value."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="entryOrder"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsInteger"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Language" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier of a spoken or written language. Example: "en", "English", "de", "EN-UK", etc."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="language"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="NamespaceName" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier of the namespace of one or more entityCodes."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="namespaceName"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="NodeId" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" An identifier used to render a given node within the model unique within a given context."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="nodeId"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsCaseIgnoreIA5String"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Properties">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A collection of properties."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="properties"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" upperBound="-1"
eType="#//Property" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An entry in the property list."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="property"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//Versionable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A description, definition, annotation or other attribute that serves to further define or identify an resource."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="property"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1"
eType="#//Source" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifiers of the source(s) of this property. Must match a local id of a supportedSource in the corresponding mappings section."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="source"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="usageContext" unique="false"
upperBound="-1" eType="#//Context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifiers of the context(s) in which this property applies. Must match a local id of a supportedContext in the corresponding mappings section."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="usageContext"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyQualifier" upperBound="-1"
eType="#//PropertyQualifier" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A qualifier that provides additional information about this particular property and/or its association with the resource."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="propertyQualifier"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Text"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The value of the property associated with this particular resource. Note that "text" may be any type, including a URI, html fragment, etc."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="value"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="#//Language">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier of the language of the property value. Must match a local id of a supportedLanguage in the corresponding mappings section. If omitted, and language is applicable to this property, the defaultLanguage of the surrounding resource is used."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="language"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyId" eType="#//PropertyId">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A unique identifier of this particular propert/resource/value instance."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="propertyId"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" lowerBound="1"
eType="#//PropertyName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier that defines the meaning of this particular property entry. Must match a local id of a supportedProperty in the corresponding mappings section."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="propertyName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyType" eType="#//PropertyType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The LexGrid model element that this property represents. As an example, the codingScheme "copyright" attribute could be represented by a property with a propertyType that mapped to lgCS:copyRight. Must match a local id of a supportedPropertyType in the corresponding mappings section."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="propertyType"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="PropertyId" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" The identifier of a property / resource combination. If supplied, propertyId must be unique within the context of the resource associated with the property although the scope of uniqueness may be broader"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="propertyId"/>
<details key="baseType" value="nodeId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="PropertyLinkName" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier of link that can be asserted between two properties of the same concept. Examples include: "literal translation", "acronym for", "abbreviation of", etc."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="propertyLinkName"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="PropertyName" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier of a the "tag" portion of a "tag/value" pair in a property. As an example, "label" might be the local identifier of a property derived from "rdfs:label"."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="propertyName"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyQualifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Additional information about the property and/or its association with the resource."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="propertyQualifier"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Text"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="value"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyQualifierName"
lowerBound="1" eType="#//PropertyQualifierName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local name of the qualifier. Must match a local id of a supportedPropertyQualifier in the corresponding mappings section."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="propertyQualifierName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyQualifierType"
eType="#//PropertyQualifierType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local name of the qualifier type. Must match a local id of a supportedPropertyQualifierType in the corresponding mappings section."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="propertyQualifierType"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="PropertyQualifierName" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier of a qualifier used to add additional information to a property. "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="propertyQualifierName"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="PropertyQualifierType" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier of an attribute or relation in the LexGrid model that a given property qualifier represents."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="propertyQualifierType"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="PropertyType" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier of an attribute or relation in the LexGrid model that a given property represents. As an example, "presentation" might be the propertyType of a property derived from "rdfs:label"."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="propertyType"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="RepresentationalForm" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier of a form that a presentation takes in the model. Examples include "acronym", "abbreviation", etc."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="representationalForm"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="RevisionId" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An identifier of unique version within the context of a coding scheme."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="revisionId"/>
<details key="baseType" value="nodeId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="SortOrder" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier of an ordering to be applied to a list of resources. The local identifier also identifies the specific fields to be ordered."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="sortOrder"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Source">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier of a person, organization of bibliographic resource that played a role in the creation or maintenance of a resource."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="source"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType builtins.ecore#//TsLocalId">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="#//SourceRole">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The role or purpose of the the source for this particular resource (e.g. author, distributor). Must be absent in supportedSource"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="role"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subRef" eType="ecore:EDataType builtins.ecore#//TsCaseIgnoreIA5String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The page, subheading, id or other localized information within the source itself. Used to make a source reference more precise. Must be absent in supportedSource."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="subRef"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="SourceRole" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier of a role a source plays in an associated resource."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="sourceRole"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Status" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier of a possible status of an assertion in the codingScheme. Status identifiers are usually related to the workflow of the coding scheme creators, and include notions such as "proposed", "active", "depricated", "retired", etc."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="status"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsLocalId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Text">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The value of an entityDescription, property, etc."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="text"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" eType="#//DataType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifier of the format or data type of the text. Must match a local id of a supportedDataType in the corresponding mappings section. Default: tsCaseSensitiveIA5String"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="dataType"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A Universal Resource Identifier"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="URI"/>
<details key="baseType" value="http://LexGrid.org/schema/2009/01/LexGrid/builtins#tsURI"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Version" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A version identifier.
NOTE: The use of this type is deprecated. This is here for backwards compatibility with the existing LexBIG implementation."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="version"/>
<details key="baseType" value="nodeId"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Versionable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A resource that can undergo change over time while maintaining its identity."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="versionable"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Source"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The owner of the resource. The specific semantics of owner is defined by the busniess rules of the implementor, including the rules of the owner field is absent."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="owner"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="entryState" eType="ecore:EClass versions.ecore#//EntryState"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The description of the current state of the resource and its change history."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="entryState"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="effectiveDate" eType="ecore:EDataType builtins.ecore#//TsTimestamp">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The date and time that this resource is considered to be active. To be considered active, isActive must be true, and the temporal context of the operation must be greater than effectiveDate. If omitted, all temporal contexts are considered to be valid."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="effectiveDate"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expirationDate" eType="ecore:EDataType builtins.ecore#//TsTimestamp">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The date and time that this resource is considered to become inActive. To be considered active, isActive must be true, and the temporal context of the operation must be less than expirationDate. If omitted, all temporal contexts are considered to be valid."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="expirationDate"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isActive" eType="ecore:EDataType builtins.ecore#//TsBooleanObject"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="True means that this resource is searchable and browsable if the temporal context of the operation falls between effectiveDate and expirationDate. False means that this resource is only accessible if requested by id or by a search that specifies that inactive retrievals are allowed. Default: True"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="isActive"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//Status">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The status code associated with the particular resource. The semantics and business rules of entryStatus are defined by the containing system, but there needs to be a mapping into isActive above."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="status"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VersionableAndDescribable" eSuperTypes="#//Versionable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A resource that is both versionable and describable."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="versionableAndDescribable"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="entityDescription" eType="#//EntityDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The description of the resource."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="entityDescription"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/NCIP/lexevs/lgModel/emf/types.ecore | ecore | commonTypes
AssociationName
java.lang.String
java.lang.String
AssociationQualifierName
java.lang.String
java.lang.String
ChangeSetId
java.lang.String
java.lang.String
CodingSchemeName
java.lang.String
java.lang.String
ContainerName
java.lang.String
java.lang.String
Context
java.lang.String
java.lang.String
DataType
java.lang.String
java.lang.String
DegreeOfFidelity
java.lang.String
java.lang.String
Describable
entityDescription
EntityCode
java.lang.String
java.lang.String
EntityDescription
java.lang.String
java.lang.String
EntityType
java.lang.String
java.lang.String
EntityTypes
concept
concept
instance
instance
association
association
EntityTypesObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
EntryOrder
int
int
Language
java.lang.String
java.lang.String
NamespaceName
java.lang.String
java.lang.String
NodeId
java.lang.String
java.lang.String
Properties
property
Property
source
usageContext
propertyQualifier
value
language
propertyId
propertyName
propertyType
PropertyId
java.lang.String
java.lang.String
PropertyLinkName
java.lang.String
java.lang.String
PropertyName
java.lang.String
java.lang.String
PropertyQualifier
value
propertyQualifierName
propertyQualifierType
PropertyQualifierName
java.lang.String
java.lang.String
PropertyQualifierType
java.lang.String
java.lang.String
PropertyType
java.lang.String
java.lang.String
RepresentationalForm
java.lang.String
java.lang.String
RevisionId
java.lang.String
java.lang.String
SortOrder
java.lang.String
java.lang.String
Source
value
role
subRef
SourceRole
java.lang.String
java.lang.String
Status
java.lang.String
java.lang.String
Text
value
dataType
URI
java.lang.String
java.lang.String
Version
java.lang.String
java.lang.String
Versionable
owner
entryState
effectiveDate
expirationDate
isActive
status
VersionableAndDescribable
entityDescription | null | {"directed":true,"nodes":[{"nsPrefix":"lgCommon","nsURI":"http://LexGrid.org/schema/2009/01/LexGrid/commonTypes","name":"commonTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"AssociationName","instanceClass":"java.lang.String","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"AssociationQualifierName","instanceClass":"java.lang.String","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ChangeSetId","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"CodingSchemeName","instanceClass":"java.lang.String","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ContainerName","instanceClass":"java.lang.String","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Context","instanceClass":"java.lang.String","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"DataType","instanceClass":"java.lang.String","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"DegreeOfFidelity","instanceClass":"java.lang.String","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Describable","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EntityCode","instanceClass":"java.lang.String","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EntityDescription","instanceClass":"java.lang.String","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EntityType","instanceClass":"java.lang.String","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"EntityTypes","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EntityTypesObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EntryOrder","instanceClass":"int","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Language","instanceClass":"java.lang.String","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"NamespaceName","instanceClass":"java.lang.String","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"NodeId","instanceClass":"java.lang.String","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Properties","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"PropertyId","instanceClass":"java.lang.String","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"PropertyLinkName","instanceClass":"java.lang.String","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"PropertyName","instanceClass":"java.lang.String","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyQualifier","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"PropertyQualifierName","instanceClass":"java.lang.String","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"PropertyQualifierType","instanceClass":"java.lang.String","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"PropertyType","instanceClass":"java.lang.String","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"RepresentationalForm","instanceClass":"java.lang.String","id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"RevisionId","instanceClass":"java.lang.String","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"SortOrder","instanceClass":"java.lang.String","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"SourceRole","instanceClass":"java.lang.String","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Status","instanceClass":"java.lang.String","id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"URI","instanceClass":"java.lang.String","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Version","instanceClass":"java.lang.String","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Versionable","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionableAndDescribable","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entityDescription","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"name":"concept","id":41,"value":0,"literal":"concept","eClass":"EEnumLiteral"},{"name":"instance","id":42,"value":1,"literal":"instance","eClass":"EEnumLiteral"},{"name":"association","id":43,"value":2,"literal":"association","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":false,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"usageContext","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyQualifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyId","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyType","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyQualifierName","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyQualifierType","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subRef","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":false,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entryState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"effectiveDate","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expirationDate","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"isActive","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entityDescription","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":39},{"source":39,"target":11},{"source":39,"target":40},{"source":39,"target":9},{"source":40,"target":11},{"source":10,"target":0},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":41},{"source":13,"target":42},{"source":13,"target":43},{"source":41,"target":13},{"source":42,"target":13},{"source":43,"target":13},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":0},{"source":17,"target":0},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":44},{"source":44,"target":20},{"source":44,"target":45},{"source":44,"target":19},{"source":45,"target":20},{"source":20,"target":0},{"source":20,"target":37},{"source":20,"target":46},{"source":20,"target":47},{"source":20,"target":48},{"source":20,"target":49},{"source":20,"target":50},{"source":20,"target":51},{"source":20,"target":52},{"source":20,"target":53},{"source":20,"target":54},{"source":46,"target":31},{"source":46,"target":55},{"source":46,"target":20},{"source":55,"target":31},{"source":47,"target":6},{"source":47,"target":56},{"source":47,"target":20},{"source":56,"target":6},{"source":48,"target":24},{"source":48,"target":57},{"source":48,"target":20},{"source":57,"target":24},{"source":49,"target":34},{"source":49,"target":58},{"source":49,"target":20},{"source":58,"target":34},{"source":50,"target":16},{"source":50,"target":59},{"source":50,"target":20},{"source":59,"target":16},{"source":51,"target":21},{"source":51,"target":60},{"source":51,"target":20},{"source":60,"target":21},{"source":52,"target":23},{"source":52,"target":61},{"source":52,"target":20},{"source":61,"target":23},{"source":53,"target":27},{"source":53,"target":62},{"source":53,"target":20},{"source":62,"target":27},{"source":54,"target":37},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":63},{"source":24,"target":64},{"source":24,"target":65},{"source":63,"target":34},{"source":63,"target":66},{"source":63,"target":24},{"source":66,"target":34},{"source":64,"target":25},{"source":64,"target":67},{"source":64,"target":24},{"source":67,"target":25},{"source":65,"target":26},{"source":65,"target":68},{"source":65,"target":24},{"source":68,"target":26},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":69},{"source":31,"target":70},{"source":31,"target":71},{"source":69,"target":72},{"source":69,"target":31},{"source":70,"target":32},{"source":70,"target":73},{"source":70,"target":31},{"source":73,"target":32},{"source":71,"target":74},{"source":71,"target":31},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":34,"target":75},{"source":34,"target":76},{"source":75,"target":77},{"source":75,"target":34},{"source":76,"target":7},{"source":76,"target":78},{"source":76,"target":34},{"source":78,"target":7},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":37,"target":79},{"source":37,"target":80},{"source":37,"target":81},{"source":37,"target":82},{"source":37,"target":83},{"source":37,"target":84},{"source":79,"target":31},{"source":79,"target":85},{"source":79,"target":37},{"source":85,"target":31},{"source":80,"target":86},{"source":80,"target":37},{"source":81,"target":87},{"source":81,"target":37},{"source":82,"target":88},{"source":82,"target":37},{"source":83,"target":89},{"source":83,"target":37},{"source":84,"target":33},{"source":84,"target":90},{"source":84,"target":37},{"source":90,"target":33},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":91},{"source":38,"target":92},{"source":91,"target":11},{"source":91,"target":93},{"source":91,"target":38},{"source":93,"target":11},{"source":92,"target":37}],"multigraph":true} |
false | <?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="test" nsURI="test" nsPrefix="">
<eClassifiers xsi:type="ecore:EClass" name="Test0">
<eStructuralFeatures xsi:type="ecore:EReference" name="test1" upperBound="-1"
eType="#//Test1" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test1">
<eStructuralFeatures xsi:type="ecore:EReference" name="test2" upperBound="-1"
eType="#//Test2" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test2">
<eStructuralFeatures xsi:type="ecore:EReference" name="test3" upperBound="-1"
eType="#//Test3" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test3">
<eStructuralFeatures xsi:type="ecore:EReference" name="test4" upperBound="-1"
eType="#//Test4" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test4">
<eStructuralFeatures xsi:type="ecore:EReference" name="test5" upperBound="-1"
eType="#//Test5" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test5">
<eStructuralFeatures xsi:type="ecore:EReference" name="test6" upperBound="-1"
eType="#//Test6" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test6">
<eStructuralFeatures xsi:type="ecore:EReference" name="test7" upperBound="-1"
eType="#//Test7" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test7">
<eStructuralFeatures xsi:type="ecore:EReference" name="test8" upperBound="-1"
eType="#//Test8" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test8">
<eStructuralFeatures xsi:type="ecore:EReference" name="test9" upperBound="-1"
eType="#//Test9" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test9">
<eStructuralFeatures xsi:type="ecore:EReference" name="test10" upperBound="-1"
eType="#//Test10" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test10">
<eStructuralFeatures xsi:type="ecore:EReference" name="test11" upperBound="-1"
eType="#//Test11" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test11">
<eStructuralFeatures xsi:type="ecore:EReference" name="test12" upperBound="-1"
eType="#//Test12" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test12">
<eStructuralFeatures xsi:type="ecore:EReference" name="test13" upperBound="-1"
eType="#//Test13" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test13">
<eStructuralFeatures xsi:type="ecore:EReference" name="test14" upperBound="-1"
eType="#//Test14" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test14">
<eStructuralFeatures xsi:type="ecore:EReference" name="test15" upperBound="-1"
eType="#//Test15" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test15">
<eStructuralFeatures xsi:type="ecore:EReference" name="test16" upperBound="-1"
eType="#//Test16" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test16">
<eStructuralFeatures xsi:type="ecore:EReference" name="test17" upperBound="-1"
eType="#//Test17" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test17">
<eStructuralFeatures xsi:type="ecore:EReference" name="test18" upperBound="-1"
eType="#//Test18" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test18">
<eStructuralFeatures xsi:type="ecore:EReference" name="test19" upperBound="-1"
eType="#//Test19" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test19">
<eStructuralFeatures xsi:type="ecore:EReference" name="test20" upperBound="-1"
eType="#//Test20" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test20">
<eStructuralFeatures xsi:type="ecore:EReference" name="test21" upperBound="-1"
eType="#//Test21" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test21">
<eStructuralFeatures xsi:type="ecore:EReference" name="test22" upperBound="-1"
eType="#//Test22" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test22">
<eStructuralFeatures xsi:type="ecore:EReference" name="test23" upperBound="-1"
eType="#//Test23" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test23">
<eStructuralFeatures xsi:type="ecore:EReference" name="test24" upperBound="-1"
eType="#//Test24" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test24">
<eStructuralFeatures xsi:type="ecore:EReference" name="test25" upperBound="-1"
eType="#//Test25" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test25">
<eStructuralFeatures xsi:type="ecore:EReference" name="test26" upperBound="-1"
eType="#//Test26" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test26">
<eStructuralFeatures xsi:type="ecore:EReference" name="test27" upperBound="-1"
eType="#//Test27" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test27">
<eStructuralFeatures xsi:type="ecore:EReference" name="test28" upperBound="-1"
eType="#//Test28" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test28">
<eStructuralFeatures xsi:type="ecore:EReference" name="test29" upperBound="-1"
eType="#//Test29" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test29">
<eStructuralFeatures xsi:type="ecore:EReference" name="test30" upperBound="-1"
eType="#//Test30" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test30">
<eStructuralFeatures xsi:type="ecore:EReference" name="test31" upperBound="-1"
eType="#//Test31" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test31">
<eStructuralFeatures xsi:type="ecore:EReference" name="test32" upperBound="-1"
eType="#//Test32" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test32">
<eStructuralFeatures xsi:type="ecore:EReference" name="test33" upperBound="-1"
eType="#//Test33" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test33">
<eStructuralFeatures xsi:type="ecore:EReference" name="test34" upperBound="-1"
eType="#//Test34" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test34">
<eStructuralFeatures xsi:type="ecore:EReference" name="test35" upperBound="-1"
eType="#//Test35" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test35">
<eStructuralFeatures xsi:type="ecore:EReference" name="test36" upperBound="-1"
eType="#//Test36" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test36">
<eStructuralFeatures xsi:type="ecore:EReference" name="test37" upperBound="-1"
eType="#//Test37" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test37">
<eStructuralFeatures xsi:type="ecore:EReference" name="test38" upperBound="-1"
eType="#//Test38" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test38">
<eStructuralFeatures xsi:type="ecore:EReference" name="test39" upperBound="-1"
eType="#//Test39" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test39">
<eStructuralFeatures xsi:type="ecore:EReference" name="test40" upperBound="-1"
eType="#//Test40" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test40">
<eStructuralFeatures xsi:type="ecore:EReference" name="test41" upperBound="-1"
eType="#//Test41" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test41">
<eStructuralFeatures xsi:type="ecore:EReference" name="test42" upperBound="-1"
eType="#//Test42" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test42">
<eStructuralFeatures xsi:type="ecore:EReference" name="test43" upperBound="-1"
eType="#//Test43" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test43">
<eStructuralFeatures xsi:type="ecore:EReference" name="test44" upperBound="-1"
eType="#//Test44" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test44">
<eStructuralFeatures xsi:type="ecore:EReference" name="test45" upperBound="-1"
eType="#//Test45" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test45">
<eStructuralFeatures xsi:type="ecore:EReference" name="test46" upperBound="-1"
eType="#//Test46" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test46">
<eStructuralFeatures xsi:type="ecore:EReference" name="test47" upperBound="-1"
eType="#//Test47" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test47">
<eStructuralFeatures xsi:type="ecore:EReference" name="test48" upperBound="-1"
eType="#//Test48" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test48">
<eStructuralFeatures xsi:type="ecore:EReference" name="test49" upperBound="-1"
eType="#//Test49" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test49">
<eStructuralFeatures xsi:type="ecore:EReference" name="test50" upperBound="-1"
eType="#//Test50" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test50">
<eStructuralFeatures xsi:type="ecore:EReference" name="test51" upperBound="-1"
eType="#//Test51" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test51">
<eStructuralFeatures xsi:type="ecore:EReference" name="test52" upperBound="-1"
eType="#//Test52" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test52">
<eStructuralFeatures xsi:type="ecore:EReference" name="test53" upperBound="-1"
eType="#//Test53" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test53">
<eStructuralFeatures xsi:type="ecore:EReference" name="test54" upperBound="-1"
eType="#//Test54" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test54">
<eStructuralFeatures xsi:type="ecore:EReference" name="test55" upperBound="-1"
eType="#//Test55" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test55">
<eStructuralFeatures xsi:type="ecore:EReference" name="test56" upperBound="-1"
eType="#//Test56" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test56">
<eStructuralFeatures xsi:type="ecore:EReference" name="test57" upperBound="-1"
eType="#//Test57" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test57">
<eStructuralFeatures xsi:type="ecore:EReference" name="test58" upperBound="-1"
eType="#//Test58" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test58">
<eStructuralFeatures xsi:type="ecore:EReference" name="test59" upperBound="-1"
eType="#//Test59" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test59">
<eStructuralFeatures xsi:type="ecore:EReference" name="test60" upperBound="-1"
eType="#//Test60" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test60">
<eStructuralFeatures xsi:type="ecore:EReference" name="test61" upperBound="-1"
eType="#//Test61" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test61">
<eStructuralFeatures xsi:type="ecore:EReference" name="test62" upperBound="-1"
eType="#//Test62" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test62">
<eStructuralFeatures xsi:type="ecore:EReference" name="test63" upperBound="-1"
eType="#//Test63" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test63">
<eStructuralFeatures xsi:type="ecore:EReference" name="test64" upperBound="-1"
eType="#//Test64" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test64">
<eStructuralFeatures xsi:type="ecore:EReference" name="test65" upperBound="-1"
eType="#//Test65" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test65">
<eStructuralFeatures xsi:type="ecore:EReference" name="test66" upperBound="-1"
eType="#//Test66" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test66">
<eStructuralFeatures xsi:type="ecore:EReference" name="test67" upperBound="-1"
eType="#//Test67" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test67">
<eStructuralFeatures xsi:type="ecore:EReference" name="test68" upperBound="-1"
eType="#//Test68" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test68">
<eStructuralFeatures xsi:type="ecore:EReference" name="test69" upperBound="-1"
eType="#//Test69" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test69">
<eStructuralFeatures xsi:type="ecore:EReference" name="test70" upperBound="-1"
eType="#//Test70" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test70">
<eStructuralFeatures xsi:type="ecore:EReference" name="test71" upperBound="-1"
eType="#//Test71" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test71">
<eStructuralFeatures xsi:type="ecore:EReference" name="test72" upperBound="-1"
eType="#//Test72" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test72">
<eStructuralFeatures xsi:type="ecore:EReference" name="test73" upperBound="-1"
eType="#//Test73" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test73">
<eStructuralFeatures xsi:type="ecore:EReference" name="test74" upperBound="-1"
eType="#//Test74" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test74">
<eStructuralFeatures xsi:type="ecore:EReference" name="test75" upperBound="-1"
eType="#//Test75" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test75">
<eStructuralFeatures xsi:type="ecore:EReference" name="test76" upperBound="-1"
eType="#//Test76" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test76">
<eStructuralFeatures xsi:type="ecore:EReference" name="test77" upperBound="-1"
eType="#//Test77" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test77">
<eStructuralFeatures xsi:type="ecore:EReference" name="test78" upperBound="-1"
eType="#//Test78" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test78">
<eStructuralFeatures xsi:type="ecore:EReference" name="test79" upperBound="-1"
eType="#//Test79" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test79">
<eStructuralFeatures xsi:type="ecore:EReference" name="test80" upperBound="-1"
eType="#//Test80" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test80">
<eStructuralFeatures xsi:type="ecore:EReference" name="test81" upperBound="-1"
eType="#//Test81" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test81">
<eStructuralFeatures xsi:type="ecore:EReference" name="test82" upperBound="-1"
eType="#//Test82" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test82">
<eStructuralFeatures xsi:type="ecore:EReference" name="test83" upperBound="-1"
eType="#//Test83" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test83">
<eStructuralFeatures xsi:type="ecore:EReference" name="test84" upperBound="-1"
eType="#//Test84" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test84">
<eStructuralFeatures xsi:type="ecore:EReference" name="test85" upperBound="-1"
eType="#//Test85" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test85">
<eStructuralFeatures xsi:type="ecore:EReference" name="test86" upperBound="-1"
eType="#//Test86" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test86">
<eStructuralFeatures xsi:type="ecore:EReference" name="test87" upperBound="-1"
eType="#//Test87" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test87">
<eStructuralFeatures xsi:type="ecore:EReference" name="test88" upperBound="-1"
eType="#//Test88" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test88">
<eStructuralFeatures xsi:type="ecore:EReference" name="test89" upperBound="-1"
eType="#//Test89" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test89">
<eStructuralFeatures xsi:type="ecore:EReference" name="test90" upperBound="-1"
eType="#//Test90" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test90">
<eStructuralFeatures xsi:type="ecore:EReference" name="test91" upperBound="-1"
eType="#//Test91" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test91">
<eStructuralFeatures xsi:type="ecore:EReference" name="test92" upperBound="-1"
eType="#//Test92" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test92">
<eStructuralFeatures xsi:type="ecore:EReference" name="test93" upperBound="-1"
eType="#//Test93" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test93">
<eStructuralFeatures xsi:type="ecore:EReference" name="test94" upperBound="-1"
eType="#//Test94" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test94">
<eStructuralFeatures xsi:type="ecore:EReference" name="test95" upperBound="-1"
eType="#//Test95" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test95">
<eStructuralFeatures xsi:type="ecore:EReference" name="test96" upperBound="-1"
eType="#//Test96" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test96">
<eStructuralFeatures xsi:type="ecore:EReference" name="test97" upperBound="-1"
eType="#//Test97" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test97">
<eStructuralFeatures xsi:type="ecore:EReference" name="test98" upperBound="-1"
eType="#//Test98" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test98">
<eStructuralFeatures xsi:type="ecore:EReference" name="test99" upperBound="-1"
eType="#//Test99" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test99">
<eStructuralFeatures xsi:type="ecore:EReference" name="test100" upperBound="-1"
eType="#//Test100" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test100">
<eStructuralFeatures xsi:type="ecore:EReference" name="test101" upperBound="-1"
eType="#//Test101" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test101">
<eStructuralFeatures xsi:type="ecore:EReference" name="test102" upperBound="-1"
eType="#//Test102" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test102">
<eStructuralFeatures xsi:type="ecore:EReference" name="test103" upperBound="-1"
eType="#//Test103" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test103">
<eStructuralFeatures xsi:type="ecore:EReference" name="test104" upperBound="-1"
eType="#//Test104" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test104">
<eStructuralFeatures xsi:type="ecore:EReference" name="test105" upperBound="-1"
eType="#//Test105" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test105">
<eStructuralFeatures xsi:type="ecore:EReference" name="test106" upperBound="-1"
eType="#//Test106" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test106">
<eStructuralFeatures xsi:type="ecore:EReference" name="test107" upperBound="-1"
eType="#//Test107" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test107">
<eStructuralFeatures xsi:type="ecore:EReference" name="test108" upperBound="-1"
eType="#//Test108" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test108">
<eStructuralFeatures xsi:type="ecore:EReference" name="test109" upperBound="-1"
eType="#//Test109" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test109">
<eStructuralFeatures xsi:type="ecore:EReference" name="test110" upperBound="-1"
eType="#//Test110" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test110">
<eStructuralFeatures xsi:type="ecore:EReference" name="test111" upperBound="-1"
eType="#//Test111" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test111">
<eStructuralFeatures xsi:type="ecore:EReference" name="test112" upperBound="-1"
eType="#//Test112" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test112">
<eStructuralFeatures xsi:type="ecore:EReference" name="test113" upperBound="-1"
eType="#//Test113" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test113">
<eStructuralFeatures xsi:type="ecore:EReference" name="test114" upperBound="-1"
eType="#//Test114" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test114">
<eStructuralFeatures xsi:type="ecore:EReference" name="test115" upperBound="-1"
eType="#//Test115" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test115">
<eStructuralFeatures xsi:type="ecore:EReference" name="test116" upperBound="-1"
eType="#//Test116" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test116">
<eStructuralFeatures xsi:type="ecore:EReference" name="test117" upperBound="-1"
eType="#//Test117" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test117">
<eStructuralFeatures xsi:type="ecore:EReference" name="test118" upperBound="-1"
eType="#//Test118" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test118">
<eStructuralFeatures xsi:type="ecore:EReference" name="test119" upperBound="-1"
eType="#//Test119" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test119">
<eStructuralFeatures xsi:type="ecore:EReference" name="test120" upperBound="-1"
eType="#//Test120" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test120">
<eStructuralFeatures xsi:type="ecore:EReference" name="test121" upperBound="-1"
eType="#//Test121" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test121">
<eStructuralFeatures xsi:type="ecore:EReference" name="test122" upperBound="-1"
eType="#//Test122" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test122">
<eStructuralFeatures xsi:type="ecore:EReference" name="test123" upperBound="-1"
eType="#//Test123" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test123">
<eStructuralFeatures xsi:type="ecore:EReference" name="test124" upperBound="-1"
eType="#//Test124" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test124">
<eStructuralFeatures xsi:type="ecore:EReference" name="test125" upperBound="-1"
eType="#//Test125" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test125">
<eStructuralFeatures xsi:type="ecore:EReference" name="test126" upperBound="-1"
eType="#//Test126" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test126">
<eStructuralFeatures xsi:type="ecore:EReference" name="test127" upperBound="-1"
eType="#//Test127" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test127">
<eStructuralFeatures xsi:type="ecore:EReference" name="test128" upperBound="-1"
eType="#//Test128" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test128">
<eStructuralFeatures xsi:type="ecore:EReference" name="test129" upperBound="-1"
eType="#//Test129" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test129">
<eStructuralFeatures xsi:type="ecore:EReference" name="test130" upperBound="-1"
eType="#//Test130" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test130">
<eStructuralFeatures xsi:type="ecore:EReference" name="test131" upperBound="-1"
eType="#//Test131" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test131">
<eStructuralFeatures xsi:type="ecore:EReference" name="test132" upperBound="-1"
eType="#//Test132" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test132">
<eStructuralFeatures xsi:type="ecore:EReference" name="test133" upperBound="-1"
eType="#//Test133" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test133">
<eStructuralFeatures xsi:type="ecore:EReference" name="test134" upperBound="-1"
eType="#//Test134" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test134">
<eStructuralFeatures xsi:type="ecore:EReference" name="test135" upperBound="-1"
eType="#//Test135" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test135">
<eStructuralFeatures xsi:type="ecore:EReference" name="test136" upperBound="-1"
eType="#//Test136" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test136">
<eStructuralFeatures xsi:type="ecore:EReference" name="test137" upperBound="-1"
eType="#//Test137" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test137">
<eStructuralFeatures xsi:type="ecore:EReference" name="test138" upperBound="-1"
eType="#//Test138" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test138">
<eStructuralFeatures xsi:type="ecore:EReference" name="test139" upperBound="-1"
eType="#//Test139" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test139">
<eStructuralFeatures xsi:type="ecore:EReference" name="test140" upperBound="-1"
eType="#//Test140" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test140">
<eStructuralFeatures xsi:type="ecore:EReference" name="test141" upperBound="-1"
eType="#//Test141" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test141">
<eStructuralFeatures xsi:type="ecore:EReference" name="test142" upperBound="-1"
eType="#//Test142" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test142">
<eStructuralFeatures xsi:type="ecore:EReference" name="test143" upperBound="-1"
eType="#//Test143" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test143">
<eStructuralFeatures xsi:type="ecore:EReference" name="test144" upperBound="-1"
eType="#//Test144" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test144">
<eStructuralFeatures xsi:type="ecore:EReference" name="test145" upperBound="-1"
eType="#//Test145" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test145">
<eStructuralFeatures xsi:type="ecore:EReference" name="test146" upperBound="-1"
eType="#//Test146" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test146">
<eStructuralFeatures xsi:type="ecore:EReference" name="test147" upperBound="-1"
eType="#//Test147" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test147">
<eStructuralFeatures xsi:type="ecore:EReference" name="test148" upperBound="-1"
eType="#//Test148" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test148">
<eStructuralFeatures xsi:type="ecore:EReference" name="test149" upperBound="-1"
eType="#//Test149" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test149">
<eStructuralFeatures xsi:type="ecore:EReference" name="test150" upperBound="-1"
eType="#//Test150" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test150">
<eStructuralFeatures xsi:type="ecore:EReference" name="test151" upperBound="-1"
eType="#//Test151" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test151">
<eStructuralFeatures xsi:type="ecore:EReference" name="test152" upperBound="-1"
eType="#//Test152" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test152">
<eStructuralFeatures xsi:type="ecore:EReference" name="test153" upperBound="-1"
eType="#//Test153" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test153">
<eStructuralFeatures xsi:type="ecore:EReference" name="test154" upperBound="-1"
eType="#//Test154" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test154">
<eStructuralFeatures xsi:type="ecore:EReference" name="test155" upperBound="-1"
eType="#//Test155" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test155">
<eStructuralFeatures xsi:type="ecore:EReference" name="test156" upperBound="-1"
eType="#//Test156" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test156">
<eStructuralFeatures xsi:type="ecore:EReference" name="test157" upperBound="-1"
eType="#//Test157" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test157">
<eStructuralFeatures xsi:type="ecore:EReference" name="test158" upperBound="-1"
eType="#//Test158" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test158">
<eStructuralFeatures xsi:type="ecore:EReference" name="test159" upperBound="-1"
eType="#//Test159" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test159">
<eStructuralFeatures xsi:type="ecore:EReference" name="test160" upperBound="-1"
eType="#//Test160" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test160">
<eStructuralFeatures xsi:type="ecore:EReference" name="test161" upperBound="-1"
eType="#//Test161" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test161">
<eStructuralFeatures xsi:type="ecore:EReference" name="test162" upperBound="-1"
eType="#//Test162" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test162">
<eStructuralFeatures xsi:type="ecore:EReference" name="test163" upperBound="-1"
eType="#//Test163" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test163">
<eStructuralFeatures xsi:type="ecore:EReference" name="test164" upperBound="-1"
eType="#//Test164" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test164">
<eStructuralFeatures xsi:type="ecore:EReference" name="test165" upperBound="-1"
eType="#//Test165" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test165">
<eStructuralFeatures xsi:type="ecore:EReference" name="test166" upperBound="-1"
eType="#//Test166" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test166">
<eStructuralFeatures xsi:type="ecore:EReference" name="test167" upperBound="-1"
eType="#//Test167" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test167">
<eStructuralFeatures xsi:type="ecore:EReference" name="test168" upperBound="-1"
eType="#//Test168" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test168">
<eStructuralFeatures xsi:type="ecore:EReference" name="test169" upperBound="-1"
eType="#//Test169" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test169">
<eStructuralFeatures xsi:type="ecore:EReference" name="test170" upperBound="-1"
eType="#//Test170" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test170">
<eStructuralFeatures xsi:type="ecore:EReference" name="test171" upperBound="-1"
eType="#//Test171" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test171">
<eStructuralFeatures xsi:type="ecore:EReference" name="test172" upperBound="-1"
eType="#//Test172" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test172">
<eStructuralFeatures xsi:type="ecore:EReference" name="test173" upperBound="-1"
eType="#//Test173" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test173">
<eStructuralFeatures xsi:type="ecore:EReference" name="test174" upperBound="-1"
eType="#//Test174" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test174">
<eStructuralFeatures xsi:type="ecore:EReference" name="test175" upperBound="-1"
eType="#//Test175" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test175">
<eStructuralFeatures xsi:type="ecore:EReference" name="test176" upperBound="-1"
eType="#//Test176" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test176">
<eStructuralFeatures xsi:type="ecore:EReference" name="test177" upperBound="-1"
eType="#//Test177" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test177">
<eStructuralFeatures xsi:type="ecore:EReference" name="test178" upperBound="-1"
eType="#//Test178" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test178">
<eStructuralFeatures xsi:type="ecore:EReference" name="test179" upperBound="-1"
eType="#//Test179" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test179">
<eStructuralFeatures xsi:type="ecore:EReference" name="test180" upperBound="-1"
eType="#//Test180" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test180">
<eStructuralFeatures xsi:type="ecore:EReference" name="test181" upperBound="-1"
eType="#//Test181" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test181">
<eStructuralFeatures xsi:type="ecore:EReference" name="test182" upperBound="-1"
eType="#//Test182" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test182">
<eStructuralFeatures xsi:type="ecore:EReference" name="test183" upperBound="-1"
eType="#//Test183" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test183">
<eStructuralFeatures xsi:type="ecore:EReference" name="test184" upperBound="-1"
eType="#//Test184" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test184">
<eStructuralFeatures xsi:type="ecore:EReference" name="test185" upperBound="-1"
eType="#//Test185" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test185">
<eStructuralFeatures xsi:type="ecore:EReference" name="test186" upperBound="-1"
eType="#//Test186" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test186">
<eStructuralFeatures xsi:type="ecore:EReference" name="test187" upperBound="-1"
eType="#//Test187" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test187">
<eStructuralFeatures xsi:type="ecore:EReference" name="test188" upperBound="-1"
eType="#//Test188" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test188">
<eStructuralFeatures xsi:type="ecore:EReference" name="test189" upperBound="-1"
eType="#//Test189" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test189">
<eStructuralFeatures xsi:type="ecore:EReference" name="test190" upperBound="-1"
eType="#//Test190" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test190">
<eStructuralFeatures xsi:type="ecore:EReference" name="test191" upperBound="-1"
eType="#//Test191" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test191">
<eStructuralFeatures xsi:type="ecore:EReference" name="test192" upperBound="-1"
eType="#//Test192" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test192">
<eStructuralFeatures xsi:type="ecore:EReference" name="test193" upperBound="-1"
eType="#//Test193" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test193">
<eStructuralFeatures xsi:type="ecore:EReference" name="test194" upperBound="-1"
eType="#//Test194" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test194">
<eStructuralFeatures xsi:type="ecore:EReference" name="test195" upperBound="-1"
eType="#//Test195" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test195">
<eStructuralFeatures xsi:type="ecore:EReference" name="test196" upperBound="-1"
eType="#//Test196" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test196">
<eStructuralFeatures xsi:type="ecore:EReference" name="test197" upperBound="-1"
eType="#//Test197" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test197">
<eStructuralFeatures xsi:type="ecore:EReference" name="test198" upperBound="-1"
eType="#//Test198" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test198">
<eStructuralFeatures xsi:type="ecore:EReference" name="test199" upperBound="-1"
eType="#//Test199" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test199">
<eStructuralFeatures xsi:type="ecore:EReference" name="test200" upperBound="-1"
eType="#//Test200" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test200">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/isaachulse/yaml-resource/com.isaachulse.yamlresource/test_200.ecore | ecore | test
Test0
test1
Test1
test2
Test2
test3
Test3
test4
Test4
test5
Test5
test6
Test6
test7
Test7
test8
Test8
test9
Test9
test10
Test10
test11
Test11
test12
Test12
test13
Test13
test14
Test14
test15
Test15
test16
Test16
test17
Test17
test18
Test18
test19
Test19
test20
Test20
test21
Test21
test22
Test22
test23
Test23
test24
Test24
test25
Test25
test26
Test26
test27
Test27
test28
Test28
test29
Test29
test30
Test30
test31
Test31
test32
Test32
test33
Test33
test34
Test34
test35
Test35
test36
Test36
test37
Test37
test38
Test38
test39
Test39
test40
Test40
test41
Test41
test42
Test42
test43
Test43
test44
Test44
test45
Test45
test46
Test46
test47
Test47
test48
Test48
test49
Test49
test50
Test50
test51
Test51
test52
Test52
test53
Test53
test54
Test54
test55
Test55
test56
Test56
test57
Test57
test58
Test58
test59
Test59
test60
Test60
test61
Test61
test62
Test62
test63
Test63
test64
Test64
test65
Test65
test66
Test66
test67
Test67
test68
Test68
test69
Test69
test70
Test70
test71
Test71
test72
Test72
test73
Test73
test74
Test74
test75
Test75
test76
Test76
test77
Test77
test78
Test78
test79
Test79
test80
Test80
test81
Test81
test82
Test82
test83
Test83
test84
Test84
test85
Test85
test86
Test86
test87
Test87
test88
Test88
test89
Test89
test90
Test90
test91
Test91
test92
Test92
test93
Test93
test94
Test94
test95
Test95
test96
Test96
test97
Test97
test98
Test98
test99
Test99
test100
Test100
test101
Test101
test102
Test102
test103
Test103
test104
Test104
test105
Test105
test106
Test106
test107
Test107
test108
Test108
test109
Test109
test110
Test110
test111
Test111
test112
Test112
test113
Test113
test114
Test114
test115
Test115
test116
Test116
test117
Test117
test118
Test118
test119
Test119
test120
Test120
test121
Test121
test122
Test122
test123
Test123
test124
Test124
test125
Test125
test126
Test126
test127
Test127
test128
Test128
test129
Test129
test130
Test130
test131
Test131
test132
Test132
test133
Test133
test134
Test134
test135
Test135
test136
Test136
test137
Test137
test138
Test138
test139
Test139
test140
Test140
test141
Test141
test142
Test142
test143
Test143
test144
Test144
test145
Test145
test146
Test146
test147
Test147
test148
Test148
test149
Test149
test150
Test150
test151
Test151
test152
Test152
test153
Test153
test154
Test154
test155
Test155
test156
Test156
test157
Test157
test158
Test158
test159
Test159
test160
Test160
test161
Test161
test162
Test162
test163
Test163
test164
Test164
test165
Test165
test166
Test166
test167
Test167
test168
Test168
test169
Test169
test170
Test170
test171
Test171
test172
Test172
test173
Test173
test174
Test174
test175
Test175
test176
Test176
test177
Test177
test178
Test178
test179
Test179
test180
Test180
test181
Test181
test182
Test182
test183
Test183
test184
Test184
test185
Test185
test186
Test186
test187
Test187
test188
Test188
test189
Test189
test190
Test190
test191
Test191
test192
Test192
test193
Test193
test194
Test194
test195
Test195
test196
Test196
test197
Test197
test198
Test198
test199
Test199
test200
Test200
name | null | {"directed":true,"nodes":[{"nsPrefix":"","nsURI":"test","name":"test","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test0","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test1","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test2","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test3","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test4","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test5","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test6","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test7","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test8","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test9","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test10","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test11","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test12","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test13","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test14","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test15","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test16","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test17","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test18","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test19","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test20","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test21","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test22","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test23","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test24","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test25","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test26","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test27","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test28","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test29","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test30","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test31","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test32","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test33","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test34","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test35","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test36","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test37","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test38","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test39","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test40","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test41","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test42","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test43","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test44","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test45","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test46","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test47","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test48","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test49","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test50","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test51","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test52","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test53","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test54","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test55","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test56","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test57","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test58","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test59","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test60","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test61","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test62","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test63","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test64","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test65","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test66","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test67","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test68","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test69","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test70","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test71","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test72","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test73","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test74","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test75","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test76","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test77","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test78","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test79","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test80","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test81","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test82","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test83","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test84","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test85","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test86","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test87","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test88","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test89","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test90","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test91","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test92","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test93","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test94","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test95","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test96","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test97","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test98","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test99","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test100","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test101","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test102","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test103","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test104","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test105","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test106","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test107","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test108","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test109","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test110","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test111","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test112","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test113","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test114","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test115","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test116","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test117","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test118","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test119","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test120","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test121","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test122","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test123","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test124","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test125","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test126","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test127","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test128","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test129","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test130","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test131","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test132","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test133","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test134","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test135","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test136","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test137","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test138","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test139","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test140","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test141","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test142","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test143","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test144","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test145","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test146","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test147","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test148","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test149","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test150","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test151","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test152","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test153","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test154","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test155","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test156","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test157","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test158","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test159","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test160","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test161","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test162","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test163","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test164","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test165","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test166","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test167","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test168","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test169","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test170","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test171","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test172","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test173","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test174","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test175","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test176","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test177","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test178","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test179","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test180","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test181","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test182","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test183","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test184","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test185","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test186","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test187","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test188","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test189","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test190","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test191","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test192","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test193","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test194","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test195","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test196","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test197","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test198","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test199","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test200","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test4","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test5","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test6","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test7","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test8","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test9","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test10","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test11","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test12","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test13","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test14","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test15","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test16","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test17","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test18","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test19","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test20","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test21","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test22","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test23","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test24","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test25","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test26","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test27","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test28","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test29","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test30","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test31","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test32","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test33","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test34","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test35","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test36","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test37","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test38","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test39","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test40","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test41","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test42","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test43","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test44","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test45","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test46","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test47","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test48","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test49","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test50","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test51","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test52","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test53","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test54","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test55","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test56","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test57","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test58","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test59","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test60","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test61","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test62","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test63","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test64","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test65","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test66","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test67","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test68","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test69","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test70","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test71","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test72","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test73","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test74","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test75","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test76","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test77","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test78","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test79","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test80","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test81","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test82","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test83","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test84","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test85","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test86","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test87","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test88","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test89","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test90","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test91","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test92","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test93","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test94","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test95","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test96","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test97","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test98","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test99","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test100","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test101","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test102","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test103","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test104","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test105","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test106","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test107","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test108","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test109","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test110","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test111","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test112","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test113","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test114","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test115","changeable":true,"resolveProxies":true,"lowerBound":0,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test116","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test117","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test118","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test119","changeable":true,"resolveProxies":true,"lowerBound":0,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test120","changeable":true,"resolveProxies":true,"lowerBound":0,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test121","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test122","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test123","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test124","changeable":true,"resolveProxies":true,"lowerBound":0,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test125","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test126","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test127","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test128","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test129","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test130","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test131","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test132","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"derived":false},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test133","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test134","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test135","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test136","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test137","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test138","changeable":true,"resolveProxies":true,"lowerBound":0,"id":476,"derived":false},{"id":477,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test139","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test140","changeable":true,"resolveProxies":true,"lowerBound":0,"id":480,"derived":false},{"id":481,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test141","changeable":true,"resolveProxies":true,"lowerBound":0,"id":482,"derived":false},{"id":483,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test142","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test143","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test144","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test145","changeable":true,"resolveProxies":true,"lowerBound":0,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test146","changeable":true,"resolveProxies":true,"lowerBound":0,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test147","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test148","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test149","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"id":499,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test150","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test151","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test152","changeable":true,"resolveProxies":true,"lowerBound":0,"id":504,"derived":false},{"id":505,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test153","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"derived":false},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test154","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test155","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"id":511,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test156","changeable":true,"resolveProxies":true,"lowerBound":0,"id":512,"derived":false},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test157","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test158","changeable":true,"resolveProxies":true,"lowerBound":0,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test159","changeable":true,"resolveProxies":true,"lowerBound":0,"id":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test160","changeable":true,"resolveProxies":true,"lowerBound":0,"id":520,"derived":false},{"id":521,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test161","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test162","changeable":true,"resolveProxies":true,"lowerBound":0,"id":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test163","changeable":true,"resolveProxies":true,"lowerBound":0,"id":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test164","changeable":true,"resolveProxies":true,"lowerBound":0,"id":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test165","changeable":true,"resolveProxies":true,"lowerBound":0,"id":530,"derived":false},{"id":531,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test166","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test167","changeable":true,"resolveProxies":true,"lowerBound":0,"id":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test168","changeable":true,"resolveProxies":true,"lowerBound":0,"id":536,"derived":false},{"id":537,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test169","changeable":true,"resolveProxies":true,"lowerBound":0,"id":538,"derived":false},{"id":539,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test170","changeable":true,"resolveProxies":true,"lowerBound":0,"id":540,"derived":false},{"id":541,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test171","changeable":true,"resolveProxies":true,"lowerBound":0,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test172","changeable":true,"resolveProxies":true,"lowerBound":0,"id":544,"derived":false},{"id":545,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test173","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test174","changeable":true,"resolveProxies":true,"lowerBound":0,"id":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test175","changeable":true,"resolveProxies":true,"lowerBound":0,"id":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test176","changeable":true,"resolveProxies":true,"lowerBound":0,"id":552,"derived":false},{"id":553,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test177","changeable":true,"resolveProxies":true,"lowerBound":0,"id":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test178","changeable":true,"resolveProxies":true,"lowerBound":0,"id":556,"derived":false},{"id":557,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test179","changeable":true,"resolveProxies":true,"lowerBound":0,"id":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test180","changeable":true,"resolveProxies":true,"lowerBound":0,"id":560,"derived":false},{"id":561,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test181","changeable":true,"resolveProxies":true,"lowerBound":0,"id":562,"derived":false},{"id":563,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test182","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"id":565,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test183","changeable":true,"resolveProxies":true,"lowerBound":0,"id":566,"derived":false},{"id":567,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test184","changeable":true,"resolveProxies":true,"lowerBound":0,"id":568,"derived":false},{"id":569,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test185","changeable":true,"resolveProxies":true,"lowerBound":0,"id":570,"derived":false},{"id":571,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test186","changeable":true,"resolveProxies":true,"lowerBound":0,"id":572,"derived":false},{"id":573,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test187","changeable":true,"resolveProxies":true,"lowerBound":0,"id":574,"derived":false},{"id":575,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test188","changeable":true,"resolveProxies":true,"lowerBound":0,"id":576,"derived":false},{"id":577,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test189","changeable":true,"resolveProxies":true,"lowerBound":0,"id":578,"derived":false},{"id":579,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test190","changeable":true,"resolveProxies":true,"lowerBound":0,"id":580,"derived":false},{"id":581,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test191","changeable":true,"resolveProxies":true,"lowerBound":0,"id":582,"derived":false},{"id":583,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test192","changeable":true,"resolveProxies":true,"lowerBound":0,"id":584,"derived":false},{"id":585,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test193","changeable":true,"resolveProxies":true,"lowerBound":0,"id":586,"derived":false},{"id":587,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test194","changeable":true,"resolveProxies":true,"lowerBound":0,"id":588,"derived":false},{"id":589,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test195","changeable":true,"resolveProxies":true,"lowerBound":0,"id":590,"derived":false},{"id":591,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test196","changeable":true,"resolveProxies":true,"lowerBound":0,"id":592,"derived":false},{"id":593,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test197","changeable":true,"resolveProxies":true,"lowerBound":0,"id":594,"derived":false},{"id":595,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test198","changeable":true,"resolveProxies":true,"lowerBound":0,"id":596,"derived":false},{"id":597,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test199","changeable":true,"resolveProxies":true,"lowerBound":0,"id":598,"derived":false},{"id":599,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test200","changeable":true,"resolveProxies":true,"lowerBound":0,"id":600,"derived":false},{"id":601,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":602,"derived":false},{"id":603,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":0,"target":200},{"source":0,"target":201},{"source":1,"target":0},{"source":1,"target":202},{"source":202,"target":2},{"source":202,"target":203},{"source":202,"target":1},{"source":203,"target":2},{"source":2,"target":0},{"source":2,"target":204},{"source":204,"target":3},{"source":204,"target":205},{"source":204,"target":2},{"source":205,"target":3},{"source":3,"target":0},{"source":3,"target":206},{"source":206,"target":4},{"source":206,"target":207},{"source":206,"target":3},{"source":207,"target":4},{"source":4,"target":0},{"source":4,"target":208},{"source":208,"target":5},{"source":208,"target":209},{"source":208,"target":4},{"source":209,"target":5},{"source":5,"target":0},{"source":5,"target":210},{"source":210,"target":6},{"source":210,"target":211},{"source":210,"target":5},{"source":211,"target":6},{"source":6,"target":0},{"source":6,"target":212},{"source":212,"target":7},{"source":212,"target":213},{"source":212,"target":6},{"source":213,"target":7},{"source":7,"target":0},{"source":7,"target":214},{"source":214,"target":8},{"source":214,"target":215},{"source":214,"target":7},{"source":215,"target":8},{"source":8,"target":0},{"source":8,"target":216},{"source":216,"target":9},{"source":216,"target":217},{"source":216,"target":8},{"source":217,"target":9},{"source":9,"target":0},{"source":9,"target":218},{"source":218,"target":10},{"source":218,"target":219},{"source":218,"target":9},{"source":219,"target":10},{"source":10,"target":0},{"source":10,"target":220},{"source":220,"target":11},{"source":220,"target":221},{"source":220,"target":10},{"source":221,"target":11},{"source":11,"target":0},{"source":11,"target":222},{"source":222,"target":12},{"source":222,"target":223},{"source":222,"target":11},{"source":223,"target":12},{"source":12,"target":0},{"source":12,"target":224},{"source":224,"target":13},{"source":224,"target":225},{"source":224,"target":12},{"source":225,"target":13},{"source":13,"target":0},{"source":13,"target":226},{"source":226,"target":14},{"source":226,"target":227},{"source":226,"target":13},{"source":227,"target":14},{"source":14,"target":0},{"source":14,"target":228},{"source":228,"target":15},{"source":228,"target":229},{"source":228,"target":14},{"source":229,"target":15},{"source":15,"target":0},{"source":15,"target":230},{"source":230,"target":16},{"source":230,"target":231},{"source":230,"target":15},{"source":231,"target":16},{"source":16,"target":0},{"source":16,"target":232},{"source":232,"target":17},{"source":232,"target":233},{"source":232,"target":16},{"source":233,"target":17},{"source":17,"target":0},{"source":17,"target":234},{"source":234,"target":18},{"source":234,"target":235},{"source":234,"target":17},{"source":235,"target":18},{"source":18,"target":0},{"source":18,"target":236},{"source":236,"target":19},{"source":236,"target":237},{"source":236,"target":18},{"source":237,"target":19},{"source":19,"target":0},{"source":19,"target":238},{"source":238,"target":20},{"source":238,"target":239},{"source":238,"target":19},{"source":239,"target":20},{"source":20,"target":0},{"source":20,"target":240},{"source":240,"target":21},{"source":240,"target":241},{"source":240,"target":20},{"source":241,"target":21},{"source":21,"target":0},{"source":21,"target":242},{"source":242,"target":22},{"source":242,"target":243},{"source":242,"target":21},{"source":243,"target":22},{"source":22,"target":0},{"source":22,"target":244},{"source":244,"target":23},{"source":244,"target":245},{"source":244,"target":22},{"source":245,"target":23},{"source":23,"target":0},{"source":23,"target":246},{"source":246,"target":24},{"source":246,"target":247},{"source":246,"target":23},{"source":247,"target":24},{"source":24,"target":0},{"source":24,"target":248},{"source":248,"target":25},{"source":248,"target":249},{"source":248,"target":24},{"source":249,"target":25},{"source":25,"target":0},{"source":25,"target":250},{"source":250,"target":26},{"source":250,"target":251},{"source":250,"target":25},{"source":251,"target":26},{"source":26,"target":0},{"source":26,"target":252},{"source":252,"target":27},{"source":252,"target":253},{"source":252,"target":26},{"source":253,"target":27},{"source":27,"target":0},{"source":27,"target":254},{"source":254,"target":28},{"source":254,"target":255},{"source":254,"target":27},{"source":255,"target":28},{"source":28,"target":0},{"source":28,"target":256},{"source":256,"target":29},{"source":256,"target":257},{"source":256,"target":28},{"source":257,"target":29},{"source":29,"target":0},{"source":29,"target":258},{"source":258,"target":30},{"source":258,"target":259},{"source":258,"target":29},{"source":259,"target":30},{"source":30,"target":0},{"source":30,"target":260},{"source":260,"target":31},{"source":260,"target":261},{"source":260,"target":30},{"source":261,"target":31},{"source":31,"target":0},{"source":31,"target":262},{"source":262,"target":32},{"source":262,"target":263},{"source":262,"target":31},{"source":263,"target":32},{"source":32,"target":0},{"source":32,"target":264},{"source":264,"target":33},{"source":264,"target":265},{"source":264,"target":32},{"source":265,"target":33},{"source":33,"target":0},{"source":33,"target":266},{"source":266,"target":34},{"source":266,"target":267},{"source":266,"target":33},{"source":267,"target":34},{"source":34,"target":0},{"source":34,"target":268},{"source":268,"target":35},{"source":268,"target":269},{"source":268,"target":34},{"source":269,"target":35},{"source":35,"target":0},{"source":35,"target":270},{"source":270,"target":36},{"source":270,"target":271},{"source":270,"target":35},{"source":271,"target":36},{"source":36,"target":0},{"source":36,"target":272},{"source":272,"target":37},{"source":272,"target":273},{"source":272,"target":36},{"source":273,"target":37},{"source":37,"target":0},{"source":37,"target":274},{"source":274,"target":38},{"source":274,"target":275},{"source":274,"target":37},{"source":275,"target":38},{"source":38,"target":0},{"source":38,"target":276},{"source":276,"target":39},{"source":276,"target":277},{"source":276,"target":38},{"source":277,"target":39},{"source":39,"target":0},{"source":39,"target":278},{"source":278,"target":40},{"source":278,"target":279},{"source":278,"target":39},{"source":279,"target":40},{"source":40,"target":0},{"source":40,"target":280},{"source":280,"target":41},{"source":280,"target":281},{"source":280,"target":40},{"source":281,"target":41},{"source":41,"target":0},{"source":41,"target":282},{"source":282,"target":42},{"source":282,"target":283},{"source":282,"target":41},{"source":283,"target":42},{"source":42,"target":0},{"source":42,"target":284},{"source":284,"target":43},{"source":284,"target":285},{"source":284,"target":42},{"source":285,"target":43},{"source":43,"target":0},{"source":43,"target":286},{"source":286,"target":44},{"source":286,"target":287},{"source":286,"target":43},{"source":287,"target":44},{"source":44,"target":0},{"source":44,"target":288},{"source":288,"target":45},{"source":288,"target":289},{"source":288,"target":44},{"source":289,"target":45},{"source":45,"target":0},{"source":45,"target":290},{"source":290,"target":46},{"source":290,"target":291},{"source":290,"target":45},{"source":291,"target":46},{"source":46,"target":0},{"source":46,"target":292},{"source":292,"target":47},{"source":292,"target":293},{"source":292,"target":46},{"source":293,"target":47},{"source":47,"target":0},{"source":47,"target":294},{"source":294,"target":48},{"source":294,"target":295},{"source":294,"target":47},{"source":295,"target":48},{"source":48,"target":0},{"source":48,"target":296},{"source":296,"target":49},{"source":296,"target":297},{"source":296,"target":48},{"source":297,"target":49},{"source":49,"target":0},{"source":49,"target":298},{"source":298,"target":50},{"source":298,"target":299},{"source":298,"target":49},{"source":299,"target":50},{"source":50,"target":0},{"source":50,"target":300},{"source":300,"target":51},{"source":300,"target":301},{"source":300,"target":50},{"source":301,"target":51},{"source":51,"target":0},{"source":51,"target":302},{"source":302,"target":52},{"source":302,"target":303},{"source":302,"target":51},{"source":303,"target":52},{"source":52,"target":0},{"source":52,"target":304},{"source":304,"target":53},{"source":304,"target":305},{"source":304,"target":52},{"source":305,"target":53},{"source":53,"target":0},{"source":53,"target":306},{"source":306,"target":54},{"source":306,"target":307},{"source":306,"target":53},{"source":307,"target":54},{"source":54,"target":0},{"source":54,"target":308},{"source":308,"target":55},{"source":308,"target":309},{"source":308,"target":54},{"source":309,"target":55},{"source":55,"target":0},{"source":55,"target":310},{"source":310,"target":56},{"source":310,"target":311},{"source":310,"target":55},{"source":311,"target":56},{"source":56,"target":0},{"source":56,"target":312},{"source":312,"target":57},{"source":312,"target":313},{"source":312,"target":56},{"source":313,"target":57},{"source":57,"target":0},{"source":57,"target":314},{"source":314,"target":58},{"source":314,"target":315},{"source":314,"target":57},{"source":315,"target":58},{"source":58,"target":0},{"source":58,"target":316},{"source":316,"target":59},{"source":316,"target":317},{"source":316,"target":58},{"source":317,"target":59},{"source":59,"target":0},{"source":59,"target":318},{"source":318,"target":60},{"source":318,"target":319},{"source":318,"target":59},{"source":319,"target":60},{"source":60,"target":0},{"source":60,"target":320},{"source":320,"target":61},{"source":320,"target":321},{"source":320,"target":60},{"source":321,"target":61},{"source":61,"target":0},{"source":61,"target":322},{"source":322,"target":62},{"source":322,"target":323},{"source":322,"target":61},{"source":323,"target":62},{"source":62,"target":0},{"source":62,"target":324},{"source":324,"target":63},{"source":324,"target":325},{"source":324,"target":62},{"source":325,"target":63},{"source":63,"target":0},{"source":63,"target":326},{"source":326,"target":64},{"source":326,"target":327},{"source":326,"target":63},{"source":327,"target":64},{"source":64,"target":0},{"source":64,"target":328},{"source":328,"target":65},{"source":328,"target":329},{"source":328,"target":64},{"source":329,"target":65},{"source":65,"target":0},{"source":65,"target":330},{"source":330,"target":66},{"source":330,"target":331},{"source":330,"target":65},{"source":331,"target":66},{"source":66,"target":0},{"source":66,"target":332},{"source":332,"target":67},{"source":332,"target":333},{"source":332,"target":66},{"source":333,"target":67},{"source":67,"target":0},{"source":67,"target":334},{"source":334,"target":68},{"source":334,"target":335},{"source":334,"target":67},{"source":335,"target":68},{"source":68,"target":0},{"source":68,"target":336},{"source":336,"target":69},{"source":336,"target":337},{"source":336,"target":68},{"source":337,"target":69},{"source":69,"target":0},{"source":69,"target":338},{"source":338,"target":70},{"source":338,"target":339},{"source":338,"target":69},{"source":339,"target":70},{"source":70,"target":0},{"source":70,"target":340},{"source":340,"target":71},{"source":340,"target":341},{"source":340,"target":70},{"source":341,"target":71},{"source":71,"target":0},{"source":71,"target":342},{"source":342,"target":72},{"source":342,"target":343},{"source":342,"target":71},{"source":343,"target":72},{"source":72,"target":0},{"source":72,"target":344},{"source":344,"target":73},{"source":344,"target":345},{"source":344,"target":72},{"source":345,"target":73},{"source":73,"target":0},{"source":73,"target":346},{"source":346,"target":74},{"source":346,"target":347},{"source":346,"target":73},{"source":347,"target":74},{"source":74,"target":0},{"source":74,"target":348},{"source":348,"target":75},{"source":348,"target":349},{"source":348,"target":74},{"source":349,"target":75},{"source":75,"target":0},{"source":75,"target":350},{"source":350,"target":76},{"source":350,"target":351},{"source":350,"target":75},{"source":351,"target":76},{"source":76,"target":0},{"source":76,"target":352},{"source":352,"target":77},{"source":352,"target":353},{"source":352,"target":76},{"source":353,"target":77},{"source":77,"target":0},{"source":77,"target":354},{"source":354,"target":78},{"source":354,"target":355},{"source":354,"target":77},{"source":355,"target":78},{"source":78,"target":0},{"source":78,"target":356},{"source":356,"target":79},{"source":356,"target":357},{"source":356,"target":78},{"source":357,"target":79},{"source":79,"target":0},{"source":79,"target":358},{"source":358,"target":80},{"source":358,"target":359},{"source":358,"target":79},{"source":359,"target":80},{"source":80,"target":0},{"source":80,"target":360},{"source":360,"target":81},{"source":360,"target":361},{"source":360,"target":80},{"source":361,"target":81},{"source":81,"target":0},{"source":81,"target":362},{"source":362,"target":82},{"source":362,"target":363},{"source":362,"target":81},{"source":363,"target":82},{"source":82,"target":0},{"source":82,"target":364},{"source":364,"target":83},{"source":364,"target":365},{"source":364,"target":82},{"source":365,"target":83},{"source":83,"target":0},{"source":83,"target":366},{"source":366,"target":84},{"source":366,"target":367},{"source":366,"target":83},{"source":367,"target":84},{"source":84,"target":0},{"source":84,"target":368},{"source":368,"target":85},{"source":368,"target":369},{"source":368,"target":84},{"source":369,"target":85},{"source":85,"target":0},{"source":85,"target":370},{"source":370,"target":86},{"source":370,"target":371},{"source":370,"target":85},{"source":371,"target":86},{"source":86,"target":0},{"source":86,"target":372},{"source":372,"target":87},{"source":372,"target":373},{"source":372,"target":86},{"source":373,"target":87},{"source":87,"target":0},{"source":87,"target":374},{"source":374,"target":88},{"source":374,"target":375},{"source":374,"target":87},{"source":375,"target":88},{"source":88,"target":0},{"source":88,"target":376},{"source":376,"target":89},{"source":376,"target":377},{"source":376,"target":88},{"source":377,"target":89},{"source":89,"target":0},{"source":89,"target":378},{"source":378,"target":90},{"source":378,"target":379},{"source":378,"target":89},{"source":379,"target":90},{"source":90,"target":0},{"source":90,"target":380},{"source":380,"target":91},{"source":380,"target":381},{"source":380,"target":90},{"source":381,"target":91},{"source":91,"target":0},{"source":91,"target":382},{"source":382,"target":92},{"source":382,"target":383},{"source":382,"target":91},{"source":383,"target":92},{"source":92,"target":0},{"source":92,"target":384},{"source":384,"target":93},{"source":384,"target":385},{"source":384,"target":92},{"source":385,"target":93},{"source":93,"target":0},{"source":93,"target":386},{"source":386,"target":94},{"source":386,"target":387},{"source":386,"target":93},{"source":387,"target":94},{"source":94,"target":0},{"source":94,"target":388},{"source":388,"target":95},{"source":388,"target":389},{"source":388,"target":94},{"source":389,"target":95},{"source":95,"target":0},{"source":95,"target":390},{"source":390,"target":96},{"source":390,"target":391},{"source":390,"target":95},{"source":391,"target":96},{"source":96,"target":0},{"source":96,"target":392},{"source":392,"target":97},{"source":392,"target":393},{"source":392,"target":96},{"source":393,"target":97},{"source":97,"target":0},{"source":97,"target":394},{"source":394,"target":98},{"source":394,"target":395},{"source":394,"target":97},{"source":395,"target":98},{"source":98,"target":0},{"source":98,"target":396},{"source":396,"target":99},{"source":396,"target":397},{"source":396,"target":98},{"source":397,"target":99},{"source":99,"target":0},{"source":99,"target":398},{"source":398,"target":100},{"source":398,"target":399},{"source":398,"target":99},{"source":399,"target":100},{"source":100,"target":0},{"source":100,"target":400},{"source":400,"target":101},{"source":400,"target":401},{"source":400,"target":100},{"source":401,"target":101},{"source":101,"target":0},{"source":101,"target":402},{"source":402,"target":102},{"source":402,"target":403},{"source":402,"target":101},{"source":403,"target":102},{"source":102,"target":0},{"source":102,"target":404},{"source":404,"target":103},{"source":404,"target":405},{"source":404,"target":102},{"source":405,"target":103},{"source":103,"target":0},{"source":103,"target":406},{"source":406,"target":104},{"source":406,"target":407},{"source":406,"target":103},{"source":407,"target":104},{"source":104,"target":0},{"source":104,"target":408},{"source":408,"target":105},{"source":408,"target":409},{"source":408,"target":104},{"source":409,"target":105},{"source":105,"target":0},{"source":105,"target":410},{"source":410,"target":106},{"source":410,"target":411},{"source":410,"target":105},{"source":411,"target":106},{"source":106,"target":0},{"source":106,"target":412},{"source":412,"target":107},{"source":412,"target":413},{"source":412,"target":106},{"source":413,"target":107},{"source":107,"target":0},{"source":107,"target":414},{"source":414,"target":108},{"source":414,"target":415},{"source":414,"target":107},{"source":415,"target":108},{"source":108,"target":0},{"source":108,"target":416},{"source":416,"target":109},{"source":416,"target":417},{"source":416,"target":108},{"source":417,"target":109},{"source":109,"target":0},{"source":109,"target":418},{"source":418,"target":110},{"source":418,"target":419},{"source":418,"target":109},{"source":419,"target":110},{"source":110,"target":0},{"source":110,"target":420},{"source":420,"target":111},{"source":420,"target":421},{"source":420,"target":110},{"source":421,"target":111},{"source":111,"target":0},{"source":111,"target":422},{"source":422,"target":112},{"source":422,"target":423},{"source":422,"target":111},{"source":423,"target":112},{"source":112,"target":0},{"source":112,"target":424},{"source":424,"target":113},{"source":424,"target":425},{"source":424,"target":112},{"source":425,"target":113},{"source":113,"target":0},{"source":113,"target":426},{"source":426,"target":114},{"source":426,"target":427},{"source":426,"target":113},{"source":427,"target":114},{"source":114,"target":0},{"source":114,"target":428},{"source":428,"target":115},{"source":428,"target":429},{"source":428,"target":114},{"source":429,"target":115},{"source":115,"target":0},{"source":115,"target":430},{"source":430,"target":116},{"source":430,"target":431},{"source":430,"target":115},{"source":431,"target":116},{"source":116,"target":0},{"source":116,"target":432},{"source":432,"target":117},{"source":432,"target":433},{"source":432,"target":116},{"source":433,"target":117},{"source":117,"target":0},{"source":117,"target":434},{"source":434,"target":118},{"source":434,"target":435},{"source":434,"target":117},{"source":435,"target":118},{"source":118,"target":0},{"source":118,"target":436},{"source":436,"target":119},{"source":436,"target":437},{"source":436,"target":118},{"source":437,"target":119},{"source":119,"target":0},{"source":119,"target":438},{"source":438,"target":120},{"source":438,"target":439},{"source":438,"target":119},{"source":439,"target":120},{"source":120,"target":0},{"source":120,"target":440},{"source":440,"target":121},{"source":440,"target":441},{"source":440,"target":120},{"source":441,"target":121},{"source":121,"target":0},{"source":121,"target":442},{"source":442,"target":122},{"source":442,"target":443},{"source":442,"target":121},{"source":443,"target":122},{"source":122,"target":0},{"source":122,"target":444},{"source":444,"target":123},{"source":444,"target":445},{"source":444,"target":122},{"source":445,"target":123},{"source":123,"target":0},{"source":123,"target":446},{"source":446,"target":124},{"source":446,"target":447},{"source":446,"target":123},{"source":447,"target":124},{"source":124,"target":0},{"source":124,"target":448},{"source":448,"target":125},{"source":448,"target":449},{"source":448,"target":124},{"source":449,"target":125},{"source":125,"target":0},{"source":125,"target":450},{"source":450,"target":126},{"source":450,"target":451},{"source":450,"target":125},{"source":451,"target":126},{"source":126,"target":0},{"source":126,"target":452},{"source":452,"target":127},{"source":452,"target":453},{"source":452,"target":126},{"source":453,"target":127},{"source":127,"target":0},{"source":127,"target":454},{"source":454,"target":128},{"source":454,"target":455},{"source":454,"target":127},{"source":455,"target":128},{"source":128,"target":0},{"source":128,"target":456},{"source":456,"target":129},{"source":456,"target":457},{"source":456,"target":128},{"source":457,"target":129},{"source":129,"target":0},{"source":129,"target":458},{"source":458,"target":130},{"source":458,"target":459},{"source":458,"target":129},{"source":459,"target":130},{"source":130,"target":0},{"source":130,"target":460},{"source":460,"target":131},{"source":460,"target":461},{"source":460,"target":130},{"source":461,"target":131},{"source":131,"target":0},{"source":131,"target":462},{"source":462,"target":132},{"source":462,"target":463},{"source":462,"target":131},{"source":463,"target":132},{"source":132,"target":0},{"source":132,"target":464},{"source":464,"target":133},{"source":464,"target":465},{"source":464,"target":132},{"source":465,"target":133},{"source":133,"target":0},{"source":133,"target":466},{"source":466,"target":134},{"source":466,"target":467},{"source":466,"target":133},{"source":467,"target":134},{"source":134,"target":0},{"source":134,"target":468},{"source":468,"target":135},{"source":468,"target":469},{"source":468,"target":134},{"source":469,"target":135},{"source":135,"target":0},{"source":135,"target":470},{"source":470,"target":136},{"source":470,"target":471},{"source":470,"target":135},{"source":471,"target":136},{"source":136,"target":0},{"source":136,"target":472},{"source":472,"target":137},{"source":472,"target":473},{"source":472,"target":136},{"source":473,"target":137},{"source":137,"target":0},{"source":137,"target":474},{"source":474,"target":138},{"source":474,"target":475},{"source":474,"target":137},{"source":475,"target":138},{"source":138,"target":0},{"source":138,"target":476},{"source":476,"target":139},{"source":476,"target":477},{"source":476,"target":138},{"source":477,"target":139},{"source":139,"target":0},{"source":139,"target":478},{"source":478,"target":140},{"source":478,"target":479},{"source":478,"target":139},{"source":479,"target":140},{"source":140,"target":0},{"source":140,"target":480},{"source":480,"target":141},{"source":480,"target":481},{"source":480,"target":140},{"source":481,"target":141},{"source":141,"target":0},{"source":141,"target":482},{"source":482,"target":142},{"source":482,"target":483},{"source":482,"target":141},{"source":483,"target":142},{"source":142,"target":0},{"source":142,"target":484},{"source":484,"target":143},{"source":484,"target":485},{"source":484,"target":142},{"source":485,"target":143},{"source":143,"target":0},{"source":143,"target":486},{"source":486,"target":144},{"source":486,"target":487},{"source":486,"target":143},{"source":487,"target":144},{"source":144,"target":0},{"source":144,"target":488},{"source":488,"target":145},{"source":488,"target":489},{"source":488,"target":144},{"source":489,"target":145},{"source":145,"target":0},{"source":145,"target":490},{"source":490,"target":146},{"source":490,"target":491},{"source":490,"target":145},{"source":491,"target":146},{"source":146,"target":0},{"source":146,"target":492},{"source":492,"target":147},{"source":492,"target":493},{"source":492,"target":146},{"source":493,"target":147},{"source":147,"target":0},{"source":147,"target":494},{"source":494,"target":148},{"source":494,"target":495},{"source":494,"target":147},{"source":495,"target":148},{"source":148,"target":0},{"source":148,"target":496},{"source":496,"target":149},{"source":496,"target":497},{"source":496,"target":148},{"source":497,"target":149},{"source":149,"target":0},{"source":149,"target":498},{"source":498,"target":150},{"source":498,"target":499},{"source":498,"target":149},{"source":499,"target":150},{"source":150,"target":0},{"source":150,"target":500},{"source":500,"target":151},{"source":500,"target":501},{"source":500,"target":150},{"source":501,"target":151},{"source":151,"target":0},{"source":151,"target":502},{"source":502,"target":152},{"source":502,"target":503},{"source":502,"target":151},{"source":503,"target":152},{"source":152,"target":0},{"source":152,"target":504},{"source":504,"target":153},{"source":504,"target":505},{"source":504,"target":152},{"source":505,"target":153},{"source":153,"target":0},{"source":153,"target":506},{"source":506,"target":154},{"source":506,"target":507},{"source":506,"target":153},{"source":507,"target":154},{"source":154,"target":0},{"source":154,"target":508},{"source":508,"target":155},{"source":508,"target":509},{"source":508,"target":154},{"source":509,"target":155},{"source":155,"target":0},{"source":155,"target":510},{"source":510,"target":156},{"source":510,"target":511},{"source":510,"target":155},{"source":511,"target":156},{"source":156,"target":0},{"source":156,"target":512},{"source":512,"target":157},{"source":512,"target":513},{"source":512,"target":156},{"source":513,"target":157},{"source":157,"target":0},{"source":157,"target":514},{"source":514,"target":158},{"source":514,"target":515},{"source":514,"target":157},{"source":515,"target":158},{"source":158,"target":0},{"source":158,"target":516},{"source":516,"target":159},{"source":516,"target":517},{"source":516,"target":158},{"source":517,"target":159},{"source":159,"target":0},{"source":159,"target":518},{"source":518,"target":160},{"source":518,"target":519},{"source":518,"target":159},{"source":519,"target":160},{"source":160,"target":0},{"source":160,"target":520},{"source":520,"target":161},{"source":520,"target":521},{"source":520,"target":160},{"source":521,"target":161},{"source":161,"target":0},{"source":161,"target":522},{"source":522,"target":162},{"source":522,"target":523},{"source":522,"target":161},{"source":523,"target":162},{"source":162,"target":0},{"source":162,"target":524},{"source":524,"target":163},{"source":524,"target":525},{"source":524,"target":162},{"source":525,"target":163},{"source":163,"target":0},{"source":163,"target":526},{"source":526,"target":164},{"source":526,"target":527},{"source":526,"target":163},{"source":527,"target":164},{"source":164,"target":0},{"source":164,"target":528},{"source":528,"target":165},{"source":528,"target":529},{"source":528,"target":164},{"source":529,"target":165},{"source":165,"target":0},{"source":165,"target":530},{"source":530,"target":166},{"source":530,"target":531},{"source":530,"target":165},{"source":531,"target":166},{"source":166,"target":0},{"source":166,"target":532},{"source":532,"target":167},{"source":532,"target":533},{"source":532,"target":166},{"source":533,"target":167},{"source":167,"target":0},{"source":167,"target":534},{"source":534,"target":168},{"source":534,"target":535},{"source":534,"target":167},{"source":535,"target":168},{"source":168,"target":0},{"source":168,"target":536},{"source":536,"target":169},{"source":536,"target":537},{"source":536,"target":168},{"source":537,"target":169},{"source":169,"target":0},{"source":169,"target":538},{"source":538,"target":170},{"source":538,"target":539},{"source":538,"target":169},{"source":539,"target":170},{"source":170,"target":0},{"source":170,"target":540},{"source":540,"target":171},{"source":540,"target":541},{"source":540,"target":170},{"source":541,"target":171},{"source":171,"target":0},{"source":171,"target":542},{"source":542,"target":172},{"source":542,"target":543},{"source":542,"target":171},{"source":543,"target":172},{"source":172,"target":0},{"source":172,"target":544},{"source":544,"target":173},{"source":544,"target":545},{"source":544,"target":172},{"source":545,"target":173},{"source":173,"target":0},{"source":173,"target":546},{"source":546,"target":174},{"source":546,"target":547},{"source":546,"target":173},{"source":547,"target":174},{"source":174,"target":0},{"source":174,"target":548},{"source":548,"target":175},{"source":548,"target":549},{"source":548,"target":174},{"source":549,"target":175},{"source":175,"target":0},{"source":175,"target":550},{"source":550,"target":176},{"source":550,"target":551},{"source":550,"target":175},{"source":551,"target":176},{"source":176,"target":0},{"source":176,"target":552},{"source":552,"target":177},{"source":552,"target":553},{"source":552,"target":176},{"source":553,"target":177},{"source":177,"target":0},{"source":177,"target":554},{"source":554,"target":178},{"source":554,"target":555},{"source":554,"target":177},{"source":555,"target":178},{"source":178,"target":0},{"source":178,"target":556},{"source":556,"target":179},{"source":556,"target":557},{"source":556,"target":178},{"source":557,"target":179},{"source":179,"target":0},{"source":179,"target":558},{"source":558,"target":180},{"source":558,"target":559},{"source":558,"target":179},{"source":559,"target":180},{"source":180,"target":0},{"source":180,"target":560},{"source":560,"target":181},{"source":560,"target":561},{"source":560,"target":180},{"source":561,"target":181},{"source":181,"target":0},{"source":181,"target":562},{"source":562,"target":182},{"source":562,"target":563},{"source":562,"target":181},{"source":563,"target":182},{"source":182,"target":0},{"source":182,"target":564},{"source":564,"target":183},{"source":564,"target":565},{"source":564,"target":182},{"source":565,"target":183},{"source":183,"target":0},{"source":183,"target":566},{"source":566,"target":184},{"source":566,"target":567},{"source":566,"target":183},{"source":567,"target":184},{"source":184,"target":0},{"source":184,"target":568},{"source":568,"target":185},{"source":568,"target":569},{"source":568,"target":184},{"source":569,"target":185},{"source":185,"target":0},{"source":185,"target":570},{"source":570,"target":186},{"source":570,"target":571},{"source":570,"target":185},{"source":571,"target":186},{"source":186,"target":0},{"source":186,"target":572},{"source":572,"target":187},{"source":572,"target":573},{"source":572,"target":186},{"source":573,"target":187},{"source":187,"target":0},{"source":187,"target":574},{"source":574,"target":188},{"source":574,"target":575},{"source":574,"target":187},{"source":575,"target":188},{"source":188,"target":0},{"source":188,"target":576},{"source":576,"target":189},{"source":576,"target":577},{"source":576,"target":188},{"source":577,"target":189},{"source":189,"target":0},{"source":189,"target":578},{"source":578,"target":190},{"source":578,"target":579},{"source":578,"target":189},{"source":579,"target":190},{"source":190,"target":0},{"source":190,"target":580},{"source":580,"target":191},{"source":580,"target":581},{"source":580,"target":190},{"source":581,"target":191},{"source":191,"target":0},{"source":191,"target":582},{"source":582,"target":192},{"source":582,"target":583},{"source":582,"target":191},{"source":583,"target":192},{"source":192,"target":0},{"source":192,"target":584},{"source":584,"target":193},{"source":584,"target":585},{"source":584,"target":192},{"source":585,"target":193},{"source":193,"target":0},{"source":193,"target":586},{"source":586,"target":194},{"source":586,"target":587},{"source":586,"target":193},{"source":587,"target":194},{"source":194,"target":0},{"source":194,"target":588},{"source":588,"target":195},{"source":588,"target":589},{"source":588,"target":194},{"source":589,"target":195},{"source":195,"target":0},{"source":195,"target":590},{"source":590,"target":196},{"source":590,"target":591},{"source":590,"target":195},{"source":591,"target":196},{"source":196,"target":0},{"source":196,"target":592},{"source":592,"target":197},{"source":592,"target":593},{"source":592,"target":196},{"source":593,"target":197},{"source":197,"target":0},{"source":197,"target":594},{"source":594,"target":198},{"source":594,"target":595},{"source":594,"target":197},{"source":595,"target":198},{"source":198,"target":0},{"source":198,"target":596},{"source":596,"target":199},{"source":596,"target":597},{"source":596,"target":198},{"source":597,"target":199},{"source":199,"target":0},{"source":199,"target":598},{"source":598,"target":200},{"source":598,"target":599},{"source":598,"target":199},{"source":599,"target":200},{"source":200,"target":0},{"source":200,"target":600},{"source":600,"target":201},{"source":600,"target":601},{"source":600,"target":200},{"source":601,"target":201},{"source":201,"target":0},{"source":201,"target":602},{"source":602,"target":603},{"source":602,"target":201}],"multigraph":true} |
true | <?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="umlProperty" nsURI="http://www.eclipse.org/papyrus/uml/textedit/property/xtext/UmlProperty"
nsPrefix="umlProperty">
<eClassifiers xsi:type="ecore:EClass" name="PropertyRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="visibility" eType="#//VisibilityRule"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeRule"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeUndefined" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//MultiplicityRule"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" eType="#//ModifiersRule"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="default" eType="#//DefaultValueRule"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind">
<eLiterals name="public" literal="+"/>
<eLiterals name="private" value="1" literal="-"/>
<eLiterals name="protected" value="2" literal="#"/>
<eLiterals name="package" value="3" literal="~"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VisibilityRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//QualifiedName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/resource/org.eclipse.uml2.uml/model/UML.ecore#//Classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedName">
<eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="ecore:EClass platform:/resource/org.eclipse.uml2.uml/model/UML.ecore#//Namespace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="remaining" eType="#//QualifiedName"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiplicityRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="bounds" upperBound="-1"
eType="#//BoundSpecification" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BoundSpecification">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModifiersRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//ModifierSpecification" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModifierSpecification">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//ModifierKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="redefines" eType="#//RedefinesRule"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subsets" eType="#//SubsetsRule"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ModifierKind">
<eLiterals name="readOnly" literal="readOnly"/>
<eLiterals name="union" value="1" literal="union"/>
<eLiterals name="ordered" value="2" literal="ordered"/>
<eLiterals name="unique" value="3" literal="unique"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RedefinesRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="ecore:EClass platform:/resource/org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubsetsRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="ecore:EClass platform:/resource/org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefaultValueRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="default" eType="#//Value"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Value"/>
<eClassifiers xsi:type="ecore:EClass" name="IntValue" eSuperTypes="#//Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literalInteger" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="#//Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literalString" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BooleanLiterals">
<eLiterals name="TRUE" literal="true"/>
<eLiterals name="FALSE" value="1" literal="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanValue" eSuperTypes="#//Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literalBoolean" eType="#//BooleanLiterals"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RealValue" eSuperTypes="#//Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integer" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fraction" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NullValue" eSuperTypes="#//Value"/>
<eClassifiers xsi:type="ecore:EClass" name="NoValue" eSuperTypes="#//Value"/>
</ecore:EPackage>
| github:ecore:/data/sasobadovinac/papyrus/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/src-gen/org/eclipse/papyrus/uml/textedit/property/xtext/UmlProperty.ecore | ecore | umlProperty
PropertyRule
visibility
derived
name
type
typeUndefined
multiplicity
modifiers
default
VisibilityKind
public
+
private
-
protected
#
package
~
VisibilityRule
visibility
TypeRule
path
type
QualifiedName
path
remaining
MultiplicityRule
bounds
BoundSpecification
value
ModifiersRule
values
ModifierSpecification
value
redefines
subsets
ModifierKind
readOnly
readOnly
union
union
ordered
ordered
unique
unique
RedefinesRule
property
SubsetsRule
property
DefaultValueRule
default
Value
IntValue
literalInteger
StringValue
literalString
BooleanLiterals
TRUE
true
FALSE
false
BooleanValue
literalBoolean
RealValue
integer
fraction
NullValue
NoValue | null | {"directed":true,"nodes":[{"nsPrefix":"umlProperty","nsURI":"http://www.eclipse.org/papyrus/uml/textedit/property/xtext/UmlProperty","name":"umlProperty","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyRule","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisibilityRule","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRule","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedName","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityRule","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoundSpecification","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifiersRule","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifierSpecification","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModifierKind","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinesRule","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubsetsRule","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultValueRule","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntValue","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanLiterals","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealValue","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullValue","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoValue","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeUndefined","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"name":"public","id":38,"value":0,"literal":"+","eClass":"EEnumLiteral"},{"name":"private","id":39,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"name":"protected","id":40,"value":2,"literal":"#","eClass":"EEnumLiteral"},{"name":"package","id":41,"value":3,"literal":"~","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"remaining","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"redefines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subsets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"name":"readOnly","id":64,"value":0,"literal":"readOnly","eClass":"EEnumLiteral"},{"name":"union","id":65,"value":1,"literal":"union","eClass":"EEnumLiteral"},{"name":"ordered","id":66,"value":2,"literal":"ordered","eClass":"EEnumLiteral"},{"name":"unique","id":67,"value":3,"literal":"unique","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literalInteger","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literalString","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"name":"TRUE","id":80,"value":0,"literal":"true","eClass":"EEnumLiteral"},{"name":"FALSE","id":81,"value":1,"literal":"false","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literalBoolean","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integer","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fraction","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":22,"target":3},{"source":22,"target":30},{"source":22,"target":1},{"source":30,"target":3},{"source":23,"target":31},{"source":23,"target":1},{"source":24,"target":32},{"source":24,"target":1},{"source":25,"target":4},{"source":25,"target":33},{"source":25,"target":1},{"source":33,"target":4},{"source":26,"target":34},{"source":26,"target":1},{"source":27,"target":6},{"source":27,"target":35},{"source":27,"target":1},{"source":35,"target":6},{"source":28,"target":8},{"source":28,"target":36},{"source":28,"target":1},{"source":36,"target":8},{"source":29,"target":13},{"source":29,"target":37},{"source":29,"target":1},{"source":37,"target":13},{"source":2,"target":0},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":38,"target":2},{"source":39,"target":2},{"source":40,"target":2},{"source":41,"target":2},{"source":3,"target":0},{"source":3,"target":42},{"source":42,"target":2},{"source":42,"target":43},{"source":42,"target":3},{"source":43,"target":2},{"source":4,"target":0},{"source":4,"target":44},{"source":4,"target":45},{"source":44,"target":5},{"source":44,"target":46},{"source":44,"target":4},{"source":46,"target":5},{"source":45,"target":47},{"source":45,"target":4},{"source":5,"target":0},{"source":5,"target":48},{"source":5,"target":49},{"source":48,"target":50},{"source":48,"target":5},{"source":49,"target":5},{"source":49,"target":51},{"source":49,"target":5},{"source":51,"target":5},{"source":6,"target":0},{"source":6,"target":52},{"source":52,"target":7},{"source":52,"target":53},{"source":52,"target":6},{"source":53,"target":7},{"source":7,"target":0},{"source":7,"target":54},{"source":54,"target":55},{"source":54,"target":7},{"source":8,"target":0},{"source":8,"target":56},{"source":56,"target":9},{"source":56,"target":57},{"source":56,"target":8},{"source":57,"target":9},{"source":9,"target":0},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":58,"target":10},{"source":58,"target":61},{"source":58,"target":9},{"source":61,"target":10},{"source":59,"target":11},{"source":59,"target":62},{"source":59,"target":9},{"source":62,"target":11},{"source":60,"target":12},{"source":60,"target":63},{"source":60,"target":9},{"source":63,"target":12},{"source":10,"target":0},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":66},{"source":10,"target":67},{"source":64,"target":10},{"source":65,"target":10},{"source":66,"target":10},{"source":67,"target":10},{"source":11,"target":0},{"source":11,"target":68},{"source":68,"target":69},{"source":68,"target":11},{"source":12,"target":0},{"source":12,"target":70},{"source":70,"target":71},{"source":70,"target":12},{"source":13,"target":0},{"source":13,"target":72},{"source":72,"target":14},{"source":72,"target":73},{"source":72,"target":13},{"source":73,"target":14},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":74},{"source":15,"target":75},{"source":74,"target":76},{"source":74,"target":15},{"source":75,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":77},{"source":16,"target":78},{"source":77,"target":79},{"source":77,"target":16},{"source":78,"target":14},{"source":17,"target":0},{"source":17,"target":80},{"source":17,"target":81},{"source":80,"target":17},{"source":81,"target":17},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":82},{"source":18,"target":83},{"source":82,"target":17},{"source":82,"target":84},{"source":82,"target":18},{"source":84,"target":17},{"source":83,"target":14},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":85},{"source":19,"target":86},{"source":19,"target":87},{"source":85,"target":88},{"source":85,"target":19},{"source":86,"target":89},{"source":86,"target":19},{"source":87,"target":14},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":90},{"source":90,"target":14},{"source":21,"target":0},{"source":21,"target":14},{"source":21,"target":91},{"source":91,"target":14}],"multigraph":true} |
true | <?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="enumtest"
nsURI="http://www.elver.org/enumtest" nsPrefix="enumtest">
<eClassifiers xsi:type="ecore:EEnum" name="test"/>
<eClassifiers xsi:type="ecore:EClass" name="test2">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="asdas" eType="#//test"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/PSI-Polska/texo/runtime/org.eclipse.emf.texo.demo/model/enum.ecore | ecore | enumtest
test
test2
asdas | null | {"directed":true,"nodes":[{"nsPrefix":"enumtest","nsURI":"http://www.elver.org/enumtest","name":"enumtest","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"test","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"test2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"asdas","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":3},{"source":3,"target":1},{"source":3,"target":4},{"source":3,"target":2},{"source":4,"target":1}],"multigraph":true} |
false | <?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="collection" nsURI="http://collection.communitmashup.sociotech.org"
nsPrefix="collection">
<eClassifiers xsi:type="ecore:EClass" name="ItemsCollection" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An Item Collection is the abstract superclass of concrete collections. Every collection has a number of @link Item Items@endlink that will be maintained. All items in a collection must be contained in the same data set."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1"
eType="ecore:EClass data.ecore#//Item"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataSet" lowerBound="1"
eType="ecore:EClass data.ecore#//DataSet"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SmartInformationObjectCollection" eSuperTypes="#//ItemsCollection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Smart Collections maintaining a list of "Information Objects" depending on given meta informations (tags, meta tags, classifications)
or if they belong to a person or an organisation."/>
</eAnnotations>
<eOperations name="addPositive" eType="ecore:EClass data.ecore#//Item">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Adds an item used as positive filter."/>
</eAnnotations>
<eParameters name="item" lowerBound="1" eType="ecore:EClass data.ecore#//Item"/>
</eOperations>
<eOperations name="addNegative" eType="ecore:EClass data.ecore#//Item">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Adds an item used as negative filter."/>
</eAnnotations>
<eParameters name="item" lowerBound="1" eType="ecore:EClass data.ecore#//Item"/>
</eOperations>
<eOperations name="remove" eType="ecore:EClass data.ecore#//Item">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Removes an item used as filter."/>
</eAnnotations>
<eParameters name="item" lowerBound="1" eType="ecore:EClass data.ecore#//Item"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="positiveTags" upperBound="-1"
eType="ecore:EClass data.ecore#//Tag"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="negativeTags" upperBound="-1"
eType="ecore:EClass data.ecore#//Tag"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="positiveMetaTags" upperBound="-1"
eType="ecore:EClass data.ecore#//MetaTag"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="positiveCategories" upperBound="-1"
eType="ecore:EClass data.ecore#//Category"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="positivePersons" upperBound="-1"
eType="ecore:EClass data.ecore#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="negativeMetaTags" upperBound="-1"
eType="ecore:EClass data.ecore#//MetaTag"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="negativeCategories" upperBound="-1"
eType="ecore:EClass data.ecore#//Category"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="negativePersons" upperBound="-1"
eType="ecore:EClass data.ecore#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="positiveOrganisations"
upperBound="-1" eType="ecore:EClass data.ecore#//Organisation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="negativeOrganisations"
upperBound="-1" eType="ecore:EClass data.ecore#//Organisation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includePersons" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeOrganisations" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeContents" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumAge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ManualCollection" eSuperTypes="#//ItemsCollection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Manual Collections are maintained manually by adding and removing items"/>
</eAnnotations>
<eOperations name="addItem" eType="ecore:EClass data.ecore#//Item">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Adds an item to this collection."/>
</eAnnotations>
<eParameters name="item" eType="ecore:EClass data.ecore#//Item"/>
</eOperations>
<eOperations name="removeItem" eType="ecore:EClass data.ecore#//Item">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Removes an item from this collection."/>
</eAnnotations>
<eParameters name="item" eType="ecore:EClass data.ecore#//Item"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoteCollection" eSuperTypes="#//ItemsCollection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Remote Collections are references to Item Collections maintained on server side (not yet implemented)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteURL" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/soziotech/CommunityMashup/core/CommunityMashupCore/model/collection.ecore | ecore | collection
ItemsCollection
items
dataSet
SmartInformationObjectCollection
addPositive
item
addNegative
item
remove
item
positiveTags
negativeTags
positiveMetaTags
positiveCategories
positivePersons
negativeMetaTags
negativeCategories
negativePersons
positiveOrganisations
negativeOrganisations
includePersons
true
includeOrganisations
true
includeContents
true
minimumAge
ManualCollection
addItem
item
removeItem
item
RemoteCollection
remoteURL | null | {"directed":true,"nodes":[{"nsPrefix":"collection","nsURI":"http://collection.communitmashup.sociotech.org","name":"collection","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemsCollection","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SmartInformationObjectCollection","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManualCollection","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoteCollection","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addPositive","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addNegative","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"remove","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"positiveTags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"negativeTags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"positiveMetaTags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"positiveCategories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"positivePersons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"negativeMetaTags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"negativeCategories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"negativePersons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"positiveOrganisations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"negativeOrganisations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"includePersons","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"includeOrganisations","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"includeContents","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minimumAge","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"item","lowerBound":1,"id":28,"many":false,"required":true,"eClass":"EParameter"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"item","lowerBound":1,"id":31,"many":false,"required":true,"eClass":"EParameter"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"item","lowerBound":1,"id":34,"many":false,"required":true,"eClass":"EParameter"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addItem","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeItem","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"item","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EParameter"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"item","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EParameter"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"remoteURL","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":5,"target":7},{"source":5,"target":1},{"source":6,"target":8},{"source":6,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":9,"target":27},{"source":9,"target":2},{"source":9,"target":28},{"source":28,"target":29},{"source":28,"target":9},{"source":10,"target":30},{"source":10,"target":2},{"source":10,"target":31},{"source":31,"target":32},{"source":31,"target":10},{"source":11,"target":33},{"source":11,"target":2},{"source":11,"target":34},{"source":34,"target":35},{"source":34,"target":11},{"source":12,"target":36},{"source":12,"target":2},{"source":13,"target":37},{"source":13,"target":2},{"source":14,"target":38},{"source":14,"target":2},{"source":15,"target":39},{"source":15,"target":2},{"source":16,"target":40},{"source":16,"target":2},{"source":17,"target":41},{"source":17,"target":2},{"source":18,"target":42},{"source":18,"target":2},{"source":19,"target":43},{"source":19,"target":2},{"source":20,"target":44},{"source":20,"target":2},{"source":21,"target":45},{"source":21,"target":2},{"source":22,"target":46},{"source":22,"target":2},{"source":23,"target":47},{"source":23,"target":2},{"source":24,"target":48},{"source":24,"target":2},{"source":25,"target":49},{"source":25,"target":2},{"source":26,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":50,"target":53},{"source":50,"target":3},{"source":50,"target":54},{"source":54,"target":55},{"source":54,"target":50},{"source":51,"target":56},{"source":51,"target":3},{"source":51,"target":57},{"source":57,"target":58},{"source":57,"target":51},{"source":52,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":59},{"source":4,"target":60},{"source":59,"target":61},{"source":59,"target":4},{"source":60,"target":1}],"multigraph":true} |
false | <?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="A" nsURI="aaa" nsPrefix="aaa">
<eClassifiers xsi:type="ecore:EClass" name="root">
<eStructuralFeatures xsi:type="ecore:EReference" name="childs" upperBound="-1"
eType="#//AChlid" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AChlid"/>
</ecore:EPackage>
| github:ecore:/data/eclipse/kitalpha/architecture description/core/tests/usecase1/A/model/A.ecore | ecore | A
root
childs
AChlid | null | {"directed":true,"nodes":[{"nsPrefix":"aaa","nsURI":"aaa","name":"A","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"root","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AChlid","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0}],"multigraph":true} |
true | <?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="ORDB4ORA"
nsURI="http:///ORDB4ORA.ecore" nsPrefix="ORDB4ORA">
<eClassifiers xsi:type="ecore:EClass" name="ANSICharacterType" eSuperTypes="#//ANSIType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Descriptor" lowerBound="1"
eType="#//ANSICharacterTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ANSICharacterTypes">
<eLiterals name="CHARACTER" literal="CHARACTER"/>
<eLiterals name="CHARACTERVARYING" value="1" literal="CHARACTERVARYING"/>
<eLiterals name="CHARVARYING" value="2" literal="CHARVARYING"/>
<eLiterals name="NCHARVARYING" value="3" literal="NCHARVARYING"/>
<eLiterals name="VARCHAR" value="4" literal="VARCHAR"/>
<eLiterals name="NATIONALCHARACTER" value="5" literal="NATIONALCHARACTER"/>
<eLiterals name="NATIONALCHAR" value="6" literal="NATIONALCHAR"/>
<eLiterals name="NATIONALCHARACTERVARYING" value="7" literal="NATIONALCHARACTERVARYING"/>
<eLiterals name="NATIONALCHARVARYING" value="8" literal="NATIONALCHARVARYING"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ANSINumberType" eSuperTypes="#//ANSIType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Descriptor" lowerBound="1"
eType="#//ANSINumberTypes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Scale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ANSINumberTypes">
<eLiterals name="NUMERIC" literal="NUMERIC"/>
<eLiterals name="DECIMAL" value="1" literal="DECIMAL"/>
<eLiterals name="DEC" value="2" literal="DEC"/>
<eLiterals name="INTEGER" value="3" literal="INTEGER"/>
<eLiterals name="INT" value="4"/>
<eLiterals name="SMALLINT" value="5"/>
<eLiterals name="FLOAT" value="6"/>
<eLiterals name="DOUBLEPRECISION" value="7"/>
<eLiterals name="REAL" value="8"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ANSIType" abstract="true" eSuperTypes="#//BasicDataType"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyType" eSuperTypes="#//SuppliedType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Descriptor" lowerBound="1"
eType="#//SuppliedAnyTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//StructuralComponent">
<eAnnotations source="http://www.eclipse.org/ocl/examples/OCL">
<details key="NotEmptyType" value="not self.Type.oclIsUndefined()"/>
<details key="LegalBuiltInCharacterValues" value="if self.Type.oclIsTypeOf(BuiltInCharacterType) then
	self.features->select(f|f.key = 'Size' or f.key = 'Semantic')->size()=self.features.size()
else
true
endif"/>
<details key="LegalBuiltInNumberValues" value="if self.Type.oclIsTypeOf(BuiltInNumberType) then
	self.features->select(f|f.key = 'Presicion' or f.key = 'Scale')->size()=self.features.size()
else
true
endif"/>
<details key="LegalLongAndRawValues" value="if self.Type.oclIsTypeOf(LongAndRawType) then
	if(self.Type.Descriptor='#RAW')
		self.features->select()(f|f.key = 'Size')->size()=self.features.size()
	else
		true
	endif
else
true
endif"/>
<details key="LegalTimestampValues" value="if self.Type.oclIsTypeOf(DatetimeType) then
	if(self.Type.Descriptor='#TIMESTAMP' or self.Type.Descriptor='#TIMESTAMPWITHTIMEZONE' or self.Type.Descriptor='#TIMESTAMPWITHLOCALTIMEZONE')
		self.features->select(f|f.key = 'Second_Presicion')->size()=self.features.size()
	else
		true
	endif
else
	true
endif"/>
<details key="LegalIntervalValues" value="if self.Type.oclIsTypeOf(DatetimeType) then
	if(self.Type.Descriptor='#INTERVALYEARTOMONTH' or self.Type.Descriptor='#INTERVALDAYTOSECOND')
		self.features->select(f|f.key = 'Day_Presicion' or f.key = 'Year_Presicion' or f.key = 'Second_Presicion')->size()=self.features.size()
	else
		true
	endif
else
	true
endif"/>
<details key="LegalROWValues" value="if self.Type.oclIsTypeOf(ROWIDType) then
	if(self.Type.Descriptor='#UROWID')
		self.features->select(f|f.key = 'Size')->size()=self.features.size()
	else
		true
	endif
else
	true
endif"/>
<details key="LegalANSICharacterValues" value="if self.Type.oclIsTypeOf(ANSICharacterType) then
	self.features->select(f|f.key = 'Size')->size()=self.features.size()
else
true
endif"/>
<details key="LegalANSINumberValues" value="if self.Type.oclIsTypeOf(ANSINumberType) then
	if(self.Type.Descriptor='#NUMERIC' or self.Type.Descriptor='#DECIMAL' or self.Type.Descriptor='#DEC')
		self.features->select(f|f.key = 'Presicion' or f.key = 'Scale')->size()=self.features.size()
	else
		true
	endif
else
	true
endif"/>
<details key="LegalSmallIntrValues" value="if self.Type.oclIsTypeOf(ANSINumberType) then
	if(self.Type.Descriptor='#SMALLINT')
		self.features->select(f|f.key = 'Size')->size()=self.features.size()
	else
		true
	endif
else
	true
endif"/>
</eAnnotations>
<eOperations name="restriction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel">
<details key="body" value="if not self.Type.oclIsTypeOf(BasicDataType) then self.Size =0 else self.Size >=0 endif"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="if not self.Type.oclIsTypeOf(BasicDataType) then self.Size =0 else self.Size >=0 endif"/>
</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>
<eStructuralFeatures xsi:type="ecore:EReference" name="structured" eType="#//StructuredType"
eOpposite="#//StructuredType/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BasicDataType" abstract="true" eSuperTypes="#//Datatype"/>
<eClassifiers xsi:type="ecore:EEnum" name="BuiltInCharacterSemantics">
<eLiterals name="BYTE"/>
<eLiterals name="CHAR" value="1" literal="CHAR"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BuiltInCharacterType" eSuperTypes="#//BuiltInType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Descriptor" lowerBound="1"
eType="#//BuiltInCharacterTypes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Semantic" eType="#//BuiltInCharacterSemantics"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Size_Min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Size_Max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Size_Def" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BuiltInCharacterTypes">
<eLiterals name="CHAR" literal="CHAR"/>
<eLiterals name="VARCHAR2" value="1" literal="VARCHAR2"/>
<eLiterals name="NCHAR" value="2" literal="NCHAR"/>
<eLiterals name="NVARCHAR2" value="3" literal="NVARCHAR2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BuiltInDatetimeTypes">
<eLiterals name="DATE" literal="DATE"/>
<eLiterals name="TIMESTAMP" value="1" literal="TIMESTAMP"/>
<eLiterals name="TIMESTAMPWITHTIMEZONE" value="2" literal="TIMESTAMPWITHTIMEZONE"/>
<eLiterals name="TIMESTAMPWITHLOCALTIMEZONE" value="3" literal="TIMESTAMPWITHLOCALTIMEZONE"/>
<eLiterals name="INTERVALYEARTOMONTH" value="4" literal="INTERVALYEARTOMONTH"/>
<eLiterals name="INTERVALDAYTOSECOND" value="5" literal="INTERVALDAYTOSECOND"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BuiltInLOBType">
<eLiterals name="BLOB" literal="BLOB"/>
<eLiterals name="CLOB" value="1"/>
<eLiterals name="NLOB" value="2"/>
<eLiterals name="BFILE" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BuiltInLongAndRawTypes">
<eLiterals name="LONG" literal="LONG"/>
<eLiterals name="LONGRAW" value="1" literal="LONGRAW"/>
<eLiterals name="RAW" value="2" literal="RAW"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BuiltInNumberType" eSuperTypes="#//BuiltInType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Descriptor" lowerBound="1"
eType="#//BuiltNumberTypes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Precision_Mn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Precision_Max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Scale_Min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Scale_Max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BuiltInROWIDType">
<eLiterals name="ROWID" literal="ROWID"/>
<eLiterals name="UROWID" value="1" literal="UROWID"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BuiltInType" abstract="true" eSuperTypes="#//BasicDataType"/>
<eClassifiers xsi:type="ecore:EEnum" name="BuiltNumberTypes">
<eLiterals name="NUMBER" literal="NUMBER"/>
<eLiterals name="BINARY_FLOAT" value="1"/>
<eLiterals name="BINARY_DOUBLE" value="2" literal="BINARY_DOUBLE"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CharacterFeature" instanceClassName="java.util.Map$Entry"
eSuperTypes="#//Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="#//CharacterFeatures"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CharacterFeatures">
<eLiterals name="size" literal="size"/>
<eLiterals name="semantic" value="1" literal="semantic"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Check" eSuperTypes="#//Restriction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="<<check>>"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//StructuralComponent">
<eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1" eType="#//Table"
eOpposite="#//Table/columns"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Datatype" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//Model"
eOpposite="#//Model/datatype"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DatetimeFeature" instanceClassName="java.util.Map$Entry"
eSuperTypes="#//Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="#//DatetimeFeatures"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DatetimeFeatures">
<eLiterals name="precision" literal="precision"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DatetimeType" eSuperTypes="#//BuiltInType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Descriptor" lowerBound="1"
eType="#//BuiltInDatetimeTypes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SecondPrecision_Min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SecondPrecision_Max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SecondPrecision_Def" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DayPrecision_Min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DayPrecision_Max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DayPrecision_Def" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="YearPrecision_Min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="YearPrecision_Max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="YearPrecision_Def" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ForeignKey" eSuperTypes="#//Restriction">
<eAnnotations source="http://www.eclipse.org/ocl/examples/OCL">
<details key="LegalAttributes" value="if (self.attribute->select(a|a.Type.oclIsKindOf(BasicDataType) or a.Type.oclIsTypeOf(ReferenceType)
)->size() = self.attribute.size()) then
	self.attribute->select(a|a.Type.oclIsKindOf(ReferenceType))->
	select(a|a.Type.Descriptor='#LONG' or
							 a.Type.Descriptor='#LONGRAW' or
							 a.Type.Descriptor='#TIEMSTAMPWITHTIMEZONE' or
 a.Type.oclIsTypeOf(LOBType) 
)->size() + self.attribute->select(a|a.Type.oclIsKindOf(ReferenceType))->size() = self.attribute.size()	
else
	false
endif"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="<<fk>>"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="OnDelete" eType="#//ONDELETEActions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" lowerBound="1"
eType="#//Table"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//Operation">
<eStructuralFeatures xsi:type="ecore:EReference" name="Return" lowerBound="1"
eType="#//Datatype"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntervalFeature" instanceClassName="java.util.Map$Entry"
eSuperTypes="#//Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="#//IntervalFeatures"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="IntervalFeatures">
<eLiterals name="day_precision" literal="day_precision"/>
<eLiterals name="second_precision" value="1" literal="second_precision"/>
<eLiterals name="year_precision" value="2" literal="year_precision"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LOBType" eSuperTypes="#//BuiltInType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Descriptor" ordered="false"
lowerBound="1" eType="#//BuiltInLOBType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LongAndRawType" eSuperTypes="#//BuiltInType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Descriptor" lowerBound="1"
eType="#//BuiltInLongAndRawTypes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Size_Min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Size_Max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MediaType" eSuperTypes="#//SuppliedType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Descriptor" lowerBound="1"
eType="#//SuppliedMediaTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MergingStructuredType" eSuperTypes="#//StructuredType">
<eStructuralFeatures xsi:type="ecore:EReference" name="compositors" upperBound="-1"
eType="#//StructuredType" eOpposite="#//StructuredType/composes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Method">
<eAnnotations source="http://www.eclipse.org/ocl/examples/OCL">
<details key="NotEmptyName" value="self.Name.size()>0"/>
<details key="NotEmptyType" value="not self.returnType.oclIsUndefined()"/>
</eAnnotations>
<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:EReference" name="override" ordered="false"
eType="#//Method"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="structured" eType="#//StructuredType"
eOpposite="#//StructuredType/method"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//MethodParameter" containment="true" eOpposite="#//MethodParameter/method"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" lowerBound="1"
eType="#//Datatype"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodParameter" eSuperTypes="#//Parameter">
<eAnnotations source="http://www.eclipse.org/ocl/examples/OCL">
<details key="NotEmptyName" value="self.Name.size()>0"/>
<details key="NotEmptyType" value="not self.Type.oclIsUndefined()"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="#//Method"
eOpposite="#//Method/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eAnnotations source="http://www.eclipse.org/ocl/examples/OCL">
<details key="NotEmptyName" value="self.Name.size()>0"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="datatype" ordered="false"
lowerBound="1" upperBound="-1" eType="#//Datatype" containment="true" eOpposite="#//Datatype/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" ordered="false"
upperBound="-1" eType="#//Table" containment="true" eOpposite="#//Table/model"/>
<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:EReference" name="operation" upperBound="-1"
eType="#//Operation" containment="true" eOpposite="#//Operation/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" upperBound="-1"
eType="#//Package" containment="true" eOpposite="#//Package/model"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NestedTableType" eSuperTypes="#//Datatype">
<eAnnotations source="http://www.eclipse.org/ocl/examples/OCL">
<details key="NotEmptyName" value="self.Name.size()>0"/>
<details key="NotEmptyType" value="not self.Type.oclIsUndefined()"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="<<nt>>"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Type" ordered="false" lowerBound="1"
eType="#//Datatype"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotNull" eSuperTypes="#//Restriction">
<eAnnotations source="http://www.eclipse.org/ocl/examples/OCL">
<details key="LegalAttributes" value="self.attribute->select(a|a.Type.oclIsKindOf(BasicDataType) or
 						 a.Type.oclIsTypeOf(StructuredType) or
 						 a.Type.oclIsTypeOf(Varray) or
 						 a.Type.oclIsTypeOf(ReferenceType)
)->size() = self.attribute.size()"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="<<not null>>"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumberFeature" instanceClassName="java.util.Map$Entry"
eSuperTypes="#//Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="#//NumberFeatures"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="NumberFeatures">
<eLiterals name="size" literal="size"/>
<eLiterals name="precision" value="1" literal="precision"/>
<eLiterals name="scale" value="2" literal="scale"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ONDELETEActions">
<eLiterals name="CASCADE" literal="CASCADE"/>
<eLiterals name="SETNULL" value="1" literal="SET NULL"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operationParameters" upperBound="-1"
eType="#//OperationParameter" containment="true" eOpposite="#//OperationParameter/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//Model"
eOpposite="#//Model/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//Package"
eOpposite="#//Package/operations"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationParameter" eSuperTypes="#//Parameter">
<eAnnotations source="http://www.eclipse.org/ocl/examples/OCL">
<details key="NotEmptyName" value="self.Name.size()>0"/>
<details key="NotEmptyType" value="not self.Type.oclIsUndefined()"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Mode" eType="#//ParameterMode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//Operation"
eOpposite="#//Operation/operationParameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Package">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//Operation" containment="true" eOpposite="#//Operation/package"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//Model"
eOpposite="#//Model/package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter">
<eAnnotations source="http://www.eclipse.org/ocl/examples/OCL">
<details key="NotEmptyName" value="self.Name.size()>0"/>
<details key="NotEmptyType" value="not self.Type.oclIsUndefined()"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Type" lowerBound="1" eType="#//Datatype"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ParameterMode">
<eLiterals name="IN" literal="IN"/>
<eLiterals name="OUT" value="1" literal="OUT"/>
<eLiterals name="INOUT" value="2" literal="IN OUT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimaryKey" eSuperTypes="#//Restriction">
<eAnnotations source="http://www.eclipse.org/ocl/examples/OCL">
<details key="LegalAttributes" value="if (self.attribute->select(a|a.Type.oclIsKindOf(BasicDataType)
)->size() = self.attribute.size()) then
	self.attribute->select(a|a.Type.Descriptor='#LONG' or
							 a.Type.Descriptor='#LONGRAW' or
							 a.Type.Descriptor='#TIEMSTAMPWITHTIMEZONE' or
 a.Type.oclIsTypeOf(LOBType) 
)->size() = self.attribute.size()	
else
	false
endif"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="<<pk>>"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Procedure" eSuperTypes="#//Operation"/>
<eClassifiers xsi:type="ecore:EClass" name="ROWIDType" eSuperTypes="#//BuiltInType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Descriptor" ordered="false"
lowerBound="1" eType="#//BuiltInROWIDType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Size_Min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Size_Max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RawFeature" instanceClassName="java.util.Map$Entry"
eSuperTypes="#//Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="#//RawFeatures"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RawFeatures">
<eLiterals name="size" literal="size"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceType" eSuperTypes="#//Datatype">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="<<ref>>"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Type" ordered="false" lowerBound="1"
eType="#//StructuredType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Restriction" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false"
lowerBound="1" upperBound="-1" eType="#//StructuralComponent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1" eType="#//Table"
eOpposite="#//Table/restriction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RowFeature" instanceClassName="java.util.Map$Entry"
eSuperTypes="#//Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="#//RowFeatures"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RowFeatures">
<eLiterals name="size" literal="size"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SpacialType" eSuperTypes="#//SuppliedType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Descriptor" lowerBound="1"
eType="#//SuppliedSpacialTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StoredNestedTable">
<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:EReference" name="attribute" ordered="false"
lowerBound="1" eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typed" eType="#//TypedTable"
eOpposite="#//TypedTable/storedNested"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuralComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Type" ordered="false" lowerBound="1"
eType="#//Datatype"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//Feature" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="restrictions" upperBound="-1"
eType="#//Restriction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuredType" eSuperTypes="#//Datatype">
<eAnnotations source="http://www.eclipse.org/ocl/examples/OCL">
<details key="NotEmptyName" value="self.Name.size()>0"/>
<details key="CantSelfInherit" value="self.supertype <> self"/>
<details key="UniqueName" value="self.model.datatype->select(dt | dt.oclIsTypeOf(StructuredType) 
 and (dt <> self))-> select(st | st.Name= self.Name)->size() = 0"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="<<udt>>"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
upperBound="-1" eType="#//Attribute" containment="true" eOpposite="#//Attribute/structured"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false"
upperBound="-1" eType="#//Method" containment="true" eOpposite="#//Method/structured"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typed" ordered="false"
upperBound="-1" eType="#//TypedTable" containment="true" eOpposite="#//TypedTable/structuredType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supertype" ordered="false"
eType="#//StructuredType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instantiable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="not_final" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="composes" eType="#//MergingStructuredType"
eOpposite="#//MergingStructuredType/compositors"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SuppliedAnyTypes">
<eLiterals name="SYSANYDATA" literal="SYSANYDATA"/>
<eLiterals name="SYSANYTYPE" value="1" literal="SYSANYTYPE"/>
<eLiterals name="SYSANYDATASET" value="2" literal="SYSANYDATASET"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SuppliedMediaTypes">
<eLiterals name="ORDAudio" literal="ORDAudio"/>
<eLiterals name="ORDImage" value="1" literal="ORDImage"/>
<eLiterals name="ORDVideo" value="2" literal="ORDVideo"/>
<eLiterals name="ORDDoc" value="3" literal="ORDDoc"/>
<eLiterals name="ORDImageSignature" value="4" literal="ORDImageSignature"/>
<eLiterals name="SI_STILLIMAGE" value="5" literal="SI_STILLIMAGE"/>
<eLiterals name="SI_AVERAGECOLOR" value="6"/>
<eLiterals name="SI_POSITIONALCOLOR" value="7"/>
<eLiterals name="SI_COLORHISTOGRAM" value="8"/>
<eLiterals name="SI_TEXTURE" value="9"/>
<eLiterals name="SI_FEATURELIST" value="10"/>
<eLiterals name="SI_COLOR" value="11"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SuppliedSpacialTypes">
<eLiterals name="SDO_GEOMETRY" literal="SDO_GEOMETRY"/>
<eLiterals name="SDO_TOPO_GEOMETRY" value="1" literal="SDO_TOPO_GEOMETRY"/>
<eLiterals name="SDO_RASTER" value="2" literal="SDO_RASTER"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuppliedType" abstract="true" eSuperTypes="#//BasicDataType"/>
<eClassifiers xsi:type="ecore:EEnum" name="SuppliedXMLTypes">
<eLiterals name="XMLTYPE" literal="XMLTYPE"/>
<eLiterals name="URITYPE" value="1" literal="URITYPE"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Table">
<eAnnotations source="http://www.eclipse.org/ocl/examples/OCL">
<details key="OnlyOnePrimaryKey" value="self.restriction->select(r|r.oclIsTypeOf(PrimaryKey))->size()<=1"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="restriction" ordered="false"
upperBound="-1" eType="#//Restriction" containment="true" eOpposite="#//Restriction/table"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" ordered="false"
upperBound="-1" eType="#//Column" containment="true" eOpposite="#//Column/table"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//Model"
eOpposite="#//Model/table"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="triggers" upperBound="-1"
eType="#//Trigger" containment="true" eOpposite="#//Trigger/table"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="views" eType="#//View"
eOpposite="#//View/tables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trigger">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Event" lowerBound="1" upperBound="-1"
eType="#//TriggerEvent"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Action" lowerBound="1"
eType="#//TriggerActionTime"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updateColumns" upperBound="-1"
eType="#//StructuralComponent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1" eType="#//Table"
eOpposite="#//Table/triggers"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TriggerActionTime">
<eLiterals name="BEFORE" literal="BEFORE"/>
<eLiterals name="AFTER" value="1" literal="AFTER"/>
<eLiterals name="INSTEADOF" value="2" literal="INSTEAD OF"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TriggerEvent">
<eLiterals name="DELETE" literal="DELETE"/>
<eLiterals name="INSERT" value="1" literal="INSERT"/>
<eLiterals name="UPDATE" value="2" literal="UPDATE"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedTable" eSuperTypes="#//Table">
<eStructuralFeatures xsi:type="ecore:EReference" name="storedNested" ordered="false"
upperBound="-1" eType="#//StoredNestedTable" containment="true" eOpposite="#//StoredNestedTable/typed"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="structuredType" lowerBound="1"
eType="#//StructuredType" eOpposite="#//StructuredType/typed"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unique" eSuperTypes="#//Restriction">
<eAnnotations source="http://www.eclipse.org/ocl/examples/OCL">
<details key="LegalAttributes" value="if (self.attribute->select(a|a.Type.oclIsKindOf(BasicDataType)
)->size() = self.attribute.size()) then
	self.attribute->select(a|a.Type.Descriptor='#LONG' or
							 a.Type.Descriptor='#LONGRAW' or
							 a.Type.Descriptor='#TIEMSTAMPWITHTIMEZONE' or
 a.Type.oclIsTypeOf(LOBType) 
)->size() = self.attribute.size()	
else
	false
endif"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="<<unique>>"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Varray" eSuperTypes="#//Datatype">
<eAnnotations source="http://www.eclipse.org/ocl/examples/OCL">
<details key="NotEmptyName" value="self.Name.size()>0"/>
<details key="NotEmptyElementsNumber" value="not self.NumElements.oclIsUndefined()"/>
<details key="NotEmptyType" value="not self.Type.oclIsUndefined()"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="<<array>>"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="NumElements" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Type" ordered="false" lowerBound="1"
eType="#//Datatype"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="View" eSuperTypes="#//Table">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="query_expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1"
eType="#//Table" eOpposite="#//Table/views"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLType" eSuperTypes="#//SuppliedType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Descriptor" lowerBound="1"
eType="#//SuppliedXMLTypes"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/danielcn/metagem/MeTAGeM/Metamodels/metamodels_olds/ORDB4ORA.ecore | ecore | ORDB4ORA
ANSICharacterType
Descriptor
ANSICharacterTypes
CHARACTER
CHARACTER
CHARACTERVARYING
CHARACTERVARYING
CHARVARYING
CHARVARYING
NCHARVARYING
NCHARVARYING
VARCHAR
VARCHAR
NATIONALCHARACTER
NATIONALCHARACTER
NATIONALCHAR
NATIONALCHAR
NATIONALCHARACTERVARYING
NATIONALCHARACTERVARYING
NATIONALCHARVARYING
NATIONALCHARVARYING
ANSINumberType
Descriptor
Precision
Scale
Size
ANSINumberTypes
NUMERIC
NUMERIC
DECIMAL
DECIMAL
DEC
DEC
INTEGER
INTEGER
INT
INT
SMALLINT
SMALLINT
FLOAT
FLOAT
DOUBLEPRECISION
DOUBLEPRECISION
REAL
REAL
ANSIType
AnyType
Descriptor
Attribute
restriction
diagnostics
context
structured
BasicDataType
BuiltInCharacterSemantics
BYTE
BYTE
CHAR
CHAR
BuiltInCharacterType
Descriptor
Semantic
Size_Min
Size_Max
Size_Def
BuiltInCharacterTypes
CHAR
CHAR
VARCHAR2
VARCHAR2
NCHAR
NCHAR
NVARCHAR2
NVARCHAR2
BuiltInDatetimeTypes
DATE
DATE
TIMESTAMP
TIMESTAMP
TIMESTAMPWITHTIMEZONE
TIMESTAMPWITHTIMEZONE
TIMESTAMPWITHLOCALTIMEZONE
TIMESTAMPWITHLOCALTIMEZONE
INTERVALYEARTOMONTH
INTERVALYEARTOMONTH
INTERVALDAYTOSECOND
INTERVALDAYTOSECOND
BuiltInLOBType
BLOB
BLOB
CLOB
CLOB
NLOB
NLOB
BFILE
BFILE
BuiltInLongAndRawTypes
LONG
LONG
LONGRAW
LONGRAW
RAW
RAW
BuiltInNumberType
Descriptor
Precision_Mn
Precision_Max
Scale_Min
Scale_Max
BuiltInROWIDType
ROWID
ROWID
UROWID
UROWID
BuiltInType
BuiltNumberTypes
NUMBER
NUMBER
BINARY_FLOAT
BINARY_FLOAT
BINARY_DOUBLE
BINARY_DOUBLE
CharacterFeature
java.util.Map$Entry
java.util.Map$Entry
key
value
CharacterFeatures
size
size
semantic
semantic
Check
Condition
Name
<<check>>
Column
table
Datatype
model
DatetimeFeature
java.util.Map$Entry
java.util.Map$Entry
key
value
DatetimeFeatures
precision
precision
DatetimeType
Descriptor
SecondPrecision_Min
SecondPrecision_Max
SecondPrecision_Def
DayPrecision_Min
DayPrecision_Max
DayPrecision_Def
YearPrecision_Min
YearPrecision_Max
YearPrecision_Def
Feature
ForeignKey
Name
<<fk>>
OnDelete
reference
Function
Return
IntervalFeature
java.util.Map$Entry
java.util.Map$Entry
key
value
IntervalFeatures
day_precision
day_precision
second_precision
second_precision
year_precision
year_precision
LOBType
Descriptor
LongAndRawType
Descriptor
Size_Min
Size_Max
MediaType
Descriptor
MergingStructuredType
compositors
Method
Name
override
structured
parameters
returnType
Body
MethodParameter
method
Model
datatype
table
Name
operation
package
NestedTableType
Name
<<nt>>
Type
NotNull
Name
<<not null>>
NumberFeature
java.util.Map$Entry
java.util.Map$Entry
key
value
NumberFeatures
size
size
precision
precision
scale
scale
ONDELETEActions
CASCADE
CASCADE
SETNULL
SET NULL
Operation
Name
Body
operationParameters
model
package
OperationParameter
Mode
operation
Package
Name
operations
model
Parameter
Name
Type
ParameterMode
IN
IN
OUT
OUT
INOUT
IN OUT
PrimaryKey
Name
<<pk>>
Procedure
ROWIDType
Descriptor
Size_Min
Size_Max
RawFeature
java.util.Map$Entry
java.util.Map$Entry
key
value
RawFeatures
size
size
ReferenceType
Name
<<ref>>
Type
Restriction
attributes
table
RowFeature
java.util.Map$Entry
java.util.Map$Entry
key
value
RowFeatures
size
size
SpacialType
Descriptor
StoredNestedTable
Name
attribute
typed
StructuralComponent
Name
Type
features
restrictions
StructuredType
Name
<<udt>>
attribute
method
typed
supertype
instantiable
true
not_final
true
composes
SuppliedAnyTypes
SYSANYDATA
SYSANYDATA
SYSANYTYPE
SYSANYTYPE
SYSANYDATASET
SYSANYDATASET
SuppliedMediaTypes
ORDAudio
ORDAudio
ORDImage
ORDImage
ORDVideo
ORDVideo
ORDDoc
ORDDoc
ORDImageSignature
ORDImageSignature
SI_STILLIMAGE
SI_STILLIMAGE
SI_AVERAGECOLOR
SI_AVERAGECOLOR
SI_POSITIONALCOLOR
SI_POSITIONALCOLOR
SI_COLORHISTOGRAM
SI_COLORHISTOGRAM
SI_TEXTURE
SI_TEXTURE
SI_FEATURELIST
SI_FEATURELIST
SI_COLOR
SI_COLOR
SuppliedSpacialTypes
SDO_GEOMETRY
SDO_GEOMETRY
SDO_TOPO_GEOMETRY
SDO_TOPO_GEOMETRY
SDO_RASTER
SDO_RASTER
SuppliedType
SuppliedXMLTypes
XMLTYPE
XMLTYPE
URITYPE
URITYPE
Table
Name
restriction
columns
model
triggers
views
Trigger
Name
Body
Event
Action
updateColumns
table
TriggerActionTime
BEFORE
BEFORE
AFTER
AFTER
INSTEADOF
INSTEAD OF
TriggerEvent
DELETE
DELETE
INSERT
INSERT
UPDATE
UPDATE
TypedTable
storedNested
structuredType
Unique
Name
<<unique>>
Varray
Name
<<array>>
NumElements
Type
View
query_expression
tables
XMLType
Descriptor | null | {"directed":true,"nodes":[{"nsPrefix":"ORDB4ORA","nsURI":"http:///ORDB4ORA.ecore","name":"ORDB4ORA","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ANSICharacterType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ANSICharacterTypes","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ANSINumberType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ANSINumberTypes","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ANSIType","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicDataType","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BuiltInCharacterSemantics","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInCharacterType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BuiltInCharacterTypes","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BuiltInDatetimeTypes","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BuiltInLOBType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BuiltInLongAndRawTypes","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInNumberType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BuiltInROWIDType","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInType","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BuiltNumberTypes","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"CharacterFeature","instanceClass":"java.util.Map$Entry","abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CharacterFeatures","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Check","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Datatype","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"DatetimeFeature","instanceClass":"java.util.Map$Entry","abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DatetimeFeatures","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatetimeType","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"IntervalFeature","instanceClass":"java.util.Map$Entry","abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IntervalFeatures","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LOBType","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongAndRawType","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MediaType","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergingStructuredType","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodParameter","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedTableType","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotNull","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"NumberFeature","instanceClass":"java.util.Map$Entry","abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NumberFeatures","instanceClass":null,"id":42,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ONDELETEActions","instanceClass":null,"id":43,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationParameter","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterMode","instanceClass":null,"id":48,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKey","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Procedure","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROWIDType","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"RawFeature","instanceClass":"java.util.Map$Entry","abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RawFeatures","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceType","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Restriction","instanceClass":null,"abstract":true,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"RowFeature","instanceClass":"java.util.Map$Entry","abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RowFeatures","instanceClass":null,"id":57,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpacialType","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoredNestedTable","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralComponent","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredType","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SuppliedAnyTypes","instanceClass":null,"id":62,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SuppliedMediaTypes","instanceClass":null,"id":63,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SuppliedSpacialTypes","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuppliedType","instanceClass":null,"abstract":true,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SuppliedXMLTypes","instanceClass":null,"id":66,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TriggerActionTime","instanceClass":null,"id":69,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TriggerEvent","instanceClass":null,"id":70,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedTable","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unique","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Varray","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLType","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Descriptor","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"name":"CHARACTER","id":79,"value":0,"literal":"CHARACTER","eClass":"EEnumLiteral"},{"name":"CHARACTERVARYING","id":80,"value":1,"literal":"CHARACTERVARYING","eClass":"EEnumLiteral"},{"name":"CHARVARYING","id":81,"value":2,"literal":"CHARVARYING","eClass":"EEnumLiteral"},{"name":"NCHARVARYING","id":82,"value":3,"literal":"NCHARVARYING","eClass":"EEnumLiteral"},{"name":"VARCHAR","id":83,"value":4,"literal":"VARCHAR","eClass":"EEnumLiteral"},{"name":"NATIONALCHARACTER","id":84,"value":5,"literal":"NATIONALCHARACTER","eClass":"EEnumLiteral"},{"name":"NATIONALCHAR","id":85,"value":6,"literal":"NATIONALCHAR","eClass":"EEnumLiteral"},{"name":"NATIONALCHARACTERVARYING","id":86,"value":7,"literal":"NATIONALCHARACTERVARYING","eClass":"EEnumLiteral"},{"name":"NATIONALCHARVARYING","id":87,"value":8,"literal":"NATIONALCHARVARYING","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Descriptor","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Precision","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Scale","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Size","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"name":"NUMERIC","id":97,"value":0,"literal":"NUMERIC","eClass":"EEnumLiteral"},{"name":"DECIMAL","id":98,"value":1,"literal":"DECIMAL","eClass":"EEnumLiteral"},{"name":"DEC","id":99,"value":2,"literal":"DEC","eClass":"EEnumLiteral"},{"name":"INTEGER","id":100,"value":3,"literal":"INTEGER","eClass":"EEnumLiteral"},{"name":"INT","id":101,"value":4,"literal":"INT","eClass":"EEnumLiteral"},{"name":"SMALLINT","id":102,"value":5,"literal":"SMALLINT","eClass":"EEnumLiteral"},{"name":"FLOAT","id":103,"value":6,"literal":"FLOAT","eClass":"EEnumLiteral"},{"name":"DOUBLEPRECISION","id":104,"value":7,"literal":"DOUBLEPRECISION","eClass":"EEnumLiteral"},{"name":"REAL","id":105,"value":8,"literal":"REAL","eClass":"EEnumLiteral"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Descriptor","changeable":true,"lowerBound":1,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"restriction","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EOperation"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"structured","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EParameter"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"name":"BYTE","id":123,"value":0,"literal":"BYTE","eClass":"EEnumLiteral"},{"name":"CHAR","id":124,"value":1,"literal":"CHAR","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Descriptor","changeable":true,"lowerBound":1,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"Semantic","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Size_Min","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Size_Max","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Size_Def","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"name":"CHAR","id":136,"value":0,"literal":"CHAR","eClass":"EEnumLiteral"},{"name":"VARCHAR2","id":137,"value":1,"literal":"VARCHAR2","eClass":"EEnumLiteral"},{"name":"NCHAR","id":138,"value":2,"literal":"NCHAR","eClass":"EEnumLiteral"},{"name":"NVARCHAR2","id":139,"value":3,"literal":"NVARCHAR2","eClass":"EEnumLiteral"},{"name":"DATE","id":140,"value":0,"literal":"DATE","eClass":"EEnumLiteral"},{"name":"TIMESTAMP","id":141,"value":1,"literal":"TIMESTAMP","eClass":"EEnumLiteral"},{"name":"TIMESTAMPWITHTIMEZONE","id":142,"value":2,"literal":"TIMESTAMPWITHTIMEZONE","eClass":"EEnumLiteral"},{"name":"TIMESTAMPWITHLOCALTIMEZONE","id":143,"value":3,"literal":"TIMESTAMPWITHLOCALTIMEZONE","eClass":"EEnumLiteral"},{"name":"INTERVALYEARTOMONTH","id":144,"value":4,"literal":"INTERVALYEARTOMONTH","eClass":"EEnumLiteral"},{"name":"INTERVALDAYTOSECOND","id":145,"value":5,"literal":"INTERVALDAYTOSECOND","eClass":"EEnumLiteral"},{"name":"BLOB","id":146,"value":0,"literal":"BLOB","eClass":"EEnumLiteral"},{"name":"CLOB","id":147,"value":1,"literal":"CLOB","eClass":"EEnumLiteral"},{"name":"NLOB","id":148,"value":2,"literal":"NLOB","eClass":"EEnumLiteral"},{"name":"BFILE","id":149,"value":3,"literal":"BFILE","eClass":"EEnumLiteral"},{"name":"LONG","id":150,"value":0,"literal":"LONG","eClass":"EEnumLiteral"},{"name":"LONGRAW","id":151,"value":1,"literal":"LONGRAW","eClass":"EEnumLiteral"},{"name":"RAW","id":152,"value":2,"literal":"RAW","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Descriptor","changeable":true,"lowerBound":1,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Precision_Mn","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Precision_Max","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Scale_Min","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Scale_Max","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"name":"ROWID","id":164,"value":0,"literal":"ROWID","eClass":"EEnumLiteral"},{"name":"UROWID","id":165,"value":1,"literal":"UROWID","eClass":"EEnumLiteral"},{"id":166,"eClass":"EGenericType"},{"name":"NUMBER","id":167,"value":0,"literal":"NUMBER","eClass":"EEnumLiteral"},{"name":"BINARY_FLOAT","id":168,"value":1,"literal":"BINARY_FLOAT","eClass":"EEnumLiteral"},{"name":"BINARY_DOUBLE","id":169,"value":2,"literal":"BINARY_DOUBLE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"name":"size","id":175,"value":0,"literal":"size","eClass":"EEnumLiteral"},{"name":"semantic","id":176,"value":1,"literal":"semantic","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"Condition","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"<<check>>","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"<<check>>","unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"datatype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":188,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"name":"precision","id":194,"value":0,"literal":"precision","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Descriptor","changeable":true,"lowerBound":1,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SecondPrecision_Min","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SecondPrecision_Max","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SecondPrecision_Def","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DayPrecision_Min","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DayPrecision_Max","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DayPrecision_Def","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"YearPrecision_Min","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"YearPrecision_Max","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"YearPrecision_Def","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"<<fk>>","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"<<fk>>","unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":216,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"OnDelete","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Return","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"name":"day_precision","id":231,"value":0,"literal":"day_precision","eClass":"EEnumLiteral"},{"name":"second_precision","id":232,"value":1,"literal":"second_precision","eClass":"EEnumLiteral"},{"name":"year_precision","id":233,"value":2,"literal":"year_precision","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Descriptor","changeable":true,"lowerBound":1,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Descriptor","changeable":true,"lowerBound":1,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Size_Min","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Size_Max","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Descriptor","changeable":true,"lowerBound":1,"iD":false,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compositors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"composes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":251,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"override","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"structured","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":255,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Body","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":278,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"<<nt>>","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"<<nt>>","unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":279,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"<<not null>>","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"<<not null>>","unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"name":"size","id":292,"value":0,"literal":"size","eClass":"EEnumLiteral"},{"name":"precision","id":293,"value":1,"literal":"precision","eClass":"EEnumLiteral"},{"name":"scale","id":294,"value":2,"literal":"scale","eClass":"EEnumLiteral"},{"name":"CASCADE","id":295,"value":0,"literal":"CASCADE","eClass":"EEnumLiteral"},{"name":"SETNULL","id":296,"value":1,"literal":"SET NULL","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":297,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Body","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Mode","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":316,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"name":"IN","id":320,"value":0,"literal":"IN","eClass":"EEnumLiteral"},{"name":"OUT","id":321,"value":1,"literal":"OUT","eClass":"EEnumLiteral"},{"name":"INOUT","id":322,"value":2,"literal":"IN OUT","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":"<<pk>>","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"<<pk>>","unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Descriptor","changeable":true,"lowerBound":1,"iD":false,"id":327,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Size_Min","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Size_Max","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":334,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"name":"size","id":339,"value":0,"literal":"size","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":"<<ref>>","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"<<ref>>","unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":340,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":345,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"restriction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":350,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"name":"size","id":355,"value":0,"literal":"size","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Descriptor","changeable":true,"lowerBound":1,"iD":false,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":359,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":360,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storedNested","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":366,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":367,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"restrictions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"<<udt>>","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"<<udt>>","unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":374,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supertype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"instantiable","changeable":true,"lowerBound":0,"iD":false,"id":377,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"not_final","changeable":true,"lowerBound":0,"iD":false,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"structuredType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"name":"SYSANYDATA","id":389,"value":0,"literal":"SYSANYDATA","eClass":"EEnumLiteral"},{"name":"SYSANYTYPE","id":390,"value":1,"literal":"SYSANYTYPE","eClass":"EEnumLiteral"},{"name":"SYSANYDATASET","id":391,"value":2,"literal":"SYSANYDATASET","eClass":"EEnumLiteral"},{"name":"ORDAudio","id":392,"value":0,"literal":"ORDAudio","eClass":"EEnumLiteral"},{"name":"ORDImage","id":393,"value":1,"literal":"ORDImage","eClass":"EEnumLiteral"},{"name":"ORDVideo","id":394,"value":2,"literal":"ORDVideo","eClass":"EEnumLiteral"},{"name":"ORDDoc","id":395,"value":3,"literal":"ORDDoc","eClass":"EEnumLiteral"},{"name":"ORDImageSignature","id":396,"value":4,"literal":"ORDImageSignature","eClass":"EEnumLiteral"},{"name":"SI_STILLIMAGE","id":397,"value":5,"literal":"SI_STILLIMAGE","eClass":"EEnumLiteral"},{"name":"SI_AVERAGECOLOR","id":398,"value":6,"literal":"SI_AVERAGECOLOR","eClass":"EEnumLiteral"},{"name":"SI_POSITIONALCOLOR","id":399,"value":7,"literal":"SI_POSITIONALCOLOR","eClass":"EEnumLiteral"},{"name":"SI_COLORHISTOGRAM","id":400,"value":8,"literal":"SI_COLORHISTOGRAM","eClass":"EEnumLiteral"},{"name":"SI_TEXTURE","id":401,"value":9,"literal":"SI_TEXTURE","eClass":"EEnumLiteral"},{"name":"SI_FEATURELIST","id":402,"value":10,"literal":"SI_FEATURELIST","eClass":"EEnumLiteral"},{"name":"SI_COLOR","id":403,"value":11,"literal":"SI_COLOR","eClass":"EEnumLiteral"},{"name":"SDO_GEOMETRY","id":404,"value":0,"literal":"SDO_GEOMETRY","eClass":"EEnumLiteral"},{"name":"SDO_TOPO_GEOMETRY","id":405,"value":1,"literal":"SDO_TOPO_GEOMETRY","eClass":"EEnumLiteral"},{"name":"SDO_RASTER","id":406,"value":2,"literal":"SDO_RASTER","eClass":"EEnumLiteral"},{"id":407,"eClass":"EGenericType"},{"name":"XMLTYPE","id":408,"value":0,"literal":"XMLTYPE","eClass":"EEnumLiteral"},{"name":"URITYPE","id":409,"value":1,"literal":"URITYPE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":410,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"triggers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"views","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":421,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Body","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Event","changeable":true,"lowerBound":1,"iD":false,"id":423,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Action","changeable":true,"lowerBound":1,"iD":false,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updateColumns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"name":"BEFORE","id":432,"value":0,"literal":"BEFORE","eClass":"EEnumLiteral"},{"name":"AFTER","id":433,"value":1,"literal":"AFTER","eClass":"EEnumLiteral"},{"name":"INSTEADOF","id":434,"value":2,"literal":"INSTEAD OF","eClass":"EEnumLiteral"},{"name":"DELETE","id":435,"value":0,"literal":"DELETE","eClass":"EEnumLiteral"},{"name":"INSERT","id":436,"value":1,"literal":"INSERT","eClass":"EEnumLiteral"},{"name":"UPDATE","id":437,"value":2,"literal":"UPDATE","eClass":"EEnumLiteral"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"<<unique>>","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"<<unique>>","unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"<<array>>","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"<<array>>","unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":444,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"NumElements","changeable":true,"lowerBound":1,"iD":false,"id":445,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"query_expression","changeable":true,"lowerBound":0,"iD":false,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Descriptor","changeable":true,"lowerBound":1,"iD":false,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":76},{"source":1,"target":77},{"source":76,"target":2},{"source":76,"target":78},{"source":76,"target":1},{"source":78,"target":2},{"source":77,"target":5},{"source":2,"target":0},{"source":2,"target":79},{"source":2,"target":80},{"source":2,"target":81},{"source":2,"target":82},{"source":2,"target":83},{"source":2,"target":84},{"source":2,"target":85},{"source":2,"target":86},{"source":2,"target":87},{"source":79,"target":2},{"source":80,"target":2},{"source":81,"target":2},{"source":82,"target":2},{"source":83,"target":2},{"source":84,"target":2},{"source":85,"target":2},{"source":86,"target":2},{"source":87,"target":2},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":88},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":3,"target":92},{"source":88,"target":4},{"source":88,"target":93},{"source":88,"target":3},{"source":93,"target":4},{"source":89,"target":94},{"source":89,"target":3},{"source":90,"target":95},{"source":90,"target":3},{"source":91,"target":96},{"source":91,"target":3},{"source":92,"target":5},{"source":4,"target":0},{"source":4,"target":97},{"source":4,"target":98},{"source":4,"target":99},{"source":4,"target":100},{"source":4,"target":101},{"source":4,"target":102},{"source":4,"target":103},{"source":4,"target":104},{"source":4,"target":105},{"source":97,"target":4},{"source":98,"target":4},{"source":99,"target":4},{"source":100,"target":4},{"source":101,"target":4},{"source":102,"target":4},{"source":103,"target":4},{"source":104,"target":4},{"source":105,"target":4},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":106},{"source":106,"target":8},{"source":6,"target":0},{"source":6,"target":65},{"source":6,"target":107},{"source":6,"target":108},{"source":107,"target":62},{"source":107,"target":109},{"source":107,"target":6},{"source":109,"target":62},{"source":108,"target":65},{"source":7,"target":0},{"source":7,"target":60},{"source":7,"target":110},{"source":7,"target":111},{"source":7,"target":112},{"source":110,"target":113},{"source":110,"target":7},{"source":110,"target":114},{"source":110,"target":115},{"source":114,"target":116},{"source":114,"target":110},{"source":115,"target":117},{"source":115,"target":110},{"source":117,"target":118},{"source":117,"target":119},{"source":111,"target":61},{"source":111,"target":120},{"source":111,"target":7},{"source":111,"target":121},{"source":120,"target":61},{"source":112,"target":60},{"source":8,"target":0},{"source":8,"target":23},{"source":8,"target":122},{"source":122,"target":23},{"source":9,"target":0},{"source":9,"target":123},{"source":9,"target":124},{"source":123,"target":9},{"source":124,"target":9},{"source":10,"target":0},{"source":10,"target":17},{"source":10,"target":125},{"source":10,"target":126},{"source":10,"target":127},{"source":10,"target":128},{"source":10,"target":129},{"source":10,"target":130},{"source":125,"target":11},{"source":125,"target":131},{"source":125,"target":10},{"source":131,"target":11},{"source":126,"target":9},{"source":126,"target":132},{"source":126,"target":10},{"source":132,"target":9},{"source":127,"target":133},{"source":127,"target":10},{"source":128,"target":134},{"source":128,"target":10},{"source":129,"target":135},{"source":129,"target":10},{"source":130,"target":17},{"source":11,"target":0},{"source":11,"target":136},{"source":11,"target":137},{"source":11,"target":138},{"source":11,"target":139},{"source":136,"target":11},{"source":137,"target":11},{"source":138,"target":11},{"source":139,"target":11},{"source":12,"target":0},{"source":12,"target":140},{"source":12,"target":141},{"source":12,"target":142},{"source":12,"target":143},{"source":12,"target":144},{"source":12,"target":145},{"source":140,"target":12},{"source":141,"target":12},{"source":142,"target":12},{"source":143,"target":12},{"source":144,"target":12},{"source":145,"target":12},{"source":13,"target":0},{"source":13,"target":146},{"source":13,"target":147},{"source":13,"target":148},{"source":13,"target":149},{"source":146,"target":13},{"source":147,"target":13},{"source":148,"target":13},{"source":149,"target":13},{"source":14,"target":0},{"source":14,"target":150},{"source":14,"target":151},{"source":14,"target":152},{"source":150,"target":14},{"source":151,"target":14},{"source":152,"target":14},{"source":15,"target":0},{"source":15,"target":17},{"source":15,"target":153},{"source":15,"target":154},{"source":15,"target":155},{"source":15,"target":156},{"source":15,"target":157},{"source":15,"target":158},{"source":153,"target":18},{"source":153,"target":159},{"source":153,"target":15},{"source":159,"target":18},{"source":154,"target":160},{"source":154,"target":15},{"source":155,"target":161},{"source":155,"target":15},{"source":156,"target":162},{"source":156,"target":15},{"source":157,"target":163},{"source":157,"target":15},{"source":158,"target":17},{"source":16,"target":0},{"source":16,"target":164},{"source":16,"target":165},{"source":164,"target":16},{"source":165,"target":16},{"source":17,"target":0},{"source":17,"target":8},{"source":17,"target":166},{"source":166,"target":8},{"source":18,"target":0},{"source":18,"target":167},{"source":18,"target":168},{"source":18,"target":169},{"source":167,"target":18},{"source":168,"target":18},{"source":169,"target":18},{"source":19,"target":0},{"source":19,"target":27},{"source":19,"target":170},{"source":19,"target":171},{"source":19,"target":172},{"source":170,"target":20},{"source":170,"target":173},{"source":170,"target":19},{"source":173,"target":20},{"source":171,"target":174},{"source":171,"target":19},{"source":172,"target":27},{"source":20,"target":0},{"source":20,"target":175},{"source":20,"target":176},{"source":175,"target":20},{"source":176,"target":20},{"source":21,"target":0},{"source":21,"target":55},{"source":21,"target":177},{"source":21,"target":178},{"source":21,"target":179},{"source":177,"target":180},{"source":177,"target":21},{"source":178,"target":181},{"source":178,"target":21},{"source":179,"target":55},{"source":22,"target":0},{"source":22,"target":60},{"source":22,"target":182},{"source":22,"target":183},{"source":182,"target":67},{"source":182,"target":184},{"source":182,"target":22},{"source":182,"target":185},{"source":184,"target":67},{"source":183,"target":60},{"source":23,"target":0},{"source":23,"target":186},{"source":186,"target":38},{"source":186,"target":187},{"source":186,"target":23},{"source":186,"target":188},{"source":187,"target":38},{"source":24,"target":0},{"source":24,"target":27},{"source":24,"target":189},{"source":24,"target":190},{"source":24,"target":191},{"source":189,"target":25},{"source":189,"target":192},{"source":189,"target":24},{"source":192,"target":25},{"source":190,"target":193},{"source":190,"target":24},{"source":191,"target":27},{"source":25,"target":0},{"source":25,"target":194},{"source":194,"target":25},{"source":26,"target":0},{"source":26,"target":17},{"source":26,"target":195},{"source":26,"target":196},{"source":26,"target":197},{"source":26,"target":198},{"source":26,"target":199},{"source":26,"target":200},{"source":26,"target":201},{"source":26,"target":202},{"source":26,"target":203},{"source":26,"target":204},{"source":26,"target":205},{"source":195,"target":12},{"source":195,"target":206},{"source":195,"target":26},{"source":206,"target":12},{"source":196,"target":207},{"source":196,"target":26},{"source":197,"target":208},{"source":197,"target":26},{"source":198,"target":209},{"source":198,"target":26},{"source":199,"target":210},{"source":199,"target":26},{"source":200,"target":211},{"source":200,"target":26},{"source":201,"target":212},{"source":201,"target":26},{"source":202,"target":213},{"source":202,"target":26},{"source":203,"target":214},{"source":203,"target":26},{"source":204,"target":215},{"source":204,"target":26},{"source":205,"target":17},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":55},{"source":28,"target":216},{"source":28,"target":217},{"source":28,"target":218},{"source":28,"target":219},{"source":216,"target":220},{"source":216,"target":28},{"source":217,"target":43},{"source":217,"target":221},{"source":217,"target":28},{"source":221,"target":43},{"source":218,"target":67},{"source":218,"target":222},{"source":218,"target":28},{"source":222,"target":67},{"source":219,"target":55},{"source":29,"target":0},{"source":29,"target":44},{"source":29,"target":223},{"source":29,"target":224},{"source":223,"target":23},{"source":223,"target":225},{"source":223,"target":29},{"source":225,"target":23},{"source":224,"target":44},{"source":30,"target":0},{"source":30,"target":27},{"source":30,"target":226},{"source":30,"target":227},{"source":30,"target":228},{"source":226,"target":31},{"source":226,"target":229},{"source":226,"target":30},{"source":229,"target":31},{"source":227,"target":230},{"source":227,"target":30},{"source":228,"target":27},{"source":31,"target":0},{"source":31,"target":231},{"source":31,"target":232},{"source":31,"target":233},{"source":231,"target":31},{"source":232,"target":31},{"source":233,"target":31},{"source":32,"target":0},{"source":32,"target":17},{"source":32,"target":234},{"source":32,"target":235},{"source":234,"target":13},{"source":234,"target":236},{"source":234,"target":32},{"source":236,"target":13},{"source":235,"target":17},{"source":33,"target":0},{"source":33,"target":17},{"source":33,"target":237},{"source":33,"target":238},{"source":33,"target":239},{"source":33,"target":240},{"source":237,"target":14},{"source":237,"target":241},{"source":237,"target":33},{"source":241,"target":14},{"source":238,"target":242},{"source":238,"target":33},{"source":239,"target":243},{"source":239,"target":33},{"source":240,"target":17},{"source":34,"target":0},{"source":34,"target":65},{"source":34,"target":244},{"source":34,"target":245},{"source":244,"target":63},{"source":244,"target":246},{"source":244,"target":34},{"source":246,"target":63},{"source":245,"target":65},{"source":35,"target":0},{"source":35,"target":61},{"source":35,"target":247},{"source":35,"target":248},{"source":247,"target":61},{"source":247,"target":249},{"source":247,"target":35},{"source":247,"target":250},{"source":249,"target":61},{"source":248,"target":61},{"source":36,"target":0},{"source":36,"target":251},{"source":36,"target":252},{"source":36,"target":253},{"source":36,"target":254},{"source":36,"target":255},{"source":36,"target":256},{"source":251,"target":257},{"source":251,"target":36},{"source":252,"target":36},{"source":252,"target":258},{"source":252,"target":36},{"source":258,"target":36},{"source":253,"target":61},{"source":253,"target":259},{"source":253,"target":36},{"source":253,"target":260},{"source":259,"target":61},{"source":254,"target":37},{"source":254,"target":261},{"source":254,"target":36},{"source":254,"target":262},{"source":261,"target":37},{"source":255,"target":23},{"source":255,"target":263},{"source":255,"target":36},{"source":263,"target":23},{"source":256,"target":264},{"source":256,"target":36},{"source":37,"target":0},{"source":37,"target":47},{"source":37,"target":262},{"source":37,"target":265},{"source":262,"target":36},{"source":262,"target":266},{"source":262,"target":37},{"source":262,"target":254},{"source":266,"target":36},{"source":265,"target":47},{"source":38,"target":0},{"source":38,"target":188},{"source":38,"target":267},{"source":38,"target":268},{"source":38,"target":269},{"source":38,"target":270},{"source":188,"target":23},{"source":188,"target":271},{"source":188,"target":38},{"source":188,"target":186},{"source":271,"target":23},{"source":267,"target":67},{"source":267,"target":272},{"source":267,"target":38},{"source":267,"target":273},{"source":272,"target":67},{"source":268,"target":274},{"source":268,"target":38},{"source":269,"target":44},{"source":269,"target":275},{"source":269,"target":38},{"source":269,"target":276},{"source":275,"target":44},{"source":270,"target":46},{"source":270,"target":277},{"source":270,"target":38},{"source":270,"target":278},{"source":277,"target":46},{"source":39,"target":0},{"source":39,"target":23},{"source":39,"target":279},{"source":39,"target":280},{"source":39,"target":281},{"source":279,"target":282},{"source":279,"target":39},{"source":280,"target":23},{"source":280,"target":283},{"source":280,"target":39},{"source":283,"target":23},{"source":281,"target":23},{"source":40,"target":0},{"source":40,"target":55},{"source":40,"target":284},{"source":40,"target":285},{"source":284,"target":286},{"source":284,"target":40},{"source":285,"target":55},{"source":41,"target":0},{"source":41,"target":27},{"source":41,"target":287},{"source":41,"target":288},{"source":41,"target":289},{"source":287,"target":42},{"source":287,"target":290},{"source":287,"target":41},{"source":290,"target":42},{"source":288,"target":291},{"source":288,"target":41},{"source":289,"target":27},{"source":42,"target":0},{"source":42,"target":292},{"source":42,"target":293},{"source":42,"target":294},{"source":292,"target":42},{"source":293,"target":42},{"source":294,"target":42},{"source":43,"target":0},{"source":43,"target":295},{"source":43,"target":296},{"source":295,"target":43},{"source":296,"target":43},{"source":44,"target":0},{"source":44,"target":297},{"source":44,"target":298},{"source":44,"target":299},{"source":44,"target":276},{"source":44,"target":300},{"source":297,"target":301},{"source":297,"target":44},{"source":298,"target":302},{"source":298,"target":44},{"source":299,"target":45},{"source":299,"target":303},{"source":299,"target":44},{"source":299,"target":304},{"source":303,"target":45},{"source":276,"target":38},{"source":276,"target":305},{"source":276,"target":44},{"source":276,"target":269},{"source":305,"target":38},{"source":300,"target":46},{"source":300,"target":306},{"source":300,"target":44},{"source":300,"target":307},{"source":306,"target":46},{"source":45,"target":0},{"source":45,"target":47},{"source":45,"target":308},{"source":45,"target":304},{"source":45,"target":309},{"source":308,"target":48},{"source":308,"target":310},{"source":308,"target":45},{"source":310,"target":48},{"source":304,"target":44},{"source":304,"target":311},{"source":304,"target":45},{"source":304,"target":299},{"source":311,"target":44},{"source":309,"target":47},{"source":46,"target":0},{"source":46,"target":312},{"source":46,"target":307},{"source":46,"target":278},{"source":312,"target":313},{"source":312,"target":46},{"source":307,"target":44},{"source":307,"target":314},{"source":307,"target":46},{"source":307,"target":300},{"source":314,"target":44},{"source":278,"target":38},{"source":278,"target":315},{"source":278,"target":46},{"source":278,"target":270},{"source":315,"target":38},{"source":47,"target":0},{"source":47,"target":316},{"source":47,"target":317},{"source":316,"target":318},{"source":316,"target":47},{"source":317,"target":23},{"source":317,"target":319},{"source":317,"target":47},{"source":319,"target":23},{"source":48,"target":0},{"source":48,"target":320},{"source":48,"target":321},{"source":48,"target":322},{"source":320,"target":48},{"source":321,"target":48},{"source":322,"target":48},{"source":49,"target":0},{"source":49,"target":55},{"source":49,"target":323},{"source":49,"target":324},{"source":323,"target":325},{"source":323,"target":49},{"source":324,"target":55},{"source":50,"target":0},{"source":50,"target":44},{"source":50,"target":326},{"source":326,"target":44},{"source":51,"target":0},{"source":51,"target":17},{"source":51,"target":327},{"source":51,"target":328},{"source":51,"target":329},{"source":51,"target":330},{"source":327,"target":16},{"source":327,"target":331},{"source":327,"target":51},{"source":331,"target":16},{"source":328,"target":332},{"source":328,"target":51},{"source":329,"target":333},{"source":329,"target":51},{"source":330,"target":17},{"source":52,"target":0},{"source":52,"target":27},{"source":52,"target":334},{"source":52,"target":335},{"source":52,"target":336},{"source":334,"target":53},{"source":334,"target":337},{"source":334,"target":52},{"source":337,"target":53},{"source":335,"target":338},{"source":335,"target":52},{"source":336,"target":27},{"source":53,"target":0},{"source":53,"target":339},{"source":339,"target":53},{"source":54,"target":0},{"source":54,"target":23},{"source":54,"target":340},{"source":54,"target":341},{"source":54,"target":342},{"source":340,"target":343},{"source":340,"target":54},{"source":341,"target":61},{"source":341,"target":344},{"source":341,"target":54},{"source":344,"target":61},{"source":342,"target":23},{"source":55,"target":0},{"source":55,"target":345},{"source":55,"target":346},{"source":345,"target":60},{"source":345,"target":347},{"source":345,"target":55},{"source":347,"target":60},{"source":346,"target":67},{"source":346,"target":348},{"source":346,"target":55},{"source":346,"target":349},{"source":348,"target":67},{"source":56,"target":0},{"source":56,"target":27},{"source":56,"target":350},{"source":56,"target":351},{"source":56,"target":352},{"source":350,"target":57},{"source":350,"target":353},{"source":350,"target":56},{"source":353,"target":57},{"source":351,"target":354},{"source":351,"target":56},{"source":352,"target":27},{"source":57,"target":0},{"source":57,"target":355},{"source":355,"target":57},{"source":58,"target":0},{"source":58,"target":65},{"source":58,"target":356},{"source":58,"target":357},{"source":356,"target":64},{"source":356,"target":358},{"source":356,"target":58},{"source":358,"target":64},{"source":357,"target":65},{"source":59,"target":0},{"source":59,"target":359},{"source":59,"target":360},{"source":59,"target":361},{"source":359,"target":362},{"source":359,"target":59},{"source":360,"target":7},{"source":360,"target":363},{"source":360,"target":59},{"source":363,"target":7},{"source":361,"target":71},{"source":361,"target":364},{"source":361,"target":59},{"source":361,"target":365},{"source":364,"target":71},{"source":60,"target":0},{"source":60,"target":366},{"source":60,"target":367},{"source":60,"target":368},{"source":60,"target":369},{"source":366,"target":370},{"source":366,"target":60},{"source":367,"target":23},{"source":367,"target":371},{"source":367,"target":60},{"source":371,"target":23},{"source":368,"target":27},{"source":368,"target":372},{"source":368,"target":60},{"source":372,"target":27},{"source":369,"target":55},{"source":369,"target":373},{"source":369,"target":60},{"source":373,"target":55},{"source":61,"target":0},{"source":61,"target":23},{"source":61,"target":374},{"source":61,"target":121},{"source":61,"target":260},{"source":61,"target":375},{"source":61,"target":376},{"source":61,"target":377},{"source":61,"target":378},{"source":61,"target":250},{"source":61,"target":379},{"source":374,"target":380},{"source":374,"target":61},{"source":121,"target":7},{"source":121,"target":381},{"source":121,"target":61},{"source":121,"target":111},{"source":381,"target":7},{"source":260,"target":36},{"source":260,"target":382},{"source":260,"target":61},{"source":260,"target":253},{"source":382,"target":36},{"source":375,"target":71},{"source":375,"target":383},{"source":375,"target":61},{"source":375,"target":384},{"source":383,"target":71},{"source":376,"target":61},{"source":376,"target":385},{"source":376,"target":61},{"source":385,"target":61},{"source":377,"target":386},{"source":377,"target":61},{"source":378,"target":387},{"source":378,"target":61},{"source":250,"target":35},{"source":250,"target":388},{"source":250,"target":61},{"source":250,"target":247},{"source":388,"target":35},{"source":379,"target":23},{"source":62,"target":0},{"source":62,"target":389},{"source":62,"target":390},{"source":62,"target":391},{"source":389,"target":62},{"source":390,"target":62},{"source":391,"target":62},{"source":63,"target":0},{"source":63,"target":392},{"source":63,"target":393},{"source":63,"target":394},{"source":63,"target":395},{"source":63,"target":396},{"source":63,"target":397},{"source":63,"target":398},{"source":63,"target":399},{"source":63,"target":400},{"source":63,"target":401},{"source":63,"target":402},{"source":63,"target":403},{"source":392,"target":63},{"source":393,"target":63},{"source":394,"target":63},{"source":395,"target":63},{"source":396,"target":63},{"source":397,"target":63},{"source":398,"target":63},{"source":399,"target":63},{"source":400,"target":63},{"source":401,"target":63},{"source":402,"target":63},{"source":403,"target":63},{"source":64,"target":0},{"source":64,"target":404},{"source":64,"target":405},{"source":64,"target":406},{"source":404,"target":64},{"source":405,"target":64},{"source":406,"target":64},{"source":65,"target":0},{"source":65,"target":8},{"source":65,"target":407},{"source":407,"target":8},{"source":66,"target":0},{"source":66,"target":408},{"source":66,"target":409},{"source":408,"target":66},{"source":409,"target":66},{"source":67,"target":0},{"source":67,"target":410},{"source":67,"target":349},{"source":67,"target":185},{"source":67,"target":273},{"source":67,"target":411},{"source":67,"target":412},{"source":410,"target":413},{"source":410,"target":67},{"source":349,"target":55},{"source":349,"target":414},{"source":349,"target":67},{"source":349,"target":346},{"source":414,"target":55},{"source":185,"target":22},{"source":185,"target":415},{"source":185,"target":67},{"source":185,"target":182},{"source":415,"target":22},{"source":273,"target":38},{"source":273,"target":416},{"source":273,"target":67},{"source":273,"target":267},{"source":416,"target":38},{"source":411,"target":68},{"source":411,"target":417},{"source":411,"target":67},{"source":411,"target":418},{"source":417,"target":68},{"source":412,"target":74},{"source":412,"target":419},{"source":412,"target":67},{"source":412,"target":420},{"source":419,"target":74},{"source":68,"target":0},{"source":68,"target":421},{"source":68,"target":422},{"source":68,"target":423},{"source":68,"target":424},{"source":68,"target":425},{"source":68,"target":418},{"source":421,"target":426},{"source":421,"target":68},{"source":422,"target":427},{"source":422,"target":68},{"source":423,"target":70},{"source":423,"target":428},{"source":423,"target":68},{"source":428,"target":70},{"source":424,"target":69},{"source":424,"target":429},{"source":424,"target":68},{"source":429,"target":69},{"source":425,"target":60},{"source":425,"target":430},{"source":425,"target":68},{"source":430,"target":60},{"source":418,"target":67},{"source":418,"target":431},{"source":418,"target":68},{"source":418,"target":411},{"source":431,"target":67},{"source":69,"target":0},{"source":69,"target":432},{"source":69,"target":433},{"source":69,"target":434},{"source":432,"target":69},{"source":433,"target":69},{"source":434,"target":69},{"source":70,"target":0},{"source":70,"target":435},{"source":70,"target":436},{"source":70,"target":437},{"source":435,"target":70},{"source":436,"target":70},{"source":437,"target":70},{"source":71,"target":0},{"source":71,"target":67},{"source":71,"target":365},{"source":71,"target":384},{"source":71,"target":438},{"source":365,"target":59},{"source":365,"target":439},{"source":365,"target":71},{"source":365,"target":361},{"source":439,"target":59},{"source":384,"target":61},{"source":384,"target":440},{"source":384,"target":71},{"source":384,"target":375},{"source":440,"target":61},{"source":438,"target":67},{"source":72,"target":0},{"source":72,"target":55},{"source":72,"target":441},{"source":72,"target":442},{"source":441,"target":443},{"source":441,"target":72},{"source":442,"target":55},{"source":73,"target":0},{"source":73,"target":23},{"source":73,"target":444},{"source":73,"target":445},{"source":73,"target":446},{"source":73,"target":447},{"source":444,"target":448},{"source":444,"target":73},{"source":445,"target":449},{"source":445,"target":73},{"source":446,"target":23},{"source":446,"target":450},{"source":446,"target":73},{"source":450,"target":23},{"source":447,"target":23},{"source":74,"target":0},{"source":74,"target":67},{"source":74,"target":451},{"source":74,"target":420},{"source":74,"target":452},{"source":451,"target":453},{"source":451,"target":74},{"source":420,"target":67},{"source":420,"target":454},{"source":420,"target":74},{"source":420,"target":412},{"source":454,"target":67},{"source":452,"target":67},{"source":75,"target":0},{"source":75,"target":65},{"source":75,"target":455},{"source":75,"target":456},{"source":455,"target":66},{"source":455,"target":457},{"source":455,"target":75},{"source":457,"target":66},{"source":456,"target":65}],"multigraph":true} |
true | <?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="model" nsURI="http://www.lunifera.org/dsl/organization/v1" nsPrefix="model">
<eClassifiers xsi:type="ecore:EClass" name="OrganizationModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" eType="#//Organization"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="organizationUnitTypes"
upperBound="-1" eType="#//OrganizationUnitType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Organization">
<eOperations name="getUnits" upperBound="-1" eType="#//OrganizationUnit"/>
<eOperations name="getRoles" upperBound="-1" eType="#//BusinessRole"/>
<eOperations name="getPersons" upperBound="-1" eType="#//Person"/>
<eOperations name="getWorkers" upperBound="-1" eType="#//Worker"/>
<eOperations name="getGroups" upperBound="-1" eType="#//Group"/>
<eOperations name="getPartnerships" upperBound="-1" eType="#//Partnership"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//OrganizationMember" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrganizationUnit" eSuperTypes="#//OrganizationMember">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//OrganizationUnit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//OrganizationUnitType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrganizationUnitType" eSuperTypes="#//OrganizationMember">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusinessRole" eSuperTypes="#//OrganizationMember">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="#//OrganizationMember">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="middleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Worker" eSuperTypes="#//OrganizationMember">
<eStructuralFeatures xsi:type="ecore:EReference" name="person" eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allocationUnit" eType="#//OrganizationUnit"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="playRoles" unique="false"
upperBound="-1" eType="#//BusinessRole"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#//OrganizationMember">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="workers" unique="false"
upperBound="-1" eType="#//Worker"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Partnership" eSuperTypes="#//OrganizationMember">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="company" eType="#//Organization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="responsible" eType="#//Worker"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="agreement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrganizationMember" abstract="true"/>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/OrganizationDsl.ecore | ecore | model
OrganizationModel
organization
organizationUnitTypes
Organization
getUnits
getRoles
getPersons
getWorkers
getGroups
getPartnerships
name
longName
version
description
elements
OrganizationUnit
name
parent
longName
description
types
OrganizationUnitType
name
longName
description
BusinessRole
name
longName
description
Person
name
firstName
middleName
lastName
email
Worker
person
allocationUnit
playRoles
Group
name
longName
description
workers
Partnership
name
company
responsible
agreement
OrganizationMember | null | {"directed":true,"nodes":[{"nsPrefix":"model","nsURI":"http://www.lunifera.org/dsl/organization/v1","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganizationModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organization","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganizationUnit","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganizationUnitType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessRole","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Worker","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Partnership","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganizationMember","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"organizationUnitTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getUnits","lowerBound":0,"id":15,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getRoles","lowerBound":0,"id":16,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPersons","lowerBound":0,"id":17,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getWorkers","lowerBound":0,"id":18,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getGroups","lowerBound":0,"id":19,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPartnerships","lowerBound":0,"id":20,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"middleName","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"allocationUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"playRoles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"workers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"company","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"responsible","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"agreement","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":11,"target":2},{"source":11,"target":13},{"source":11,"target":1},{"source":13,"target":2},{"source":12,"target":4},{"source":12,"target":14},{"source":12,"target":1},{"source":14,"target":4},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":15,"target":3},{"source":15,"target":26},{"source":15,"target":2},{"source":26,"target":3},{"source":16,"target":5},{"source":16,"target":27},{"source":16,"target":2},{"source":27,"target":5},{"source":17,"target":6},{"source":17,"target":28},{"source":17,"target":2},{"source":28,"target":6},{"source":18,"target":7},{"source":18,"target":29},{"source":18,"target":2},{"source":29,"target":7},{"source":19,"target":8},{"source":19,"target":30},{"source":19,"target":2},{"source":30,"target":8},{"source":20,"target":9},{"source":20,"target":31},{"source":20,"target":2},{"source":31,"target":9},{"source":21,"target":32},{"source":21,"target":2},{"source":22,"target":33},{"source":22,"target":2},{"source":23,"target":34},{"source":23,"target":2},{"source":24,"target":35},{"source":24,"target":2},{"source":25,"target":10},{"source":25,"target":36},{"source":25,"target":2},{"source":36,"target":10},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":37,"target":43},{"source":37,"target":3},{"source":38,"target":3},{"source":38,"target":44},{"source":38,"target":3},{"source":44,"target":3},{"source":39,"target":45},{"source":39,"target":3},{"source":40,"target":46},{"source":40,"target":3},{"source":41,"target":4},{"source":41,"target":47},{"source":41,"target":3},{"source":47,"target":4},{"source":42,"target":10},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":48,"target":52},{"source":48,"target":4},{"source":49,"target":53},{"source":49,"target":4},{"source":50,"target":54},{"source":50,"target":4},{"source":51,"target":10},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":55,"target":59},{"source":55,"target":5},{"source":56,"target":60},{"source":56,"target":5},{"source":57,"target":61},{"source":57,"target":5},{"source":58,"target":10},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":62,"target":68},{"source":62,"target":6},{"source":63,"target":69},{"source":63,"target":6},{"source":64,"target":70},{"source":64,"target":6},{"source":65,"target":71},{"source":65,"target":6},{"source":66,"target":72},{"source":66,"target":6},{"source":67,"target":10},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":73},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":73,"target":6},{"source":73,"target":77},{"source":73,"target":7},{"source":77,"target":6},{"source":74,"target":3},{"source":74,"target":78},{"source":74,"target":7},{"source":78,"target":3},{"source":75,"target":5},{"source":75,"target":79},{"source":75,"target":7},{"source":79,"target":5},{"source":76,"target":10},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":80},{"source":8,"target":81},{"source":8,"target":82},{"source":8,"target":83},{"source":8,"target":84},{"source":80,"target":85},{"source":80,"target":8},{"source":81,"target":86},{"source":81,"target":8},{"source":82,"target":87},{"source":82,"target":8},{"source":83,"target":7},{"source":83,"target":88},{"source":83,"target":8},{"source":88,"target":7},{"source":84,"target":10},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":9,"target":92},{"source":9,"target":93},{"source":89,"target":94},{"source":89,"target":9},{"source":90,"target":2},{"source":90,"target":95},{"source":90,"target":9},{"source":95,"target":2},{"source":91,"target":7},{"source":91,"target":96},{"source":91,"target":9},{"source":96,"target":7},{"source":92,"target":97},{"source":92,"target":9},{"source":93,"target":10},{"source":10,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
xmi:id="_root" name="root" nsURI="http://www.eclipse.org/emf/compare/conflicts/move/delete"
nsPrefix="r">
<eSubpackages xmi:id="_packageA" name="packageA">
<eSubpackages xmi:id="_childPackage" name="childPackage">
<eSubpackages xmi:id="_containerPackage" name="containerPackage"/>
</eSubpackages>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/eclipse/emf.compare/plugins/org.eclipse.emf.compare.tests/src/org/eclipse/emf/compare/tests/merge/data/bug485266/data4/result.ecore | ecore | root
packageA
childPackage
containerPackage | null | {"directed":true,"nodes":[{"nsPrefix":"r","nsURI":"http://www.eclipse.org/emf/compare/conflicts/move/delete","name":"root","id":0,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"packageA","id":1,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"childPackage","id":2,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"containerPackage","id":3,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":0},{"source":2,"target":3},{"source":2,"target":1},{"source":3,"target":2}],"multigraph":true} |
true | <?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="wsdl"
nsURI="http://www.eclipse.org/wsdl/2003/WSDL" nsPrefix="wsdl">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The WSDL model contains classes for the Web Services Description Language (WSDL).

WSDL describes network services as sets of endpoints operating on messages. The operations and messages are described abstractly, and then bound to a concrete network protocol and message format to define an endpoint.

WSDL describes the formats of the messages exchanged by the services, and supports the XML Schemas specification as its canonical type system. This package uses an XML Schema Infoset model package (see the XSD package) to describe the abstract message formats.

The model contains the following diagrams, named after the corresponding chapters in the WSDL 1.1 specification (http://www.w3.org/TR/2001/NOTE-wsdl-20010315)
- 2.1 Definition, shows the WSDL definition element and the WSDL document structure
- 2.1.1 Naming and Linking, shows the namespace and import mechanism
- 2.1.3 Extensibility, shows the WSDL extensibility mechanism
- 2.2 Types, shows the use of XML Schema types in WSDL
- 2.3 Messages, 2.4 PortTypes, 2.5 Bindings and 2.7 Services, show the major WSDL elements and their relations.

The WSDL classes extend the javax.wsdl interfaces defined by JSR 110. Classes with interface and datatype stereotypes are used to represent these non-MOF interfaces."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="WSDLElement" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL language element."/>
</eAnnotations>
<eOperations name="getEnclosingDefinition" eType="#//Definition"/>
<eOperations name="setEnclosingDefinition">
<eParameters name="definition" eType="#//Definition"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentationElement" eType="#//DOMElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="element" eType="#//DOMElement"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortType" eSuperTypes="#//ExtensibleElement #//IPortType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL portType element of the WSDL specification version 1.1 and an Interface component of the WSDL specification version 1.2. A port type or Interface is a named set of abstract operations and the abstract messages involved."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1"
eType="#//Operation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//ExtensibleElement #//IOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL operation element. A WSDL operation is an abstract description of an action supported by a service."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//OperationType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eInput" eType="#//Input"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOutput" eType="#//Output"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eFaults" upperBound="-1"
eType="#//Fault" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eParameterOrdering" upperBound="-1"
eType="#//Part"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//ExtensibleElement #//IMessage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL message element. A WSDL message is an abstract, typed definition of the data being communicated."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eParts" upperBound="-1"
eType="#//Part" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Part" eSuperTypes="#//ExtensibleElement #//IPart">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL part element. Parts describe the logical abstract content of a message. Each part is associated with a type from some type system. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" eType="ecore:EClass XSD.ecore#//XSDTypeDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementDeclaration" eType="ecore:EClass XSD.ecore#//XSDElementDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eMessage" eType="#//Message"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#//ExtensibleElement #//IBinding">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL binding element. A binding defines message format and protocol details for operations and messages defined by a particular portType. There may be any number of bindings for a given portType."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ePortType" lowerBound="1"
eType="#//PortType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindingOperations" upperBound="-1"
eType="#//BindingOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingOperation" eSuperTypes="#//ExtensibleElement #//IBindingOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL operation element within a binding. An operation element within a binding specifies binding information for the operation with the same name within the binding's portType. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" lowerBound="1"
eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindingInput" eType="#//BindingInput"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindingOutput" eType="#//BindingOutput"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindingFaults" upperBound="-1"
eType="#//BindingFault" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="#//ExtensibleElement #//IService">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL service element. A service groups a set of related ports together."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ePorts" upperBound="-1"
eType="#//Port" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//ExtensibleElement #//IPort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL port element. A port defines an individual endpoint by specifying a single address for a binding"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBinding" lowerBound="1"
eType="#//Binding"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtensibilityElement" eSuperTypes="#//WSDLElement #//IExtensibilityElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL extensibility element. WSDL allows extensibility elements representing a specific technology under various elements defined by WSDL."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementType" eType="#//QName"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Definition" eSuperTypes="#//ExtensibleElement #//IDefinition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL definitions element. The WSDL definitions element is the root element of a WSDL document."/>
</eAnnotations>
<eOperations name="getDocument" eType="#//DOMDocument"/>
<eOperations name="setDocument">
<eParameters name="document" eType="#//DOMDocument"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="encoding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eImports" upperBound="-1"
eType="#//Import" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eTypes" eType="#//Types"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eMessages" upperBound="-1"
eType="#//Message" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ePortTypes" upperBound="-1"
eType="#//PortType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindings" upperBound="-1"
eType="#//Binding" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eServices" upperBound="-1"
eType="#//Service" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eNamespaces" upperBound="-1"
eType="#//Namespace" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//ExtensibleElement #//IImport">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents WSDL import element. WSDL allows associating a namespace with a document location using an import element."/>
</eAnnotations>
<eOperations name="getSchema" eType="ecore:EClass XSD.ecore#//XSDSchema"/>
<eOperations name="setSchema">
<eParameters name="schema" eType="ecore:EClass XSD.ecore#//XSDSchema"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locationURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eDefinition" eType="#//Definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eSchema" eType="ecore:EClass XSD.ecore#//XSDSchema"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtensibleElement" abstract="true" eSuperTypes="#//WSDLElement #//IElementExtensible #//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" WSDL allows elements representing a specific technology (referred to here as extensibility elements) under various elements defined by WSDL. This class represents a WSDL point of extensibility."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="eExtensibilityElements"
upperBound="-1" eType="#//ExtensibilityElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Input" eSuperTypes="#//MessageReference #//IInput">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL input element. An input element specifies the abstract message format for the input of the operation."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Output" eSuperTypes="#//MessageReference #//IOutput">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL output element. An output element specifies the abstract message format for the output of the operation."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fault" eSuperTypes="#//MessageReference #//IFault">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL fault element. Fault elements specify the abstract message format for any error messages that may be output as the result of the operation "/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingInput" eSuperTypes="#//ExtensibleElement #//IBindingInput">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL input element within a operation within a binding. An input element within an operation within a binding specifies binding information for the input of the operation. "/>
</eAnnotations>
<eOperations name="getInput" eType="#//IInput"/>
<eOperations name="setInput">
<eParameters name="input" eType="#//IInput"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eInput" lowerBound="1"
eType="#//Input"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingOutput" eSuperTypes="#//ExtensibleElement #//IBindingOutput">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL output element within a operation within a binding. An output element within an operation within a binding specifies binding information for the output of the operation. "/>
</eAnnotations>
<eOperations name="getOutput" eType="#//IOutput"/>
<eOperations name="setOutput">
<eParameters name="output" eType="#//IOutput"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOutput" lowerBound="1"
eType="#//Output"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingFault" eSuperTypes="#//ExtensibleElement #//IBindingFault">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL fault element within a operation within a binding. A fault element within an operation within a binding specifies binding information for the fault with the same name. "/>
</eAnnotations>
<eOperations name="getFault" eType="#//IFault"/>
<eOperations name="setFault">
<eParameters name="fault" eType="#//IFault"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eFault" lowerBound="1"
eType="#//Fault"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="QName" instanceClassName="javax.xml.namespace.QName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.QName class. A QName is a fully qualified name."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Namespace">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a namespace and the corresponding namespace prefix used in a WSDL document."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="URI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="OperationType" instanceClassName="javax.wsdl.OperationType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="ONE_WAY=1
REQUEST_RESPONSE=2
SOLICIT_RESPONSE=3
NOTIFICATION=4"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPortType" instanceClassName="javax.wsdl.PortType"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.PortType non-MOF interface."/>
</eAnnotations>
<eOperations name="addOperation">
<eParameters name="operation" eType="#//IOperation"/>
</eOperations>
<eOperations name="getOperation" eType="#//IOperation">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="inputName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="outputName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getOperations" eType="#//IList"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IOperation" instanceClassName="javax.wsdl.Operation"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Operation non-MOF interface."/>
</eAnnotations>
<eOperations name="addFault">
<eParameters name="fault" eType="#//IFault"/>
</eOperations>
<eOperations name="getFault" eType="#//IFault">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getFaults" eType="#//IMap"/>
<eOperations name="getParameterOrdering" eType="#//IList"/>
<eOperations name="setParameterOrdering">
<eParameters name="parameterOrder" eType="#//IList"/>
</eOperations>
<eOperations name="getInput" eType="#//IInput"/>
<eOperations name="setInput">
<eParameters name="input" eType="#//IInput"/>
</eOperations>
<eOperations name="getOutput" eType="#//IOutput"/>
<eOperations name="setOutput">
<eParameters name="output" eType="#//IOutput"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IInput" instanceClassName="javax.wsdl.Input"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Input non-MOF interface."/>
</eAnnotations>
<eOperations name="getMessage" eType="#//IMessage"/>
<eOperations name="setMessage">
<eParameters name="message" eType="#//IMessage"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IOutput" instanceClassName="javax.wsdl.Output"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Output non-MOF interface."/>
</eAnnotations>
<eOperations name="getMessage" eType="#//IMessage"/>
<eOperations name="setMessage">
<eParameters name="message" eType="#//IMessage"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IFault" instanceClassName="javax.wsdl.Fault"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Fault non-MOF interface."/>
</eAnnotations>
<eOperations name="getMessage" eType="#//IMessage"/>
<eOperations name="setMessage">
<eParameters name="message" eType="#//IMessage"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IMessage" instanceClassName="javax.wsdl.Message"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Message non-MOF interface"/>
</eAnnotations>
<eOperations name="addPart">
<eParameters name="part" eType="#//IPart"/>
</eOperations>
<eOperations name="getPart" eType="#//IPart">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getParts" eType="#//IMap"/>
<eOperations name="getOrderedParts" eType="#//IList">
<eParameters name="partOrder" eType="#//IList"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPart" instanceClassName="javax.wsdl.Part"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Part non-MOF interface"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IService" instanceClassName="javax.wsdl.Service"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Service non-MOF interface."/>
</eAnnotations>
<eOperations name="addPort">
<eParameters name="port" eType="#//IPort"/>
</eOperations>
<eOperations name="getPorts" eType="#//IMap"/>
<eOperations name="getPort" eType="#//IPort">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPort" instanceClassName="javax.wsdl.Port"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Port non-MOF interface."/>
</eAnnotations>
<eOperations name="getBinding" eType="#//IBinding"/>
<eOperations name="setBinding">
<eParameters name="binding" eType="#//IBinding"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBinding" instanceClassName="javax.wsdl.Binding"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Binding non-MOF interface."/>
</eAnnotations>
<eOperations name="addBindingOperation">
<eParameters name="bindingOperation" eType="#//IBindingOperation"/>
</eOperations>
<eOperations name="getBindingOperation" eType="#//IBindingOperation">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="inputName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="outputName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getBindingOperations" eType="#//IList"/>
<eOperations name="getPortType" eType="#//IPortType"/>
<eOperations name="setPortType">
<eParameters name="portType" eType="#//IPortType"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBindingOperation" instanceClassName="javax.wsdl.BindingOperation"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.BindingOperation non-MOF interface."/>
</eAnnotations>
<eOperations name="addBindingFault">
<eParameters name="bindingFault" eType="#//IBindingFault"/>
</eOperations>
<eOperations name="getBindingFault" eType="#//IBindingFault">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getBindingFaults" eType="#//IMap"/>
<eOperations name="getOperation" eType="#//IOperation"/>
<eOperations name="setOperation">
<eParameters name="operation" eType="#//IOperation"/>
</eOperations>
<eOperations name="getBindingInput" eType="#//IBindingInput"/>
<eOperations name="setBindingInput">
<eParameters name="bindingInput" eType="#//IBindingInput"/>
</eOperations>
<eOperations name="getBindingOutput" eType="#//IBindingOutput"/>
<eOperations name="setBindingOutput">
<eParameters name="bindingOutput" eType="#//IBindingOutput"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBindingInput" instanceClassName="javax.wsdl.BindingInput"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.BindingInput non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBindingOutput" instanceClassName="javax.wsdl.BindingOutput"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.BindingOutput non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBindingFault" instanceClassName="javax.wsdl.BindingFault"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.BindingFault non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DOMElement" instanceClassName="org.w3c.dom.Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the org.w3c.dom.Element non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IExtensibilityElement" instanceClassName="javax.wsdl.extensions.ExtensibilityElement"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.ExtensibilityElement non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IDefinition" instanceClassName="javax.wsdl.Definition"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Definition non-MOF interface."/>
</eAnnotations>
<eOperations name="addBinding">
<eParameters name="binding" eType="#//IBinding"/>
</eOperations>
<eOperations name="addImport">
<eParameters name="importDef" eType="#//IImport"/>
</eOperations>
<eOperations name="addMessage">
<eParameters name="message" eType="#//IMessage"/>
</eOperations>
<eOperations name="addNamespace">
<eParameters name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="addPortType">
<eParameters name="portType" eType="#//IPortType"/>
</eOperations>
<eOperations name="addService">
<eParameters name="service" eType="#//IService"/>
</eOperations>
<eOperations name="createBindingFault" eType="#//IBindingFault"/>
<eOperations name="createBindingInput" eType="#//IBindingInput"/>
<eOperations name="createBindingOutput" eType="#//IBindingOutput"/>
<eOperations name="createBindingOperation" eType="#//IBindingOperation"/>
<eOperations name="createBinding" eType="#//IBinding"/>
<eOperations name="createFault" eType="#//IFault"/>
<eOperations name="createImport" eType="#//IImport"/>
<eOperations name="createInput" eType="#//IInput"/>
<eOperations name="createMessage" eType="#//IMessage"/>
<eOperations name="createOperation" eType="#//IOperation"/>
<eOperations name="createOutput" eType="#//IOutput"/>
<eOperations name="createPart" eType="#//IPart"/>
<eOperations name="createPort" eType="#//IPort"/>
<eOperations name="createPortType" eType="#//IPortType"/>
<eOperations name="createService" eType="#//IService"/>
<eOperations name="getBinding" eType="#//IBinding">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getBindings" eType="#//IMap"/>
<eOperations name="getImports" eType="#//IMap"/>
<eOperations name="getImports" eType="#//IList">
<eParameters name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getMessage" eType="#//IMessage">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getMessages" eType="#//IMap"/>
<eOperations name="getNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getNamespaces" eType="#//IMap"/>
<eOperations name="getPortType" eType="#//IPortType">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getPortTypes" eType="#//IMap"/>
<eOperations name="getPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getService" eType="#//IService">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getServices" eType="#//IMap"/>
<eOperations name="getExtensionRegistry" eType="#//IExtensionRegistry"/>
<eOperations name="setExtensionRegistry">
<eParameters name="extensionRegistry" eType="#//IExtensionRegistry"/>
</eOperations>
<eOperations name="getDocumentBaseURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="setDocumentBaseURI">
<eParameters name="documentBase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="createTypes" eType="#//ITypes"/>
<eOperations name="removeService" eType="#//IService">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="removeBinding" eType="#//IBinding">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="removePortType" eType="#//IPortType">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="removeMessage" eType="#//IMessage">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getTypes" eType="#//ITypes"/>
<eOperations name="setTypes">
<eParameters name="types" eType="#//ITypes"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IImport" instanceClassName="javax.wsdl.Import"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Import non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IList" instanceClassName="java.util.List"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF java.util.List interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IMap" instanceClassName="java.util.Map"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF java.util.Map interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IURL" instanceClassName="java.net.URL"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF java.net.URL interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IExtensionRegistry" instanceClassName="javax.wsdl.extensions.ExtensionRegistry"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF javax.wsdl.extensions.ExtensionRegistry interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Types" eSuperTypes="#//ExtensibleElement #//ITypes">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL types element. The types element encloses data type definitions that are relevant for the exchanged messages."/>
</eAnnotations>
<eOperations name="getSchemas" eType="#//IList"/>
<eOperations name="getSchemas" eType="#//IList">
<eParameters name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IIterator" instanceClassName="java.util.Iterator"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF java.util.Iterator interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="WSDLException" instanceClassName="javax.wsdl.WSDLException">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Exception class."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ITypes" instanceClassName="javax.wsdl.Types"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Types non-MOF interface"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnknownExtensibilityElement" eSuperTypes="#//ExtensibilityElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//UnknownExtensibilityElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDSchemaExtensibilityElement" eSuperTypes="#//ExtensibilityElement #//ISchema">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentBaseURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schema" eType="ecore:EClass XSD.ecore#//XSDSchema"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DOMDocument" instanceClassName="org.w3c.dom.Document">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the org.w3c.dom.Document non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageReference" abstract="true" eSuperTypes="#//ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eMessage" lowerBound="1"
eType="#//Message"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IElementExtensible" instanceClassName="javax.wsdl.extensions.ElementExtensible"
abstract="true" interface="true">
<eOperations name="getExtensibilityElements" eType="#//IList"/>
<eOperations name="addExtensibilityElement">
<eParameters name="extElement" eType="#//IExtensibilityElement"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IAttributeExtensible" instanceClassName="javax.wsdl.extensions.AttributeExtensible"
abstract="true" interface="true">
<eOperations name="getExtensionAttribute" eType="#//IObject">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="setExtensionAttribute">
<eParameters name="name" eType="#//QName"/>
<eParameters name="value" eType="#//IObject"/>
</eOperations>
<eOperations name="getExtensionAttributes" eType="#//IMap"/>
<eOperations name="getNativeAttributeNames" eType="#//IList"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IObject" instanceClassName="java.lang.Object"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ISchema" instanceClassName="javax.wsdl.extensions.schema.Schema"
abstract="true" interface="true" eSuperTypes="#//IExtensibilityElement"/>
</ecore:EPackage>
| github:ecore:/data/jesusc/bento/examples/evaluation/bento.examples.flow_diagrams.petrinets/bindings/bpel2pn/model/WSDL.ecore | ecore | wsdl
WSDLElement
getEnclosingDefinition
setEnclosingDefinition
definition
documentationElement
element
PortType
qName
undefined
eOperations
Operation
style
name
undefined
eInput
eOutput
eFaults
eParameterOrdering
Message
qName
undefined
eParts
Part
name
elementName
typeName
typeDefinition
elementDeclaration
eMessage
Binding
qName
undefined
ePortType
eBindingOperations
BindingOperation
name
eOperation
eBindingInput
eBindingOutput
eBindingFaults
Service
qName
undefined
ePorts
Port
name
eBinding
ExtensibilityElement
required
elementType
Definition
getDocument
setDocument
document
targetNamespace
location
qName
encoding
eImports
eTypes
eMessages
ePortTypes
eBindings
eServices
eNamespaces
Import
getSchema
setSchema
schema
namespaceURI
locationURI
eDefinition
eSchema
ExtensibleElement
eExtensibilityElements
Input
Output
Fault
BindingInput
getInput
setInput
input
name
eInput
BindingOutput
getOutput
setOutput
output
name
eOutput
BindingFault
getFault
setFault
fault
name
eFault
QName
javax.xml.namespace.QName
javax.xml.namespace.QName
Namespace
URI
prefix
OperationType
javax.wsdl.OperationType
javax.wsdl.OperationType
IPortType
javax.wsdl.PortType
javax.wsdl.PortType
addOperation
operation
getOperation
name
inputName
outputName
getOperations
IOperation
javax.wsdl.Operation
javax.wsdl.Operation
addFault
fault
getFault
name
getFaults
getParameterOrdering
setParameterOrdering
parameterOrder
getInput
setInput
input
getOutput
setOutput
output
IInput
javax.wsdl.Input
javax.wsdl.Input
getMessage
setMessage
message
IOutput
javax.wsdl.Output
javax.wsdl.Output
getMessage
setMessage
message
IFault
javax.wsdl.Fault
javax.wsdl.Fault
getMessage
setMessage
message
IMessage
javax.wsdl.Message
javax.wsdl.Message
addPart
part
getPart
name
getParts
getOrderedParts
partOrder
IPart
javax.wsdl.Part
javax.wsdl.Part
IService
javax.wsdl.Service
javax.wsdl.Service
addPort
port
getPorts
getPort
name
IPort
javax.wsdl.Port
javax.wsdl.Port
getBinding
setBinding
binding
IBinding
javax.wsdl.Binding
javax.wsdl.Binding
addBindingOperation
bindingOperation
getBindingOperation
name
inputName
outputName
getBindingOperations
getPortType
setPortType
portType
IBindingOperation
javax.wsdl.BindingOperation
javax.wsdl.BindingOperation
addBindingFault
bindingFault
getBindingFault
name
getBindingFaults
getOperation
setOperation
operation
getBindingInput
setBindingInput
bindingInput
getBindingOutput
setBindingOutput
bindingOutput
IBindingInput
javax.wsdl.BindingInput
javax.wsdl.BindingInput
IBindingOutput
javax.wsdl.BindingOutput
javax.wsdl.BindingOutput
IBindingFault
javax.wsdl.BindingFault
javax.wsdl.BindingFault
DOMElement
org.w3c.dom.Element
org.w3c.dom.Element
IExtensibilityElement
javax.wsdl.extensions.ExtensibilityElement
javax.wsdl.extensions.ExtensibilityElement
IDefinition
javax.wsdl.Definition
javax.wsdl.Definition
addBinding
binding
addImport
importDef
addMessage
message
addNamespace
prefix
namespaceURI
addPortType
portType
addService
service
createBindingFault
createBindingInput
createBindingOutput
createBindingOperation
createBinding
createFault
createImport
createInput
createMessage
createOperation
createOutput
createPart
createPort
createPortType
createService
getBinding
name
getBindings
getImports
getImports
namespaceURI
getMessage
name
getMessages
getNamespace
prefix
getNamespaces
getPortType
name
getPortTypes
getPrefix
namespaceURI
getService
name
getServices
getExtensionRegistry
setExtensionRegistry
extensionRegistry
getDocumentBaseURI
setDocumentBaseURI
documentBase
createTypes
removeService
name
removeBinding
name
removePortType
name
removeMessage
name
getTypes
setTypes
types
IImport
javax.wsdl.Import
javax.wsdl.Import
IList
java.util.List
java.util.List
IMap
java.util.Map
java.util.Map
IURL
java.net.URL
java.net.URL
IExtensionRegistry
javax.wsdl.extensions.ExtensionRegistry
javax.wsdl.extensions.ExtensionRegistry
Types
getSchemas
getSchemas
namespaceURI
IIterator
java.util.Iterator
java.util.Iterator
WSDLException
javax.wsdl.WSDLException
javax.wsdl.WSDLException
ITypes
javax.wsdl.Types
javax.wsdl.Types
UnknownExtensibilityElement
children
XSDSchemaExtensibilityElement
documentBaseURI
schema
DOMDocument
org.w3c.dom.Document
org.w3c.dom.Document
MessageReference
name
eMessage
IElementExtensible
javax.wsdl.extensions.ElementExtensible
javax.wsdl.extensions.ElementExtensible
getExtensibilityElements
addExtensibilityElement
extElement
IAttributeExtensible
javax.wsdl.extensions.AttributeExtensible
javax.wsdl.extensions.AttributeExtensible
getExtensionAttribute
name
setExtensionAttribute
name
value
getExtensionAttributes
getNativeAttributeNames
IObject
java.lang.Object
java.lang.Object
ISchema
javax.wsdl.extensions.schema.Schema
javax.wsdl.extensions.schema.Schema | null | {"directed":true,"nodes":[{"nsPrefix":"wsdl","nsURI":"http://www.eclipse.org/wsdl/2003/WSDL","name":"wsdl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WSDLElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Part","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingOperation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensibilityElement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensibleElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fault","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingInput","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingOutput","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingFault","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.xml.namespace.QName","defaultValue":null,"instanceClassName":"javax.xml.namespace.QName","name":"QName","instanceClass":"javax.xml.namespace.QName","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.OperationType","defaultValue":null,"instanceClassName":"javax.wsdl.OperationType","name":"OperationType","instanceClass":null,"id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.wsdl.PortType","defaultValue":null,"instanceClassName":"javax.wsdl.PortType","name":"IPortType","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Operation","defaultValue":null,"instanceClassName":"javax.wsdl.Operation","name":"IOperation","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Input","defaultValue":null,"instanceClassName":"javax.wsdl.Input","name":"IInput","instanceClass":null,"abstract":true,"id":25,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Output","defaultValue":null,"instanceClassName":"javax.wsdl.Output","name":"IOutput","instanceClass":null,"abstract":true,"id":26,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Fault","defaultValue":null,"instanceClassName":"javax.wsdl.Fault","name":"IFault","instanceClass":null,"abstract":true,"id":27,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Message","defaultValue":null,"instanceClassName":"javax.wsdl.Message","name":"IMessage","instanceClass":null,"abstract":true,"id":28,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Part","defaultValue":null,"instanceClassName":"javax.wsdl.Part","name":"IPart","instanceClass":null,"abstract":true,"id":29,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Service","defaultValue":null,"instanceClassName":"javax.wsdl.Service","name":"IService","instanceClass":null,"abstract":true,"id":30,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Port","defaultValue":null,"instanceClassName":"javax.wsdl.Port","name":"IPort","instanceClass":null,"abstract":true,"id":31,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Binding","defaultValue":null,"instanceClassName":"javax.wsdl.Binding","name":"IBinding","instanceClass":null,"abstract":true,"id":32,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.BindingOperation","defaultValue":null,"instanceClassName":"javax.wsdl.BindingOperation","name":"IBindingOperation","instanceClass":null,"abstract":true,"id":33,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.BindingInput","defaultValue":null,"instanceClassName":"javax.wsdl.BindingInput","name":"IBindingInput","instanceClass":null,"abstract":true,"id":34,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.BindingOutput","defaultValue":null,"instanceClassName":"javax.wsdl.BindingOutput","name":"IBindingOutput","instanceClass":null,"abstract":true,"id":35,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.BindingFault","defaultValue":null,"instanceClassName":"javax.wsdl.BindingFault","name":"IBindingFault","instanceClass":null,"abstract":true,"id":36,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.w3c.dom.Element","defaultValue":null,"instanceClassName":"org.w3c.dom.Element","name":"DOMElement","instanceClass":"org.w3c.dom.Element","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.wsdl.extensions.ExtensibilityElement","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.ExtensibilityElement","name":"IExtensibilityElement","instanceClass":null,"abstract":true,"id":38,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Definition","defaultValue":null,"instanceClassName":"javax.wsdl.Definition","name":"IDefinition","instanceClass":null,"abstract":true,"id":39,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Import","defaultValue":null,"instanceClassName":"javax.wsdl.Import","name":"IImport","instanceClass":null,"abstract":true,"id":40,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"IList","instanceClass":"java.util.List","abstract":true,"id":41,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"IMap","instanceClass":"java.util.Map","abstract":true,"id":42,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.net.URL","defaultValue":null,"instanceClassName":"java.net.URL","name":"IURL","instanceClass":"java.net.URL","abstract":true,"id":43,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.ExtensionRegistry","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.ExtensionRegistry","name":"IExtensionRegistry","instanceClass":null,"abstract":true,"id":44,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Types","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Iterator","defaultValue":null,"instanceClassName":"java.util.Iterator","name":"IIterator","instanceClass":"java.util.Iterator","abstract":true,"id":46,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.WSDLException","defaultValue":null,"instanceClassName":"javax.wsdl.WSDLException","name":"WSDLException","instanceClass":null,"id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.wsdl.Types","defaultValue":null,"instanceClassName":"javax.wsdl.Types","name":"ITypes","instanceClass":null,"abstract":true,"id":48,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownExtensibilityElement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchemaExtensibilityElement","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.w3c.dom.Document","defaultValue":null,"instanceClassName":"org.w3c.dom.Document","name":"DOMDocument","instanceClass":"org.w3c.dom.Document","id":51,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageReference","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.ElementExtensible","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.ElementExtensible","name":"IElementExtensible","instanceClass":null,"abstract":true,"id":53,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.AttributeExtensible","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.AttributeExtensible","name":"IAttributeExtensible","instanceClass":null,"abstract":true,"id":54,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"IObject","instanceClass":"java.lang.Object","abstract":true,"id":55,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.schema.Schema","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.schema.Schema","name":"ISchema","instanceClass":null,"abstract":true,"id":56,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEnclosingDefinition","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setEnclosingDefinition","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentationElement","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"element","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"definition","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eFaults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eParameterOrdering","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementName","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ePortType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindingOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindingInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindingOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindingFaults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ePorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eBinding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"elementType","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDocument","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDocument","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetNamespace","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"encoding","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eImports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eMessages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ePortTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eNamespaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"document","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EParameter"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSchema","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setSchema","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespaceURI","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locationURI","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eSchema","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"schema","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EParameter"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eExtensibilityElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInput","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setInput","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eInput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"input","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EParameter"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOutput","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setOutput","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOutput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"output","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EParameter"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFault","lowerBound":0,"id":231,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setFault","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eFault","changeable":true,"resolveProxies":true,"lowerBound":1,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fault","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EParameter"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"URI","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addOperation","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperation","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperations","lowerBound":0,"id":248,"many":false,"required":false,"eClass":"EOperation"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputName","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"outputName","lowerBound":0,"id":255,"many":false,"required":false,"eClass":"EParameter"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addFault","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFault","lowerBound":0,"id":261,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFaults","lowerBound":0,"id":262,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameterOrdering","lowerBound":0,"id":263,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setParameterOrdering","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInput","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setInput","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOutput","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setOutput","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EOperation"},{"id":269,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fault","lowerBound":0,"id":270,"many":false,"required":false,"eClass":"EParameter"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":273,"many":false,"required":false,"eClass":"EParameter"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameterOrder","lowerBound":0,"id":277,"many":false,"required":false,"eClass":"EParameter"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"input","lowerBound":0,"id":280,"many":false,"required":false,"eClass":"EParameter"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"output","lowerBound":0,"id":283,"many":false,"required":false,"eClass":"EParameter"},{"id":284,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":285,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setMessage","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EOperation"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":0,"id":289,"many":false,"required":false,"eClass":"EParameter"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":291,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setMessage","lowerBound":0,"id":292,"many":false,"required":false,"eClass":"EOperation"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":0,"id":295,"many":false,"required":false,"eClass":"EParameter"},{"id":296,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":297,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setMessage","lowerBound":0,"id":298,"many":false,"required":false,"eClass":"EOperation"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":0,"id":301,"many":false,"required":false,"eClass":"EParameter"},{"id":302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addPart","lowerBound":0,"id":303,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPart","lowerBound":0,"id":304,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParts","lowerBound":0,"id":305,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOrderedParts","lowerBound":0,"id":306,"many":false,"required":false,"eClass":"EOperation"},{"id":307,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"part","lowerBound":0,"id":308,"many":false,"required":false,"eClass":"EParameter"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EParameter"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"partOrder","lowerBound":0,"id":315,"many":false,"required":false,"eClass":"EParameter"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addPort","lowerBound":0,"id":318,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPorts","lowerBound":0,"id":319,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPort","lowerBound":0,"id":320,"many":false,"required":false,"eClass":"EOperation"},{"id":321,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"port","lowerBound":0,"id":322,"many":false,"required":false,"eClass":"EParameter"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":326,"many":false,"required":false,"eClass":"EParameter"},{"id":327,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBinding","lowerBound":0,"id":328,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setBinding","lowerBound":0,"id":329,"many":false,"required":false,"eClass":"EOperation"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"binding","lowerBound":0,"id":332,"many":false,"required":false,"eClass":"EParameter"},{"id":333,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addBindingOperation","lowerBound":0,"id":334,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingOperation","lowerBound":0,"id":335,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingOperations","lowerBound":0,"id":336,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPortType","lowerBound":0,"id":337,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setPortType","lowerBound":0,"id":338,"many":false,"required":false,"eClass":"EOperation"},{"id":339,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bindingOperation","lowerBound":0,"id":340,"many":false,"required":false,"eClass":"EParameter"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":343,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputName","lowerBound":0,"id":344,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"outputName","lowerBound":0,"id":345,"many":false,"required":false,"eClass":"EParameter"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"portType","lowerBound":0,"id":351,"many":false,"required":false,"eClass":"EParameter"},{"id":352,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addBindingFault","lowerBound":0,"id":353,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingFault","lowerBound":0,"id":354,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingFaults","lowerBound":0,"id":355,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperation","lowerBound":0,"id":356,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setOperation","lowerBound":0,"id":357,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingInput","lowerBound":0,"id":358,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setBindingInput","lowerBound":0,"id":359,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingOutput","lowerBound":0,"id":360,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setBindingOutput","lowerBound":0,"id":361,"many":false,"required":false,"eClass":"EOperation"},{"id":362,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bindingFault","lowerBound":0,"id":363,"many":false,"required":false,"eClass":"EParameter"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":366,"many":false,"required":false,"eClass":"EParameter"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":370,"many":false,"required":false,"eClass":"EParameter"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bindingInput","lowerBound":0,"id":373,"many":false,"required":false,"eClass":"EParameter"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bindingOutput","lowerBound":0,"id":376,"many":false,"required":false,"eClass":"EParameter"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addBinding","lowerBound":0,"id":381,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addImport","lowerBound":0,"id":382,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addMessage","lowerBound":0,"id":383,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addNamespace","lowerBound":0,"id":384,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addPortType","lowerBound":0,"id":385,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addService","lowerBound":0,"id":386,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBindingFault","lowerBound":0,"id":387,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBindingInput","lowerBound":0,"id":388,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBindingOutput","lowerBound":0,"id":389,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBindingOperation","lowerBound":0,"id":390,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBinding","lowerBound":0,"id":391,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFault","lowerBound":0,"id":392,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createImport","lowerBound":0,"id":393,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createInput","lowerBound":0,"id":394,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createMessage","lowerBound":0,"id":395,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createOperation","lowerBound":0,"id":396,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createOutput","lowerBound":0,"id":397,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPart","lowerBound":0,"id":398,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPort","lowerBound":0,"id":399,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPortType","lowerBound":0,"id":400,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createService","lowerBound":0,"id":401,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBinding","lowerBound":0,"id":402,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindings","lowerBound":0,"id":403,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getImports","lowerBound":0,"id":404,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getImports","lowerBound":0,"id":405,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":406,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessages","lowerBound":0,"id":407,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNamespace","lowerBound":0,"id":408,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNamespaces","lowerBound":0,"id":409,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPortType","lowerBound":0,"id":410,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPortTypes","lowerBound":0,"id":411,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPrefix","lowerBound":0,"id":412,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getService","lowerBound":0,"id":413,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getServices","lowerBound":0,"id":414,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtensionRegistry","lowerBound":0,"id":415,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setExtensionRegistry","lowerBound":0,"id":416,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDocumentBaseURI","lowerBound":0,"id":417,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDocumentBaseURI","lowerBound":0,"id":418,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createTypes","lowerBound":0,"id":419,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeService","lowerBound":0,"id":420,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeBinding","lowerBound":0,"id":421,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removePortType","lowerBound":0,"id":422,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMessage","lowerBound":0,"id":423,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTypes","lowerBound":0,"id":424,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTypes","lowerBound":0,"id":425,"many":false,"required":false,"eClass":"EOperation"},{"id":426,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"binding","lowerBound":0,"id":427,"many":false,"required":false,"eClass":"EParameter"},{"id":428,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"importDef","lowerBound":0,"id":429,"many":false,"required":false,"eClass":"EParameter"},{"id":430,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":0,"id":431,"many":false,"required":false,"eClass":"EParameter"},{"id":432,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"prefix","lowerBound":0,"id":433,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespaceURI","lowerBound":0,"id":434,"many":false,"required":false,"eClass":"EParameter"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"portType","lowerBound":0,"id":437,"many":false,"required":false,"eClass":"EParameter"},{"id":438,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"service","lowerBound":0,"id":439,"many":false,"required":false,"eClass":"EParameter"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":457,"many":false,"required":false,"eClass":"EParameter"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespaceURI","lowerBound":0,"id":462,"many":false,"required":false,"eClass":"EParameter"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":465,"many":false,"required":false,"eClass":"EParameter"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"prefix","lowerBound":0,"id":469,"many":false,"required":false,"eClass":"EParameter"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":473,"many":false,"required":false,"eClass":"EParameter"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespaceURI","lowerBound":0,"id":477,"many":false,"required":false,"eClass":"EParameter"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":480,"many":false,"required":false,"eClass":"EParameter"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"extensionRegistry","lowerBound":0,"id":484,"many":false,"required":false,"eClass":"EParameter"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"documentBase","lowerBound":0,"id":487,"many":false,"required":false,"eClass":"EParameter"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":491,"many":false,"required":false,"eClass":"EParameter"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":494,"many":false,"required":false,"eClass":"EParameter"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":497,"many":false,"required":false,"eClass":"EParameter"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":500,"many":false,"required":false,"eClass":"EParameter"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"types","lowerBound":0,"id":503,"many":false,"required":false,"eClass":"EParameter"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSchemas","lowerBound":0,"id":506,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSchemas","lowerBound":0,"id":507,"many":false,"required":false,"eClass":"EOperation"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespaceURI","lowerBound":0,"id":512,"many":false,"required":false,"eClass":"EParameter"},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentBaseURI","changeable":true,"lowerBound":0,"iD":false,"id":517,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schema","changeable":true,"resolveProxies":true,"lowerBound":0,"id":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":523,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eMessage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtensibilityElements","lowerBound":0,"id":528,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addExtensibilityElement","lowerBound":0,"id":529,"many":false,"required":false,"eClass":"EOperation"},{"id":530,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"extElement","lowerBound":0,"id":531,"many":false,"required":false,"eClass":"EParameter"},{"id":532,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtensionAttribute","lowerBound":0,"id":533,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setExtensionAttribute","lowerBound":0,"id":534,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtensionAttributes","lowerBound":0,"id":535,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNativeAttributeNames","lowerBound":0,"id":536,"many":false,"required":false,"eClass":"EOperation"},{"id":537,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":538,"many":false,"required":false,"eClass":"EParameter"},{"id":539,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":540,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":541,"many":false,"required":false,"eClass":"EParameter"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":1,"target":0},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":57,"target":11},{"source":57,"target":61},{"source":57,"target":1},{"source":61,"target":11},{"source":58,"target":1},{"source":58,"target":62},{"source":62,"target":11},{"source":62,"target":63},{"source":62,"target":58},{"source":63,"target":11},{"source":59,"target":37},{"source":59,"target":64},{"source":59,"target":1},{"source":64,"target":37},{"source":60,"target":37},{"source":60,"target":65},{"source":60,"target":1},{"source":65,"target":37},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":23},{"source":2,"target":66},{"source":2,"target":67},{"source":2,"target":68},{"source":2,"target":69},{"source":2,"target":70},{"source":66,"target":20},{"source":66,"target":71},{"source":66,"target":2},{"source":71,"target":20},{"source":67,"target":72},{"source":67,"target":2},{"source":68,"target":3},{"source":68,"target":73},{"source":68,"target":2},{"source":73,"target":3},{"source":69,"target":13},{"source":70,"target":23},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":24},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":74,"target":22},{"source":74,"target":83},{"source":74,"target":3},{"source":83,"target":22},{"source":75,"target":84},{"source":75,"target":3},{"source":76,"target":85},{"source":76,"target":3},{"source":77,"target":14},{"source":77,"target":86},{"source":77,"target":3},{"source":86,"target":14},{"source":78,"target":15},{"source":78,"target":87},{"source":78,"target":3},{"source":87,"target":15},{"source":79,"target":16},{"source":79,"target":88},{"source":79,"target":3},{"source":88,"target":16},{"source":80,"target":5},{"source":80,"target":89},{"source":80,"target":3},{"source":89,"target":5},{"source":81,"target":13},{"source":82,"target":24},{"source":4,"target":0},{"source":4,"target":13},{"source":4,"target":28},{"source":4,"target":90},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"source":90,"target":20},{"source":90,"target":95},{"source":90,"target":4},{"source":95,"target":20},{"source":91,"target":96},{"source":91,"target":4},{"source":92,"target":5},{"source":92,"target":97},{"source":92,"target":4},{"source":97,"target":5},{"source":93,"target":13},{"source":94,"target":28},{"source":5,"target":0},{"source":5,"target":13},{"source":5,"target":29},{"source":5,"target":98},{"source":5,"target":99},{"source":5,"target":100},{"source":5,"target":101},{"source":5,"target":102},{"source":5,"target":103},{"source":5,"target":104},{"source":5,"target":105},{"source":98,"target":106},{"source":98,"target":5},{"source":99,"target":20},{"source":99,"target":107},{"source":99,"target":5},{"source":107,"target":20},{"source":100,"target":20},{"source":100,"target":108},{"source":100,"target":5},{"source":108,"target":20},{"source":101,"target":109},{"source":101,"target":5},{"source":102,"target":110},{"source":102,"target":5},{"source":103,"target":4},{"source":103,"target":111},{"source":103,"target":5},{"source":111,"target":4},{"source":104,"target":13},{"source":105,"target":29},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":32},{"source":6,"target":112},{"source":6,"target":113},{"source":6,"target":114},{"source":6,"target":115},{"source":6,"target":116},{"source":6,"target":117},{"source":112,"target":20},{"source":112,"target":118},{"source":112,"target":6},{"source":118,"target":20},{"source":113,"target":119},{"source":113,"target":6},{"source":114,"target":2},{"source":114,"target":120},{"source":114,"target":6},{"source":120,"target":2},{"source":115,"target":7},{"source":115,"target":121},{"source":115,"target":6},{"source":121,"target":7},{"source":116,"target":13},{"source":117,"target":32},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":33},{"source":7,"target":122},{"source":7,"target":123},{"source":7,"target":124},{"source":7,"target":125},{"source":7,"target":126},{"source":7,"target":127},{"source":7,"target":128},{"source":122,"target":129},{"source":122,"target":7},{"source":123,"target":3},{"source":123,"target":130},{"source":123,"target":7},{"source":130,"target":3},{"source":124,"target":17},{"source":124,"target":131},{"source":124,"target":7},{"source":131,"target":17},{"source":125,"target":18},{"source":125,"target":132},{"source":125,"target":7},{"source":132,"target":18},{"source":126,"target":19},{"source":126,"target":133},{"source":126,"target":7},{"source":133,"target":19},{"source":127,"target":13},{"source":128,"target":33},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":30},{"source":8,"target":134},{"source":8,"target":135},{"source":8,"target":136},{"source":8,"target":137},{"source":8,"target":138},{"source":134,"target":20},{"source":134,"target":139},{"source":134,"target":8},{"source":139,"target":20},{"source":135,"target":140},{"source":135,"target":8},{"source":136,"target":9},{"source":136,"target":141},{"source":136,"target":8},{"source":141,"target":9},{"source":137,"target":13},{"source":138,"target":30},{"source":9,"target":0},{"source":9,"target":13},{"source":9,"target":31},{"source":9,"target":142},{"source":9,"target":143},{"source":9,"target":144},{"source":9,"target":145},{"source":142,"target":146},{"source":142,"target":9},{"source":143,"target":6},{"source":143,"target":147},{"source":143,"target":9},{"source":147,"target":6},{"source":144,"target":13},{"source":145,"target":31},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":38},{"source":10,"target":148},{"source":10,"target":149},{"source":10,"target":150},{"source":10,"target":151},{"source":148,"target":152},{"source":148,"target":10},{"source":149,"target":20},{"source":149,"target":153},{"source":149,"target":10},{"source":153,"target":20},{"source":150,"target":1},{"source":151,"target":38},{"source":11,"target":0},{"source":11,"target":13},{"source":11,"target":39},{"source":11,"target":154},{"source":11,"target":155},{"source":11,"target":156},{"source":11,"target":157},{"source":11,"target":158},{"source":11,"target":159},{"source":11,"target":160},{"source":11,"target":161},{"source":11,"target":162},{"source":11,"target":163},{"source":11,"target":164},{"source":11,"target":165},{"source":11,"target":166},{"source":11,"target":167},{"source":11,"target":168},{"source":154,"target":51},{"source":154,"target":169},{"source":154,"target":11},{"source":169,"target":51},{"source":155,"target":11},{"source":155,"target":170},{"source":170,"target":51},{"source":170,"target":171},{"source":170,"target":155},{"source":171,"target":51},{"source":156,"target":172},{"source":156,"target":11},{"source":157,"target":173},{"source":157,"target":11},{"source":158,"target":20},{"source":158,"target":174},{"source":158,"target":11},{"source":174,"target":20},{"source":159,"target":175},{"source":159,"target":11},{"source":160,"target":12},{"source":160,"target":176},{"source":160,"target":11},{"source":176,"target":12},{"source":161,"target":45},{"source":161,"target":177},{"source":161,"target":11},{"source":177,"target":45},{"source":162,"target":4},{"source":162,"target":178},{"source":162,"target":11},{"source":178,"target":4},{"source":163,"target":2},{"source":163,"target":179},{"source":163,"target":11},{"source":179,"target":2},{"source":164,"target":6},{"source":164,"target":180},{"source":164,"target":11},{"source":180,"target":6},{"source":165,"target":8},{"source":165,"target":181},{"source":165,"target":11},{"source":181,"target":8},{"source":166,"target":21},{"source":166,"target":182},{"source":166,"target":11},{"source":182,"target":21},{"source":167,"target":13},{"source":168,"target":39},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":40},{"source":12,"target":183},{"source":12,"target":184},{"source":12,"target":185},{"source":12,"target":186},{"source":12,"target":187},{"source":12,"target":188},{"source":12,"target":189},{"source":12,"target":190},{"source":183,"target":191},{"source":183,"target":12},{"source":184,"target":12},{"source":184,"target":192},{"source":192,"target":193},{"source":192,"target":184},{"source":185,"target":194},{"source":185,"target":12},{"source":186,"target":195},{"source":186,"target":12},{"source":187,"target":11},{"source":187,"target":196},{"source":187,"target":12},{"source":196,"target":11},{"source":188,"target":197},{"source":188,"target":12},{"source":189,"target":13},{"source":190,"target":40},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":53},{"source":13,"target":54},{"source":13,"target":198},{"source":13,"target":199},{"source":13,"target":200},{"source":13,"target":201},{"source":198,"target":10},{"source":198,"target":202},{"source":198,"target":13},{"source":202,"target":10},{"source":199,"target":1},{"source":200,"target":53},{"source":201,"target":54},{"source":14,"target":0},{"source":14,"target":52},{"source":14,"target":25},{"source":14,"target":203},{"source":14,"target":204},{"source":203,"target":52},{"source":204,"target":25},{"source":15,"target":0},{"source":15,"target":52},{"source":15,"target":26},{"source":15,"target":205},{"source":15,"target":206},{"source":205,"target":52},{"source":206,"target":26},{"source":16,"target":0},{"source":16,"target":52},{"source":16,"target":27},{"source":16,"target":207},{"source":16,"target":208},{"source":207,"target":52},{"source":208,"target":27},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":34},{"source":17,"target":209},{"source":17,"target":210},{"source":17,"target":211},{"source":17,"target":212},{"source":17,"target":213},{"source":17,"target":214},{"source":209,"target":25},{"source":209,"target":215},{"source":209,"target":17},{"source":215,"target":25},{"source":210,"target":17},{"source":210,"target":216},{"source":216,"target":25},{"source":216,"target":217},{"source":216,"target":210},{"source":217,"target":25},{"source":211,"target":218},{"source":211,"target":17},{"source":212,"target":14},{"source":212,"target":219},{"source":212,"target":17},{"source":219,"target":14},{"source":213,"target":13},{"source":214,"target":34},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":35},{"source":18,"target":220},{"source":18,"target":221},{"source":18,"target":222},{"source":18,"target":223},{"source":18,"target":224},{"source":18,"target":225},{"source":220,"target":26},{"source":220,"target":226},{"source":220,"target":18},{"source":226,"target":26},{"source":221,"target":18},{"source":221,"target":227},{"source":227,"target":26},{"source":227,"target":228},{"source":227,"target":221},{"source":228,"target":26},{"source":222,"target":229},{"source":222,"target":18},{"source":223,"target":15},{"source":223,"target":230},{"source":223,"target":18},{"source":230,"target":15},{"source":224,"target":13},{"source":225,"target":35},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":36},{"source":19,"target":231},{"source":19,"target":232},{"source":19,"target":233},{"source":19,"target":234},{"source":19,"target":235},{"source":19,"target":236},{"source":231,"target":27},{"source":231,"target":237},{"source":231,"target":19},{"source":237,"target":27},{"source":232,"target":19},{"source":232,"target":238},{"source":238,"target":27},{"source":238,"target":239},{"source":238,"target":232},{"source":239,"target":27},{"source":233,"target":240},{"source":233,"target":19},{"source":234,"target":16},{"source":234,"target":241},{"source":234,"target":19},{"source":241,"target":16},{"source":235,"target":13},{"source":236,"target":36},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":242},{"source":21,"target":243},{"source":242,"target":244},{"source":242,"target":21},{"source":243,"target":245},{"source":243,"target":21},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":54},{"source":23,"target":246},{"source":23,"target":247},{"source":23,"target":248},{"source":23,"target":249},{"source":246,"target":23},{"source":246,"target":250},{"source":250,"target":24},{"source":250,"target":251},{"source":250,"target":246},{"source":251,"target":24},{"source":247,"target":24},{"source":247,"target":252},{"source":247,"target":23},{"source":247,"target":253},{"source":247,"target":254},{"source":247,"target":255},{"source":252,"target":24},{"source":253,"target":256},{"source":253,"target":247},{"source":254,"target":257},{"source":254,"target":247},{"source":255,"target":258},{"source":255,"target":247},{"source":248,"target":41},{"source":248,"target":259},{"source":248,"target":23},{"source":259,"target":41},{"source":249,"target":54},{"source":24,"target":0},{"source":24,"target":53},{"source":24,"target":260},{"source":24,"target":261},{"source":24,"target":262},{"source":24,"target":263},{"source":24,"target":264},{"source":24,"target":265},{"source":24,"target":266},{"source":24,"target":267},{"source":24,"target":268},{"source":24,"target":269},{"source":260,"target":24},{"source":260,"target":270},{"source":270,"target":27},{"source":270,"target":271},{"source":270,"target":260},{"source":271,"target":27},{"source":261,"target":27},{"source":261,"target":272},{"source":261,"target":24},{"source":261,"target":273},{"source":272,"target":27},{"source":273,"target":274},{"source":273,"target":261},{"source":262,"target":42},{"source":262,"target":275},{"source":262,"target":24},{"source":275,"target":42},{"source":263,"target":41},{"source":263,"target":276},{"source":263,"target":24},{"source":276,"target":41},{"source":264,"target":24},{"source":264,"target":277},{"source":277,"target":41},{"source":277,"target":278},{"source":277,"target":264},{"source":278,"target":41},{"source":265,"target":25},{"source":265,"target":279},{"source":265,"target":24},{"source":279,"target":25},{"source":266,"target":24},{"source":266,"target":280},{"source":280,"target":25},{"source":280,"target":281},{"source":280,"target":266},{"source":281,"target":25},{"source":267,"target":26},{"source":267,"target":282},{"source":267,"target":24},{"source":282,"target":26},{"source":268,"target":24},{"source":268,"target":283},{"source":283,"target":26},{"source":283,"target":284},{"source":283,"target":268},{"source":284,"target":26},{"source":269,"target":53},{"source":25,"target":0},{"source":25,"target":54},{"source":25,"target":285},{"source":25,"target":286},{"source":25,"target":287},{"source":285,"target":28},{"source":285,"target":288},{"source":285,"target":25},{"source":288,"target":28},{"source":286,"target":25},{"source":286,"target":289},{"source":289,"target":28},{"source":289,"target":290},{"source":289,"target":286},{"source":290,"target":28},{"source":287,"target":54},{"source":26,"target":0},{"source":26,"target":54},{"source":26,"target":291},{"source":26,"target":292},{"source":26,"target":293},{"source":291,"target":28},{"source":291,"target":294},{"source":291,"target":26},{"source":294,"target":28},{"source":292,"target":26},{"source":292,"target":295},{"source":295,"target":28},{"source":295,"target":296},{"source":295,"target":292},{"source":296,"target":28},{"source":293,"target":54},{"source":27,"target":0},{"source":27,"target":54},{"source":27,"target":297},{"source":27,"target":298},{"source":27,"target":299},{"source":297,"target":28},{"source":297,"target":300},{"source":297,"target":27},{"source":300,"target":28},{"source":298,"target":27},{"source":298,"target":301},{"source":301,"target":28},{"source":301,"target":302},{"source":301,"target":298},{"source":302,"target":28},{"source":299,"target":54},{"source":28,"target":0},{"source":28,"target":53},{"source":28,"target":303},{"source":28,"target":304},{"source":28,"target":305},{"source":28,"target":306},{"source":28,"target":307},{"source":303,"target":28},{"source":303,"target":308},{"source":308,"target":29},{"source":308,"target":309},{"source":308,"target":303},{"source":309,"target":29},{"source":304,"target":29},{"source":304,"target":310},{"source":304,"target":28},{"source":304,"target":311},{"source":310,"target":29},{"source":311,"target":312},{"source":311,"target":304},{"source":305,"target":42},{"source":305,"target":313},{"source":305,"target":28},{"source":313,"target":42},{"source":306,"target":41},{"source":306,"target":314},{"source":306,"target":28},{"source":306,"target":315},{"source":314,"target":41},{"source":315,"target":41},{"source":315,"target":316},{"source":315,"target":306},{"source":316,"target":41},{"source":307,"target":53},{"source":29,"target":0},{"source":29,"target":54},{"source":29,"target":317},{"source":317,"target":54},{"source":30,"target":0},{"source":30,"target":53},{"source":30,"target":318},{"source":30,"target":319},{"source":30,"target":320},{"source":30,"target":321},{"source":318,"target":30},{"source":318,"target":322},{"source":322,"target":31},{"source":322,"target":323},{"source":322,"target":318},{"source":323,"target":31},{"source":319,"target":42},{"source":319,"target":324},{"source":319,"target":30},{"source":324,"target":42},{"source":320,"target":31},{"source":320,"target":325},{"source":320,"target":30},{"source":320,"target":326},{"source":325,"target":31},{"source":326,"target":327},{"source":326,"target":320},{"source":321,"target":53},{"source":31,"target":0},{"source":31,"target":53},{"source":31,"target":328},{"source":31,"target":329},{"source":31,"target":330},{"source":328,"target":32},{"source":328,"target":331},{"source":328,"target":31},{"source":331,"target":32},{"source":329,"target":31},{"source":329,"target":332},{"source":332,"target":32},{"source":332,"target":333},{"source":332,"target":329},{"source":333,"target":32},{"source":330,"target":53},{"source":32,"target":0},{"source":32,"target":53},{"source":32,"target":334},{"source":32,"target":335},{"source":32,"target":336},{"source":32,"target":337},{"source":32,"target":338},{"source":32,"target":339},{"source":334,"target":32},{"source":334,"target":340},{"source":340,"target":33},{"source":340,"target":341},{"source":340,"target":334},{"source":341,"target":33},{"source":335,"target":33},{"source":335,"target":342},{"source":335,"target":32},{"source":335,"target":343},{"source":335,"target":344},{"source":335,"target":345},{"source":342,"target":33},{"source":343,"target":346},{"source":343,"target":335},{"source":344,"target":347},{"source":344,"target":335},{"source":345,"target":348},{"source":345,"target":335},{"source":336,"target":41},{"source":336,"target":349},{"source":336,"target":32},{"source":349,"target":41},{"source":337,"target":23},{"source":337,"target":350},{"source":337,"target":32},{"source":350,"target":23},{"source":338,"target":32},{"source":338,"target":351},{"source":351,"target":23},{"source":351,"target":352},{"source":351,"target":338},{"source":352,"target":23},{"source":339,"target":53},{"source":33,"target":0},{"source":33,"target":53},{"source":33,"target":353},{"source":33,"target":354},{"source":33,"target":355},{"source":33,"target":356},{"source":33,"target":357},{"source":33,"target":358},{"source":33,"target":359},{"source":33,"target":360},{"source":33,"target":361},{"source":33,"target":362},{"source":353,"target":33},{"source":353,"target":363},{"source":363,"target":36},{"source":363,"target":364},{"source":363,"target":353},{"source":364,"target":36},{"source":354,"target":36},{"source":354,"target":365},{"source":354,"target":33},{"source":354,"target":366},{"source":365,"target":36},{"source":366,"target":367},{"source":366,"target":354},{"source":355,"target":42},{"source":355,"target":368},{"source":355,"target":33},{"source":368,"target":42},{"source":356,"target":24},{"source":356,"target":369},{"source":356,"target":33},{"source":369,"target":24},{"source":357,"target":33},{"source":357,"target":370},{"source":370,"target":24},{"source":370,"target":371},{"source":370,"target":357},{"source":371,"target":24},{"source":358,"target":34},{"source":358,"target":372},{"source":358,"target":33},{"source":372,"target":34},{"source":359,"target":33},{"source":359,"target":373},{"source":373,"target":34},{"source":373,"target":374},{"source":373,"target":359},{"source":374,"target":34},{"source":360,"target":35},{"source":360,"target":375},{"source":360,"target":33},{"source":375,"target":35},{"source":361,"target":33},{"source":361,"target":376},{"source":376,"target":35},{"source":376,"target":377},{"source":376,"target":361},{"source":377,"target":35},{"source":362,"target":53},{"source":34,"target":0},{"source":34,"target":53},{"source":34,"target":378},{"source":378,"target":53},{"source":35,"target":0},{"source":35,"target":53},{"source":35,"target":379},{"source":379,"target":53},{"source":36,"target":0},{"source":36,"target":53},{"source":36,"target":380},{"source":380,"target":53},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":53},{"source":39,"target":381},{"source":39,"target":382},{"source":39,"target":383},{"source":39,"target":384},{"source":39,"target":385},{"source":39,"target":386},{"source":39,"target":387},{"source":39,"target":388},{"source":39,"target":389},{"source":39,"target":390},{"source":39,"target":391},{"source":39,"target":392},{"source":39,"target":393},{"source":39,"target":394},{"source":39,"target":395},{"source":39,"target":396},{"source":39,"target":397},{"source":39,"target":398},{"source":39,"target":399},{"source":39,"target":400},{"source":39,"target":401},{"source":39,"target":402},{"source":39,"target":403},{"source":39,"target":404},{"source":39,"target":405},{"source":39,"target":406},{"source":39,"target":407},{"source":39,"target":408},{"source":39,"target":409},{"source":39,"target":410},{"source":39,"target":411},{"source":39,"target":412},{"source":39,"target":413},{"source":39,"target":414},{"source":39,"target":415},{"source":39,"target":416},{"source":39,"target":417},{"source":39,"target":418},{"source":39,"target":419},{"source":39,"target":420},{"source":39,"target":421},{"source":39,"target":422},{"source":39,"target":423},{"source":39,"target":424},{"source":39,"target":425},{"source":39,"target":426},{"source":381,"target":39},{"source":381,"target":427},{"source":427,"target":32},{"source":427,"target":428},{"source":427,"target":381},{"source":428,"target":32},{"source":382,"target":39},{"source":382,"target":429},{"source":429,"target":40},{"source":429,"target":430},{"source":429,"target":382},{"source":430,"target":40},{"source":383,"target":39},{"source":383,"target":431},{"source":431,"target":28},{"source":431,"target":432},{"source":431,"target":383},{"source":432,"target":28},{"source":384,"target":39},{"source":384,"target":433},{"source":384,"target":434},{"source":433,"target":435},{"source":433,"target":384},{"source":434,"target":436},{"source":434,"target":384},{"source":385,"target":39},{"source":385,"target":437},{"source":437,"target":23},{"source":437,"target":438},{"source":437,"target":385},{"source":438,"target":23},{"source":386,"target":39},{"source":386,"target":439},{"source":439,"target":30},{"source":439,"target":440},{"source":439,"target":386},{"source":440,"target":30},{"source":387,"target":36},{"source":387,"target":441},{"source":387,"target":39},{"source":441,"target":36},{"source":388,"target":34},{"source":388,"target":442},{"source":388,"target":39},{"source":442,"target":34},{"source":389,"target":35},{"source":389,"target":443},{"source":389,"target":39},{"source":443,"target":35},{"source":390,"target":33},{"source":390,"target":444},{"source":390,"target":39},{"source":444,"target":33},{"source":391,"target":32},{"source":391,"target":445},{"source":391,"target":39},{"source":445,"target":32},{"source":392,"target":27},{"source":392,"target":446},{"source":392,"target":39},{"source":446,"target":27},{"source":393,"target":40},{"source":393,"target":447},{"source":393,"target":39},{"source":447,"target":40},{"source":394,"target":25},{"source":394,"target":448},{"source":394,"target":39},{"source":448,"target":25},{"source":395,"target":28},{"source":395,"target":449},{"source":395,"target":39},{"source":449,"target":28},{"source":396,"target":24},{"source":396,"target":450},{"source":396,"target":39},{"source":450,"target":24},{"source":397,"target":26},{"source":397,"target":451},{"source":397,"target":39},{"source":451,"target":26},{"source":398,"target":29},{"source":398,"target":452},{"source":398,"target":39},{"source":452,"target":29},{"source":399,"target":31},{"source":399,"target":453},{"source":399,"target":39},{"source":453,"target":31},{"source":400,"target":23},{"source":400,"target":454},{"source":400,"target":39},{"source":454,"target":23},{"source":401,"target":30},{"source":401,"target":455},{"source":401,"target":39},{"source":455,"target":30},{"source":402,"target":32},{"source":402,"target":456},{"source":402,"target":39},{"source":402,"target":457},{"source":456,"target":32},{"source":457,"target":20},{"source":457,"target":458},{"source":457,"target":402},{"source":458,"target":20},{"source":403,"target":42},{"source":403,"target":459},{"source":403,"target":39},{"source":459,"target":42},{"source":404,"target":42},{"source":404,"target":460},{"source":404,"target":39},{"source":460,"target":42},{"source":405,"target":41},{"source":405,"target":461},{"source":405,"target":39},{"source":405,"target":462},{"source":461,"target":41},{"source":462,"target":463},{"source":462,"target":405},{"source":406,"target":28},{"source":406,"target":464},{"source":406,"target":39},{"source":406,"target":465},{"source":464,"target":28},{"source":465,"target":20},{"source":465,"target":466},{"source":465,"target":406},{"source":466,"target":20},{"source":407,"target":42},{"source":407,"target":467},{"source":407,"target":39},{"source":467,"target":42},{"source":408,"target":468},{"source":408,"target":39},{"source":408,"target":469},{"source":469,"target":470},{"source":469,"target":408},{"source":409,"target":42},{"source":409,"target":471},{"source":409,"target":39},{"source":471,"target":42},{"source":410,"target":23},{"source":410,"target":472},{"source":410,"target":39},{"source":410,"target":473},{"source":472,"target":23},{"source":473,"target":20},{"source":473,"target":474},{"source":473,"target":410},{"source":474,"target":20},{"source":411,"target":42},{"source":411,"target":475},{"source":411,"target":39},{"source":475,"target":42},{"source":412,"target":476},{"source":412,"target":39},{"source":412,"target":477},{"source":477,"target":478},{"source":477,"target":412},{"source":413,"target":30},{"source":413,"target":479},{"source":413,"target":39},{"source":413,"target":480},{"source":479,"target":30},{"source":480,"target":20},{"source":480,"target":481},{"source":480,"target":413},{"source":481,"target":20},{"source":414,"target":42},{"source":414,"target":482},{"source":414,"target":39},{"source":482,"target":42},{"source":415,"target":44},{"source":415,"target":483},{"source":415,"target":39},{"source":483,"target":44},{"source":416,"target":39},{"source":416,"target":484},{"source":484,"target":44},{"source":484,"target":485},{"source":484,"target":416},{"source":485,"target":44},{"source":417,"target":486},{"source":417,"target":39},{"source":418,"target":39},{"source":418,"target":487},{"source":487,"target":488},{"source":487,"target":418},{"source":419,"target":48},{"source":419,"target":489},{"source":419,"target":39},{"source":489,"target":48},{"source":420,"target":30},{"source":420,"target":490},{"source":420,"target":39},{"source":420,"target":491},{"source":490,"target":30},{"source":491,"target":20},{"source":491,"target":492},{"source":491,"target":420},{"source":492,"target":20},{"source":421,"target":32},{"source":421,"target":493},{"source":421,"target":39},{"source":421,"target":494},{"source":493,"target":32},{"source":494,"target":20},{"source":494,"target":495},{"source":494,"target":421},{"source":495,"target":20},{"source":422,"target":23},{"source":422,"target":496},{"source":422,"target":39},{"source":422,"target":497},{"source":496,"target":23},{"source":497,"target":20},{"source":497,"target":498},{"source":497,"target":422},{"source":498,"target":20},{"source":423,"target":28},{"source":423,"target":499},{"source":423,"target":39},{"source":423,"target":500},{"source":499,"target":28},{"source":500,"target":20},{"source":500,"target":501},{"source":500,"target":423},{"source":501,"target":20},{"source":424,"target":48},{"source":424,"target":502},{"source":424,"target":39},{"source":502,"target":48},{"source":425,"target":39},{"source":425,"target":503},{"source":503,"target":48},{"source":503,"target":504},{"source":503,"target":425},{"source":504,"target":48},{"source":426,"target":53},{"source":40,"target":0},{"source":40,"target":54},{"source":40,"target":505},{"source":505,"target":54},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":44,"target":0},{"source":45,"target":0},{"source":45,"target":13},{"source":45,"target":48},{"source":45,"target":506},{"source":45,"target":507},{"source":45,"target":508},{"source":45,"target":509},{"source":506,"target":41},{"source":506,"target":510},{"source":506,"target":45},{"source":510,"target":41},{"source":507,"target":41},{"source":507,"target":511},{"source":507,"target":45},{"source":507,"target":512},{"source":511,"target":41},{"source":512,"target":513},{"source":512,"target":507},{"source":508,"target":13},{"source":509,"target":48},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":10},{"source":49,"target":514},{"source":49,"target":515},{"source":514,"target":49},{"source":514,"target":516},{"source":514,"target":49},{"source":516,"target":49},{"source":515,"target":10},{"source":50,"target":0},{"source":50,"target":10},{"source":50,"target":56},{"source":50,"target":517},{"source":50,"target":518},{"source":50,"target":519},{"source":50,"target":520},{"source":517,"target":521},{"source":517,"target":50},{"source":518,"target":522},{"source":518,"target":50},{"source":519,"target":10},{"source":520,"target":56},{"source":51,"target":0},{"source":52,"target":0},{"source":52,"target":13},{"source":52,"target":523},{"source":52,"target":524},{"source":52,"target":525},{"source":523,"target":526},{"source":523,"target":52},{"source":524,"target":4},{"source":524,"target":527},{"source":524,"target":52},{"source":527,"target":4},{"source":525,"target":13},{"source":53,"target":0},{"source":53,"target":528},{"source":53,"target":529},{"source":528,"target":41},{"source":528,"target":530},{"source":528,"target":53},{"source":530,"target":41},{"source":529,"target":53},{"source":529,"target":531},{"source":531,"target":38},{"source":531,"target":532},{"source":531,"target":529},{"source":532,"target":38},{"source":54,"target":0},{"source":54,"target":533},{"source":54,"target":534},{"source":54,"target":535},{"source":54,"target":536},{"source":533,"target":55},{"source":533,"target":537},{"source":533,"target":54},{"source":533,"target":538},{"source":537,"target":55},{"source":538,"target":20},{"source":538,"target":539},{"source":538,"target":533},{"source":539,"target":20},{"source":534,"target":54},{"source":534,"target":540},{"source":534,"target":541},{"source":540,"target":20},{"source":540,"target":542},{"source":540,"target":534},{"source":542,"target":20},{"source":541,"target":55},{"source":541,"target":543},{"source":541,"target":534},{"source":543,"target":55},{"source":535,"target":42},{"source":535,"target":544},{"source":535,"target":54},{"source":544,"target":42},{"source":536,"target":41},{"source":536,"target":545},{"source":536,"target":54},{"source":545,"target":41},{"source":55,"target":0},{"source":56,"target":0},{"source":56,"target":38},{"source":56,"target":546},{"source":546,"target":38}],"multigraph":true} |
true | <?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="esmodel"
nsURI="http://unicase.org/emfstore/esmodel" nsPrefix="org.unicase.emfstore.esmodel">
<eClassifiers xsi:type="ecore:EClass" name="ProjectHistory">
<eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#//ProjectId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="versions" lowerBound="1"
upperBound="-1" eType="#//versioning/Version" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projectName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projectDescription" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="projectId" lowerBound="1"
eType="#//ProjectId" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="version" lowerBound="1"
eType="#//versioning/PrimaryVersionSpec" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SessionId" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ServerSpace">
<eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1"
eType="#//accesscontrol/ACGroup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1"
eType="#//ProjectHistory"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="openSessions" upperBound="-1"
eType="#//SessionId" transient="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1"
eType="#//accesscontrol/ACUser" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectId" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="VersionInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="emfStoreVersionString"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClientVersionInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eSubpackages name="versioning" nsURI="http://unicase.org/esmodel/versioning" nsPrefix="org.unicase.emfstore.esmodel.versioning">
<eClassifiers xsi:type="ecore:EClass" name="TagVersionSpec" eSuperTypes="#//versioning/VersionSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DateVersionSpec" eSuperTypes="#//versioning/VersionSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimaryVersionSpec" eSuperTypes="#//versioning/VersionSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VersionSpec" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="LogMessage">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clientDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangePackage">
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//versioning/operations/AbstractOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1"
eType="#//versioning/events/Event" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" eType="#//versioning/LogMessage"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="notifications" upperBound="-1"
eType="#//notification/ESNotification" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="versionProperties" upperBound="-1"
eType="#//versioning/VersionProperty" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HistoryInfo">
<eStructuralFeatures xsi:type="ecore:EReference" name="primerySpec" lowerBound="1"
eType="#//versioning/PrimaryVersionSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" lowerBound="1"
eType="#//versioning/LogMessage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tagSpecs" upperBound="-1"
eType="#//versioning/TagVersionSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="versionProperties" upperBound="-1"
eType="#//versioning/VersionProperty" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="changePackage" eType="#//versioning/ChangePackage"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HistoryQuery">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1"
eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeChangePackage"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Version">
<eStructuralFeatures xsi:type="ecore:EReference" name="projectState" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//Project"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primarySpec" lowerBound="1"
eType="#//versioning/PrimaryVersionSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tagSpecs" upperBound="-1"
eType="#//versioning/TagVersionSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nextVersion" eType="#//versioning/Version"
eOpposite="#//versioning/Version/previousVersion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="previousVersion" eType="#//versioning/Version"
eOpposite="#//versioning/Version/nextVersion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="changes" eType="#//versioning/ChangePackage"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" eType="#//versioning/LogMessage"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HeadVersionSpec" eSuperTypes="#//versioning/VersionSpec"/>
<eClassifiers xsi:type="ecore:EClass" name="VersionProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eSubpackages name="operations" nsURI="http://unicase.org/esmodel/versioning/operations"
nsPrefix="org.unicase.emfstore.esmodel.versioning.operations">
<eClassifiers xsi:type="ecore:EClass" name="AbstractOperation" abstract="true"
eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//IdentifiableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" defaultValueLiteral=""
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElementId" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accepted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clientDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompositeOperation" eSuperTypes="#//versioning/operations/AbstractOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="subOperations" upperBound="-1"
eType="#//versioning/operations/AbstractOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainOperation" eType="#//versioning/operations/AbstractOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compositeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compositeDescription"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reversed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureOperation" abstract="true"
eSuperTypes="#//versioning/operations/AbstractOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateDeleteOperation" eSuperTypes="#//versioning/operations/AbstractOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="delete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subOperations" upperBound="-1"
eType="#//versioning/operations/ReferenceOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeOperation" eSuperTypes="#//versioning/operations/FeatureOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleReferenceOperation" eSuperTypes="#//versioning/operations/ReferenceOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="oldValue" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newValue" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiReferenceOperation" eSuperTypes="#//versioning/operations/ReferenceOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="add" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelElements"
upperBound="-1" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiReferenceMoveOperation" eSuperTypes="#//versioning/operations/FeatureOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelElementId"
eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceOperation" abstract="true"
eSuperTypes="#//versioning/operations/FeatureOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bidirectional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oppositeFeatureName"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="containmentType" eType="#//versioning/operations/ContainmentType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramLayoutOperation" eSuperTypes="#//versioning/operations/AttributeOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="OperationId" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="OperationGroup">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//versioning/operations/AbstractOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementGroup">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1"
eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ContainmentType">
<eLiterals name="NONE"/>
<eLiterals name="CONTAINER" value="1"/>
<eLiterals name="CONTAINMENT" value="2"/>
</eClassifiers>
<eSubpackages name="semantic" nsURI="http://unicase.org/esmodel/versioning/operations/semantic"
nsPrefix="org.unicase.emfstore.esmodel.versioning.operations.semantic">
<eClassifiers xsi:type="ecore:EClass" name="SemanticCompositeOperation" abstract="true"
eSuperTypes="#//versioning/operations/CompositeOperation"/>
</eSubpackages>
</eSubpackages>
<eSubpackages name="events" nsURI="http://unicase.org/esmodel/versioning/events"
nsPrefix="org.unicase.emfstore.esmodel.versioning.events">
<eClassifiers xsi:type="ecore:EClass" name="Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timestamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReadEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MergeEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfConflicts"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="totalTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="localChanges" upperBound="-1"
eType="#//versioning/operations/AbstractOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CheckoutEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="baseVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExceptionEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionStackTrace"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionCauseTitle"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionCauseStackTrace"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PluginStartEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UpdateEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="baseVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RevertEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="revertedChangesCount"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShowHistoryEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" upperBound="-1"
eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PerspectiveEvent" eSuperTypes="#//versioning/events/Event"/>
<eClassifiers xsi:type="ecore:EClass" name="DNDEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dragSourceElement"
eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dropTargetElement"
eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LinkEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="createdNew" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TraceEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigatorCreateEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="createdElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceSection" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PluginFocusEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PresentationSwitchEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newPresentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UndoEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//versioning/operations/AbstractOperation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Validate" eSuperTypes="#//versioning/events/Event"/>
<eClassifiers xsi:type="ecore:EClass" name="ShowChangesEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotificationReadEvent" eSuperTypes="#//versioning/events/ReadEvent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="notificationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotificationGenerationEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="notifications" upperBound="-1"
eType="#//notification/ESNotification" containment="true" eKeys="../../org.unicase.metamodel/model/metamodel.ecore#//IdentifiableElement/identifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotificationIgnoreEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="notificationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="URLEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceModelElement"
eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceURL" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MergeChoiceEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="myAcceptedChanges"
upperBound="-1" eType="#//versioning/operations/OperationId" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="theirRejectedChanges"
upperBound="-1" eType="#//versioning/operations/OperationId" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextModelElement"
eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="#//versioning/events/MergeChoiceSelection"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contextFeature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="createdIssueName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MergeChoiceSelection">
<eLiterals name="Mine"/>
<eLiterals name="Their" value="1"/>
<eLiterals name="Issue" value="2" literal="Issue"/>
<eLiterals name="MergedText" value="3" literal="MergedText"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MergeGlobalChoiceEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="#//versioning/events/MergeGlobalChoiceSelection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MergeGlobalChoiceSelection">
<eLiterals name="AllMine" literal="AllMine"/>
<eLiterals name="AllTheir" value="1" literal="AllTheir"/>
<eLiterals name="Cancel" value="2"/>
<eLiterals name="OKNotFinished" value="3" literal="OKNotFinished"/>
<eLiterals name="OKFinished" value="4" literal="OKFinished"/>
</eClassifiers>
<eSubpackages name="server" nsURI="http://unicase.org/esmodel/versioning/events/server/"
nsPrefix="org.unicase.esmodel.versioning.events.server">
<eClassifiers xsi:type="ecore:EClass" name="ServerEvent" abstract="true" eSuperTypes="#//versioning/events/Event"/>
<eClassifiers xsi:type="ecore:EClass" name="ServerProjectEvent" abstract="true"
eSuperTypes="#//versioning/events/server/ServerEvent">
<eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#//ProjectId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectUpdatedEvent" eSuperTypes="#//versioning/events/server/ServerProjectEvent">
<eStructuralFeatures xsi:type="ecore:EReference" name="newVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
</eClassifiers>
</eSubpackages>
</eSubpackages>
</eSubpackages>
<eSubpackages name="accesscontrol" nsURI="http://unicase.org/esmodel/accesscontrol"
nsPrefix="org.unicase.accesscontrol">
<eClassifiers xsi:type="ecore:EClass" name="ACUser" eSuperTypes="#//accesscontrol/ACOrgUnit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ACOrgUnit" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//IdentifiableElement">
<eOperations name="getId" eType="#//accesscontrol/ACOrgUnitId"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1"
eType="#//accesscontrol/roles/Role" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//accesscontrol/OrgUnitProperty" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ACGroup" eSuperTypes="#//accesscontrol/ACOrgUnit">
<eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1"
eType="#//accesscontrol/ACOrgUnit" eKeys="../../org.unicase.metamodel/model/metamodel.ecore#//IdentifiableElement/identifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ACOrgUnitId" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="OrgUnitProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#//ProjectId"
containment="true" eKeys="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier/id"/>
</eClassifiers>
<eSubpackages name="roles" nsURI="http://unicase.org/esmodel/accesscontrol/roles"
nsPrefix="org.unicase.accesscontrol.roles">
<eClassifiers xsi:type="ecore:EClass" name="Role" abstract="true">
<eOperations name="canAdministrate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="projectId" eType="#//ProjectId"/>
</eOperations>
<eOperations name="canCreate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="projectId" eType="#//ProjectId"/>
<eParameters name="modelElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElement"/>
</eOperations>
<eOperations name="canDelete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="projectId" eType="#//ProjectId"/>
<eParameters name="modelElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElement"/>
</eOperations>
<eOperations name="canModify" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="projectId" eType="#//ProjectId"/>
<eParameters name="modelElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElement"/>
</eOperations>
<eOperations name="canRead" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="projectId" eType="#//ProjectId"/>
<eParameters name="modelElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElement"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1"
eType="#//ProjectId" containment="true" eKeys="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier/id"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReaderRole" eSuperTypes="#//accesscontrol/roles/Role"/>
<eClassifiers xsi:type="ecore:EClass" name="WriterRole" eSuperTypes="#//accesscontrol/roles/Role"/>
<eClassifiers xsi:type="ecore:EClass" name="ProjectAdminRole" eSuperTypes="#//accesscontrol/roles/Role"/>
<eClassifiers xsi:type="ecore:EClass" name="ServerAdmin" eSuperTypes="#//accesscontrol/roles/Role"/>
</eSubpackages>
</eSubpackages>
<eSubpackages name="notification" nsURI="http://unicase.org/esmodel/notification"
nsPrefix="org.unicase.notification">
<eClassifiers xsi:type="ecore:EClass" name="ESNotification" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//IdentifiableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="details" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="seen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sender" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="recipient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#//ProjectId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedModelElements"
upperBound="-1" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedOperations" upperBound="-1"
eType="#//versioning/operations/OperationId" containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="url" nsURI="http://unicase.org/emfstore/esmodel/url" nsPrefix="org.unicase.emfstore.esmodel.url">
<eClassifiers xsi:type="ecore:EClass" name="ServerUrl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hostName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectUrlFragment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#//ProjectId"
containment="true" eKeys="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier/id"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementUrlFragment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElementId" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementUrl">
<eStructuralFeatures xsi:type="ecore:EReference" name="serverUrl" eType="#//url/ServerUrl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="projectUrlFragment" eType="#//url/ProjectUrlFragment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElementUrlFragment"
eType="#//url/ModelElementUrlFragment" containment="true"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/unicase-ls1/unicase/other/0.4.5-core-with-logging/org.unicase.emfstore.esmodel/model/esmodel.ecore | ecore | esmodel
ProjectHistory
projectId
versions
projectName
projectDescription
ProjectInfo
name
description
projectId
version
SessionId
ServerSpace
groups
projects
openSessions
users
ProjectId
VersionInfo
emfStoreVersionString
ClientVersionInfo
version
name
versioning
TagVersionSpec
name
DateVersionSpec
date
PrimaryVersionSpec
identifier
VersionSpec
LogMessage
author
message
date
clientDate
ChangePackage
operations
events
logMessage
notifications
versionProperties
HistoryInfo
primerySpec
logMessage
tagSpecs
versionProperties
changePackage
HistoryQuery
source
target
modelElements
includeChangePackage
Version
projectState
primarySpec
tagSpecs
nextVersion
previousVersion
changes
logMessage
HeadVersionSpec
VersionProperty
name
value
operations
AbstractOperation
name
description
modelElementId
accepted
clientDate
CompositeOperation
subOperations
mainOperation
compositeName
compositeDescription
reversed
FeatureOperation
featureName
CreateDeleteOperation
delete
modelElement
subOperations
AttributeOperation
oldValue
newValue
SingleReferenceOperation
oldValue
newValue
MultiReferenceOperation
add
index
referencedModelElements
MultiReferenceMoveOperation
oldIndex
newIndex
referencedModelElementId
ReferenceOperation
bidirectional
oppositeFeatureName
containmentType
DiagramLayoutOperation
OperationId
OperationGroup
name
operations
ModelElementGroup
name
modelElements
ContainmentType
NONE
NONE
CONTAINER
CONTAINER
CONTAINMENT
CONTAINMENT
semantic
SemanticCompositeOperation
events
Event
timestamp
ReadEvent
modelElement
sourceView
readView
MergeEvent
numberOfConflicts
totalTime
baseVersion
targetVersion
localChanges
CheckoutEvent
baseVersion
ExceptionEvent
ExceptionTitle
ExceptionStackTrace
ExceptionCauseTitle
ExceptionCauseStackTrace
PluginStartEvent
pluginId
UpdateEvent
baseVersion
targetVersion
AnnotationEvent
annotatedElement
annotation
RevertEvent
revertedChangesCount
ShowHistoryEvent
sourceVersion
targetVersion
modelElement
PerspectiveEvent
DNDEvent
sourceView
targetView
dragSourceElement
dropTargetElement
LinkEvent
sourceView
sourceElement
targetElement
createdNew
TraceEvent
sourceElement
targetElement
featureName
NavigatorCreateEvent
createdElement
sourceSection
dynamic
PluginFocusEvent
pluginId
startDate
PresentationSwitchEvent
readView
newPresentation
UndoEvent
operation
Validate
ShowChangesEvent
sourceVersion
targetVersion
NotificationReadEvent
notificationId
NotificationGenerationEvent
notifications
NotificationIgnoreEvent
notificationId
URLEvent
sourceModelElement
sourceView
sourceURL
MergeChoiceEvent
myAcceptedChanges
theirRejectedChanges
contextModelElement
selection
contextFeature
createdIssueName
MergeChoiceSelection
Mine
Mine
Their
Their
Issue
Issue
MergedText
MergedText
MergeGlobalChoiceEvent
selection
MergeGlobalChoiceSelection
AllMine
AllMine
AllTheir
AllTheir
Cancel
Cancel
OKNotFinished
OKNotFinished
OKFinished
OKFinished
server
ServerEvent
ServerProjectEvent
projectId
ProjectUpdatedEvent
newVersion
accesscontrol
ACUser
firstName
lastName
ACOrgUnit
getId
name
roles
description
properties
ACGroup
members
ACOrgUnitId
OrgUnitProperty
name
value
project
roles
Role
canAdministrate
projectId
canCreate
projectId
modelElement
canDelete
projectId
modelElement
canModify
projectId
modelElement
canRead
projectId
modelElement
projects
ReaderRole
WriterRole
ProjectAdminRole
ServerAdmin
notification
ESNotification
name
message
details
seen
creationDate
provider
sender
recipient
project
relatedModelElements
relatedOperations
url
ServerUrl
hostName
port
ProjectUrlFragment
name
projectId
ModelElementUrlFragment
name
modelElementId
ModelElementUrl
serverUrl
projectUrlFragment
modelElementUrlFragment | null | {"directed":true,"nodes":[{"nsPrefix":"org.unicase.emfstore.esmodel","nsURI":"http://unicase.org/emfstore/esmodel","name":"esmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectHistory","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectInfo","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SessionId","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerSpace","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectId","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionInfo","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClientVersionInfo","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning","nsURI":"http://unicase.org/esmodel/versioning","name":"versioning","id":8,"eClass":"EPackage"},{"nsPrefix":"org.unicase.accesscontrol","nsURI":"http://unicase.org/esmodel/accesscontrol","name":"accesscontrol","id":9,"eClass":"EPackage"},{"nsPrefix":"org.unicase.notification","nsURI":"http://unicase.org/esmodel/notification","name":"notification","id":10,"eClass":"EPackage"},{"nsPrefix":"org.unicase.emfstore.esmodel.url","nsURI":"http://unicase.org/emfstore/esmodel/url","name":"url","id":11,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectName","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectDescription","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Version","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryVersionSpec","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"openSessions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACGroup","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACUser","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"emfStoreVersionString","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagVersionSpec","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateVersionSpec","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionSpec","instanceClass":null,"abstract":true,"id":50,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogMessage","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangePackage","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HistoryInfo","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HistoryQuery","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeadVersionSpec","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionProperty","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning.operations","nsURI":"http://unicase.org/esmodel/versioning/operations","name":"operations","id":57,"eClass":"EPackage"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning.events","nsURI":"http://unicase.org/esmodel/versioning/events","name":"events","id":58,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clientDate","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versionProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractOperation","instanceClass":null,"abstract":true,"id":81,"interface":false,"eClass":"EClass"},{"id":82,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ESNotification","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primerySpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagSpecs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versionProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changePackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includeChangePackage","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primarySpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagSpecs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nextVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previousVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeOperation","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureOperation","instanceClass":null,"abstract":true,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateDeleteOperation","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeOperation","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleReferenceOperation","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceOperation","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceMoveOperation","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceOperation","instanceClass":null,"abstract":true,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramLayoutOperation","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationId","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationGroup","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementGroup","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContainmentType","instanceClass":null,"id":138,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning.operations.semantic","nsURI":"http://unicase.org/esmodel/versioning/operations/semantic","name":"semantic","id":139,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":140,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"description","changeable":false,"lowerBound":0,"iD":false,"id":141,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"accepted","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clientDate","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositeName","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositeDescription","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reversed","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"delete","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"add","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referencedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldIndex","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newIndex","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referencedModelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bidirectional","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oppositeFeatureName","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containmentType","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"name":"NONE","id":213,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"CONTAINER","id":214,"value":1,"literal":"CONTAINER","eClass":"EEnumLiteral"},{"name":"CONTAINMENT","id":215,"value":2,"literal":"CONTAINMENT","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticCompositeOperation","instanceClass":null,"abstract":true,"id":216,"interface":false,"eClass":"EClass"},{"id":217,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadEvent","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeEvent","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckoutEvent","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionEvent","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PluginStartEvent","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateEvent","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationEvent","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RevertEvent","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowHistoryEvent","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerspectiveEvent","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DNDEvent","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEvent","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceEvent","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigatorCreateEvent","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PluginFocusEvent","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentationSwitchEvent","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UndoEvent","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Validate","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowChangesEvent","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationReadEvent","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationGenerationEvent","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationIgnoreEvent","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URLEvent","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeChoiceEvent","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MergeChoiceSelection","instanceClass":null,"id":242,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeGlobalChoiceEvent","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MergeGlobalChoiceSelection","instanceClass":null,"id":244,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"org.unicase.esmodel.versioning.events.server","nsURI":"http://unicase.org/esmodel/versioning/events/server/","name":"server","id":245,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timestamp","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readView","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfConflicts","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalTime","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionTitle","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionStackTrace","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionCauseTitle","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionCauseStackTrace","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluginId","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revertedChangesCount","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetView","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dragSourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dropTargetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdNew","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"createdElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dynamic","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluginId","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readView","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newPresentation","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"notificationId","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"notificationId","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceModelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceURL","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"myAcceptedChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theirRejectedChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextModelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contextFeature","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdIssueName","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"name":"Mine","id":382,"value":0,"literal":"Mine","eClass":"EEnumLiteral"},{"name":"Their","id":383,"value":1,"literal":"Their","eClass":"EEnumLiteral"},{"name":"Issue","id":384,"value":2,"literal":"Issue","eClass":"EEnumLiteral"},{"name":"MergedText","id":385,"value":3,"literal":"MergedText","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"name":"AllMine","id":389,"value":0,"literal":"AllMine","eClass":"EEnumLiteral"},{"name":"AllTheir","id":390,"value":1,"literal":"AllTheir","eClass":"EEnumLiteral"},{"name":"Cancel","id":391,"value":2,"literal":"Cancel","eClass":"EEnumLiteral"},{"name":"OKNotFinished","id":392,"value":3,"literal":"OKNotFinished","eClass":"EEnumLiteral"},{"name":"OKFinished","id":393,"value":4,"literal":"OKFinished","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerEvent","instanceClass":null,"abstract":true,"id":394,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerProjectEvent","instanceClass":null,"abstract":true,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectUpdatedEvent","instanceClass":null,"abstract":false,"id":396,"interface":false,"eClass":"EClass"},{"id":397,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACOrgUnit","instanceClass":null,"abstract":false,"id":404,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACOrgUnitId","instanceClass":null,"abstract":false,"id":405,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrgUnitProperty","instanceClass":null,"abstract":false,"id":406,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.accesscontrol.roles","nsURI":"http://unicase.org/esmodel/accesscontrol/roles","name":"roles","id":407,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":0,"iD":false,"id":408,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getId","lowerBound":0,"id":413,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":414,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":416,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":true,"id":421,"interface":false,"eClass":"EClass"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":429,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":430,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReaderRole","instanceClass":null,"abstract":false,"id":435,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriterRole","instanceClass":null,"abstract":false,"id":436,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectAdminRole","instanceClass":null,"abstract":false,"id":437,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerAdmin","instanceClass":null,"abstract":false,"id":438,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"canAdministrate","lowerBound":0,"id":439,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canCreate","lowerBound":0,"id":440,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canDelete","lowerBound":0,"id":441,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canModify","lowerBound":0,"id":442,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canRead","lowerBound":0,"id":443,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":446,"many":false,"required":false,"eClass":"EParameter"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":449,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":450,"many":false,"required":false,"eClass":"EParameter"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":454,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":455,"many":false,"required":false,"eClass":"EParameter"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":459,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":460,"many":false,"required":false,"eClass":"EParameter"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":464,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":465,"many":false,"required":false,"eClass":"EParameter"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":473,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":474,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"lowerBound":0,"iD":false,"id":475,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"seen","changeable":true,"lowerBound":0,"iD":false,"id":476,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationDate","changeable":true,"lowerBound":0,"iD":false,"id":477,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"lowerBound":0,"iD":false,"id":478,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sender","changeable":true,"lowerBound":0,"iD":false,"id":479,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"recipient","changeable":true,"lowerBound":0,"iD":false,"id":480,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relatedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":482,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relatedOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerUrl","instanceClass":null,"abstract":false,"id":496,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectUrlFragment","instanceClass":null,"abstract":false,"id":497,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementUrlFragment","instanceClass":null,"abstract":false,"id":498,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementUrl","instanceClass":null,"abstract":false,"id":499,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hostName","changeable":true,"lowerBound":0,"iD":false,"id":500,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"lowerBound":0,"iD":false,"id":501,"derived":false},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":504,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":508,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":509,"derived":false},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serverUrl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":512,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectUrlFragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":513,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementUrlFragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":12,"target":5},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":5},{"source":13,"target":17},{"source":13,"target":18},{"source":13,"target":1},{"source":18,"target":17},{"source":14,"target":19},{"source":14,"target":1},{"source":15,"target":20},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":21,"target":25},{"source":21,"target":2},{"source":22,"target":26},{"source":22,"target":2},{"source":23,"target":5},{"source":23,"target":27},{"source":23,"target":2},{"source":27,"target":5},{"source":24,"target":28},{"source":24,"target":29},{"source":24,"target":2},{"source":29,"target":28},{"source":3,"target":0},{"source":3,"target":30},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":31,"target":35},{"source":31,"target":36},{"source":31,"target":4},{"source":36,"target":35},{"source":32,"target":1},{"source":32,"target":37},{"source":32,"target":4},{"source":37,"target":1},{"source":33,"target":3},{"source":33,"target":38},{"source":33,"target":4},{"source":38,"target":3},{"source":34,"target":39},{"source":34,"target":40},{"source":34,"target":4},{"source":40,"target":39},{"source":5,"target":0},{"source":5,"target":41},{"source":6,"target":0},{"source":6,"target":42},{"source":42,"target":43},{"source":42,"target":6},{"source":7,"target":0},{"source":7,"target":44},{"source":7,"target":45},{"source":44,"target":46},{"source":44,"target":7},{"source":45,"target":47},{"source":45,"target":7},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":28},{"source":8,"target":50},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":17},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":0},{"source":48,"target":8},{"source":48,"target":50},{"source":48,"target":59},{"source":48,"target":60},{"source":59,"target":61},{"source":59,"target":48},{"source":60,"target":50},{"source":49,"target":8},{"source":49,"target":50},{"source":49,"target":62},{"source":49,"target":63},{"source":62,"target":64},{"source":62,"target":49},{"source":63,"target":50},{"source":28,"target":8},{"source":28,"target":50},{"source":28,"target":65},{"source":28,"target":66},{"source":65,"target":67},{"source":65,"target":28},{"source":66,"target":50},{"source":50,"target":8},{"source":51,"target":8},{"source":51,"target":68},{"source":51,"target":69},{"source":51,"target":70},{"source":51,"target":71},{"source":68,"target":72},{"source":68,"target":51},{"source":69,"target":73},{"source":69,"target":51},{"source":70,"target":74},{"source":70,"target":51},{"source":71,"target":75},{"source":71,"target":51},{"source":52,"target":8},{"source":52,"target":76},{"source":52,"target":77},{"source":52,"target":78},{"source":52,"target":79},{"source":52,"target":80},{"source":76,"target":81},{"source":76,"target":82},{"source":76,"target":52},{"source":82,"target":81},{"source":77,"target":83},{"source":77,"target":84},{"source":77,"target":52},{"source":84,"target":83},{"source":78,"target":51},{"source":78,"target":85},{"source":78,"target":52},{"source":85,"target":51},{"source":79,"target":86},{"source":79,"target":87},{"source":79,"target":52},{"source":87,"target":86},{"source":80,"target":56},{"source":80,"target":88},{"source":80,"target":52},{"source":88,"target":56},{"source":53,"target":8},{"source":53,"target":89},{"source":53,"target":90},{"source":53,"target":91},{"source":53,"target":92},{"source":53,"target":93},{"source":89,"target":28},{"source":89,"target":94},{"source":89,"target":53},{"source":94,"target":28},{"source":90,"target":51},{"source":90,"target":95},{"source":90,"target":53},{"source":95,"target":51},{"source":91,"target":48},{"source":91,"target":96},{"source":91,"target":53},{"source":96,"target":48},{"source":92,"target":56},{"source":92,"target":97},{"source":92,"target":53},{"source":97,"target":56},{"source":93,"target":52},{"source":93,"target":98},{"source":93,"target":53},{"source":98,"target":52},{"source":54,"target":8},{"source":54,"target":99},{"source":54,"target":100},{"source":54,"target":101},{"source":54,"target":102},{"source":99,"target":28},{"source":99,"target":103},{"source":99,"target":54},{"source":103,"target":28},{"source":100,"target":28},{"source":100,"target":104},{"source":100,"target":54},{"source":104,"target":28},{"source":101,"target":105},{"source":101,"target":54},{"source":102,"target":106},{"source":102,"target":54},{"source":17,"target":8},{"source":17,"target":107},{"source":17,"target":108},{"source":17,"target":109},{"source":17,"target":110},{"source":17,"target":111},{"source":17,"target":112},{"source":17,"target":113},{"source":107,"target":114},{"source":107,"target":17},{"source":108,"target":28},{"source":108,"target":115},{"source":108,"target":17},{"source":115,"target":28},{"source":109,"target":48},{"source":109,"target":116},{"source":109,"target":17},{"source":116,"target":48},{"source":110,"target":17},{"source":110,"target":117},{"source":110,"target":17},{"source":110,"target":111},{"source":117,"target":17},{"source":111,"target":17},{"source":111,"target":118},{"source":111,"target":17},{"source":111,"target":110},{"source":118,"target":17},{"source":112,"target":52},{"source":112,"target":119},{"source":112,"target":17},{"source":119,"target":52},{"source":113,"target":51},{"source":113,"target":120},{"source":113,"target":17},{"source":120,"target":51},{"source":55,"target":8},{"source":55,"target":50},{"source":55,"target":121},{"source":121,"target":50},{"source":56,"target":8},{"source":56,"target":122},{"source":56,"target":123},{"source":122,"target":124},{"source":122,"target":56},{"source":123,"target":125},{"source":123,"target":56},{"source":57,"target":81},{"source":57,"target":126},{"source":57,"target":127},{"source":57,"target":128},{"source":57,"target":129},{"source":57,"target":130},{"source":57,"target":131},{"source":57,"target":132},{"source":57,"target":133},{"source":57,"target":134},{"source":57,"target":135},{"source":57,"target":136},{"source":57,"target":137},{"source":57,"target":138},{"source":57,"target":139},{"source":57,"target":8},{"source":81,"target":57},{"source":81,"target":140},{"source":81,"target":141},{"source":81,"target":142},{"source":81,"target":143},{"source":81,"target":144},{"source":81,"target":145},{"source":140,"target":146},{"source":140,"target":81},{"source":141,"target":147},{"source":141,"target":81},{"source":142,"target":148},{"source":142,"target":81},{"source":143,"target":149},{"source":143,"target":81},{"source":144,"target":150},{"source":144,"target":81},{"source":126,"target":57},{"source":126,"target":81},{"source":126,"target":151},{"source":126,"target":152},{"source":126,"target":153},{"source":126,"target":154},{"source":126,"target":155},{"source":126,"target":156},{"source":151,"target":81},{"source":151,"target":157},{"source":151,"target":126},{"source":157,"target":81},{"source":152,"target":81},{"source":152,"target":158},{"source":152,"target":126},{"source":158,"target":81},{"source":153,"target":159},{"source":153,"target":126},{"source":154,"target":160},{"source":154,"target":126},{"source":155,"target":161},{"source":155,"target":126},{"source":156,"target":81},{"source":127,"target":57},{"source":127,"target":81},{"source":127,"target":162},{"source":127,"target":163},{"source":162,"target":164},{"source":162,"target":127},{"source":163,"target":81},{"source":128,"target":57},{"source":128,"target":81},{"source":128,"target":165},{"source":128,"target":166},{"source":128,"target":167},{"source":128,"target":168},{"source":165,"target":169},{"source":165,"target":128},{"source":166,"target":170},{"source":166,"target":128},{"source":167,"target":133},{"source":167,"target":171},{"source":167,"target":128},{"source":171,"target":133},{"source":168,"target":81},{"source":129,"target":57},{"source":129,"target":127},{"source":129,"target":172},{"source":129,"target":173},{"source":129,"target":174},{"source":172,"target":175},{"source":172,"target":129},{"source":173,"target":176},{"source":173,"target":129},{"source":174,"target":127},{"source":130,"target":57},{"source":130,"target":133},{"source":130,"target":177},{"source":130,"target":178},{"source":130,"target":179},{"source":177,"target":180},{"source":177,"target":130},{"source":178,"target":181},{"source":178,"target":130},{"source":179,"target":133},{"source":131,"target":57},{"source":131,"target":133},{"source":131,"target":182},{"source":131,"target":183},{"source":131,"target":184},{"source":131,"target":185},{"source":182,"target":186},{"source":182,"target":131},{"source":183,"target":187},{"source":183,"target":131},{"source":184,"target":188},{"source":184,"target":131},{"source":185,"target":133},{"source":132,"target":57},{"source":132,"target":127},{"source":132,"target":189},{"source":132,"target":190},{"source":132,"target":191},{"source":132,"target":192},{"source":189,"target":193},{"source":189,"target":132},{"source":190,"target":194},{"source":190,"target":132},{"source":191,"target":195},{"source":191,"target":132},{"source":192,"target":127},{"source":133,"target":57},{"source":133,"target":127},{"source":133,"target":196},{"source":133,"target":197},{"source":133,"target":198},{"source":133,"target":199},{"source":196,"target":200},{"source":196,"target":133},{"source":197,"target":201},{"source":197,"target":133},{"source":198,"target":138},{"source":198,"target":202},{"source":198,"target":133},{"source":202,"target":138},{"source":199,"target":127},{"source":134,"target":57},{"source":134,"target":129},{"source":134,"target":203},{"source":203,"target":129},{"source":135,"target":57},{"source":135,"target":204},{"source":136,"target":57},{"source":136,"target":205},{"source":136,"target":206},{"source":205,"target":207},{"source":205,"target":136},{"source":206,"target":81},{"source":206,"target":208},{"source":206,"target":136},{"source":208,"target":81},{"source":137,"target":57},{"source":137,"target":209},{"source":137,"target":210},{"source":209,"target":211},{"source":209,"target":137},{"source":210,"target":212},{"source":210,"target":137},{"source":138,"target":57},{"source":138,"target":213},{"source":138,"target":214},{"source":138,"target":215},{"source":213,"target":138},{"source":214,"target":138},{"source":215,"target":138},{"source":139,"target":216},{"source":139,"target":57},{"source":216,"target":139},{"source":216,"target":126},{"source":216,"target":217},{"source":217,"target":126},{"source":58,"target":83},{"source":58,"target":218},{"source":58,"target":219},{"source":58,"target":220},{"source":58,"target":221},{"source":58,"target":222},{"source":58,"target":223},{"source":58,"target":224},{"source":58,"target":225},{"source":58,"target":226},{"source":58,"target":227},{"source":58,"target":228},{"source":58,"target":229},{"source":58,"target":230},{"source":58,"target":231},{"source":58,"target":232},{"source":58,"target":233},{"source":58,"target":234},{"source":58,"target":235},{"source":58,"target":236},{"source":58,"target":237},{"source":58,"target":238},{"source":58,"target":239},{"source":58,"target":240},{"source":58,"target":241},{"source":58,"target":242},{"source":58,"target":243},{"source":58,"target":244},{"source":58,"target":245},{"source":58,"target":8},{"source":83,"target":58},{"source":83,"target":246},{"source":246,"target":247},{"source":246,"target":83},{"source":218,"target":58},{"source":218,"target":83},{"source":218,"target":248},{"source":218,"target":249},{"source":218,"target":250},{"source":218,"target":251},{"source":248,"target":252},{"source":248,"target":218},{"source":249,"target":253},{"source":249,"target":218},{"source":250,"target":254},{"source":250,"target":218},{"source":251,"target":83},{"source":219,"target":58},{"source":219,"target":83},{"source":219,"target":255},{"source":219,"target":256},{"source":219,"target":257},{"source":219,"target":258},{"source":219,"target":259},{"source":219,"target":260},{"source":255,"target":261},{"source":255,"target":219},{"source":256,"target":262},{"source":256,"target":219},{"source":257,"target":28},{"source":257,"target":263},{"source":257,"target":219},{"source":263,"target":28},{"source":258,"target":28},{"source":258,"target":264},{"source":258,"target":219},{"source":264,"target":28},{"source":259,"target":81},{"source":259,"target":265},{"source":259,"target":219},{"source":265,"target":81},{"source":260,"target":83},{"source":220,"target":58},{"source":220,"target":83},{"source":220,"target":266},{"source":220,"target":267},{"source":266,"target":28},{"source":266,"target":268},{"source":266,"target":220},{"source":268,"target":28},{"source":267,"target":83},{"source":221,"target":58},{"source":221,"target":83},{"source":221,"target":269},{"source":221,"target":270},{"source":221,"target":271},{"source":221,"target":272},{"source":221,"target":273},{"source":269,"target":274},{"source":269,"target":221},{"source":270,"target":275},{"source":270,"target":221},{"source":271,"target":276},{"source":271,"target":221},{"source":272,"target":277},{"source":272,"target":221},{"source":273,"target":83},{"source":222,"target":58},{"source":222,"target":83},{"source":222,"target":278},{"source":222,"target":279},{"source":278,"target":280},{"source":278,"target":222},{"source":279,"target":83},{"source":223,"target":58},{"source":223,"target":83},{"source":223,"target":281},{"source":223,"target":282},{"source":223,"target":283},{"source":281,"target":28},{"source":281,"target":284},{"source":281,"target":223},{"source":284,"target":28},{"source":282,"target":28},{"source":282,"target":285},{"source":282,"target":223},{"source":285,"target":28},{"source":283,"target":83},{"source":224,"target":58},{"source":224,"target":83},{"source":224,"target":286},{"source":224,"target":287},{"source":224,"target":288},{"source":286,"target":289},{"source":286,"target":224},{"source":287,"target":290},{"source":287,"target":224},{"source":288,"target":83},{"source":225,"target":58},{"source":225,"target":83},{"source":225,"target":291},{"source":225,"target":292},{"source":291,"target":293},{"source":291,"target":225},{"source":292,"target":83},{"source":226,"target":58},{"source":226,"target":83},{"source":226,"target":294},{"source":226,"target":295},{"source":226,"target":296},{"source":226,"target":297},{"source":294,"target":28},{"source":294,"target":298},{"source":294,"target":226},{"source":298,"target":28},{"source":295,"target":28},{"source":295,"target":299},{"source":295,"target":226},{"source":299,"target":28},{"source":296,"target":300},{"source":296,"target":226},{"source":297,"target":83},{"source":227,"target":58},{"source":227,"target":83},{"source":227,"target":301},{"source":301,"target":83},{"source":228,"target":58},{"source":228,"target":83},{"source":228,"target":302},{"source":228,"target":303},{"source":228,"target":304},{"source":228,"target":305},{"source":228,"target":306},{"source":302,"target":307},{"source":302,"target":228},{"source":303,"target":308},{"source":303,"target":228},{"source":304,"target":309},{"source":304,"target":228},{"source":305,"target":310},{"source":305,"target":228},{"source":306,"target":83},{"source":229,"target":58},{"source":229,"target":83},{"source":229,"target":311},{"source":229,"target":312},{"source":229,"target":313},{"source":229,"target":314},{"source":229,"target":315},{"source":311,"target":316},{"source":311,"target":229},{"source":312,"target":317},{"source":312,"target":229},{"source":313,"target":318},{"source":313,"target":229},{"source":314,"target":319},{"source":314,"target":229},{"source":315,"target":83},{"source":230,"target":58},{"source":230,"target":83},{"source":230,"target":320},{"source":230,"target":321},{"source":230,"target":322},{"source":230,"target":323},{"source":320,"target":324},{"source":320,"target":230},{"source":321,"target":325},{"source":321,"target":230},{"source":322,"target":326},{"source":322,"target":230},{"source":323,"target":83},{"source":231,"target":58},{"source":231,"target":83},{"source":231,"target":327},{"source":231,"target":328},{"source":231,"target":329},{"source":231,"target":330},{"source":327,"target":331},{"source":327,"target":231},{"source":328,"target":332},{"source":328,"target":231},{"source":329,"target":333},{"source":329,"target":231},{"source":330,"target":83},{"source":232,"target":58},{"source":232,"target":83},{"source":232,"target":334},{"source":232,"target":335},{"source":232,"target":336},{"source":334,"target":337},{"source":334,"target":232},{"source":335,"target":338},{"source":335,"target":232},{"source":336,"target":83},{"source":233,"target":58},{"source":233,"target":83},{"source":233,"target":339},{"source":233,"target":340},{"source":233,"target":341},{"source":339,"target":342},{"source":339,"target":233},{"source":340,"target":343},{"source":340,"target":233},{"source":341,"target":83},{"source":234,"target":58},{"source":234,"target":83},{"source":234,"target":344},{"source":234,"target":345},{"source":344,"target":81},{"source":344,"target":346},{"source":344,"target":234},{"source":346,"target":81},{"source":345,"target":83},{"source":235,"target":58},{"source":235,"target":83},{"source":235,"target":347},{"source":347,"target":83},{"source":236,"target":58},{"source":236,"target":83},{"source":236,"target":348},{"source":236,"target":349},{"source":236,"target":350},{"source":348,"target":28},{"source":348,"target":351},{"source":348,"target":236},{"source":351,"target":28},{"source":349,"target":28},{"source":349,"target":352},{"source":349,"target":236},{"source":352,"target":28},{"source":350,"target":83},{"source":237,"target":58},{"source":237,"target":218},{"source":237,"target":353},{"source":237,"target":354},{"source":353,"target":355},{"source":353,"target":237},{"source":354,"target":218},{"source":238,"target":58},{"source":238,"target":83},{"source":238,"target":356},{"source":238,"target":357},{"source":356,"target":86},{"source":356,"target":358},{"source":356,"target":238},{"source":358,"target":86},{"source":357,"target":83},{"source":239,"target":58},{"source":239,"target":83},{"source":239,"target":359},{"source":239,"target":360},{"source":359,"target":361},{"source":359,"target":239},{"source":360,"target":83},{"source":240,"target":58},{"source":240,"target":83},{"source":240,"target":362},{"source":240,"target":363},{"source":240,"target":364},{"source":240,"target":365},{"source":362,"target":366},{"source":362,"target":240},{"source":363,"target":367},{"source":363,"target":240},{"source":364,"target":368},{"source":364,"target":240},{"source":365,"target":83},{"source":241,"target":58},{"source":241,"target":83},{"source":241,"target":369},{"source":241,"target":370},{"source":241,"target":371},{"source":241,"target":372},{"source":241,"target":373},{"source":241,"target":374},{"source":241,"target":375},{"source":369,"target":135},{"source":369,"target":376},{"source":369,"target":241},{"source":376,"target":135},{"source":370,"target":135},{"source":370,"target":377},{"source":370,"target":241},{"source":377,"target":135},{"source":371,"target":378},{"source":371,"target":241},{"source":372,"target":242},{"source":372,"target":379},{"source":372,"target":241},{"source":379,"target":242},{"source":373,"target":380},{"source":373,"target":241},{"source":374,"target":381},{"source":374,"target":241},{"source":375,"target":83},{"source":242,"target":58},{"source":242,"target":382},{"source":242,"target":383},{"source":242,"target":384},{"source":242,"target":385},{"source":382,"target":242},{"source":383,"target":242},{"source":384,"target":242},{"source":385,"target":242},{"source":243,"target":58},{"source":243,"target":83},{"source":243,"target":386},{"source":243,"target":387},{"source":386,"target":244},{"source":386,"target":388},{"source":386,"target":243},{"source":388,"target":244},{"source":387,"target":83},{"source":244,"target":58},{"source":244,"target":389},{"source":244,"target":390},{"source":244,"target":391},{"source":244,"target":392},{"source":244,"target":393},{"source":389,"target":244},{"source":390,"target":244},{"source":391,"target":244},{"source":392,"target":244},{"source":393,"target":244},{"source":245,"target":394},{"source":245,"target":395},{"source":245,"target":396},{"source":245,"target":58},{"source":394,"target":245},{"source":394,"target":83},{"source":394,"target":397},{"source":397,"target":83},{"source":395,"target":245},{"source":395,"target":394},{"source":395,"target":398},{"source":395,"target":399},{"source":398,"target":5},{"source":398,"target":400},{"source":398,"target":395},{"source":400,"target":5},{"source":399,"target":394},{"source":396,"target":245},{"source":396,"target":395},{"source":396,"target":401},{"source":396,"target":402},{"source":401,"target":28},{"source":401,"target":403},{"source":401,"target":396},{"source":403,"target":28},{"source":402,"target":395},{"source":9,"target":39},{"source":9,"target":404},{"source":9,"target":35},{"source":9,"target":405},{"source":9,"target":406},{"source":9,"target":407},{"source":9,"target":0},{"source":39,"target":9},{"source":39,"target":404},{"source":39,"target":408},{"source":39,"target":409},{"source":39,"target":410},{"source":408,"target":411},{"source":408,"target":39},{"source":409,"target":412},{"source":409,"target":39},{"source":410,"target":404},{"source":404,"target":9},{"source":404,"target":413},{"source":404,"target":414},{"source":404,"target":415},{"source":404,"target":416},{"source":404,"target":417},{"source":404,"target":418},{"source":413,"target":405},{"source":413,"target":419},{"source":413,"target":404},{"source":419,"target":405},{"source":414,"target":420},{"source":414,"target":404},{"source":415,"target":421},{"source":415,"target":422},{"source":415,"target":404},{"source":422,"target":421},{"source":416,"target":423},{"source":416,"target":404},{"source":417,"target":406},{"source":417,"target":424},{"source":417,"target":404},{"source":424,"target":406},{"source":35,"target":9},{"source":35,"target":404},{"source":35,"target":425},{"source":35,"target":426},{"source":425,"target":404},{"source":425,"target":427},{"source":425,"target":35},{"source":427,"target":404},{"source":426,"target":404},{"source":405,"target":9},{"source":405,"target":428},{"source":406,"target":9},{"source":406,"target":429},{"source":406,"target":430},{"source":406,"target":431},{"source":429,"target":432},{"source":429,"target":406},{"source":430,"target":433},{"source":430,"target":406},{"source":431,"target":5},{"source":431,"target":434},{"source":431,"target":406},{"source":434,"target":5},{"source":407,"target":421},{"source":407,"target":435},{"source":407,"target":436},{"source":407,"target":437},{"source":407,"target":438},{"source":407,"target":9},{"source":421,"target":407},{"source":421,"target":439},{"source":421,"target":440},{"source":421,"target":441},{"source":421,"target":442},{"source":421,"target":443},{"source":421,"target":444},{"source":439,"target":445},{"source":439,"target":421},{"source":439,"target":446},{"source":446,"target":5},{"source":446,"target":447},{"source":446,"target":439},{"source":447,"target":5},{"source":440,"target":448},{"source":440,"target":421},{"source":440,"target":449},{"source":440,"target":450},{"source":449,"target":5},{"source":449,"target":451},{"source":449,"target":440},{"source":451,"target":5},{"source":450,"target":452},{"source":450,"target":440},{"source":441,"target":453},{"source":441,"target":421},{"source":441,"target":454},{"source":441,"target":455},{"source":454,"target":5},{"source":454,"target":456},{"source":454,"target":441},{"source":456,"target":5},{"source":455,"target":457},{"source":455,"target":441},{"source":442,"target":458},{"source":442,"target":421},{"source":442,"target":459},{"source":442,"target":460},{"source":459,"target":5},{"source":459,"target":461},{"source":459,"target":442},{"source":461,"target":5},{"source":460,"target":462},{"source":460,"target":442},{"source":443,"target":463},{"source":443,"target":421},{"source":443,"target":464},{"source":443,"target":465},{"source":464,"target":5},{"source":464,"target":466},{"source":464,"target":443},{"source":466,"target":5},{"source":465,"target":467},{"source":465,"target":443},{"source":444,"target":5},{"source":444,"target":468},{"source":444,"target":421},{"source":468,"target":5},{"source":435,"target":407},{"source":435,"target":421},{"source":435,"target":469},{"source":469,"target":421},{"source":436,"target":407},{"source":436,"target":421},{"source":436,"target":470},{"source":470,"target":421},{"source":437,"target":407},{"source":437,"target":421},{"source":437,"target":471},{"source":471,"target":421},{"source":438,"target":407},{"source":438,"target":421},{"source":438,"target":472},{"source":472,"target":421},{"source":10,"target":86},{"source":10,"target":0},{"source":86,"target":10},{"source":86,"target":473},{"source":86,"target":474},{"source":86,"target":475},{"source":86,"target":476},{"source":86,"target":477},{"source":86,"target":478},{"source":86,"target":479},{"source":86,"target":480},{"source":86,"target":481},{"source":86,"target":482},{"source":86,"target":483},{"source":86,"target":484},{"source":473,"target":485},{"source":473,"target":86},{"source":474,"target":486},{"source":474,"target":86},{"source":475,"target":487},{"source":475,"target":86},{"source":476,"target":488},{"source":476,"target":86},{"source":477,"target":489},{"source":477,"target":86},{"source":478,"target":490},{"source":478,"target":86},{"source":479,"target":491},{"source":479,"target":86},{"source":480,"target":492},{"source":480,"target":86},{"source":481,"target":5},{"source":481,"target":493},{"source":481,"target":86},{"source":493,"target":5},{"source":482,"target":494},{"source":482,"target":86},{"source":483,"target":135},{"source":483,"target":495},{"source":483,"target":86},{"source":495,"target":135},{"source":11,"target":496},{"source":11,"target":497},{"source":11,"target":498},{"source":11,"target":499},{"source":11,"target":0},{"source":496,"target":11},{"source":496,"target":500},{"source":496,"target":501},{"source":500,"target":502},{"source":500,"target":496},{"source":501,"target":503},{"source":501,"target":496},{"source":497,"target":11},{"source":497,"target":504},{"source":497,"target":505},{"source":504,"target":506},{"source":504,"target":497},{"source":505,"target":5},{"source":505,"target":507},{"source":505,"target":497},{"source":507,"target":5},{"source":498,"target":11},{"source":498,"target":508},{"source":498,"target":509},{"source":508,"target":510},{"source":508,"target":498},{"source":509,"target":511},{"source":509,"target":498},{"source":499,"target":11},{"source":499,"target":512},{"source":499,"target":513},{"source":499,"target":514},{"source":512,"target":496},{"source":512,"target":515},{"source":512,"target":499},{"source":515,"target":496},{"source":513,"target":497},{"source":513,"target":516},{"source":513,"target":499},{"source":516,"target":497},{"source":514,"target":498},{"source":514,"target":517},{"source":514,"target":499},{"source":517,"target":498}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
xmi:id="_root" name="root" nsURI="http://www.eclipse.org/emf/compare/conflicts/move/delete"
nsPrefix="r">
<eSubpackages xmi:id="_packageA" name="packageA">
<eSubpackages xmi:id="_shouldNotBePresentAfterMerge" name="shouldNotBePresentAfterMerge"/>
<eSubpackages xmi:id="_elementMoved" name="elementMoved"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/eclipse/emf.compare/plugins/org.eclipse.emf.compare.tests/src/org/eclipse/emf/compare/tests/merge/data/bug485266/data1/right.ecore | ecore | root
packageA
shouldNotBePresentAfterMerge
elementMoved | null | {"directed":true,"nodes":[{"nsPrefix":"r","nsURI":"http://www.eclipse.org/emf/compare/conflicts/move/delete","name":"root","id":0,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"packageA","id":1,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"shouldNotBePresentAfterMerge","id":2,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"elementMoved","id":3,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":0},{"source":2,"target":1},{"source":3,"target":1}],"multigraph":true} |
false | <?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="documentumModule" nsURI="http://www.ms.com/2006/Saturn/Modules/Documentum"
nsPrefix="documentumModule">
<eAnnotations source="http://www.ms.com/2011/tdo-qa-tools/rcs">
<details key="author" value="$Author$"/>
<details key="change" value="$Change$"/>
<details key="file" value="$File$"/>
<details key="id" value="$Id$"/>
<details key="revision" value="$Revision$"/>
<details key="timestamp" value="$DateTime$"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xmlns:prefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xsi:schemaLocation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="documentumConfiguration"
upperBound="-2" eType="#//DocumentumConfiguration" volatile="true" transient="true"
derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Configuration"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentumConfiguration">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Configuration_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base" lowerBound="1" eType="ecore:EClass values.ecore#//ComplexValue"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Base"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="username" lowerBound="1"
eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Username"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="password" lowerBound="1"
eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Password"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="folder" eType="ecore:EClass values.ecore#//ComplexValue"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Folder"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="document" lowerBound="1"
eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Document"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="file" lowerBound="1" eType="ecore:EClass types.ecore#//ResourceDefinition"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="File"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="debug" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="debug"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Morgan-Stanley/Saturn/com.ms.qaTools.saturn.model/model/documentumModule.ecore | ecore | documentumModule
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
documentumConfiguration
DocumentumConfiguration
base
username
password
folder
document
file
debug
false | null | {"directed":true,"nodes":[{"nsPrefix":"documentumModule","nsURI":"http://www.ms.com/2006/Saturn/Modules/Documentum","name":"documentumModule","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentumConfiguration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"documentumConfiguration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":6,"derived":true},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":false,"lowerBound":1,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"resolveProxies":false,"lowerBound":1,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"resolveProxies":false,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"folder","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"document","changeable":true,"resolveProxies":false,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"resolveProxies":false,"lowerBound":1,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"debug","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":3,"target":7},{"source":3,"target":1},{"source":4,"target":8},{"source":4,"target":1},{"source":5,"target":9},{"source":5,"target":1},{"source":6,"target":2},{"source":6,"target":10},{"source":6,"target":1},{"source":10,"target":2},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":11,"target":18},{"source":11,"target":2},{"source":12,"target":19},{"source":12,"target":2},{"source":13,"target":20},{"source":13,"target":2},{"source":14,"target":21},{"source":14,"target":2},{"source":15,"target":22},{"source":15,"target":2},{"source":16,"target":23},{"source":16,"target":2},{"source":17,"target":24},{"source":17,"target":2}],"multigraph":true} |
false | <?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="bug404318" nsURI="http://www.eclipse.org/schema/cdo/test/bug404318"
nsPrefix="bug">
<eClassifiers xsi:type="ecore:EClass" name="A"/>
<eClassifiers xsi:type="ecore:EClass" name="B">
<eStructuralFeatures xsi:type="ecore:EReference" name="a" eType="#//A"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/eclipse/cdo/plugins/org.eclipse.emf.cdo.tests/model/Bug404318.ecore | ecore | bug404318
A
B
a | null | {"directed":true,"nodes":[{"nsPrefix":"bug","nsURI":"http://www.eclipse.org/schema/cdo/test/bug404318","name":"bug404318","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":3},{"source":3,"target":1},{"source":3,"target":4},{"source":3,"target":2},{"source":4,"target":1}],"multigraph":true} |
true | <?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="ptnetLoLA" nsURI="http://www.informatik.hu-berlin.de/top/tools/editors/petrinets"
nsPrefix="ptnetLoLA">
<eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="token" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="finalMarking" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" volatile="true"
transient="true" defaultValueLiteral="0" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PtNet">
<eStructuralFeatures xsi:type="ecore:EReference" name="places" upperBound="-1"
eType="#//Place" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialMarking" lowerBound="1"
eType="#//Marking" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//Annotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1" eType="#//Arc"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finalMarking" eType="#//Marking"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//Annotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1"
eType="#//Arc" changeable="false" derived="true" eOpposite="#//Arc/target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1"
eType="#//Arc" changeable="false" derived="true" eOpposite="#//Arc/source"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Marking">
<eStructuralFeatures xsi:type="ecore:EReference" name="places" upperBound="-1"
eType="#//RefMarkedPlace" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlaceReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="place" lowerBound="1" eType="#//Place"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefMarkedPlace" eSuperTypes="#//PlaceReference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="token" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Annotation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Arc">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Node" eOpposite="#//Node/outgoing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Node" eOpposite="#//Node/incoming"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArcToPlace" eSuperTypes="#//Arc"/>
<eClassifiers xsi:type="ecore:EClass" name="ArcToTransition" eSuperTypes="#//Arc"/>
<eClassifiers xsi:type="ecore:EEnum" name="NodeType">
<eLiterals name="internal"/>
<eLiterals name="input" value="1"/>
<eLiterals name="output" value="2"/>
<eLiterals name="inout" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionExt" eSuperTypes="#//Transition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="1.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minTime" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cost" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlaceExt" eSuperTypes="#//Place">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="1.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isStart" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="False"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArcToPlaceExt" eSuperTypes="#//ArcToPlace">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="1.0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArcToTransitionExt" eSuperTypes="#//ArcToTransition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="1.0"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/ACMR/bestWeight136/96_ptnetLoLA.ecore | ecore | ptnetLoLA
Place
token
0
finalMarking
0
PtNet
places
transitions
initialMarking
annotation
arcs
finalMarking
Transition
Node
name
annotation
incoming
outgoing
type
0
Marking
places
PlaceReference
place
RefMarkedPlace
token
1
Annotation
text
Arc
source
target
weight
1
ArcToPlace
ArcToTransition
NodeType
internal
internal
input
input
output
output
inout
inout
TransitionExt
probability
1.0
minTime
0
cost
0
maxTime
0
PlaceExt
probability
1.0
isStart
False
ArcToPlaceExt
probability
1.0
ArcToTransitionExt
probability
1.0 | null | {"directed":true,"nodes":[{"nsPrefix":"ptnetLoLA","nsURI":"http://www.informatik.hu-berlin.de/top/tools/editors/petrinets","name":"ptnetLoLA","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PtNet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Marking","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceReference","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefMarkedPlace","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcToPlace","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcToTransition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NodeType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionExt","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceExt","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcToPlaceExt","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcToTransitionExt","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"token","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":true,"unique":true,"name":"finalMarking","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":true},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"places","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialMarking","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalMarking","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":false,"resolveProxies":true,"lowerBound":0,"id":37,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":false,"resolveProxies":true,"lowerBound":0,"id":38,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"0","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"places","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"place","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"token","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"name":"internal","id":62,"value":0,"literal":"internal","eClass":"EEnumLiteral"},{"name":"input","id":63,"value":1,"literal":"input","eClass":"EEnumLiteral"},{"name":"output","id":64,"value":2,"literal":"output","eClass":"EEnumLiteral"},{"name":"inout","id":65,"value":3,"literal":"inout","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"probability","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":false,"name":"minTime","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":false,"name":"cost","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"maxTime","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"probability","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"False","unsettable":false,"transient":false,"unique":true,"name":"isStart","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"probability","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"probability","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":17,"target":20},{"source":17,"target":1},{"source":18,"target":21},{"source":18,"target":1},{"source":19,"target":4},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":22,"target":1},{"source":22,"target":28},{"source":22,"target":2},{"source":28,"target":1},{"source":23,"target":3},{"source":23,"target":29},{"source":23,"target":2},{"source":29,"target":3},{"source":24,"target":5},{"source":24,"target":30},{"source":24,"target":2},{"source":30,"target":5},{"source":25,"target":8},{"source":25,"target":31},{"source":25,"target":2},{"source":31,"target":8},{"source":26,"target":9},{"source":26,"target":32},{"source":26,"target":2},{"source":32,"target":9},{"source":27,"target":5},{"source":27,"target":33},{"source":27,"target":2},{"source":33,"target":5},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":34},{"source":34,"target":4},{"source":4,"target":0},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":35,"target":40},{"source":35,"target":4},{"source":36,"target":8},{"source":36,"target":41},{"source":36,"target":4},{"source":41,"target":8},{"source":37,"target":9},{"source":37,"target":42},{"source":37,"target":4},{"source":37,"target":43},{"source":42,"target":9},{"source":38,"target":9},{"source":38,"target":44},{"source":38,"target":4},{"source":38,"target":45},{"source":44,"target":9},{"source":39,"target":46},{"source":39,"target":4},{"source":5,"target":0},{"source":5,"target":47},{"source":47,"target":7},{"source":47,"target":48},{"source":47,"target":5},{"source":48,"target":7},{"source":6,"target":0},{"source":6,"target":49},{"source":49,"target":1},{"source":49,"target":50},{"source":49,"target":6},{"source":50,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":51},{"source":7,"target":52},{"source":51,"target":53},{"source":51,"target":7},{"source":52,"target":6},{"source":8,"target":0},{"source":8,"target":54},{"source":54,"target":55},{"source":54,"target":8},{"source":9,"target":0},{"source":9,"target":45},{"source":9,"target":43},{"source":9,"target":56},{"source":45,"target":4},{"source":45,"target":57},{"source":45,"target":9},{"source":45,"target":38},{"source":57,"target":4},{"source":43,"target":4},{"source":43,"target":58},{"source":43,"target":9},{"source":43,"target":37},{"source":58,"target":4},{"source":56,"target":59},{"source":56,"target":9},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":60},{"source":60,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":61},{"source":61,"target":9},{"source":12,"target":0},{"source":12,"target":62},{"source":12,"target":63},{"source":12,"target":64},{"source":12,"target":65},{"source":62,"target":12},{"source":63,"target":12},{"source":64,"target":12},{"source":65,"target":12},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":66},{"source":13,"target":67},{"source":13,"target":68},{"source":13,"target":69},{"source":13,"target":70},{"source":66,"target":71},{"source":66,"target":13},{"source":67,"target":72},{"source":67,"target":13},{"source":68,"target":73},{"source":68,"target":13},{"source":69,"target":74},{"source":69,"target":13},{"source":70,"target":3},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":75},{"source":14,"target":76},{"source":14,"target":77},{"source":75,"target":78},{"source":75,"target":14},{"source":76,"target":79},{"source":76,"target":14},{"source":77,"target":1},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":80},{"source":15,"target":81},{"source":80,"target":82},{"source":80,"target":15},{"source":81,"target":10},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":83},{"source":16,"target":84},{"source":83,"target":85},{"source":83,"target":16},{"source":84,"target":11}],"multigraph":true} |
false | <?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="ecore"
nsURI="http://www.eclipse.org/emf/2002/Ecore">
<eClassifiers xsi:type="ecore:EClass" name="EAttribute">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ConsistentTransient"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/arcanefoam/qvtMustus/archive/org.eclipse.qvt.declarative.test.emof.emof/src/org/eclipse/qvt/declarative/test/emof/mapping/models/EAttribute_annotated.ecore | ecore | ecore
EAttribute | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":"http://www.eclipse.org/emf/2002/Ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":1,"target":0}],"multigraph":true} |
false | <?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="criteria" nsURI="http://www.cs.man.ac.uk/mdsd/2013/Criteria"
nsPrefix="criteria">
<eClassifiers xsi:type="ecore:EEnum" name="BooleanOperator">
<eLiterals name="And"/>
<eLiterals name="Or" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ComparisionOperator">
<eLiterals name="GreaterThan"/>
<eLiterals name="LessThan" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true" interface="true"
eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimeLiteral" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CurrentTime" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Path" abstract="true" interface="true"
eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="Predicate" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="negated" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PredicateBooleanOperator" eSuperTypes="#//Predicate">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" lowerBound="1"
upperBound="-1" eType="#//Predicate" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false"
lowerBound="1" eType="#//BooleanOperator" defaultValueLiteral="And"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PredicateEqualityOperator" eSuperTypes="#//Predicate">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PredicateComparisonOperator" eSuperTypes="#//Predicate">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false"
lowerBound="1" eType="#//ComparisionOperator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PredicateIsOperator" eSuperTypes="#//Predicate">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PredicateLikeOperator" eSuperTypes="#//Predicate">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PredicateIsEmpty" eSuperTypes="#//Predicate">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//Path"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PredicateIsNull" eSuperTypes="#//Predicate">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//Path"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Order" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="path" lowerBound="1" eType="#//Path"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="propertyCategory" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Asc" eSuperTypes="#//Order"/>
<eClassifiers xsi:type="ecore:EClass" name="Desc" eSuperTypes="#//Order"/>
</ecore:EPackage>
| github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/andymcr/webgen/uk.ac.man.cs.mdsd.criteria.model/model/Criteria.ecore | ecore | criteria
BooleanOperator
And
And
Or
Or
ComparisionOperator
GreaterThan
GreaterThan
LessThan
LessThan
Expression
Literal
NullLiteral
BooleanLiteral
value
IntegerLiteral
value
StringLiteral
value
TimeLiteral
value
CurrentTime
format
Function
name
Path
Predicate
negated
false
PredicateBooleanOperator
expressions
operator
And
PredicateEqualityOperator
left
right
PredicateComparisonOperator
left
operator
right
PredicateIsOperator
left
right
PredicateLikeOperator
left
right
PredicateIsEmpty
feature
PredicateIsNull
feature
Order
path
Asc
Desc | null | {"directed":true,"nodes":[{"nsPrefix":"criteria","nsURI":"http://www.cs.man.ac.uk/mdsd/2013/Criteria","name":"criteria","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanOperator","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComparisionOperator","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeLiteral","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurrentTime","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Path","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredicateBooleanOperator","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredicateEqualityOperator","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredicateComparisonOperator","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredicateIsOperator","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredicateLikeOperator","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredicateIsEmpty","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredicateIsNull","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Order","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Asc","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Desc","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"name":"And","id":24,"value":0,"literal":"And","eClass":"EEnumLiteral"},{"name":"Or","id":25,"value":1,"literal":"Or","eClass":"EEnumLiteral"},{"name":"GreaterThan","id":26,"value":0,"literal":"GreaterThan","eClass":"EEnumLiteral"},{"name":"LessThan","id":27,"value":1,"literal":"LessThan","eClass":"EEnumLiteral"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"negated","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":false,"lowerBound":1,"id":52,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"And","unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":false,"lowerBound":1,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":false,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":false,"lowerBound":1,"id":62,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":false,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":false,"lowerBound":1,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":false,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":false,"lowerBound":1,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":false,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":false,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":false,"lowerBound":1,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":1,"target":0},{"source":1,"target":24},{"source":1,"target":25},{"source":24,"target":1},{"source":25,"target":1},{"source":2,"target":0},{"source":2,"target":26},{"source":2,"target":27},{"source":26,"target":2},{"source":27,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":28},{"source":28,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":29},{"source":29,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":30},{"source":6,"target":31},{"source":30,"target":32},{"source":30,"target":6},{"source":31,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":33},{"source":7,"target":34},{"source":33,"target":35},{"source":33,"target":7},{"source":34,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":36},{"source":8,"target":37},{"source":36,"target":38},{"source":36,"target":8},{"source":37,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":39},{"source":9,"target":40},{"source":39,"target":41},{"source":39,"target":9},{"source":40,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":42},{"source":10,"target":43},{"source":42,"target":44},{"source":42,"target":10},{"source":43,"target":4},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":45},{"source":11,"target":46},{"source":45,"target":47},{"source":45,"target":11},{"source":46,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":48},{"source":48,"target":3},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":49},{"source":13,"target":50},{"source":49,"target":51},{"source":49,"target":13},{"source":50,"target":3},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":52},{"source":14,"target":53},{"source":14,"target":54},{"source":52,"target":13},{"source":52,"target":55},{"source":52,"target":14},{"source":55,"target":13},{"source":53,"target":1},{"source":53,"target":56},{"source":53,"target":14},{"source":56,"target":1},{"source":54,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":57},{"source":15,"target":58},{"source":15,"target":59},{"source":57,"target":3},{"source":57,"target":60},{"source":57,"target":15},{"source":60,"target":3},{"source":58,"target":3},{"source":58,"target":61},{"source":58,"target":15},{"source":61,"target":3},{"source":59,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":62},{"source":16,"target":63},{"source":16,"target":64},{"source":16,"target":65},{"source":62,"target":3},{"source":62,"target":66},{"source":62,"target":16},{"source":66,"target":3},{"source":63,"target":2},{"source":63,"target":67},{"source":63,"target":16},{"source":67,"target":2},{"source":64,"target":3},{"source":64,"target":68},{"source":64,"target":16},{"source":68,"target":3},{"source":65,"target":13},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":69},{"source":17,"target":70},{"source":17,"target":71},{"source":69,"target":3},{"source":69,"target":72},{"source":69,"target":17},{"source":72,"target":3},{"source":70,"target":3},{"source":70,"target":73},{"source":70,"target":17},{"source":73,"target":3},{"source":71,"target":13},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":74},{"source":18,"target":75},{"source":18,"target":76},{"source":74,"target":3},{"source":74,"target":77},{"source":74,"target":18},{"source":77,"target":3},{"source":75,"target":3},{"source":75,"target":78},{"source":75,"target":18},{"source":78,"target":3},{"source":76,"target":13},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":79},{"source":19,"target":80},{"source":79,"target":12},{"source":79,"target":81},{"source":79,"target":19},{"source":81,"target":12},{"source":80,"target":13},{"source":20,"target":0},{"source":20,"target":13},{"source":20,"target":82},{"source":20,"target":83},{"source":82,"target":12},{"source":82,"target":84},{"source":82,"target":20},{"source":84,"target":12},{"source":83,"target":13},{"source":21,"target":0},{"source":21,"target":85},{"source":85,"target":12},{"source":85,"target":86},{"source":85,"target":21},{"source":86,"target":12},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":87},{"source":87,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":88},{"source":88,"target":21}],"multigraph":true} |
false | <?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="tc2262">
<eClassifiers xsi:type="ecore:EClass" name="Class1" abstract="true">
<eOperations name="op"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="att"/>
</eClassifiers>
<eSubpackages name="P1"/>
</ecore:EPackage>
| github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.junit/data/unit/style/ticket2262/tc2262.ecore | ecore | tc2262
Class1
op
ref
att
P1 | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"tc2262","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class1","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"P1","id":2,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"op","lowerBound":0,"id":3,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"att","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":3,"target":1},{"source":4,"target":1},{"source":5,"target":1},{"source":2,"target":0}],"multigraph":true} |
true | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI 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">
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
</ecore:EPackage>
<ecore:EPackage name="KM3">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false" upperBound="-1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false" upperBound="-1" eType="/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="/1/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" lowerBound="1" eType="/1/Package" eOpposite="/1/Package/contents"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="/1/ModelElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="/1/Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="/1/Classifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1" eType="/1/EnumLiteral" containment="true" eOpposite="/1/EnumLiteral/enum"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteral" eSuperTypes="/1/ModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="enum" ordered="false" lowerBound="1" eType="/1/Enumeration" eOpposite="/1/Enumeration/literals"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateParameter" eSuperTypes="/1/Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="/1/Classifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="/1/TemplateParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" unique="false" lowerBound="1" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supertypes" ordered="false" upperBound="-1" eType="/1/Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="structuralFeatures" upperBound="-1" eType="/1/StructuralFeature" containment="true" eOpposite="/1/StructuralFeature/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="/1/Operation" containment="true" eOpposite="/1/Operation/owner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="/1/ModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" ordered="false" unique="false" lowerBound="1" eType="/0/Integer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" ordered="false" unique="false" lowerBound="1" eType="/0/Integer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false" unique="false" lowerBound="1" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" unique="false" lowerBound="1" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/1/Classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="/1/TypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="/1/Class" eOpposite="/1/Class/structuralFeatures"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subsetOf" ordered="false" upperBound="-1" eType="/1/StructuralFeature" eOpposite="/1/StructuralFeature/derivedFrom"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="derivedFrom" ordered="false" upperBound="-1" eType="/1/StructuralFeature" eOpposite="/1/StructuralFeature/subsetOf"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="/1/StructuralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="/1/StructuralFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isContainer" ordered="false" unique="false" lowerBound="1" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opposite" ordered="false" eType="/1/Reference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="/1/TypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="/1/Class" eOpposite="/1/Class/operations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="/1/Parameter" containment="true" eOpposite="/1/Parameter/owner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="/1/TypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="/1/Operation" eOpposite="/1/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="/1/ModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="/1/ModelElement" containment="true" eOpposite="/1/ModelElement/package"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false" lowerBound="1" eType="/1/Metamodel" eOpposite="/1/Metamodel/contents"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metamodel" eSuperTypes="/1/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="/1/Package" containment="true" eOpposite="/1/Package/metamodel"/>
</eClassifiers>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/emirbalic/ATLInject/ATLInject/Resources/KM32Metrics/metamodels/IN/KM3.ecore | ecore | PrimitiveTypes
Boolean
Integer
String
KM3
LocatedElement
location
commentsBefore
commentsAfter
ModelElement
name
package
Classifier
DataType
Enumeration
literals
EnumLiteral
enum
TemplateParameter
Class
parameters
isAbstract
supertypes
structuralFeatures
operations
TypedElement
lower
upper
isOrdered
isUnique
type
StructuralFeature
owner
subsetOf
derivedFrom
Attribute
Reference
isContainer
opposite
Operation
owner
parameters
Parameter
owner
Package
contents
metamodel
Metamodel
contents | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"nsPrefix":null,"nsURI":null,"name":"KM3","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteral","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameter","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metamodel","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsBefore","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supertypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structuralFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lower","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"upper","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isOrdered","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsetOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"derivedFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isContainer","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":5},{"source":4,"target":6},{"source":4,"target":7},{"source":4,"target":8},{"source":4,"target":9},{"source":4,"target":10},{"source":4,"target":11},{"source":4,"target":12},{"source":4,"target":13},{"source":4,"target":14},{"source":4,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":5,"target":4},{"source":5,"target":21},{"source":5,"target":22},{"source":5,"target":23},{"source":21,"target":3},{"source":21,"target":24},{"source":21,"target":5},{"source":24,"target":3},{"source":22,"target":3},{"source":22,"target":25},{"source":22,"target":5},{"source":25,"target":3},{"source":23,"target":3},{"source":23,"target":26},{"source":23,"target":5},{"source":26,"target":3},{"source":6,"target":4},{"source":6,"target":5},{"source":6,"target":27},{"source":6,"target":28},{"source":6,"target":29},{"source":27,"target":3},{"source":27,"target":30},{"source":27,"target":6},{"source":30,"target":3},{"source":28,"target":19},{"source":28,"target":31},{"source":28,"target":6},{"source":28,"target":32},{"source":31,"target":19},{"source":29,"target":5},{"source":7,"target":4},{"source":7,"target":6},{"source":7,"target":33},{"source":33,"target":6},{"source":8,"target":4},{"source":8,"target":7},{"source":8,"target":34},{"source":34,"target":7},{"source":9,"target":4},{"source":9,"target":7},{"source":9,"target":35},{"source":9,"target":36},{"source":35,"target":10},{"source":35,"target":37},{"source":35,"target":9},{"source":35,"target":38},{"source":37,"target":10},{"source":36,"target":7},{"source":10,"target":4},{"source":10,"target":6},{"source":10,"target":38},{"source":10,"target":39},{"source":38,"target":9},{"source":38,"target":40},{"source":38,"target":10},{"source":38,"target":35},{"source":40,"target":9},{"source":39,"target":6},{"source":11,"target":4},{"source":11,"target":7},{"source":11,"target":41},{"source":41,"target":7},{"source":12,"target":4},{"source":12,"target":7},{"source":12,"target":42},{"source":12,"target":43},{"source":12,"target":44},{"source":12,"target":45},{"source":12,"target":46},{"source":12,"target":47},{"source":42,"target":11},{"source":42,"target":48},{"source":42,"target":12},{"source":48,"target":11},{"source":43,"target":1},{"source":43,"target":49},{"source":43,"target":12},{"source":49,"target":1},{"source":44,"target":12},{"source":44,"target":50},{"source":44,"target":12},{"source":50,"target":12},{"source":45,"target":14},{"source":45,"target":51},{"source":45,"target":12},{"source":45,"target":52},{"source":51,"target":14},{"source":46,"target":17},{"source":46,"target":53},{"source":46,"target":12},{"source":46,"target":54},{"source":53,"target":17},{"source":47,"target":7},{"source":13,"target":4},{"source":13,"target":6},{"source":13,"target":55},{"source":13,"target":56},{"source":13,"target":57},{"source":13,"target":58},{"source":13,"target":59},{"source":13,"target":60},{"source":55,"target":2},{"source":55,"target":61},{"source":55,"target":13},{"source":61,"target":2},{"source":56,"target":2},{"source":56,"target":62},{"source":56,"target":13},{"source":62,"target":2},{"source":57,"target":1},{"source":57,"target":63},{"source":57,"target":13},{"source":63,"target":1},{"source":58,"target":1},{"source":58,"target":64},{"source":58,"target":13},{"source":64,"target":1},{"source":59,"target":7},{"source":59,"target":65},{"source":59,"target":13},{"source":65,"target":7},{"source":60,"target":6},{"source":14,"target":4},{"source":14,"target":13},{"source":14,"target":52},{"source":14,"target":66},{"source":14,"target":67},{"source":14,"target":68},{"source":52,"target":12},{"source":52,"target":69},{"source":52,"target":14},{"source":52,"target":45},{"source":69,"target":12},{"source":66,"target":14},{"source":66,"target":70},{"source":66,"target":14},{"source":66,"target":67},{"source":70,"target":14},{"source":67,"target":14},{"source":67,"target":71},{"source":67,"target":14},{"source":67,"target":66},{"source":71,"target":14},{"source":68,"target":13},{"source":15,"target":4},{"source":15,"target":14},{"source":15,"target":72},{"source":72,"target":14},{"source":16,"target":4},{"source":16,"target":14},{"source":16,"target":73},{"source":16,"target":74},{"source":16,"target":75},{"source":73,"target":1},{"source":73,"target":76},{"source":73,"target":16},{"source":76,"target":1},{"source":74,"target":16},{"source":74,"target":77},{"source":74,"target":16},{"source":77,"target":16},{"source":75,"target":14},{"source":17,"target":4},{"source":17,"target":13},{"source":17,"target":54},{"source":17,"target":78},{"source":17,"target":79},{"source":54,"target":12},{"source":54,"target":80},{"source":54,"target":17},{"source":54,"target":46},{"source":80,"target":12},{"source":78,"target":18},{"source":78,"target":81},{"source":78,"target":17},{"source":78,"target":82},{"source":81,"target":18},{"source":79,"target":13},{"source":18,"target":4},{"source":18,"target":13},{"source":18,"target":82},{"source":18,"target":83},{"source":82,"target":17},{"source":82,"target":84},{"source":82,"target":18},{"source":82,"target":78},{"source":84,"target":17},{"source":83,"target":13},{"source":19,"target":4},{"source":19,"target":6},{"source":19,"target":32},{"source":19,"target":85},{"source":19,"target":86},{"source":32,"target":6},{"source":32,"target":87},{"source":32,"target":19},{"source":32,"target":28},{"source":87,"target":6},{"source":85,"target":20},{"source":85,"target":88},{"source":85,"target":19},{"source":85,"target":89},{"source":88,"target":20},{"source":86,"target":6},{"source":20,"target":4},{"source":20,"target":5},{"source":20,"target":89},{"source":20,"target":90},{"source":89,"target":19},{"source":89,"target":91},{"source":89,"target":20},{"source":89,"target":85},{"source":91,"target":19},{"source":90,"target":5}],"multigraph":true} |
false | <?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="ecore"
nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore">
<eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceTypeName="java.util.Map"
serializable="false">
<eTypeParameters name="K"/>
<eTypeParameters name="V"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/arcanefoam/qvtMustus/archive/org.eclipse.qvt.declarative.test.emof.emof/src/org/eclipse/qvt/declarative/test/emof/mapping/models/EMap.ecore | ecore | ecore
EMap
java.util.Map
java.util.Map
K
V | null | {"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://www.eclipse.org/emf/2002/Ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":1,"serializable":false,"eClass":"EDataType"},{"name":"K","id":2,"eClass":"ETypeParameter"},{"name":"V","id":3,"eClass":"ETypeParameter"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3}],"multigraph":true} |
false | <?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="ObjectDiagram" nsURI="http://www.yamm.online/objectDiagram/ObjectDiagram"
nsPrefix="ObjectDiagram">
<eClassifiers xsi:type="ecore:EClass" name="ObjectDiagram">
<eStructuralFeatures xsi:type="ecore:EReference" name="objects" upperBound="-1"
eType="#//ODObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//EStringToODTypeMap" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataTypes" upperBound="-1"
eType="#//EStringToODTypeMap" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stackframes" upperBound="-1"
eType="#//ODStackframe" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="yammModelPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metaDataPackage" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeObjectCreate" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialModel" upperBound="-1"
eType="#//ODObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ODObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ObjectID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ODType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1"
eType="#//ODReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//ODAttribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="runtimeObject" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ODType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="runtimeType" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClassifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="yammType" eType="ecore:EClass ../../online.yamm.coreModelXmi/model/Yamm.ecore#//YClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ObjectID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ODReference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ODType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opposites" ordered="false"
upperBound="-1" eType="#//ODReference"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
unique="false" upperBound="-1" eType="#//ODObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bidirectional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ODDateType" eSuperTypes="#//ODType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ODAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataType" eType="#//ODType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ODStackframe">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterPrimitive" upperBound="-1"
eType="#//ODAttribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parametersObjects" upperBound="-1"
eType="#//ODReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containingObject" eType="#//ODObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EStringToODTypeMap" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ODType"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/yetanothermetamodelmodel/yamm/online.yamm.objectDiagram/model/ObjectDiagram.ecore | ecore | ObjectDiagram
ObjectDiagram
objects
types
dataTypes
stackframes
yammModelPath
metaDataPackage
typeObjectCreate
initialModel
ODObject
ObjectID
type
references
attributes
runtimeObject
ODType
name
qualifiedName
runtimeType
yammType
ObjectID
ODReference
name
type
containment
false
opposites
lower
upper
value
bidirectional
ODDateType
enum
ODAttribute
name
dataType
lower
upper
value
ODStackframe
parameterPrimitive
parametersObjects
containingObject
operationName
EStringToODTypeMap
java.util.Map$Entry
java.util.Map$Entry
key
value | null | {"directed":true,"nodes":[{"nsPrefix":"ObjectDiagram","nsURI":"http://www.yamm.online/objectDiagram/ObjectDiagram","name":"ObjectDiagram","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectDiagram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ODObject","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ODType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ODReference","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ODDateType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ODAttribute","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ODStackframe","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToODTypeMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stackframes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"yammModelPath","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaDataPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeObjectCreate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ObjectID","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"runtimeObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"runtimeType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"yammType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ObjectID","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposites","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bidirectional","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enum","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterPrimitive","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parametersObjects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containingObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operationName","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":9,"target":2},{"source":9,"target":17},{"source":9,"target":1},{"source":17,"target":2},{"source":10,"target":8},{"source":10,"target":18},{"source":10,"target":1},{"source":18,"target":8},{"source":11,"target":8},{"source":11,"target":19},{"source":11,"target":1},{"source":19,"target":8},{"source":12,"target":7},{"source":12,"target":20},{"source":12,"target":1},{"source":20,"target":7},{"source":13,"target":21},{"source":13,"target":1},{"source":14,"target":22},{"source":14,"target":1},{"source":15,"target":23},{"source":15,"target":1},{"source":16,"target":2},{"source":16,"target":24},{"source":16,"target":1},{"source":24,"target":2},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":25,"target":30},{"source":25,"target":2},{"source":26,"target":3},{"source":26,"target":31},{"source":26,"target":2},{"source":31,"target":3},{"source":27,"target":4},{"source":27,"target":32},{"source":27,"target":2},{"source":32,"target":4},{"source":28,"target":6},{"source":28,"target":33},{"source":28,"target":2},{"source":33,"target":6},{"source":29,"target":34},{"source":29,"target":2},{"source":3,"target":0},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":35,"target":40},{"source":35,"target":3},{"source":36,"target":41},{"source":36,"target":3},{"source":37,"target":42},{"source":37,"target":3},{"source":38,"target":43},{"source":38,"target":3},{"source":39,"target":44},{"source":39,"target":3},{"source":4,"target":0},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":45,"target":53},{"source":45,"target":4},{"source":46,"target":3},{"source":46,"target":54},{"source":46,"target":4},{"source":54,"target":3},{"source":47,"target":55},{"source":47,"target":4},{"source":48,"target":4},{"source":48,"target":56},{"source":48,"target":4},{"source":56,"target":4},{"source":49,"target":57},{"source":49,"target":4},{"source":50,"target":58},{"source":50,"target":4},{"source":51,"target":2},{"source":51,"target":59},{"source":51,"target":4},{"source":59,"target":2},{"source":52,"target":60},{"source":52,"target":4},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":61},{"source":5,"target":62},{"source":61,"target":63},{"source":61,"target":5},{"source":62,"target":3},{"source":6,"target":0},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":64,"target":69},{"source":64,"target":6},{"source":65,"target":3},{"source":65,"target":70},{"source":65,"target":6},{"source":70,"target":3},{"source":66,"target":71},{"source":66,"target":6},{"source":67,"target":72},{"source":67,"target":6},{"source":68,"target":73},{"source":68,"target":6},{"source":7,"target":0},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":7,"target":77},{"source":74,"target":6},{"source":74,"target":78},{"source":74,"target":7},{"source":78,"target":6},{"source":75,"target":4},{"source":75,"target":79},{"source":75,"target":7},{"source":79,"target":4},{"source":76,"target":2},{"source":76,"target":80},{"source":76,"target":7},{"source":80,"target":2},{"source":77,"target":81},{"source":77,"target":7},{"source":8,"target":0},{"source":8,"target":82},{"source":8,"target":83},{"source":82,"target":84},{"source":82,"target":8},{"source":83,"target":3},{"source":83,"target":85},{"source":83,"target":8},{"source":85,"target":3}],"multigraph":true} |
false | <?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="aggregator" nsURI="http://www.eclipse.org/b3/2011/aggregator/1.1.0"
nsPrefix="aggregator">
<eClassifiers xsi:type="ecore:EClass" name="Aggregation" eSuperTypes="#//DescriptionProvider #//StatusProvider #//InfosProvider">
<eOperations name="getAllMetadataRepositoryReferences" upperBound="-1" eType="#//MetadataRepositoryReference">
<eParameters name="enabledOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eOperations name="getValidationSets" upperBound="-1" eType="#//ValidationSet">
<eParameters name="enabledOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eOperations name="getAllContributions" upperBound="-1" eType="#//Contribution">
<eParameters name="enabledOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="validationSets" upperBound="-1"
eType="#//ValidationSet" containment="true" eKeys="#//ValidationSet/label"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="configurations" lowerBound="1"
upperBound="-1" eType="#//Configuration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customCategories" upperBound="-1"
eType="#//CustomCategory" containment="true" eKeys="#//CustomCategory/identifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contacts" upperBound="-1"
eType="#//Contact" containment="true" eOpposite="#//Contact/aggregation" eKeys="#//Contact/email"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="buildmaster" eType="#//Contact"
eKeys="#//Contact/email"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="buildRoot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="${user.home}/build"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packedStrategy" eType="#//PackedStrategy"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sendmail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//AggregationType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mavenResult" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strictMavenVersions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mavenMappings" upperBound="-1"
eType="#//MavenMapping" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="allowLegacySites" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AvailableVersionsHeader">
<eStructuralFeatures xsi:type="ecore:EReference" name="availableVersions" upperBound="-1"
eType="#//AvailableVersion" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="installableUnitRequest"
lowerBound="1" eType="#//InstallableUnitRequest" changeable="false" transient="true"
resolveProxies="false" eOpposite="#//InstallableUnitRequest/availableVersionsHeader"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AvailableVersion">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="versionMatch" lowerBound="1"
eType="#//VersionMatch"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType ../../org.eclipse.b3.p2/model/p2.ecore#//Version"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filter">
<eGenericType eClassifier="ecore:EDataType ../../org.eclipse.b3.p2/model/p2.ecore#//IMatchExpression">
<eTypeArguments eClassifier="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//IInstallableUnit"/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="availableFrom" lowerBound="1"
eType="#//AvailableFrom" defaultValueLiteral="repository"/>
<eGenericSuperTypes eClassifier="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//Comparable">
<eTypeArguments eClassifier="#//AvailableVersion"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Bundle" eSuperTypes="#//MappedUnit"/>
<eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//MappedUnit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelOverride" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChildrenProvider" abstract="true" interface="true">
<eTypeParameters name="T"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
changeable="false" volatile="true" transient="true" resolveProxies="false">
<eGenericType eTypeParameter="#//ChildrenProvider/T"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Configuration" eSuperTypes="#//EnabledStatusProvider">
<eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getOSGiEnvironmentString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operatingSystem" lowerBound="1"
eType="#//OperatingSystem"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="windowSystem" lowerBound="1"
eType="#//WindowSystem"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="architecture" lowerBound="1"
eType="#//Architecture"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Contact">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aggregation" lowerBound="1"
eType="#//Aggregation" eOpposite="#//Aggregation/contacts"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Contribution" eSuperTypes="#//EnabledStatusProvider #//DescriptionProvider #//StatusProvider #//InfosProvider #//IdentificationProvider">
<eOperations name="getRepositories" upperBound="-1" eType="#//MappedRepository">
<eParameters name="enabledOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eOperations name="getAllMavenMappings" upperBound="-1" eType="#//MavenMapping"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repositories" upperBound="-1"
eType="#//MappedRepository" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contacts" upperBound="-1"
eType="#//Contact" eKeys="#//Contact/email"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mavenMappings" upperBound="-1"
eType="#//MavenMapping" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//MappedUnit">
<eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1"
eType="#//CustomCategory" eOpposite="#//CustomCategory/features"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomCategory" eSuperTypes="#//StatusProvider #//InfosProvider">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//Feature" eOpposite="#//Feature/categories"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DescriptionProvider">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnabledStatusProvider" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="branchEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" defaultValueLiteral="false"
unsettable="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExclusionRule" eSuperTypes="#//MapRule"/>
<eClassifiers xsi:type="ecore:EClass" name="IdentificationProvider" abstract="true"
interface="true">
<eOperations name="getIdentification" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InfosProvider">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="errors" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="warnings" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="infos" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstallableUnitRequest" abstract="true"
eSuperTypes="#//StatusProvider #//InfosProvider #//DescriptionProvider">
<eOperations name="isMappedRepositoryBroken" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isBranchEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="resolveAsSingleton" eType="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//IInstallableUnit"/>
<eOperations name="resolveAsSingleton" eType="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//IInstallableUnit">
<eParameters name="forceResolve" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eOperations name="resolveAvailableVersions">
<eParameters name="updateOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="versionRange" eType="ecore:EDataType ../../org.eclipse.b3.p2/model/p2.ecore#//VersionRange"
defaultValueLiteral="0.0.0"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="availableVersionsHeader"
eType="#//AvailableVersionsHeader" transient="true" containment="true" resolveProxies="false"
eOpposite="#//AvailableVersionsHeader/installableUnitRequest"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="availableVersions" upperBound="-1"
eType="#//AvailableVersion" transient="true" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelProvider" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappedRepository" eSuperTypes="#//MetadataRepositoryReference #//DescriptionProvider #//IdentificationProvider">
<eOperations name="getMapRules" upperBound="-1" eType="#//MapRule">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Returns the MapRules referenced by this instance. Rules that have their <code>enabled</code> flag set to false will be excluded if the parameter <code>enabledOnly</code> is set to <code>true</code>."/>
</eAnnotations>
<eParameters name="enabledOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eOperations name="getUnits" upperBound="-1" eType="#//MappedUnit">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Returns the MappedUnits referenced by this instance. Units that have their <code>enabled</code> flag set to false will be excluded if the parameter <code>enabledOnly</code> is set to <code>true</code>."/>
</eAnnotations>
<eParameters name="enabledOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eOperations name="isMapExclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Returns <code>true</code> if the container has MappedUnit children."/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="products" upperBound="-1"
eType="#//Product" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bundles" upperBound="-1"
eType="#//Bundle" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//Feature" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1"
eType="#//Category" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mirrorArtifacts" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="categoryPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapRules" upperBound="-1"
eType="#//MapRule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappedUnit" abstract="true" eSuperTypes="#//InstallableUnitRequest #//EnabledStatusProvider #//IdentificationProvider">
<eOperations name="getRequirement" eType="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//IRequirement"/>
<eOperations name="getFilter">
<eGenericType eClassifier="ecore:EDataType ../../org.eclipse.b3.p2/model/p2.ecore#//IMatchExpression">
<eTypeArguments eClassifier="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//IInstallableUnit"/>
</eGenericType>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="validConfigurations" upperBound="-1"
eType="#//Configuration" eKeys="#//Configuration/operatingSystem #//Configuration/windowSystem #//Configuration/architecture"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapRule" abstract="true" eSuperTypes="#//InstallableUnitRequest #//DescriptionProvider #//EnabledStatusProvider"/>
<eClassifiers xsi:type="ecore:EClass" name="MavenItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="groupId" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="artifactId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MavenMapping" eSuperTypes="#//StatusProvider #//InfosProvider">
<eOperations name="map" eType="#//MavenItem">
<eParameters name="installableUnitID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namePattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="groupId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="artifactId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetadataRepositoryReference" eSuperTypes="#//EnabledStatusProvider #//StatusProvider #//InfosProvider">
<eOperations name="getAggregation" eType="#//Aggregation"/>
<eOperations name="isBranchEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="getResolvedLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="startRepositoryLoad">
<eParameters name="forceReload" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eOperations name="cancelRepositoryLoad"/>
<eOperations name="onRepositoryLoad"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metadataRepository" eType="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//MetadataRepository"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nature" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="p2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Product" eSuperTypes="#//MappedUnit"/>
<eClassifiers xsi:type="ecore:EClass" name="Property">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eGenericSuperTypes eClassifier="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//Comparable">
<eTypeArguments eClassifier="#//Property"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Status">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" lowerBound="1" eType="#//StatusCode"
changeable="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
changeable="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StatusProvider" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="status" lowerBound="1"
eType="#//Status" changeable="false" volatile="true" transient="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValidationSet" eSuperTypes="#//EnabledStatusProvider #//DescriptionProvider #//StatusProvider #//InfosProvider #//IdentificationProvider">
<eOperations name="getAllValidationRepositories" upperBound="-1" eType="#//MetadataRepositoryReference"/>
<eOperations name="getAllContributions" upperBound="-1" eType="#//Contribution"/>
<eOperations name="getDeclaredContributions" upperBound="-1" eType="#//Contribution"/>
<eOperations name="getDeclaredValidationRepositories" upperBound="-1" eType="#//MetadataRepositoryReference"/>
<eOperations name="isExtensionOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="validationSet" eType="#//ValidationSet"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" defaultValueLiteral="false"
unsettable="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" defaultValueLiteral="false"
unsettable="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributions" upperBound="-1"
eType="#//Contribution" containment="true" eKeys="#//Contribution/label"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validationRepositories"
upperBound="-1" eType="#//MetadataRepositoryReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1"
eType="#//ValidationSet"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValidConfigurationsRule" eSuperTypes="#//MapRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="validConfigurations" upperBound="-1"
eType="#//Configuration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AggregationType">
<eLiterals name="Stable" value="3" literal="S"/>
<eLiterals name="Integration" value="2" literal="I"/>
<eLiterals name="Nightly" value="1" literal="N"/>
<eLiterals name="Maintenance" value="5" literal="M"/>
<eLiterals name="Continuous" literal="C"/>
<eLiterals name="Release" value="4" literal="R"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Architecture">
<eLiterals name="X86" literal="x86"/>
<eLiterals name="PPC" value="1" literal="ppc"/>
<eLiterals name="X86_64" value="2" literal="x86_64"/>
<eLiterals name="IA64" value="3" literal="ia64"/>
<eLiterals name="IA64_32" value="4" literal="ia64_32"/>
<eLiterals name="Sparc" value="5" literal="sparc"/>
<eLiterals name="PPC64" value="6" literal="ppc64"/>
<eLiterals name="S390" value="7" literal="s390"/>
<eLiterals name="S390X" value="8" literal="s390x"/>
<eLiterals name="Sparcv9" value="9" literal="sparcv9"/>
<eLiterals name="PPC64LE" value="10" literal="ppc64le"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AvailableFrom">
<eLiterals name="REPOSITORY" literal="repository"/>
<eLiterals name="CONTRIBUTION" value="1" literal="contribution"/>
<eLiterals name="VALIDATION_SET" value="2" literal="validationSet"/>
<eLiterals name="AGGREGATION" value="3" literal="aggregation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="InstallableUnitType">
<eLiterals name="BUNDLE" literal="bundle"/>
<eLiterals name="FEATURE" value="1" literal="feature"/>
<eLiterals name="PRODUCT" value="2" literal="product"/>
<eLiterals name="CATEGORY" value="3" literal="category"/>
<eLiterals name="FRAGMENT" value="4" literal="fragment"/>
<eLiterals name="OTHER" value="5" literal="other"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OperatingSystem">
<eLiterals name="Win32" literal="win32"/>
<eLiterals name="Linux" value="1" literal="linux"/>
<eLiterals name="MacOSX" value="2" literal="macosx"/>
<eLiterals name="AIX" value="3" literal="aix"/>
<eLiterals name="HPUX" value="4" literal="hpux"/>
<eLiterals name="Solaris" value="5" literal="solaris"/>
<eLiterals name="QNX" value="6" literal="qnx"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PackedStrategy">
<eLiterals name="Copy" literal="COPY"/>
<eLiterals name="Verify" value="1" literal="VERIFY"/>
<eLiterals name="UnpackAsSibling" value="2" literal="UNPACK_AS_SIBLING"/>
<eLiterals name="Unpack" value="3" literal="UNPACK"/>
<eLiterals name="Skip" value="4" literal="SKIP"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StatusCode">
<eLiterals name="OK" literal="ok"/>
<eLiterals name="BROKEN" value="1" literal="broken"/>
<eLiterals name="WAITING" value="2" literal="waiting"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="VersionMatch">
<eLiterals name="BELOW" literal="below"/>
<eLiterals name="MATCHES" value="1" literal="matches"/>
<eLiterals name="ABOVE" value="2" literal="above"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="WindowSystem">
<eLiterals name="Win32" literal="win32"/>
<eLiterals name="GTK" value="1" literal="gtk"/>
<eLiterals name="Carbon" value="2" literal="carbon"/>
<eLiterals name="Cocoa" value="3" literal="cocoa"/>
<eLiterals name="Motif" value="4" literal="motif"/>
<eLiterals name="Photon" value="5" literal="photon"/>
</eClassifiers>
<eSubpackages name="p2view" nsURI="http://www.eclipse.org/b3/2010/aggregator/p2view/1.0.0"
nsPrefix="p2view">
<eClassifiers xsi:type="ecore:EClass" name="Bundle" eSuperTypes="#//p2view/IUPresentationWithDetails"/>
<eClassifiers xsi:type="ecore:EClass" name="Bundles">
<eStructuralFeatures xsi:type="ecore:EReference" name="bundles" upperBound="-1"
eType="#//p2view/Bundle"/>
<eGenericSuperTypes eClassifier="#//ChildrenProvider">
<eTypeArguments eClassifier="#//p2view/Bundle"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//p2view/IUPresentation">
<eOperations name="getNotNullCategoryContainer" eType="#//p2view/Categories"/>
<eOperations name="getNotNullFeatureContainer" eType="#//p2view/Features"/>
<eOperations name="getNotNullProductContainer" eType="#//p2view/Products"/>
<eOperations name="getNotNullBundleContainer" eType="#//p2view/Bundles"/>
<eOperations name="getNotNullFragmentContainer" eType="#//p2view/Fragments"/>
<eOperations name="isNested" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="categoryContainer" eType="#//p2view/Categories"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureContainer" eType="#//p2view/Features"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="productContainer" eType="#//p2view/Products"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bundleContainer" eType="#//p2view/Bundles"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fragmentContainer" eType="#//p2view/Fragments"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iuDetails" eType="#//p2view/IUDetails"
changeable="false" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Categories">
<eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1"
eType="#//p2view/Category"/>
<eGenericSuperTypes eClassifier="#//ChildrenProvider">
<eTypeArguments eClassifier="#//p2view/Category"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//p2view/IUPresentationWithDetails">
<eOperations name="getNotNullFeatureContainer" eType="#//p2view/Features"/>
<eOperations name="getNotNullBundleContainer" eType="#//p2view/Bundles"/>
<eOperations name="getNotNullFragmentContainer" eType="#//p2view/Fragments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureContainer" eType="#//p2view/Features"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bundleContainer" eType="#//p2view/Bundles"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fragmentContainer" eType="#//p2view/Fragments"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Features">
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//p2view/Feature"/>
<eGenericSuperTypes eClassifier="#//ChildrenProvider">
<eTypeArguments eClassifier="#//p2view/Feature"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fragment" eSuperTypes="#//p2view/Bundle"/>
<eClassifiers xsi:type="ecore:EClass" name="Fragments">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#//p2view/Fragment"/>
<eGenericSuperTypes eClassifier="#//ChildrenProvider">
<eTypeArguments eClassifier="#//p2view/Fragment"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstallableUnits">
<eOperations name="getNotNullCategoryContainer" eType="#//p2view/Categories"/>
<eOperations name="getNotNullFeatureContainer" eType="#//p2view/Features"/>
<eOperations name="getNotNullProductContainer" eType="#//p2view/Products"/>
<eOperations name="getNotNullBundleContainer" eType="#//p2view/Bundles"/>
<eOperations name="getNotNullFragmentContainer" eType="#//p2view/Fragments"/>
<eOperations name="getNotNullMiscellaneousContainer" eType="#//p2view/Miscellaneous"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allIUs" upperBound="-1"
eType="#//p2view/IUPresentation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="categoryContainer" eType="#//p2view/Categories"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureContainer" eType="#//p2view/Features"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="productContainer" eType="#//p2view/Products"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bundleContainer" eType="#//p2view/Bundles"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fragmentContainer" eType="#//p2view/Fragments"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="miscellaneousContainer"
eType="#//p2view/Miscellaneous" containment="true"/>
<eGenericSuperTypes eClassifier="#//ChildrenProvider">
<eTypeArguments eClassifier="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IUDetails">
<eStructuralFeatures xsi:type="ecore:EReference" name="requirementsContainer"
eType="#//p2view/Requirements" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="providedCapabilitiesContainer"
eType="#//p2view/ProvidedCapabilities" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertiesContainer"
eType="#//p2view/Properties" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="touchpointsContainer"
eType="#//p2view/Touchpoints" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updateDescriptor" eType="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//IUpdateDescriptor"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="copyright" eType="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//ICopyright"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="licensesContainer" eType="#//p2view/Licenses"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IUPresentation" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType ../../org.eclipse.b3.p2/model/p2.ecore#//Version"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" unique="false"
lowerBound="1" eType="#//InstallableUnitType" changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="installableUnit" eType="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//IInstallableUnit"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IUPresentationWithDetails" abstract="true"
eSuperTypes="#//p2view/IUPresentation #//p2view/IUDetails">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="detailsResolved" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Licenses">
<eStructuralFeatures xsi:type="ecore:EReference" name="licenses" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//ILicense"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepositoryBrowser">
<eStructuralFeatures xsi:type="ecore:EReference" name="repositories" upperBound="-1"
eType="#//p2view/MetadataRepositoryStructuredView" volatile="true" transient="true"
derived="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="loading" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" defaultValueLiteral="false"
unsettable="true" derived="true"/>
<eGenericSuperTypes eClassifier="#//StatusProvider"/>
<eGenericSuperTypes eClassifier="#//ChildrenProvider">
<eTypeArguments eClassifier="#//p2view/MetadataRepositoryStructuredView"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetadataRepositoryStructuredView">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="installableUnitList"
unique="false" eType="#//p2view/InstallableUnits" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" eType="#//p2view/Properties"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metadataRepository" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//MetadataRepository"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="loaded" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repositoryReferences"
eType="#//p2view/RepositoryReferences"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.b3.p2/model/p2.ecore#//URI" changeable="false"
volatile="true" transient="true" unsettable="true" derived="true"/>
<eGenericSuperTypes eClassifier="#//ChildrenProvider">
<eTypeArguments eClassifier="#//p2view/InstallableUnits"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Miscellaneous">
<eStructuralFeatures xsi:type="ecore:EReference" name="others" upperBound="-1"
eType="#//p2view/OtherIU"/>
<eGenericSuperTypes eClassifier="#//ChildrenProvider">
<eTypeArguments eClassifier="#//p2view/OtherIU"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OtherIU" eSuperTypes="#//p2view/IUPresentationWithDetails"/>
<eClassifiers xsi:type="ecore:EClass" name="Product" eSuperTypes="#//p2view/IUPresentationWithDetails">
<eOperations name="getNotNullFeatureContainer" eType="#//p2view/Features"/>
<eOperations name="getNotNullBundleContainer" eType="#//p2view/Bundles"/>
<eOperations name="getNotNullFragmentContainer" eType="#//p2view/Fragments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureContainer" eType="#//p2view/Features"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bundleContainer" eType="#//p2view/Bundles"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fragmentContainer" eType="#//p2view/Fragments"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Products">
<eStructuralFeatures xsi:type="ecore:EReference" name="products" upperBound="-1"
eType="#//p2view/Product"/>
<eGenericSuperTypes eClassifier="#//ChildrenProvider">
<eTypeArguments eClassifier="#//p2view/Product"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Properties">
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyList" upperBound="-1"
eType="#//Property" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProvidedCapabilities">
<eStructuralFeatures xsi:type="ecore:EReference" name="providedCapabilities"
upperBound="-1" eType="#//p2view/ProvidedCapabilityWrapper" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProvidedCapabilityWrapper" eSuperTypes="../../org.eclipse.b3.p2/model/p2.ecore#//IProvidedCapability #//LabelProvider">
<eStructuralFeatures xsi:type="ecore:EReference" name="genuine" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//IProvidedCapability"
changeable="false" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepositoryReferences">
<eStructuralFeatures xsi:type="ecore:EReference" name="repositoryReferences"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//IRepositoryReference"/>
<eGenericSuperTypes eClassifier="#//ChildrenProvider">
<eTypeArguments eClassifier="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//IRepositoryReference"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Requirements">
<eStructuralFeatures xsi:type="ecore:EReference" name="requirements" upperBound="-1"
eType="#//p2view/RequirementWrapper" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequirementWrapper" eSuperTypes="../../org.eclipse.b3.p2/model/p2.ecore#//IRequirement #//LabelProvider">
<eStructuralFeatures xsi:type="ecore:EReference" name="genuine" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//IRequirement"
changeable="false" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Touchpoints">
<eStructuralFeatures xsi:type="ecore:EReference" name="touchpointType" eType="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//ITouchpointType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="touchpointDataList" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.b3.p2/model/p2.ecore#//ITouchpointData"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/eclipse/b3/org.eclipse.b3.aggregator/model/Aggregator.ecore | ecore | aggregator
Aggregation
getAllMetadataRepositoryReferences
enabledOnly
getValidationSets
enabledOnly
getAllContributions
enabledOnly
validationSets
configurations
customCategories
contacts
buildmaster
label
buildRoot
${user.home}/build
packedStrategy
sendmail
type
mavenResult
strictMavenVersions
mavenMappings
allowLegacySites
true
AvailableVersionsHeader
availableVersions
installableUnitRequest
AvailableVersion
versionMatch
version
filter
availableFrom
repository
Bundle
Category
labelOverride
ChildrenProvider
T
children
Configuration
getName
getOSGiEnvironmentString
operatingSystem
windowSystem
architecture
Contact
name
email
aggregation
Contribution
getRepositories
enabledOnly
getAllMavenMappings
label
repositories
contacts
mavenMappings
Feature
categories
CustomCategory
identifier
label
description
features
DescriptionProvider
description
EnabledStatusProvider
branchEnabled
false
enabled
true
ExclusionRule
IdentificationProvider
getIdentification
InfosProvider
errors
warnings
infos
InstallableUnitRequest
isMappedRepositoryBroken
isBranchEnabled
resolveAsSingleton
resolveAsSingleton
forceResolve
resolveAvailableVersions
updateOnly
name
versionRange
0.0.0
availableVersionsHeader
availableVersions
LabelProvider
label
MappedRepository
getMapRules
enabledOnly
getUnits
enabledOnly
isMapExclusive
products
bundles
features
categories
mirrorArtifacts
true
categoryPrefix
mapRules
MappedUnit
getRequirement
getFilter
validConfigurations
MapRule
MavenItem
groupId
artifactId
MavenMapping
map
installableUnitID
namePattern
groupId
artifactId
MetadataRepositoryReference
getAggregation
isBranchEnabled
getResolvedLocation
startRepositoryLoad
forceReload
cancelRepositoryLoad
onRepositoryLoad
metadataRepository
location
nature
p2
Product
Property
key
value
Status
code
message
StatusProvider
status
ValidationSet
getAllValidationRepositories
getAllContributions
getDeclaredContributions
getDeclaredValidationRepositories
isExtensionOf
validationSet
abstract
false
extension
false
label
contributions
validationRepositories
extends
ValidConfigurationsRule
validConfigurations
AggregationType
Stable
S
Integration
I
Nightly
N
Maintenance
M
Continuous
C
Release
R
Architecture
X86
x86
PPC
ppc
X86_64
x86_64
IA64
ia64
IA64_32
ia64_32
Sparc
sparc
PPC64
ppc64
S390
s390
S390X
s390x
Sparcv9
sparcv9
PPC64LE
ppc64le
AvailableFrom
REPOSITORY
repository
CONTRIBUTION
contribution
VALIDATION_SET
validationSet
AGGREGATION
aggregation
InstallableUnitType
BUNDLE
bundle
FEATURE
feature
PRODUCT
product
CATEGORY
category
FRAGMENT
fragment
OTHER
other
OperatingSystem
Win32
win32
Linux
linux
MacOSX
macosx
AIX
aix
HPUX
hpux
Solaris
solaris
QNX
qnx
PackedStrategy
Copy
COPY
Verify
VERIFY
UnpackAsSibling
UNPACK_AS_SIBLING
Unpack
UNPACK
Skip
SKIP
StatusCode
OK
ok
BROKEN
broken
WAITING
waiting
VersionMatch
BELOW
below
MATCHES
matches
ABOVE
above
WindowSystem
Win32
win32
GTK
gtk
Carbon
carbon
Cocoa
cocoa
Motif
motif
Photon
photon
p2view
Bundle
Bundles
bundles
Category
getNotNullCategoryContainer
getNotNullFeatureContainer
getNotNullProductContainer
getNotNullBundleContainer
getNotNullFragmentContainer
isNested
categoryContainer
featureContainer
productContainer
bundleContainer
fragmentContainer
iuDetails
Categories
categories
Feature
getNotNullFeatureContainer
getNotNullBundleContainer
getNotNullFragmentContainer
featureContainer
bundleContainer
fragmentContainer
Features
features
Fragment
Fragments
fragments
InstallableUnits
getNotNullCategoryContainer
getNotNullFeatureContainer
getNotNullProductContainer
getNotNullBundleContainer
getNotNullFragmentContainer
getNotNullMiscellaneousContainer
allIUs
categoryContainer
featureContainer
productContainer
bundleContainer
fragmentContainer
miscellaneousContainer
IUDetails
requirementsContainer
providedCapabilitiesContainer
propertiesContainer
touchpointsContainer
updateDescriptor
copyright
licensesContainer
IUPresentation
id
version
name
label
description
type
filter
installableUnit
IUPresentationWithDetails
detailsResolved
Licenses
licenses
RepositoryBrowser
repositories
loading
false
MetadataRepositoryStructuredView
name
installableUnitList
properties
metadataRepository
loaded
repositoryReferences
location
Miscellaneous
others
OtherIU
Product
getNotNullFeatureContainer
getNotNullBundleContainer
getNotNullFragmentContainer
featureContainer
bundleContainer
fragmentContainer
Products
products
Properties
propertyList
ProvidedCapabilities
providedCapabilities
ProvidedCapabilityWrapper
genuine
RepositoryReferences
repositoryReferences
Requirements
requirements
RequirementWrapper
genuine
Touchpoints
touchpointType
touchpointDataList | null | {"directed":true,"nodes":[{"nsPrefix":"aggregator","nsURI":"http://www.eclipse.org/b3/2011/aggregator/1.1.0","name":"aggregator","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aggregation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AvailableVersionsHeader","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AvailableVersion","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bundle","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChildrenProvider","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contact","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomCategory","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescriptionProvider","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnabledStatusProvider","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusionRule","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentificationProvider","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfosProvider","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstallableUnitRequest","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelProvider","instanceClass":null,"abstract":true,"id":18,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappedRepository","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappedUnit","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapRule","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MavenItem","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MavenMapping","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataRepositoryReference","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Product","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Status","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatusProvider","instanceClass":null,"abstract":true,"id":28,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidationSet","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidConfigurationsRule","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AggregationType","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Architecture","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AvailableFrom","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InstallableUnitType","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperatingSystem","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PackedStrategy","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StatusCode","instanceClass":null,"id":37,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VersionMatch","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"WindowSystem","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"p2view","nsURI":"http://www.eclipse.org/b3/2010/aggregator/p2view/1.0.0","name":"p2view","id":40,"eClass":"EPackage"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMetadataRepositoryReferences","lowerBound":0,"id":41,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getValidationSets","lowerBound":0,"id":42,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllContributions","lowerBound":0,"id":43,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validationSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customCategories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"buildmaster","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"${user.home}/build","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"${user.home}/build","unsettable":false,"transient":false,"unique":true,"name":"buildRoot","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packedStrategy","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sendmail","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mavenResult","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strictMavenVersions","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mavenMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"allowLegacySites","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"enabledOnly","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"enabledOnly","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EParameter"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"enabledOnly","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EParameter"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aggregation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"availableVersions","changeable":false,"resolveProxies":false,"lowerBound":0,"id":88,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"installableUnitRequest","changeable":false,"resolveProxies":false,"lowerBound":1,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"availableVersionsHeader","changeable":true,"resolveProxies":false,"lowerBound":0,"id":92,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"versionMatch","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"repository","unsettable":false,"transient":false,"unique":true,"name":"availableFrom","changeable":true,"lowerBound":1,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelOverride","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"name":"T","id":108,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"children","changeable":false,"resolveProxies":false,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOSGiEnvironmentString","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operatingSystem","changeable":true,"lowerBound":1,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windowSystem","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"architecture","changeable":true,"lowerBound":1,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getRepositories","lowerBound":0,"id":126,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMavenMappings","lowerBound":0,"id":127,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"repositories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mavenMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"enabledOnly","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EParameter"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":true,"unique":true,"name":"branchEnabled","changeable":false,"lowerBound":0,"iD":false,"id":159,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"enabled","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIdentification","lowerBound":1,"id":164,"many":false,"required":true,"eClass":"EOperation"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"errors","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"warnings","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"infos","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMappedRepositoryBroken","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isBranchEnabled","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveAsSingleton","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveAsSingleton","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveAvailableVersions","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0.0","unsettable":false,"transient":false,"unique":true,"name":"versionRange","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"availableVersions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"forceResolve","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EParameter"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateOnly","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EParameter"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMapRules","lowerBound":0,"id":197,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getUnits","lowerBound":0,"id":198,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMapExclusive","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"products","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"mirrorArtifacts","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"categoryPrefix","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mapRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"enabledOnly","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EParameter"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"enabledOnly","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EParameter"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRequirement","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFilter","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"validConfigurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"groupId","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"artifactId","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"map","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namePattern","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"groupId","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"artifactId","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"installableUnitID","lowerBound":0,"id":248,"many":false,"required":false,"eClass":"EParameter"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAggregation","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isBranchEnabled","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getResolvedLocation","lowerBound":0,"id":255,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"startRepositoryLoad","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cancelRepositoryLoad","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"onRepositoryLoad","lowerBound":0,"id":258,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"metadataRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"p2","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"p2","unsettable":false,"transient":false,"unique":true,"name":"nature","changeable":true,"lowerBound":1,"iD":false,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"forceReload","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EParameter"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":274,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":false,"lowerBound":1,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":false,"lowerBound":0,"iD":false,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"status","changeable":false,"resolveProxies":false,"lowerBound":1,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllValidationRepositories","lowerBound":0,"id":286,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllContributions","lowerBound":0,"id":287,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDeclaredContributions","lowerBound":0,"id":288,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDeclaredValidationRepositories","lowerBound":0,"id":289,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isExtensionOf","lowerBound":0,"id":290,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":true,"unique":true,"name":"abstract","changeable":false,"lowerBound":0,"iD":false,"id":291,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":true,"unique":true,"name":"extension","changeable":false,"lowerBound":0,"iD":false,"id":292,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contributions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validationRepositories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"validationSet","lowerBound":0,"id":306,"many":false,"required":false,"eClass":"EParameter"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"validConfigurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"name":"Stable","id":317,"value":3,"literal":"S","eClass":"EEnumLiteral"},{"name":"Integration","id":318,"value":2,"literal":"I","eClass":"EEnumLiteral"},{"name":"Nightly","id":319,"value":1,"literal":"N","eClass":"EEnumLiteral"},{"name":"Maintenance","id":320,"value":5,"literal":"M","eClass":"EEnumLiteral"},{"name":"Continuous","id":321,"value":0,"literal":"C","eClass":"EEnumLiteral"},{"name":"Release","id":322,"value":4,"literal":"R","eClass":"EEnumLiteral"},{"name":"X86","id":323,"value":0,"literal":"x86","eClass":"EEnumLiteral"},{"name":"PPC","id":324,"value":1,"literal":"ppc","eClass":"EEnumLiteral"},{"name":"X86_64","id":325,"value":2,"literal":"x86_64","eClass":"EEnumLiteral"},{"name":"IA64","id":326,"value":3,"literal":"ia64","eClass":"EEnumLiteral"},{"name":"IA64_32","id":327,"value":4,"literal":"ia64_32","eClass":"EEnumLiteral"},{"name":"Sparc","id":328,"value":5,"literal":"sparc","eClass":"EEnumLiteral"},{"name":"PPC64","id":329,"value":6,"literal":"ppc64","eClass":"EEnumLiteral"},{"name":"S390","id":330,"value":7,"literal":"s390","eClass":"EEnumLiteral"},{"name":"S390X","id":331,"value":8,"literal":"s390x","eClass":"EEnumLiteral"},{"name":"Sparcv9","id":332,"value":9,"literal":"sparcv9","eClass":"EEnumLiteral"},{"name":"PPC64LE","id":333,"value":10,"literal":"ppc64le","eClass":"EEnumLiteral"},{"name":"REPOSITORY","id":334,"value":0,"literal":"repository","eClass":"EEnumLiteral"},{"name":"CONTRIBUTION","id":335,"value":1,"literal":"contribution","eClass":"EEnumLiteral"},{"name":"VALIDATION_SET","id":336,"value":2,"literal":"validationSet","eClass":"EEnumLiteral"},{"name":"AGGREGATION","id":337,"value":3,"literal":"aggregation","eClass":"EEnumLiteral"},{"name":"BUNDLE","id":338,"value":0,"literal":"bundle","eClass":"EEnumLiteral"},{"name":"FEATURE","id":339,"value":1,"literal":"feature","eClass":"EEnumLiteral"},{"name":"PRODUCT","id":340,"value":2,"literal":"product","eClass":"EEnumLiteral"},{"name":"CATEGORY","id":341,"value":3,"literal":"category","eClass":"EEnumLiteral"},{"name":"FRAGMENT","id":342,"value":4,"literal":"fragment","eClass":"EEnumLiteral"},{"name":"OTHER","id":343,"value":5,"literal":"other","eClass":"EEnumLiteral"},{"name":"Win32","id":344,"value":0,"literal":"win32","eClass":"EEnumLiteral"},{"name":"Linux","id":345,"value":1,"literal":"linux","eClass":"EEnumLiteral"},{"name":"MacOSX","id":346,"value":2,"literal":"macosx","eClass":"EEnumLiteral"},{"name":"AIX","id":347,"value":3,"literal":"aix","eClass":"EEnumLiteral"},{"name":"HPUX","id":348,"value":4,"literal":"hpux","eClass":"EEnumLiteral"},{"name":"Solaris","id":349,"value":5,"literal":"solaris","eClass":"EEnumLiteral"},{"name":"QNX","id":350,"value":6,"literal":"qnx","eClass":"EEnumLiteral"},{"name":"Copy","id":351,"value":0,"literal":"COPY","eClass":"EEnumLiteral"},{"name":"Verify","id":352,"value":1,"literal":"VERIFY","eClass":"EEnumLiteral"},{"name":"UnpackAsSibling","id":353,"value":2,"literal":"UNPACK_AS_SIBLING","eClass":"EEnumLiteral"},{"name":"Unpack","id":354,"value":3,"literal":"UNPACK","eClass":"EEnumLiteral"},{"name":"Skip","id":355,"value":4,"literal":"SKIP","eClass":"EEnumLiteral"},{"name":"OK","id":356,"value":0,"literal":"ok","eClass":"EEnumLiteral"},{"name":"BROKEN","id":357,"value":1,"literal":"broken","eClass":"EEnumLiteral"},{"name":"WAITING","id":358,"value":2,"literal":"waiting","eClass":"EEnumLiteral"},{"name":"BELOW","id":359,"value":0,"literal":"below","eClass":"EEnumLiteral"},{"name":"MATCHES","id":360,"value":1,"literal":"matches","eClass":"EEnumLiteral"},{"name":"ABOVE","id":361,"value":2,"literal":"above","eClass":"EEnumLiteral"},{"name":"Win32","id":362,"value":0,"literal":"win32","eClass":"EEnumLiteral"},{"name":"GTK","id":363,"value":1,"literal":"gtk","eClass":"EEnumLiteral"},{"name":"Carbon","id":364,"value":2,"literal":"carbon","eClass":"EEnumLiteral"},{"name":"Cocoa","id":365,"value":3,"literal":"cocoa","eClass":"EEnumLiteral"},{"name":"Motif","id":366,"value":4,"literal":"motif","eClass":"EEnumLiteral"},{"name":"Photon","id":367,"value":5,"literal":"photon","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bundle","instanceClass":null,"abstract":false,"id":368,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bundles","instanceClass":null,"abstract":false,"id":369,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":370,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Categories","instanceClass":null,"abstract":false,"id":371,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":372,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Features","instanceClass":null,"abstract":false,"id":373,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fragment","instanceClass":null,"abstract":false,"id":374,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fragments","instanceClass":null,"abstract":false,"id":375,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstallableUnits","instanceClass":null,"abstract":false,"id":376,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IUDetails","instanceClass":null,"abstract":false,"id":377,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IUPresentation","instanceClass":null,"abstract":true,"id":378,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IUPresentationWithDetails","instanceClass":null,"abstract":true,"id":379,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Licenses","instanceClass":null,"abstract":false,"id":380,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepositoryBrowser","instanceClass":null,"abstract":false,"id":381,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataRepositoryStructuredView","instanceClass":null,"abstract":false,"id":382,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Miscellaneous","instanceClass":null,"abstract":false,"id":383,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherIU","instanceClass":null,"abstract":false,"id":384,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Product","instanceClass":null,"abstract":false,"id":385,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Products","instanceClass":null,"abstract":false,"id":386,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Properties","instanceClass":null,"abstract":false,"id":387,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedCapabilities","instanceClass":null,"abstract":false,"id":388,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedCapabilityWrapper","instanceClass":null,"abstract":false,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepositoryReferences","instanceClass":null,"abstract":false,"id":390,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirements","instanceClass":null,"abstract":false,"id":391,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementWrapper","instanceClass":null,"abstract":false,"id":392,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Touchpoints","instanceClass":null,"abstract":false,"id":393,"interface":false,"eClass":"EClass"},{"id":394,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bundles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullCategoryContainer","lowerBound":0,"id":399,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullFeatureContainer","lowerBound":0,"id":400,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullProductContainer","lowerBound":0,"id":401,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullBundleContainer","lowerBound":0,"id":402,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullFragmentContainer","lowerBound":0,"id":403,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isNested","lowerBound":0,"id":404,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categoryContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"productContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragmentContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iuDetails","changeable":false,"resolveProxies":false,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullFeatureContainer","lowerBound":0,"id":428,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullBundleContainer","lowerBound":0,"id":429,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullFragmentContainer","lowerBound":0,"id":430,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragmentContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullCategoryContainer","lowerBound":0,"id":450,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullFeatureContainer","lowerBound":0,"id":451,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullProductContainer","lowerBound":0,"id":452,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullBundleContainer","lowerBound":0,"id":453,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullFragmentContainer","lowerBound":0,"id":454,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullMiscellaneousContainer","lowerBound":0,"id":455,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allIUs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categoryContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"productContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragmentContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"miscellaneousContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requirementsContainer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":478,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providedCapabilitiesContainer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":479,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertiesContainer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":480,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"touchpointsContainer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":481,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updateDescriptor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":482,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"copyright","changeable":true,"resolveProxies":false,"lowerBound":0,"id":483,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"licensesContainer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":492,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":493,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":494,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":495,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":496,"derived":false},{"ordered":true,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":false,"lowerBound":1,"iD":false,"id":497,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"lowerBound":0,"iD":false,"id":498,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"installableUnit","changeable":true,"resolveProxies":false,"lowerBound":0,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"detailsResolved","changeable":true,"lowerBound":0,"iD":false,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"licenses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":512,"derived":false},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"repositories","changeable":true,"resolveProxies":false,"lowerBound":0,"id":514,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":true,"unique":true,"name":"loading","changeable":false,"lowerBound":0,"iD":false,"id":515,"derived":true},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":521,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"installableUnitList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":523,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadataRepository","changeable":true,"resolveProxies":false,"lowerBound":1,"id":524,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"loaded","changeable":true,"lowerBound":0,"iD":false,"id":525,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repositoryReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":526,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":true,"unique":true,"name":"location","changeable":false,"lowerBound":1,"iD":false,"id":527,"derived":true},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"others","changeable":true,"resolveProxies":true,"lowerBound":0,"id":537,"derived":false},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullFeatureContainer","lowerBound":0,"id":542,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullBundleContainer","lowerBound":0,"id":543,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullFragmentContainer","lowerBound":0,"id":544,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":545,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragmentContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"products","changeable":true,"resolveProxies":true,"lowerBound":0,"id":555,"derived":false},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":559,"derived":false},{"id":560,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providedCapabilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":561,"derived":false},{"id":562,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"genuine","changeable":false,"resolveProxies":false,"lowerBound":1,"id":563,"derived":false},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repositoryReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":567,"derived":false},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":571,"derived":false},{"id":572,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"genuine","changeable":false,"resolveProxies":false,"lowerBound":1,"id":573,"derived":false},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"touchpointType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":577,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"touchpointDataList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":578,"derived":false},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":28},{"source":1,"target":16},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":41,"target":24},{"source":41,"target":61},{"source":41,"target":1},{"source":41,"target":62},{"source":61,"target":24},{"source":62,"target":63},{"source":62,"target":41},{"source":42,"target":29},{"source":42,"target":64},{"source":42,"target":1},{"source":42,"target":65},{"source":64,"target":29},{"source":65,"target":66},{"source":65,"target":42},{"source":43,"target":9},{"source":43,"target":67},{"source":43,"target":1},{"source":43,"target":68},{"source":67,"target":9},{"source":68,"target":69},{"source":68,"target":43},{"source":44,"target":29},{"source":44,"target":70},{"source":44,"target":1},{"source":44,"target":71},{"source":70,"target":29},{"source":45,"target":7},{"source":45,"target":72},{"source":45,"target":1},{"source":72,"target":7},{"source":46,"target":11},{"source":46,"target":73},{"source":46,"target":1},{"source":46,"target":74},{"source":73,"target":11},{"source":47,"target":8},{"source":47,"target":75},{"source":47,"target":1},{"source":47,"target":76},{"source":47,"target":77},{"source":75,"target":8},{"source":48,"target":8},{"source":48,"target":78},{"source":48,"target":1},{"source":48,"target":77},{"source":78,"target":8},{"source":49,"target":79},{"source":49,"target":1},{"source":50,"target":80},{"source":50,"target":1},{"source":51,"target":36},{"source":51,"target":81},{"source":51,"target":1},{"source":81,"target":36},{"source":52,"target":82},{"source":52,"target":1},{"source":53,"target":31},{"source":53,"target":83},{"source":53,"target":1},{"source":83,"target":31},{"source":54,"target":84},{"source":54,"target":1},{"source":55,"target":85},{"source":55,"target":1},{"source":56,"target":23},{"source":56,"target":86},{"source":56,"target":1},{"source":86,"target":23},{"source":57,"target":87},{"source":57,"target":1},{"source":58,"target":12},{"source":59,"target":28},{"source":60,"target":16},{"source":2,"target":0},{"source":2,"target":88},{"source":2,"target":89},{"source":88,"target":3},{"source":88,"target":90},{"source":88,"target":2},{"source":90,"target":3},{"source":89,"target":17},{"source":89,"target":91},{"source":89,"target":2},{"source":89,"target":92},{"source":91,"target":17},{"source":3,"target":0},{"source":3,"target":93},{"source":3,"target":94},{"source":3,"target":95},{"source":3,"target":96},{"source":3,"target":97},{"source":93,"target":38},{"source":93,"target":98},{"source":93,"target":3},{"source":98,"target":38},{"source":94,"target":99},{"source":94,"target":3},{"source":95,"target":100},{"source":95,"target":3},{"source":100,"target":101},{"source":96,"target":33},{"source":96,"target":102},{"source":96,"target":3},{"source":102,"target":33},{"source":97,"target":103},{"source":103,"target":3},{"source":4,"target":0},{"source":4,"target":20},{"source":4,"target":104},{"source":104,"target":20},{"source":5,"target":0},{"source":5,"target":20},{"source":5,"target":105},{"source":5,"target":106},{"source":105,"target":107},{"source":105,"target":5},{"source":106,"target":20},{"source":6,"target":0},{"source":6,"target":108},{"source":6,"target":109},{"source":109,"target":110},{"source":109,"target":6},{"source":110,"target":108},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":111},{"source":7,"target":112},{"source":7,"target":113},{"source":7,"target":114},{"source":7,"target":115},{"source":7,"target":116},{"source":111,"target":117},{"source":111,"target":7},{"source":112,"target":118},{"source":112,"target":7},{"source":113,"target":35},{"source":113,"target":119},{"source":113,"target":7},{"source":119,"target":35},{"source":114,"target":39},{"source":114,"target":120},{"source":114,"target":7},{"source":120,"target":39},{"source":115,"target":32},{"source":115,"target":121},{"source":115,"target":7},{"source":121,"target":32},{"source":116,"target":13},{"source":8,"target":0},{"source":8,"target":122},{"source":8,"target":77},{"source":8,"target":76},{"source":122,"target":123},{"source":122,"target":8},{"source":77,"target":124},{"source":77,"target":8},{"source":76,"target":1},{"source":76,"target":125},{"source":76,"target":8},{"source":76,"target":47},{"source":125,"target":1},{"source":9,"target":0},{"source":9,"target":13},{"source":9,"target":12},{"source":9,"target":28},{"source":9,"target":16},{"source":9,"target":15},{"source":9,"target":126},{"source":9,"target":127},{"source":9,"target":128},{"source":9,"target":129},{"source":9,"target":130},{"source":9,"target":131},{"source":9,"target":132},{"source":9,"target":133},{"source":9,"target":134},{"source":9,"target":135},{"source":9,"target":136},{"source":126,"target":19},{"source":126,"target":137},{"source":126,"target":9},{"source":126,"target":138},{"source":137,"target":19},{"source":138,"target":139},{"source":138,"target":126},{"source":127,"target":23},{"source":127,"target":140},{"source":127,"target":9},{"source":140,"target":23},{"source":128,"target":141},{"source":128,"target":9},{"source":129,"target":19},{"source":129,"target":142},{"source":129,"target":9},{"source":142,"target":19},{"source":130,"target":8},{"source":130,"target":143},{"source":130,"target":9},{"source":130,"target":77},{"source":143,"target":8},{"source":131,"target":23},{"source":131,"target":144},{"source":131,"target":9},{"source":144,"target":23},{"source":132,"target":13},{"source":133,"target":12},{"source":134,"target":28},{"source":135,"target":16},{"source":136,"target":15},{"source":10,"target":0},{"source":10,"target":20},{"source":10,"target":145},{"source":10,"target":146},{"source":145,"target":11},{"source":145,"target":147},{"source":145,"target":10},{"source":145,"target":148},{"source":147,"target":11},{"source":146,"target":20},{"source":11,"target":0},{"source":11,"target":28},{"source":11,"target":16},{"source":11,"target":74},{"source":11,"target":149},{"source":11,"target":150},{"source":11,"target":148},{"source":11,"target":151},{"source":11,"target":152},{"source":74,"target":153},{"source":74,"target":11},{"source":149,"target":154},{"source":149,"target":11},{"source":150,"target":155},{"source":150,"target":11},{"source":148,"target":10},{"source":148,"target":156},{"source":148,"target":11},{"source":148,"target":145},{"source":156,"target":10},{"source":151,"target":28},{"source":152,"target":16},{"source":12,"target":0},{"source":12,"target":157},{"source":157,"target":158},{"source":157,"target":12},{"source":13,"target":0},{"source":13,"target":159},{"source":13,"target":160},{"source":159,"target":161},{"source":159,"target":13},{"source":160,"target":162},{"source":160,"target":13},{"source":14,"target":0},{"source":14,"target":21},{"source":14,"target":163},{"source":163,"target":21},{"source":15,"target":0},{"source":15,"target":164},{"source":164,"target":165},{"source":164,"target":15},{"source":16,"target":0},{"source":16,"target":166},{"source":16,"target":167},{"source":16,"target":168},{"source":166,"target":169},{"source":166,"target":16},{"source":167,"target":170},{"source":167,"target":16},{"source":168,"target":171},{"source":168,"target":16},{"source":17,"target":0},{"source":17,"target":28},{"source":17,"target":16},{"source":17,"target":12},{"source":17,"target":172},{"source":17,"target":173},{"source":17,"target":174},{"source":17,"target":175},{"source":17,"target":176},{"source":17,"target":177},{"source":17,"target":178},{"source":17,"target":92},{"source":17,"target":179},{"source":17,"target":180},{"source":17,"target":181},{"source":17,"target":182},{"source":172,"target":183},{"source":172,"target":17},{"source":173,"target":184},{"source":173,"target":17},{"source":174,"target":185},{"source":174,"target":17},{"source":175,"target":186},{"source":175,"target":17},{"source":175,"target":187},{"source":187,"target":188},{"source":187,"target":175},{"source":176,"target":17},{"source":176,"target":189},{"source":189,"target":190},{"source":189,"target":176},{"source":177,"target":191},{"source":177,"target":17},{"source":178,"target":192},{"source":178,"target":17},{"source":92,"target":2},{"source":92,"target":193},{"source":92,"target":17},{"source":92,"target":89},{"source":193,"target":2},{"source":179,"target":3},{"source":179,"target":194},{"source":179,"target":17},{"source":194,"target":3},{"source":180,"target":28},{"source":181,"target":16},{"source":182,"target":12},{"source":18,"target":0},{"source":18,"target":195},{"source":195,"target":196},{"source":195,"target":18},{"source":19,"target":0},{"source":19,"target":24},{"source":19,"target":12},{"source":19,"target":15},{"source":19,"target":197},{"source":19,"target":198},{"source":19,"target":199},{"source":19,"target":200},{"source":19,"target":201},{"source":19,"target":202},{"source":19,"target":203},{"source":19,"target":204},{"source":19,"target":205},{"source":19,"target":206},{"source":19,"target":207},{"source":19,"target":208},{"source":19,"target":209},{"source":197,"target":21},{"source":197,"target":210},{"source":197,"target":19},{"source":197,"target":211},{"source":210,"target":21},{"source":211,"target":212},{"source":211,"target":197},{"source":198,"target":20},{"source":198,"target":213},{"source":198,"target":19},{"source":198,"target":214},{"source":213,"target":20},{"source":214,"target":215},{"source":214,"target":198},{"source":199,"target":216},{"source":199,"target":19},{"source":200,"target":25},{"source":200,"target":217},{"source":200,"target":19},{"source":217,"target":25},{"source":201,"target":4},{"source":201,"target":218},{"source":201,"target":19},{"source":218,"target":4},{"source":202,"target":10},{"source":202,"target":219},{"source":202,"target":19},{"source":219,"target":10},{"source":203,"target":5},{"source":203,"target":220},{"source":203,"target":19},{"source":220,"target":5},{"source":204,"target":221},{"source":204,"target":19},{"source":205,"target":222},{"source":205,"target":19},{"source":206,"target":21},{"source":206,"target":223},{"source":206,"target":19},{"source":223,"target":21},{"source":207,"target":24},{"source":208,"target":12},{"source":209,"target":15},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":13},{"source":20,"target":15},{"source":20,"target":224},{"source":20,"target":225},{"source":20,"target":226},{"source":20,"target":227},{"source":20,"target":228},{"source":20,"target":229},{"source":224,"target":230},{"source":224,"target":20},{"source":225,"target":231},{"source":225,"target":20},{"source":231,"target":232},{"source":226,"target":7},{"source":226,"target":233},{"source":226,"target":20},{"source":226,"target":113},{"source":226,"target":114},{"source":226,"target":115},{"source":233,"target":7},{"source":227,"target":17},{"source":228,"target":13},{"source":229,"target":15},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":12},{"source":21,"target":13},{"source":21,"target":234},{"source":21,"target":235},{"source":21,"target":236},{"source":234,"target":17},{"source":235,"target":12},{"source":236,"target":13},{"source":22,"target":0},{"source":22,"target":237},{"source":22,"target":238},{"source":237,"target":239},{"source":237,"target":22},{"source":238,"target":240},{"source":238,"target":22},{"source":23,"target":0},{"source":23,"target":28},{"source":23,"target":16},{"source":23,"target":241},{"source":23,"target":242},{"source":23,"target":243},{"source":23,"target":244},{"source":23,"target":245},{"source":23,"target":246},{"source":241,"target":22},{"source":241,"target":247},{"source":241,"target":23},{"source":241,"target":248},{"source":247,"target":22},{"source":248,"target":249},{"source":248,"target":241},{"source":242,"target":250},{"source":242,"target":23},{"source":243,"target":251},{"source":243,"target":23},{"source":244,"target":252},{"source":244,"target":23},{"source":245,"target":28},{"source":246,"target":16},{"source":24,"target":0},{"source":24,"target":13},{"source":24,"target":28},{"source":24,"target":16},{"source":24,"target":253},{"source":24,"target":254},{"source":24,"target":255},{"source":24,"target":256},{"source":24,"target":257},{"source":24,"target":258},{"source":24,"target":259},{"source":24,"target":260},{"source":24,"target":261},{"source":24,"target":262},{"source":24,"target":263},{"source":24,"target":264},{"source":253,"target":1},{"source":253,"target":265},{"source":253,"target":24},{"source":265,"target":1},{"source":254,"target":266},{"source":254,"target":24},{"source":255,"target":267},{"source":255,"target":24},{"source":256,"target":24},{"source":256,"target":268},{"source":268,"target":269},{"source":268,"target":256},{"source":257,"target":24},{"source":258,"target":24},{"source":259,"target":270},{"source":259,"target":24},{"source":260,"target":271},{"source":260,"target":24},{"source":261,"target":272},{"source":261,"target":24},{"source":262,"target":13},{"source":263,"target":28},{"source":264,"target":16},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":273},{"source":273,"target":20},{"source":26,"target":0},{"source":26,"target":274},{"source":26,"target":275},{"source":26,"target":276},{"source":274,"target":277},{"source":274,"target":26},{"source":275,"target":278},{"source":275,"target":26},{"source":276,"target":279},{"source":279,"target":26},{"source":27,"target":0},{"source":27,"target":280},{"source":27,"target":281},{"source":280,"target":37},{"source":280,"target":282},{"source":280,"target":27},{"source":282,"target":37},{"source":281,"target":283},{"source":281,"target":27},{"source":28,"target":0},{"source":28,"target":284},{"source":284,"target":27},{"source":284,"target":285},{"source":284,"target":28},{"source":285,"target":27},{"source":29,"target":0},{"source":29,"target":13},{"source":29,"target":12},{"source":29,"target":28},{"source":29,"target":16},{"source":29,"target":15},{"source":29,"target":286},{"source":29,"target":287},{"source":29,"target":288},{"source":29,"target":289},{"source":29,"target":290},{"source":29,"target":291},{"source":29,"target":292},{"source":29,"target":71},{"source":29,"target":293},{"source":29,"target":294},{"source":29,"target":295},{"source":29,"target":296},{"source":29,"target":297},{"source":29,"target":298},{"source":29,"target":299},{"source":29,"target":300},{"source":286,"target":24},{"source":286,"target":301},{"source":286,"target":29},{"source":301,"target":24},{"source":287,"target":9},{"source":287,"target":302},{"source":287,"target":29},{"source":302,"target":9},{"source":288,"target":9},{"source":288,"target":303},{"source":288,"target":29},{"source":303,"target":9},{"source":289,"target":24},{"source":289,"target":304},{"source":289,"target":29},{"source":304,"target":24},{"source":290,"target":305},{"source":290,"target":29},{"source":290,"target":306},{"source":306,"target":29},{"source":306,"target":307},{"source":306,"target":290},{"source":307,"target":29},{"source":291,"target":308},{"source":291,"target":29},{"source":292,"target":309},{"source":292,"target":29},{"source":71,"target":310},{"source":71,"target":29},{"source":293,"target":9},{"source":293,"target":311},{"source":293,"target":29},{"source":293,"target":128},{"source":311,"target":9},{"source":294,"target":24},{"source":294,"target":312},{"source":294,"target":29},{"source":312,"target":24},{"source":295,"target":29},{"source":295,"target":313},{"source":295,"target":29},{"source":313,"target":29},{"source":296,"target":13},{"source":297,"target":12},{"source":298,"target":28},{"source":299,"target":16},{"source":300,"target":15},{"source":30,"target":0},{"source":30,"target":21},{"source":30,"target":314},{"source":30,"target":315},{"source":314,"target":7},{"source":314,"target":316},{"source":314,"target":30},{"source":316,"target":7},{"source":315,"target":21},{"source":31,"target":0},{"source":31,"target":317},{"source":31,"target":318},{"source":31,"target":319},{"source":31,"target":320},{"source":31,"target":321},{"source":31,"target":322},{"source":317,"target":31},{"source":318,"target":31},{"source":319,"target":31},{"source":320,"target":31},{"source":321,"target":31},{"source":322,"target":31},{"source":32,"target":0},{"source":32,"target":323},{"source":32,"target":324},{"source":32,"target":325},{"source":32,"target":326},{"source":32,"target":327},{"source":32,"target":328},{"source":32,"target":329},{"source":32,"target":330},{"source":32,"target":331},{"source":32,"target":332},{"source":32,"target":333},{"source":323,"target":32},{"source":324,"target":32},{"source":325,"target":32},{"source":326,"target":32},{"source":327,"target":32},{"source":328,"target":32},{"source":329,"target":32},{"source":330,"target":32},{"source":331,"target":32},{"source":332,"target":32},{"source":333,"target":32},{"source":33,"target":0},{"source":33,"target":334},{"source":33,"target":335},{"source":33,"target":336},{"source":33,"target":337},{"source":334,"target":33},{"source":335,"target":33},{"source":336,"target":33},{"source":337,"target":33},{"source":34,"target":0},{"source":34,"target":338},{"source":34,"target":339},{"source":34,"target":340},{"source":34,"target":341},{"source":34,"target":342},{"source":34,"target":343},{"source":338,"target":34},{"source":339,"target":34},{"source":340,"target":34},{"source":341,"target":34},{"source":342,"target":34},{"source":343,"target":34},{"source":35,"target":0},{"source":35,"target":344},{"source":35,"target":345},{"source":35,"target":346},{"source":35,"target":347},{"source":35,"target":348},{"source":35,"target":349},{"source":35,"target":350},{"source":344,"target":35},{"source":345,"target":35},{"source":346,"target":35},{"source":347,"target":35},{"source":348,"target":35},{"source":349,"target":35},{"source":350,"target":35},{"source":36,"target":0},{"source":36,"target":351},{"source":36,"target":352},{"source":36,"target":353},{"source":36,"target":354},{"source":36,"target":355},{"source":351,"target":36},{"source":352,"target":36},{"source":353,"target":36},{"source":354,"target":36},{"source":355,"target":36},{"source":37,"target":0},{"source":37,"target":356},{"source":37,"target":357},{"source":37,"target":358},{"source":356,"target":37},{"source":357,"target":37},{"source":358,"target":37},{"source":38,"target":0},{"source":38,"target":359},{"source":38,"target":360},{"source":38,"target":361},{"source":359,"target":38},{"source":360,"target":38},{"source":361,"target":38},{"source":39,"target":0},{"source":39,"target":362},{"source":39,"target":363},{"source":39,"target":364},{"source":39,"target":365},{"source":39,"target":366},{"source":39,"target":367},{"source":362,"target":39},{"source":363,"target":39},{"source":364,"target":39},{"source":365,"target":39},{"source":366,"target":39},{"source":367,"target":39},{"source":40,"target":368},{"source":40,"target":369},{"source":40,"target":370},{"source":40,"target":371},{"source":40,"target":372},{"source":40,"target":373},{"source":40,"target":374},{"source":40,"target":375},{"source":40,"target":376},{"source":40,"target":377},{"source":40,"target":378},{"source":40,"target":379},{"source":40,"target":380},{"source":40,"target":381},{"source":40,"target":382},{"source":40,"target":383},{"source":40,"target":384},{"source":40,"target":385},{"source":40,"target":386},{"source":40,"target":387},{"source":40,"target":388},{"source":40,"target":389},{"source":40,"target":390},{"source":40,"target":391},{"source":40,"target":392},{"source":40,"target":393},{"source":40,"target":0},{"source":368,"target":40},{"source":368,"target":379},{"source":368,"target":394},{"source":394,"target":379},{"source":369,"target":40},{"source":369,"target":6},{"source":369,"target":395},{"source":369,"target":396},{"source":395,"target":368},{"source":395,"target":397},{"source":395,"target":369},{"source":397,"target":368},{"source":396,"target":398},{"source":396,"target":6},{"source":398,"target":368},{"source":370,"target":40},{"source":370,"target":378},{"source":370,"target":399},{"source":370,"target":400},{"source":370,"target":401},{"source":370,"target":402},{"source":370,"target":403},{"source":370,"target":404},{"source":370,"target":405},{"source":370,"target":406},{"source":370,"target":407},{"source":370,"target":408},{"source":370,"target":409},{"source":370,"target":410},{"source":370,"target":411},{"source":399,"target":371},{"source":399,"target":412},{"source":399,"target":370},{"source":412,"target":371},{"source":400,"target":373},{"source":400,"target":413},{"source":400,"target":370},{"source":413,"target":373},{"source":401,"target":386},{"source":401,"target":414},{"source":401,"target":370},{"source":414,"target":386},{"source":402,"target":369},{"source":402,"target":415},{"source":402,"target":370},{"source":415,"target":369},{"source":403,"target":375},{"source":403,"target":416},{"source":403,"target":370},{"source":416,"target":375},{"source":404,"target":417},{"source":404,"target":370},{"source":405,"target":371},{"source":405,"target":418},{"source":405,"target":370},{"source":418,"target":371},{"source":406,"target":373},{"source":406,"target":419},{"source":406,"target":370},{"source":419,"target":373},{"source":407,"target":386},{"source":407,"target":420},{"source":407,"target":370},{"source":420,"target":386},{"source":408,"target":369},{"source":408,"target":421},{"source":408,"target":370},{"source":421,"target":369},{"source":409,"target":375},{"source":409,"target":422},{"source":409,"target":370},{"source":422,"target":375},{"source":410,"target":377},{"source":410,"target":423},{"source":410,"target":370},{"source":423,"target":377},{"source":411,"target":378},{"source":371,"target":40},{"source":371,"target":6},{"source":371,"target":424},{"source":371,"target":425},{"source":424,"target":370},{"source":424,"target":426},{"source":424,"target":371},{"source":426,"target":370},{"source":425,"target":427},{"source":425,"target":6},{"source":427,"target":370},{"source":372,"target":40},{"source":372,"target":379},{"source":372,"target":428},{"source":372,"target":429},{"source":372,"target":430},{"source":372,"target":431},{"source":372,"target":432},{"source":372,"target":433},{"source":372,"target":434},{"source":428,"target":373},{"source":428,"target":435},{"source":428,"target":372},{"source":435,"target":373},{"source":429,"target":369},{"source":429,"target":436},{"source":429,"target":372},{"source":436,"target":369},{"source":430,"target":375},{"source":430,"target":437},{"source":430,"target":372},{"source":437,"target":375},{"source":431,"target":373},{"source":431,"target":438},{"source":431,"target":372},{"source":438,"target":373},{"source":432,"target":369},{"source":432,"target":439},{"source":432,"target":372},{"source":439,"target":369},{"source":433,"target":375},{"source":433,"target":440},{"source":433,"target":372},{"source":440,"target":375},{"source":434,"target":379},{"source":373,"target":40},{"source":373,"target":6},{"source":373,"target":441},{"source":373,"target":442},{"source":441,"target":372},{"source":441,"target":443},{"source":441,"target":373},{"source":443,"target":372},{"source":442,"target":444},{"source":442,"target":6},{"source":444,"target":372},{"source":374,"target":40},{"source":374,"target":368},{"source":374,"target":445},{"source":445,"target":368},{"source":375,"target":40},{"source":375,"target":6},{"source":375,"target":446},{"source":375,"target":447},{"source":446,"target":374},{"source":446,"target":448},{"source":446,"target":375},{"source":448,"target":374},{"source":447,"target":449},{"source":447,"target":6},{"source":449,"target":374},{"source":376,"target":40},{"source":376,"target":6},{"source":376,"target":450},{"source":376,"target":451},{"source":376,"target":452},{"source":376,"target":453},{"source":376,"target":454},{"source":376,"target":455},{"source":376,"target":456},{"source":376,"target":457},{"source":376,"target":458},{"source":376,"target":459},{"source":376,"target":460},{"source":376,"target":461},{"source":376,"target":462},{"source":376,"target":463},{"source":450,"target":371},{"source":450,"target":464},{"source":450,"target":376},{"source":464,"target":371},{"source":451,"target":373},{"source":451,"target":465},{"source":451,"target":376},{"source":465,"target":373},{"source":452,"target":386},{"source":452,"target":466},{"source":452,"target":376},{"source":466,"target":386},{"source":453,"target":369},{"source":453,"target":467},{"source":453,"target":376},{"source":467,"target":369},{"source":454,"target":375},{"source":454,"target":468},{"source":454,"target":376},{"source":468,"target":375},{"source":455,"target":383},{"source":455,"target":469},{"source":455,"target":376},{"source":469,"target":383},{"source":456,"target":378},{"source":456,"target":470},{"source":456,"target":376},{"source":470,"target":378},{"source":457,"target":371},{"source":457,"target":471},{"source":457,"target":376},{"source":471,"target":371},{"source":458,"target":373},{"source":458,"target":472},{"source":458,"target":376},{"source":472,"target":373},{"source":459,"target":386},{"source":459,"target":473},{"source":459,"target":376},{"source":473,"target":386},{"source":460,"target":369},{"source":460,"target":474},{"source":460,"target":376},{"source":474,"target":369},{"source":461,"target":375},{"source":461,"target":475},{"source":461,"target":376},{"source":475,"target":375},{"source":462,"target":383},{"source":462,"target":476},{"source":462,"target":376},{"source":476,"target":383},{"source":463,"target":477},{"source":463,"target":6},{"source":377,"target":40},{"source":377,"target":478},{"source":377,"target":479},{"source":377,"target":480},{"source":377,"target":481},{"source":377,"target":482},{"source":377,"target":483},{"source":377,"target":484},{"source":478,"target":391},{"source":478,"target":485},{"source":478,"target":377},{"source":485,"target":391},{"source":479,"target":388},{"source":479,"target":486},{"source":479,"target":377},{"source":486,"target":388},{"source":480,"target":387},{"source":480,"target":487},{"source":480,"target":377},{"source":487,"target":387},{"source":481,"target":393},{"source":481,"target":488},{"source":481,"target":377},{"source":488,"target":393},{"source":482,"target":489},{"source":482,"target":377},{"source":483,"target":490},{"source":483,"target":377},{"source":484,"target":380},{"source":484,"target":491},{"source":484,"target":377},{"source":491,"target":380},{"source":378,"target":40},{"source":378,"target":492},{"source":378,"target":493},{"source":378,"target":494},{"source":378,"target":495},{"source":378,"target":496},{"source":378,"target":497},{"source":378,"target":498},{"source":378,"target":499},{"source":492,"target":500},{"source":492,"target":378},{"source":493,"target":501},{"source":493,"target":378},{"source":494,"target":502},{"source":494,"target":378},{"source":495,"target":503},{"source":495,"target":378},{"source":496,"target":504},{"source":496,"target":378},{"source":497,"target":34},{"source":497,"target":505},{"source":497,"target":378},{"source":505,"target":34},{"source":498,"target":506},{"source":498,"target":378},{"source":499,"target":507},{"source":499,"target":378},{"source":379,"target":40},{"source":379,"target":378},{"source":379,"target":377},{"source":379,"target":508},{"source":379,"target":509},{"source":379,"target":510},{"source":508,"target":511},{"source":508,"target":379},{"source":509,"target":378},{"source":510,"target":377},{"source":380,"target":40},{"source":380,"target":512},{"source":512,"target":513},{"source":512,"target":380},{"source":381,"target":40},{"source":381,"target":28},{"source":381,"target":6},{"source":381,"target":514},{"source":381,"target":515},{"source":381,"target":516},{"source":381,"target":517},{"source":514,"target":382},{"source":514,"target":518},{"source":514,"target":381},{"source":518,"target":382},{"source":515,"target":519},{"source":515,"target":381},{"source":516,"target":28},{"source":517,"target":520},{"source":517,"target":6},{"source":520,"target":382},{"source":382,"target":40},{"source":382,"target":6},{"source":382,"target":521},{"source":382,"target":522},{"source":382,"target":523},{"source":382,"target":524},{"source":382,"target":525},{"source":382,"target":526},{"source":382,"target":527},{"source":382,"target":528},{"source":521,"target":529},{"source":521,"target":382},{"source":522,"target":376},{"source":522,"target":530},{"source":522,"target":382},{"source":530,"target":376},{"source":523,"target":387},{"source":523,"target":531},{"source":523,"target":382},{"source":531,"target":387},{"source":524,"target":532},{"source":524,"target":382},{"source":525,"target":533},{"source":525,"target":382},{"source":526,"target":390},{"source":526,"target":534},{"source":526,"target":382},{"source":534,"target":390},{"source":527,"target":535},{"source":527,"target":382},{"source":528,"target":536},{"source":528,"target":6},{"source":536,"target":376},{"source":383,"target":40},{"source":383,"target":6},{"source":383,"target":537},{"source":383,"target":538},{"source":537,"target":384},{"source":537,"target":539},{"source":537,"target":383},{"source":539,"target":384},{"source":538,"target":540},{"source":538,"target":6},{"source":540,"target":384},{"source":384,"target":40},{"source":384,"target":379},{"source":384,"target":541},{"source":541,"target":379},{"source":385,"target":40},{"source":385,"target":379},{"source":385,"target":542},{"source":385,"target":543},{"source":385,"target":544},{"source":385,"target":545},{"source":385,"target":546},{"source":385,"target":547},{"source":385,"target":548},{"source":542,"target":373},{"source":542,"target":549},{"source":542,"target":385},{"source":549,"target":373},{"source":543,"target":369},{"source":543,"target":550},{"source":543,"target":385},{"source":550,"target":369},{"source":544,"target":375},{"source":544,"target":551},{"source":544,"target":385},{"source":551,"target":375},{"source":545,"target":373},{"source":545,"target":552},{"source":545,"target":385},{"source":552,"target":373},{"source":546,"target":369},{"source":546,"target":553},{"source":546,"target":385},{"source":553,"target":369},{"source":547,"target":375},{"source":547,"target":554},{"source":547,"target":385},{"source":554,"target":375},{"source":548,"target":379},{"source":386,"target":40},{"source":386,"target":6},{"source":386,"target":555},{"source":386,"target":556},{"source":555,"target":385},{"source":555,"target":557},{"source":555,"target":386},{"source":557,"target":385},{"source":556,"target":558},{"source":556,"target":6},{"source":558,"target":385},{"source":387,"target":40},{"source":387,"target":559},{"source":559,"target":26},{"source":559,"target":560},{"source":559,"target":387},{"source":560,"target":26},{"source":388,"target":40},{"source":388,"target":561},{"source":561,"target":389},{"source":561,"target":562},{"source":561,"target":388},{"source":562,"target":389},{"source":389,"target":40},{"source":389,"target":18},{"source":389,"target":563},{"source":389,"target":564},{"source":389,"target":565},{"source":563,"target":566},{"source":563,"target":389},{"source":565,"target":18},{"source":390,"target":40},{"source":390,"target":6},{"source":390,"target":567},{"source":390,"target":568},{"source":567,"target":569},{"source":567,"target":390},{"source":568,"target":570},{"source":568,"target":6},{"source":391,"target":40},{"source":391,"target":571},{"source":571,"target":392},{"source":571,"target":572},{"source":571,"target":391},{"source":572,"target":392},{"source":392,"target":40},{"source":392,"target":18},{"source":392,"target":573},{"source":392,"target":574},{"source":392,"target":575},{"source":573,"target":576},{"source":573,"target":392},{"source":575,"target":18},{"source":393,"target":40},{"source":393,"target":577},{"source":393,"target":578},{"source":577,"target":579},{"source":577,"target":393},{"source":578,"target":580},{"source":578,"target":393}],"multigraph":true} |
false | <?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="Root">
<eSubpackages name="P1"/>
<eSubpackages name="P2">
<eClassifiers xsi:type="ecore:EClass" name="C1"/>
</eSubpackages>
<eSubpackages name="P3">
<eClassifiers xsi:type="ecore:EClass" name="C2Too lonnnnnnnnnnnng name" eSuperTypes="#//P2/C1"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.swtbot/data/unit/edgeLabelStability/2179.ecore | ecore | Root
P1
P2
C1
P3
C2Too lonnnnnnnnnnnng name | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"Root","id":0,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"P1","id":1,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"P2","id":2,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"P3","id":3,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C1","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C2Too lonnnnnnnnnnnng name","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"id":6,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":2,"target":4},{"source":2,"target":0},{"source":4,"target":2},{"source":3,"target":5},{"source":3,"target":0},{"source":5,"target":3},{"source":5,"target":4},{"source":5,"target":6},{"source":6,"target":4}],"multigraph":true} |
false | <?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="common" nsURI="http://eclipse.org/SCADA/Configuration/Component/Common"
nsPrefix="common">
<eClassifiers xsi:type="ecore:EClass" name="HeartbeatGenerator" abstract="true"
eSuperTypes="../../org.eclipse.scada.configuration.component/model/component.ecore#//MasterComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="period" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" defaultValueLiteral="1000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The generator period in milliseconds"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetItem" eType="ecore:EClass ../../org.eclipse.scada.configuration.component/model/component.ecore#//InputDefinition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activeInput" eType="ecore:EClass ../../org.eclipse.scada.configuration.component/model/component.ecore#//InputDefinition"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is a input which activates or deactivates the heartbeat generator. If the input is set it must be "true" for the heartbeat generator to write its heartbeat."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToggleHeartbeatGenerator" eSuperTypes="#//HeartbeatGenerator"/>
<eClassifiers xsi:type="ecore:EClass" name="HeartbeatDetector" abstract="true" eSuperTypes="../../org.eclipse.scada.configuration.component/model/component.ecore#//MasterComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeHeartbeatDetector" eSuperTypes="#//HeartbeatDetector">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeout" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" defaultValueLiteral="10000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The timeout of the detector in milliseconds."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="checkPeriod" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" defaultValueLiteral="1000"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceItem" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.scada.configuration.component/model/component.ecore#//InputDefinition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimerAction" eSuperTypes="../../org.eclipse.scada.configuration.component/model/component.ecore#//MasterComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="period" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" defaultValueLiteral="1000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The generator period in milliseconds"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetItem" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.scada.configuration.component/model/component.ecore#//InputDefinition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.scada.configuration.world/model/configuration.ecore#//osgi/Variant"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
defaultValueLiteral="$TIMER_ACTION"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CurrentTimeComponent" eSuperTypes="../../org.eclipse.scada.configuration.component/model/component.ecore#//MasterComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="TIME"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="updatePeriod" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" defaultValueLiteral="100"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dateFormat" eType="#//DateFormat"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DateFormat" instanceClassName="org.eclipse.scada.configuration.component.common.DateFormat"/>
<eClassifiers xsi:type="ecore:EClass" name="ScaledValue" eSuperTypes="../../org.eclipse.scada.configuration.component/model/component.ecore#//SingleValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceItem" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.scada.configuration.component/model/component.ecore#//InputDefinition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inputMinimum" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inputMaximum" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="100"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outputMinimum" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outputMaximum" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1000"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validateRange" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gaviscada/org.eclipse.scada.ide/org.eclipse.scada.configuration.component.common/model/commonComponents.ecore | ecore | common
HeartbeatGenerator
period
1000
targetItem
activeInput
ToggleHeartbeatGenerator
HeartbeatDetector
ChangeHeartbeatDetector
timeout
10000
checkPeriod
1000
sourceItem
TimerAction
period
1000
targetItem
value
name
$TIMER_ACTION
CurrentTimeComponent
name
TIME
updatePeriod
100
dateFormat
DateFormat
org.eclipse.scada.configuration.component.common.DateFormat
org.eclipse.scada.configuration.component.common.DateFormat
ScaledValue
sourceItem
inputMinimum
0
inputMaximum
100
outputMinimum
0
outputMaximum
1000
validateRange
true | null | {"directed":true,"nodes":[{"nsPrefix":"common","nsURI":"http://eclipse.org/SCADA/Configuration/Component/Common","name":"common","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeartbeatGenerator","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToggleHeartbeatGenerator","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeartbeatDetector","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeHeartbeatDetector","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimerAction","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurrentTimeComponent","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.scada.configuration.component.common.DateFormat","defaultValue":null,"instanceClassName":"org.eclipse.scada.configuration.component.common.DateFormat","name":"DateFormat","instanceClass":null,"id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScaledValue","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":1000,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1000","unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetItem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activeInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":10000,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"10000","unsettable":false,"transient":false,"unique":true,"name":"timeout","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1000,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1000","unsettable":false,"transient":false,"unique":true,"name":"checkPeriod","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceItem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1000,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1000","unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetItem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"$TIMER_ACTION","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"$TIMER_ACTION","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":"TIME","volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":"TIME","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"updatePeriod","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"dateFormat","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceItem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"inputMinimum","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"inputMaximum","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"outputMinimum","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1000.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1000","unsettable":false,"transient":false,"unique":true,"name":"outputMaximum","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"validateRange","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":9,"target":13},{"source":9,"target":1},{"source":10,"target":14},{"source":10,"target":1},{"source":11,"target":15},{"source":11,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":16},{"source":16,"target":1},{"source":3,"target":0},{"source":3,"target":17},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":18,"target":22},{"source":18,"target":4},{"source":19,"target":23},{"source":19,"target":4},{"source":20,"target":24},{"source":20,"target":4},{"source":21,"target":3},{"source":5,"target":0},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":25,"target":30},{"source":25,"target":5},{"source":26,"target":31},{"source":26,"target":5},{"source":27,"target":32},{"source":27,"target":5},{"source":28,"target":33},{"source":28,"target":5},{"source":6,"target":0},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":34,"target":38},{"source":34,"target":6},{"source":35,"target":39},{"source":35,"target":6},{"source":36,"target":7},{"source":36,"target":40},{"source":36,"target":6},{"source":40,"target":7},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":41},{"source":8,"target":42},{"source":8,"target":43},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":8,"target":47},{"source":41,"target":48},{"source":41,"target":8},{"source":42,"target":49},{"source":42,"target":8},{"source":43,"target":50},{"source":43,"target":8},{"source":44,"target":51},{"source":44,"target":8},{"source":45,"target":52},{"source":45,"target":8},{"source":46,"target":53},{"source":46,"target":8}],"multigraph":true} |
false | <?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="myDsl" nsURI="http://www.xtext.org/example/mydsl/MyDsl" nsPrefix="myDsl">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1"
eType="#//ParticipantStatement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="MediatorStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mediatorStatement" eType="#//MediatorType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="config" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessingStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="configs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoutingStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="target" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParallelStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parstatements" upperBound="-1"
eType="#//Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elsestatements" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="routeId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="transport" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="altstatements" upperBound="-1"
eType="#//Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elsestatements" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParticipantStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="participantType" eType="#//ParticipantType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outbounds" eType="#//OutboundEndpointDef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inbounds" eType="#//InboundEndpointDef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutboundEndpointDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="protocol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="host" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InboundEndpointDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="protocol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ParticipantType">
<eLiterals name="INTEGRATIONFLOW" literal="IntegrationFlow"/>
<eLiterals name="INBOUNDENDPOINT" value="1" literal="InboundEndpoint"/>
<eLiterals name="OUTBOUNDENDPOINT" value="2" literal="OutboundEndpoint"/>
<eLiterals name="PIPELINE" value="3" literal="Pipeline"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MediatorType">
<eLiterals name="LOG" literal="log"/>
<eLiterals name="CALL" value="1" literal="call"/>
<eLiterals name="RESPOND" value="2" literal="respond"/>
<eLiterals name="FILTER" value="3" literal="filter"/>
<eLiterals name="TRANSFORM" value="4" literal="transform"/>
<eLiterals name="ENRICH" value="5" literal="enrich"/>
<eLiterals name="EXTERNAL" value="6" literal="external"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/sumuditha-viraj/nextgen-tool/org.xtext.example.mydsl/model/generated/MyDsl.ecore | ecore | myDsl
Model
participants
statements
Statement
MediatorStatement
mediatorStatement
config
ProcessingStatement
name
configs
RoutingStatement
source
target
action
ParallelStatement
parstatements
elsestatements
IfStatement
routeId
transport
pattern
altstatements
elsestatements
LoopStatement
name
GroupStatement
name
RefStatement
name
ParticipantStatement
name
participantType
description
outbounds
inbounds
OutboundEndpointDef
protocol
host
InboundEndpointDef
protocol
port
context
ParticipantType
INTEGRATIONFLOW
IntegrationFlow
INBOUNDENDPOINT
InboundEndpoint
OUTBOUNDENDPOINT
OutboundEndpoint
PIPELINE
Pipeline
MediatorType
LOG
log
CALL
call
RESPOND
respond
FILTER
filter
TRANSFORM
transform
ENRICH
enrich
EXTERNAL
external | null | {"directed":true,"nodes":[{"nsPrefix":"myDsl","nsURI":"http://www.xtext.org/example/mydsl/MyDsl","name":"myDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MediatorStatement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingStatement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoutingStatement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParallelStatement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStatement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupStatement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefStatement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParticipantStatement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutboundEndpointDef","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InboundEndpointDef","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParticipantType","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MediatorType","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"participants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mediatorStatement","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"config","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"configs","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parstatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elsestatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"routeId","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transport","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"altstatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elsestatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"participantType","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outbounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inbounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"protocol","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"host","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"protocol","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"name":"INTEGRATIONFLOW","id":81,"value":0,"literal":"IntegrationFlow","eClass":"EEnumLiteral"},{"name":"INBOUNDENDPOINT","id":82,"value":1,"literal":"InboundEndpoint","eClass":"EEnumLiteral"},{"name":"OUTBOUNDENDPOINT","id":83,"value":2,"literal":"OutboundEndpoint","eClass":"EEnumLiteral"},{"name":"PIPELINE","id":84,"value":3,"literal":"Pipeline","eClass":"EEnumLiteral"},{"name":"LOG","id":85,"value":0,"literal":"log","eClass":"EEnumLiteral"},{"name":"CALL","id":86,"value":1,"literal":"call","eClass":"EEnumLiteral"},{"name":"RESPOND","id":87,"value":2,"literal":"respond","eClass":"EEnumLiteral"},{"name":"FILTER","id":88,"value":3,"literal":"filter","eClass":"EEnumLiteral"},{"name":"TRANSFORM","id":89,"value":4,"literal":"transform","eClass":"EEnumLiteral"},{"name":"ENRICH","id":90,"value":5,"literal":"enrich","eClass":"EEnumLiteral"},{"name":"EXTERNAL","id":91,"value":6,"literal":"external","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":16,"target":11},{"source":16,"target":18},{"source":16,"target":1},{"source":18,"target":11},{"source":17,"target":2},{"source":17,"target":19},{"source":17,"target":1},{"source":19,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":20,"target":15},{"source":20,"target":23},{"source":20,"target":3},{"source":23,"target":15},{"source":21,"target":24},{"source":21,"target":3},{"source":22,"target":2},{"source":4,"target":0},{"source":4,"target":25},{"source":4,"target":26},{"source":25,"target":27},{"source":25,"target":4},{"source":26,"target":28},{"source":26,"target":4},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":29,"target":33},{"source":29,"target":5},{"source":30,"target":34},{"source":30,"target":5},{"source":31,"target":35},{"source":31,"target":5},{"source":32,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":36,"target":2},{"source":36,"target":39},{"source":36,"target":6},{"source":39,"target":2},{"source":37,"target":2},{"source":37,"target":40},{"source":37,"target":6},{"source":40,"target":2},{"source":38,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":41,"target":47},{"source":41,"target":7},{"source":42,"target":48},{"source":42,"target":7},{"source":43,"target":49},{"source":43,"target":7},{"source":44,"target":2},{"source":44,"target":50},{"source":44,"target":7},{"source":50,"target":2},{"source":45,"target":2},{"source":45,"target":51},{"source":45,"target":7},{"source":51,"target":2},{"source":46,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":52},{"source":8,"target":53},{"source":52,"target":54},{"source":52,"target":8},{"source":53,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":55},{"source":9,"target":56},{"source":55,"target":57},{"source":55,"target":9},{"source":56,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":58},{"source":10,"target":59},{"source":58,"target":60},{"source":58,"target":10},{"source":59,"target":2},{"source":11,"target":0},{"source":11,"target":61},{"source":11,"target":62},{"source":11,"target":63},{"source":11,"target":64},{"source":11,"target":65},{"source":61,"target":66},{"source":61,"target":11},{"source":62,"target":14},{"source":62,"target":67},{"source":62,"target":11},{"source":67,"target":14},{"source":63,"target":68},{"source":63,"target":11},{"source":64,"target":12},{"source":64,"target":69},{"source":64,"target":11},{"source":69,"target":12},{"source":65,"target":13},{"source":65,"target":70},{"source":65,"target":11},{"source":70,"target":13},{"source":12,"target":0},{"source":12,"target":71},{"source":12,"target":72},{"source":71,"target":73},{"source":71,"target":12},{"source":72,"target":74},{"source":72,"target":12},{"source":13,"target":0},{"source":13,"target":75},{"source":13,"target":76},{"source":13,"target":77},{"source":75,"target":78},{"source":75,"target":13},{"source":76,"target":79},{"source":76,"target":13},{"source":77,"target":80},{"source":77,"target":13},{"source":14,"target":0},{"source":14,"target":81},{"source":14,"target":82},{"source":14,"target":83},{"source":14,"target":84},{"source":81,"target":14},{"source":82,"target":14},{"source":83,"target":14},{"source":84,"target":14},{"source":15,"target":0},{"source":15,"target":85},{"source":15,"target":86},{"source":15,"target":87},{"source":15,"target":88},{"source":15,"target":89},{"source":15,"target":90},{"source":15,"target":91},{"source":85,"target":15},{"source":86,"target":15},{"source":87,"target":15},{"source":88,"target":15},{"source":89,"target":15},{"source":90,"target":15},{"source":91,"target":15}],"multigraph":true} |
false | <?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="zoom"
nsPrefix="zoom">
<eClassifiers xsi:type="ecore:EClass" name="new EClass 1"/>
<eClassifiers xsi:type="ecore:EClass" name="new EClass 2" eSuperTypes="#//new%20EClass%201"/>
<eClassifiers xsi:type="ecore:EClass" name="new EClass 3" eSuperTypes="#//new%20EClass%201"/>
</ecore:EPackage>
| github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.junit/data/unit/modelers/ecore/design/zoom.ecore | ecore | zoom
new EClass 1
new EClass 2
new EClass 3 | null | {"directed":true,"nodes":[{"nsPrefix":"zoom","nsURI":null,"name":"zoom","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"new EClass 1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"new EClass 2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"new EClass 3","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"id":4,"eClass":"EGenericType"},{"id":5,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":4},{"source":4,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":5},{"source":5,"target":1}],"multigraph":true} |
false | <?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="fML"
nsURI="http://www.xtext.org/example/mydsl/FML" nsPrefix="fML">
<eClassifiers xsi:type="ecore:EClass" name="FamiliarScript">
<eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1"
eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cmds" upperBound="-1" eType="#//ScriptCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exports" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScriptCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="var" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metaID" eType="#//StringExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cmd" eType="#//ComplexCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComplexCommand" eSuperTypes="#//ScriptCommand #//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Command"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="batom" eType="#//ComplexCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Command" eSuperTypes="#//FMLAbstractCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExpr" eSuperTypes="#//Command #//IntegerCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExpr" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdentifierExpr" eSuperTypes="#//Command #//FMCommand #//FTCommand #//BCommand #//StrCommand #//ConfigurationCommand #//SetCommand #//ConstraintCommand #//IntegerCommand #//VariabilityOpCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metaID" eType="#//StringExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringExpr" eSuperTypes="#//Command #//StrCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetExpr" eSuperTypes="#//Command #//SetCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="e" upperBound="-1" eType="#//ComplexCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AtomicConstraintExpr" eSuperTypes="#//Command #//ConstraintCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//CNF" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstraintExpr" eSuperTypes="#//Command #//SetCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1"
eType="#//CNF" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EditConstant">
<eLiterals name="REFACTORING" literal="REFACTORING"/>
<eLiterals name="SPECIALIZATION" value="1" literal="SPECIALIZATION"/>
<eLiterals name="GENERALIZATION" value="2" literal="GENERALIZATION"/>
<eLiterals name="ARBITRARY" value="3" literal="ARBITRARY"/>
<eLiterals name="EEnumLiteral0" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureVariabilityOperator" eSuperTypes="#//Command #//VariabilityOpCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="#//FeatureEdgeKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FeatureEdgeKind">
<eLiterals name="MANDATORY" literal="mand"/>
<eLiterals name="OPTIONAL" value="1" literal="opt"/>
<eLiterals name="ALTERNATIVE" value="2" literal="Xor"/>
<eLiterals name="OR" value="3" literal="Or"/>
<eLiterals name="MUTEX" value="4" literal="Mutex"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfCondition" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="bexpr" eType="#//ComplexCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="then" upperBound="-1" eType="#//ScriptCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" upperBound="-1" eType="#//ScriptCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForeachSet" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="var" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1"
eType="#//ScriptCommand" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="lType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FMLAbstractCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="FMCommand" eSuperTypes="#//FMLAbstractCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="FTCommand" eSuperTypes="#//FMLAbstractCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="BCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="StrCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="ConfigurationCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="SetCommand" eSuperTypes="#//FMLAbstractCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="ConstraintCommand" eSuperTypes="#//FMLAbstractCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="GetConstraints" eSuperTypes="#//Command #//SetCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kindOfGet" eType="#//KindOfGet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="KindOfGet">
<eLiterals name="HIERARCHY_IMPLIES" literal="getImpliesHierarchy"/>
<eLiterals name="HIERARCHY_EXCLUDES" value="1" literal="getExcludesHierarchy"/>
<eLiterals name="HIERARCHY_BIIMPLIES" value="2" literal="getBiimpliesHierarchy"/>
<eLiterals name="CONSTRAINT_IMPLIES" value="3" literal="getImpliesConstraint"/>
<eLiterals name="CONSTRAINT_EXCLUDES" value="4" literal="getExcludesConstraint"/>
<eLiterals name="CONSTRAINT_BIIMPLIES" value="5" literal="getBiimpliesConstraint"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComputeConstraints" eSuperTypes="#//Command #//SetCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kindOfCompute" eType="#//KindOfCompute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="KindOfCompute">
<eLiterals name="IMPLIES" literal="computeImplies"/>
<eLiterals name="EXCLUDES" value="1" literal="computeExcludes"/>
<eLiterals name="BIIMPLIES" value="2" literal="computeBiimplies"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GetFGroups" eSuperTypes="#//Command #//SetCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kindOfGroups" eType="#//KindOfGetGroups"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="KindOfGetGroups">
<eLiterals name="OR" literal="getORGroups"/>
<eLiterals name="XOR" value="1" literal="getXORGroups"/>
<eLiterals name="MUTEX" value="2" literal="getMUTEXGroups"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComputeFGroups" eSuperTypes="#//Command #//SetCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kindOfGroups" eType="#//KindOfComputeGroups"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="KindOfComputeGroups">
<eLiterals name="OR" literal="computeORGroups"/>
<eLiterals name="XOR" value="1" literal="computeXORGroups"/>
<eLiterals name="MUTEX" value="2" literal="computeMUTEXGroups"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="DoubleCommand" eSuperTypes="#//IntegerCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="VariabilityOpCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="AnalysisOperation" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetOperations" eSuperTypes="#//Command"/>
<eClassifiers xsi:type="ecore:EClass" name="SetCard" eSuperTypes="#//IntegerCommand #//SetOperations">
<eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//SetCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetBelongs" eSuperTypes="#//BCommand #//SetOperations">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="setl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="setr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetUnionOrIntersection" eSuperTypes="#//SetCommand #//SetOperations">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="setl" eType="#//SetCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="setr" eType="#//SetCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetEmpty" eSuperTypes="#//SetCommand #//SetOperations">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetAddOrRemove" eSuperTypes="#//SetOperations">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="setl" eType="#//SetCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//Command"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsEmptySet" eSuperTypes="#//BCommand #//SetOperations">
<eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//SetCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetToNames" eSuperTypes="#//SetCommand #//SetOperations">
<eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//SetCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureOperation" eSuperTypes="#//Command #//FTCommand #//StrCommand #//SetCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//FTCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AncestorFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DescendantFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChildrenFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SiblingFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParentFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NameFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FMFeature" eSuperTypes="#//FMCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureOperator">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringOperation" eSuperTypes="#//Command"/>
<eClassifiers xsi:type="ecore:EClass" name="StringInit" eSuperTypes="#//StrCommand #//StringOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringConcat" eSuperTypes="#//StrCommand #//StringOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="lstr" eType="#//StrCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rstr" eType="#//StrCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringSubstring" eSuperTypes="#//StrCommand #//StringOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="str" eType="#//StrCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="begin" eType="#//IntegerCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="end" eType="#//IntegerCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringIndexOf" eSuperTypes="#//IntegerCommand #//StringOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="str" eType="#//StrCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schar" eType="#//StrCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringLength" eSuperTypes="#//IntegerCommand #//StringOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="str" eType="#//StrCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Compare" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="fm_left" eType="#//FMCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fm_right" eType="#//FMCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="param" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//lType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoadGeneric" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stream" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="params" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CTCRCommand" eSuperTypes="#//Command #//DoubleCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Merge" eSuperTypes="#//Command #//FMCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//MergeMode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lfms" upperBound="-1" eType="#//FMCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fms" eType="#//LFMArgs"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MergeMode">
<eLiterals name="CROSS" literal="crossproduct"/>
<eLiterals name="UNION" value="1" literal="union"/>
<eLiterals name="SUNION" value="2" literal="sunion"/>
<eLiterals name="INTER" value="3" literal="intersection"/>
<eLiterals name="DIFF" value="4" literal="diff"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LFMArgs">
<eStructuralFeatures xsi:type="ecore:EReference" name="lfms" upperBound="-1" eType="#//FMCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Slice" eSuperTypes="#//Command #//FMCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//SliceMode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fts" eType="#//SetCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SliceMode">
<eLiterals name="INCLUDING" literal="including"/>
<eLiterals name="EXCLUDING" value="1" literal="excluding"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Aggregate" eSuperTypes="#//Command #//FMCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="fms" upperBound="-1" eType="#//FMCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sfms" eType="#//IdentifierExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" eType="#//SetCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureModelOperation" eSuperTypes="#//Command"/>
<eClassifiers xsi:type="ecore:EClass" name="EditOperation" eSuperTypes="#//FeatureModelOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="Insert" eSuperTypes="#//BCommand #//FeatureModelOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="aspectfm" eType="#//FMCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseft" eType="#//FTCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//VariabilityOpCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoveFeature" eSuperTypes="#//BCommand #//EditOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//FTCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RenameFeature" eSuperTypes="#//BCommand #//EditOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//FTCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureNew" eType="#//StrCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Extract" eSuperTypes="#//FMCommand #//FeatureModelOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="rootfeature" eType="#//FTCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assertion" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="assertion" eType="#//ComplexCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ComparisonOperator">
<eLiterals name="EQUAL" literal="eq"/>
<eLiterals name="NotEqual" value="1" literal="neq"/>
<eLiterals name="LesserThan" value="2" literal="<"/>
<eLiterals name="GreaterThan" value="3" literal=">"/>
<eLiterals name="REF_EQUAL" value="4" literal="=="/>
<eLiterals name="REF_NotEqual" value="5" literal="!="/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SetOperator">
<eLiterals name="SUNION" literal="++"/>
<eLiterals name="SDIFF" value="1" literal="--"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableNull" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="var" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Export">
<eStructuralFeatures xsi:type="ecore:EReference" name="arg" eType="#//LVidentifier"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Hidden">
<eStructuralFeatures xsi:type="ecore:EReference" name="arg" eType="#//LVidentifier"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LVidentifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="args" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dependency">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="var" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigurationCmd" eSuperTypes="#//Command"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateConfiguration" eSuperTypes="#//ConfigurationCommand #//ConfigurationCmd">
<eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectionFeature" eSuperTypes="#//ConfigurationCmd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fts" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="config" eType="#//ConfigurationCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OpSelection">
<eLiterals name="SELECT" literal="select"/>
<eLiterals name="DESELECT" value="1" literal="deselect"/>
<eLiterals name="UNSELECT" value="2" literal="unselect"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AutoConfiguration" eSuperTypes="#//ConfigurationCmd">
<eStructuralFeatures xsi:type="ecore:EReference" name="config" eType="#//ConfigurationCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//AutoConfMode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AutoConfMode">
<eLiterals name="RANDOM" literal="RANDOM"/>
<eLiterals name="MAX" value="1" literal="MAX"/>
<eLiterals name="MIN" value="2" literal="MIN"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectedConfiguration" eSuperTypes="#//SetCommand #//ConfigurationCmd">
<eStructuralFeatures xsi:type="ecore:EReference" name="config" eType="#//ConfigurationCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeselectedConfiguration" eSuperTypes="#//SetCommand #//ConfigurationCmd">
<eStructuralFeatures xsi:type="ecore:EReference" name="config" eType="#//ConfigurationCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnselectedConfiguration" eSuperTypes="#//ConfigurationCmd">
<eStructuralFeatures xsi:type="ecore:EReference" name="config" eType="#//ConfigurationCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AsFM" eSuperTypes="#//Command #//FMCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="conf" eType="#//ConfigurationCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Map" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cst" eType="#//SetCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnMap" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CleanUp" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cores" eSuperTypes="#//Command #//SetCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Deads" eSuperTypes="#//Command #//SetCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FullMandatorys" eSuperTypes="#//Command #//SetCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cliques" eSuperTypes="#//Command #//SetCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScriptDefinition" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1"
eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cmds" upperBound="-1" eType="#//ScriptCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exports" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Shell" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="cmd" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Exit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Exist">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="var" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsConflicting" eSuperTypes="#//BCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="var" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Listing">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opt" eType="#//OPT_LISTING"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OPT_LISTING">
<eLiterals name="NORMAL" literal="--normal"/>
<eLiterals name="VERBOSE" value="1" literal="--verbose"/>
<eLiterals name="VALUE_ONLY" value="2" literal="--withValues"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Help">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CopyVariable" eSuperTypes="#//Command #//FMCommand #//FTCommand #//StrCommand #//VariabilityOpCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariable" eSuperTypes="#//Command #//BCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Convert" eSuperTypes="#//Command #//StrCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="v" eType="#//FMCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="#//FMFormat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FMFormat">
<eLiterals name="FMLBDD" literal="fmlbdd"/>
<eLiterals name="FIDE" value="1" literal="featureide"/>
<eLiterals name="FCALC" value="2" literal="fmcalc"/>
<eLiterals name="FFML" value="3" literal="fml"/>
<eLiterals name="FSPLOT" value="4" literal="SPLOT"/>
<eLiterals name="FTVL" value="5" literal="TVL"/>
<eLiterals name="FTRISKELL" value="6" literal="fd"/>
<eLiterals name="FFML2" value="7" literal="xmi"/>
<eLiterals name="S2T2" value="8" literal="S2T2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FMLSave" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="v" eType="#//FMCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="#//FMFormat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrinterUtility" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arg" eType="#//LArgs" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LArgs">
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Command"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GDisplay" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cmdDisplay" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GListing" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cmd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModifyVOperator" eSuperTypes="#//Command #//BCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="MandatoryEdit" eSuperTypes="#//ModifyVOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="ft" eType="#//FTCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OptionalEdit" eSuperTypes="#//ModifyVOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="ft" eType="#//FTCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AlternativeEdit" eSuperTypes="#//ModifyVOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="fts" eType="#//SetCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrEdit" eSuperTypes="#//ModifyVOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="fts" eType="#//SetCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddConstraint" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="cst" eType="#//AtomicConstraintExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoveConstraint" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="cst" eType="#//AtomicConstraintExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CNF"/>
<eClassifiers xsi:type="ecore:EClass" name="CNFExpression" eSuperTypes="#//CNF">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Neg_expr" eSuperTypes="#//CNFExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//CNFExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BOOL_Operator">
<eLiterals name="BOOL_OR" literal="||"/>
<eLiterals name="BOOL_AND" value="1" literal="&&"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureModel" eSuperTypes="#//Command #//FMCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="root" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//Production" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" upperBound="-1" eType="#//CNF"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="file" eType="#//StringExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Production">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//Child" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Child"/>
<eClassifiers xsi:type="ecore:EClass" name="Mandatory" eSuperTypes="#//Child">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Optional" eSuperTypes="#//Child">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Xorgroup" eSuperTypes="#//Child">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="features" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Orgroup" eSuperTypes="#//Child">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="features" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mutexgroup" eSuperTypes="#//Child">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="features" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerOperation" eSuperTypes="#//ComplexCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//IntegerCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BoolOperation" eSuperTypes="#//ComplexCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//BOOL_Operator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ComplexCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComparisonOperation" eSuperTypes="#//ComplexCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cmpOp" eType="#//ComparisonOperator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ComplexCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetOperation" eSuperTypes="#//ComplexCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sop" eType="#//SetOperator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ComplexCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntLiteral" eSuperTypes="#//IntegerExpr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Or_expr" eSuperTypes="#//CNFExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//CNFExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//CNFExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="And_expr" eSuperTypes="#//CNFExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//CNFExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//CNFExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Impl_expr" eSuperTypes="#//CNFExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//CNFExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//CNFExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Biimpl_expr" eSuperTypes="#//CNFExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//CNFExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//CNFExpression"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/diverse-project/kermeta2/org/kermeta/language/sample/kompren/examples/strictEcore/FML.ecore | ecore | fML
FamiliarScript
params
cmds
exports
ScriptCommand
var
metaID
cmd
ComplexCommand
left
not
batom
Command
IntegerExpr
BooleanExpr
val
IdentifierExpr
val
metaID
StringExpr
val
SetExpr
e
AtomicConstraintExpr
expr
ConstraintExpr
constraints
fm
EditConstant
REFACTORING
REFACTORING
SPECIALIZATION
SPECIALIZATION
GENERALIZATION
GENERALIZATION
ARBITRARY
ARBITRARY
EEnumLiteral0
EEnumLiteral0
FeatureVariabilityOperator
val
FeatureEdgeKind
MANDATORY
mand
OPTIONAL
opt
ALTERNATIVE
Xor
OR
Or
MUTEX
Mutex
IfCondition
bexpr
then
else
ForeachSet
val
var
exprs
lType
val
FMLAbstractCommand
FMCommand
FTCommand
BCommand
StrCommand
ConfigurationCommand
SetCommand
ConstraintCommand
GetConstraints
kindOfGet
fm
KindOfGet
HIERARCHY_IMPLIES
getImpliesHierarchy
HIERARCHY_EXCLUDES
getExcludesHierarchy
HIERARCHY_BIIMPLIES
getBiimpliesHierarchy
CONSTRAINT_IMPLIES
getImpliesConstraint
CONSTRAINT_EXCLUDES
getExcludesConstraint
CONSTRAINT_BIIMPLIES
getBiimpliesConstraint
ComputeConstraints
kindOfCompute
fm
KindOfCompute
IMPLIES
computeImplies
EXCLUDES
computeExcludes
BIIMPLIES
computeBiimplies
GetFGroups
kindOfGroups
fm
KindOfGetGroups
OR
getORGroups
XOR
getXORGroups
MUTEX
getMUTEXGroups
ComputeFGroups
kindOfGroups
fm
KindOfComputeGroups
OR
computeORGroups
XOR
computeXORGroups
MUTEX
computeMUTEXGroups
IntegerCommand
DoubleCommand
VariabilityOpCommand
AnalysisOperation
op
fm
SetOperations
SetCard
set
SetBelongs
setl
setr
SetUnionOrIntersection
op
setl
setr
SetEmpty
val
SetAddOrRemove
op
setl
var
IsEmptySet
set
SetToNames
set
FeatureOperation
op
feature
AncestorFeature
val
DescendantFeature
val
ChildrenFeature
val
SiblingFeature
val
ParentFeature
val
NameFeature
val
FMFeature
val
FeatureOperator
val
StringOperation
StringInit
val
StringConcat
lstr
rstr
StringSubstring
str
begin
end
StringIndexOf
str
schar
StringLength
str
Compare
fm_left
fm_right
Parameter
param
typed
type
LoadGeneric
stream
params
ns
CTCRCommand
fm
Merge
mode
lfms
fms
MergeMode
CROSS
crossproduct
UNION
union
SUNION
sunion
INTER
intersection
DIFF
diff
LFMArgs
lfms
Slice
fm
mode
fts
SliceMode
INCLUDING
including
EXCLUDING
excluding
Aggregate
fms
sfms
mapping
FeatureModelOperation
EditOperation
Insert
aspectfm
baseft
op
RemoveFeature
feature
RenameFeature
feature
featureNew
Extract
rootfeature
Assertion
assertion
ComparisonOperator
EQUAL
eq
NotEqual
neq
LesserThan
<
GreaterThan
>
REF_EQUAL
==
REF_NotEqual
!=
SetOperator
SUNION
++
SDIFF
--
VariableNull
var
Export
arg
Hidden
arg
LVidentifier
args
Dependency
var
ConfigurationCmd
CreateConfiguration
fm
SelectionFeature
op
fts
config
OpSelection
SELECT
select
DESELECT
deselect
UNSELECT
unselect
AutoConfiguration
config
mode
AutoConfMode
RANDOM
RANDOM
MAX
MAX
MIN
MIN
SelectedConfiguration
config
DeselectedConfiguration
config
UnselectedConfiguration
config
AsFM
conf
Map
fm
cst
UnMap
fm
CleanUp
fm
Cores
fm
Deads
fm
FullMandatorys
fm
Cliques
fm
ScriptDefinition
params
cmds
exports
Shell
cmd
Exit
val
Exist
val
var
IsConflicting
val
var
Listing
val
opt
OPT_LISTING
NORMAL
--normal
VERBOSE
--verbose
VALUE_ONLY
--withValues
State
val
Help
val
CopyVariable
vid
RemoveVariable
vid
Convert
v
format
FMFormat
FMLBDD
fmlbdd
FIDE
featureide
FCALC
fmcalc
FFML
fml
FSPLOT
SPLOT
FTVL
TVL
FTRISKELL
fd
FFML2
xmi
S2T2
S2T2
FMLSave
v
format
PrinterUtility
op
arg
LArgs
args
GDisplay
cmdDisplay
var
GListing
cmd
ModifyVOperator
MandatoryEdit
ft
OptionalEdit
ft
AlternativeEdit
fts
OrEdit
fts
AddConstraint
cst
fm
RemoveConstraint
cst
fm
CNF
CNFExpression
name
Neg_expr
expr
BOOL_Operator
BOOL_OR
||
BOOL_AND
&&
FeatureModel
root
features
expr
file
Production
name
features
Child
Mandatory
name
Optional
name
Xorgroup
features
Orgroup
features
Mutexgroup
features
IntegerOperation
op
right
BoolOperation
op
right
ComparisonOperation
cmpOp
right
SetOperation
sop
right
IntLiteral
value
Or_expr
left
right
And_expr
left
right
Impl_expr
left
right
Biimpl_expr
left
right | null | {"directed":true,"nodes":[{"nsPrefix":"fML","nsURI":"http://www.xtext.org/example/mydsl/FML","name":"fML","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FamiliarScript","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptCommand","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexCommand","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExpr","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpr","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierExpr","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExpr","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExpr","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicConstraintExpr","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintExpr","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EditConstant","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureVariabilityOperator","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FeatureEdgeKind","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfCondition","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeachSet","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"lType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FMLAbstractCommand","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FMCommand","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FTCommand","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BCommand","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrCommand","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationCommand","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetCommand","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintCommand","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetConstraints","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"KindOfGet","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputeConstraints","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"KindOfCompute","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetFGroups","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"KindOfGetGroups","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputeFGroups","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"KindOfComputeGroups","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerCommand","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleCommand","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariabilityOpCommand","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalysisOperation","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetOperations","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetCard","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetBelongs","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetUnionOrIntersection","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetEmpty","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetAddOrRemove","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsEmptySet","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetToNames","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureOperation","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AncestorFeature","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescendantFeature","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChildrenFeature","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SiblingFeature","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParentFeature","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameFeature","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FMFeature","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureOperator","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringOperation","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringInit","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringConcat","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringSubstring","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringIndexOf","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLength","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compare","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoadGeneric","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CTCRCommand","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Merge","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MergeMode","instanceClass":null,"id":66,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LFMArgs","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slice","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SliceMode","instanceClass":null,"id":69,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aggregate","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureModelOperation","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditOperation","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Insert","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveFeature","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenameFeature","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extract","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertion","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComparisonOperator","instanceClass":null,"id":78,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SetOperator","instanceClass":null,"id":79,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableNull","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Export","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hidden","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LVidentifier","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationCmd","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateConfiguration","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionFeature","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OpSelection","instanceClass":null,"id":88,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AutoConfiguration","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AutoConfMode","instanceClass":null,"id":90,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectedConfiguration","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeselectedConfiguration","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnselectedConfiguration","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AsFM","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Map","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnMap","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CleanUp","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cores","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deads","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FullMandatorys","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cliques","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptDefinition","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shell","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exit","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exist","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsConflicting","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Listing","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OPT_LISTING","instanceClass":null,"id":108,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Help","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CopyVariable","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariable","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Convert","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FMFormat","instanceClass":null,"id":114,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FMLSave","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrinterUtility","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LArgs","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GDisplay","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GListing","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifyVOperator","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MandatoryEdit","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionalEdit","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlternativeEdit","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrEdit","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddConstraint","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveConstraint","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CNF","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CNFExpression","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Neg_expr","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BOOL_Operator","instanceClass":null,"id":130,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureModel","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Production","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Child","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mandatory","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Optional","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Xorgroup","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Orgroup","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mutexgroup","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerOperation","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolOperation","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonOperation","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetOperation","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLiteral","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or_expr","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And_expr","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Impl_expr","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Biimpl_expr","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cmds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaID","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cmd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"not","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"batom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaID","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"name":"REFACTORING","id":206,"value":0,"literal":"REFACTORING","eClass":"EEnumLiteral"},{"name":"SPECIALIZATION","id":207,"value":1,"literal":"SPECIALIZATION","eClass":"EEnumLiteral"},{"name":"GENERALIZATION","id":208,"value":2,"literal":"GENERALIZATION","eClass":"EEnumLiteral"},{"name":"ARBITRARY","id":209,"value":3,"literal":"ARBITRARY","eClass":"EEnumLiteral"},{"name":"EEnumLiteral0","id":210,"value":4,"literal":"EEnumLiteral0","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"name":"MANDATORY","id":215,"value":0,"literal":"mand","eClass":"EEnumLiteral"},{"name":"OPTIONAL","id":216,"value":1,"literal":"opt","eClass":"EEnumLiteral"},{"name":"ALTERNATIVE","id":217,"value":2,"literal":"Xor","eClass":"EEnumLiteral"},{"name":"OR","id":218,"value":3,"literal":"Or","eClass":"EEnumLiteral"},{"name":"MUTEX","id":219,"value":4,"literal":"Mutex","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bexpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kindOfGet","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"name":"HIERARCHY_IMPLIES","id":246,"value":0,"literal":"getImpliesHierarchy","eClass":"EEnumLiteral"},{"name":"HIERARCHY_EXCLUDES","id":247,"value":1,"literal":"getExcludesHierarchy","eClass":"EEnumLiteral"},{"name":"HIERARCHY_BIIMPLIES","id":248,"value":2,"literal":"getBiimpliesHierarchy","eClass":"EEnumLiteral"},{"name":"CONSTRAINT_IMPLIES","id":249,"value":3,"literal":"getImpliesConstraint","eClass":"EEnumLiteral"},{"name":"CONSTRAINT_EXCLUDES","id":250,"value":4,"literal":"getExcludesConstraint","eClass":"EEnumLiteral"},{"name":"CONSTRAINT_BIIMPLIES","id":251,"value":5,"literal":"getBiimpliesConstraint","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kindOfCompute","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"name":"IMPLIES","id":258,"value":0,"literal":"computeImplies","eClass":"EEnumLiteral"},{"name":"EXCLUDES","id":259,"value":1,"literal":"computeExcludes","eClass":"EEnumLiteral"},{"name":"BIIMPLIES","id":260,"value":2,"literal":"computeBiimplies","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kindOfGroups","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"name":"OR","id":267,"value":0,"literal":"getORGroups","eClass":"EEnumLiteral"},{"name":"XOR","id":268,"value":1,"literal":"getXORGroups","eClass":"EEnumLiteral"},{"name":"MUTEX","id":269,"value":2,"literal":"getMUTEXGroups","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kindOfGroups","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"name":"OR","id":276,"value":0,"literal":"computeORGroups","eClass":"EEnumLiteral"},{"name":"XOR","id":277,"value":1,"literal":"computeXORGroups","eClass":"EEnumLiteral"},{"name":"MUTEX","id":278,"value":2,"literal":"computeMUTEXGroups","eClass":"EEnumLiteral"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setl","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setr","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"setl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"setr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"setl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lstr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rstr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"str","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"begin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"str","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"str","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm_left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm_right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"param","changeable":true,"lowerBound":0,"iD":false,"id":382,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typed","changeable":true,"lowerBound":0,"iD":false,"id":383,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stream","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"params","changeable":true,"lowerBound":0,"iD":false,"id":389,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ns","changeable":true,"lowerBound":0,"iD":false,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":399,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lfms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"name":"CROSS","id":407,"value":0,"literal":"crossproduct","eClass":"EEnumLiteral"},{"name":"UNION","id":408,"value":1,"literal":"union","eClass":"EEnumLiteral"},{"name":"SUNION","id":409,"value":2,"literal":"sunion","eClass":"EEnumLiteral"},{"name":"INTER","id":410,"value":3,"literal":"intersection","eClass":"EEnumLiteral"},{"name":"DIFF","id":411,"value":4,"literal":"diff","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lfms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"name":"INCLUDING","id":422,"value":0,"literal":"including","eClass":"EEnumLiteral"},{"name":"EXCLUDING","id":423,"value":1,"literal":"excluding","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sfms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aspectfm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseft","changeable":true,"resolveProxies":true,"lowerBound":0,"id":435,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureNew","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rootfeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assertion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"name":"EQUAL","id":459,"value":0,"literal":"eq","eClass":"EEnumLiteral"},{"name":"NotEqual","id":460,"value":1,"literal":"neq","eClass":"EEnumLiteral"},{"name":"LesserThan","id":461,"value":2,"literal":"<","eClass":"EEnumLiteral"},{"name":"GreaterThan","id":462,"value":3,"literal":">","eClass":"EEnumLiteral"},{"name":"REF_EQUAL","id":463,"value":4,"literal":"==","eClass":"EEnumLiteral"},{"name":"REF_NotEqual","id":464,"value":5,"literal":"!=","eClass":"EEnumLiteral"},{"name":"SUNION","id":465,"value":0,"literal":"++","eClass":"EEnumLiteral"},{"name":"SDIFF","id":466,"value":1,"literal":"--","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"lowerBound":0,"iD":false,"id":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"args","changeable":true,"lowerBound":0,"iD":false,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"lowerBound":0,"iD":false,"id":476,"derived":false},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":483,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fts","changeable":true,"lowerBound":0,"iD":false,"id":484,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"config","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"name":"SELECT","id":490,"value":0,"literal":"select","eClass":"EEnumLiteral"},{"name":"DESELECT","id":491,"value":1,"literal":"deselect","eClass":"EEnumLiteral"},{"name":"UNSELECT","id":492,"value":2,"literal":"unselect","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"config","changeable":true,"resolveProxies":true,"lowerBound":0,"id":493,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"name":"RANDOM","id":498,"value":0,"literal":"RANDOM","eClass":"EEnumLiteral"},{"name":"MAX","id":499,"value":1,"literal":"MAX","eClass":"EEnumLiteral"},{"name":"MIN","id":500,"value":2,"literal":"MIN","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"config","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"config","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"config","changeable":true,"resolveProxies":true,"lowerBound":0,"id":509,"derived":false},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":512,"derived":false},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":516,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":543,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cmds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":544,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":545,"derived":false},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cmd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":555,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"lowerBound":0,"iD":false,"id":556,"derived":false},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":559,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"lowerBound":0,"iD":false,"id":560,"derived":false},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":564,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opt","changeable":true,"lowerBound":0,"iD":false,"id":565,"derived":false},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"name":"NORMAL","id":568,"value":0,"literal":"--normal","eClass":"EEnumLiteral"},{"name":"VERBOSE","id":569,"value":1,"literal":"--verbose","eClass":"EEnumLiteral"},{"name":"VALUE_ONLY","id":570,"value":2,"literal":"--withValues","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":571,"derived":false},{"id":572,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":573,"derived":false},{"id":574,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vid","changeable":true,"lowerBound":0,"iD":false,"id":575,"derived":false},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vid","changeable":true,"lowerBound":0,"iD":false,"id":582,"derived":false},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"v","changeable":true,"resolveProxies":true,"lowerBound":0,"id":586,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":587,"derived":false},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"name":"FMLBDD","id":592,"value":0,"literal":"fmlbdd","eClass":"EEnumLiteral"},{"name":"FIDE","id":593,"value":1,"literal":"featureide","eClass":"EEnumLiteral"},{"name":"FCALC","id":594,"value":2,"literal":"fmcalc","eClass":"EEnumLiteral"},{"name":"FFML","id":595,"value":3,"literal":"fml","eClass":"EEnumLiteral"},{"name":"FSPLOT","id":596,"value":4,"literal":"SPLOT","eClass":"EEnumLiteral"},{"name":"FTVL","id":597,"value":5,"literal":"TVL","eClass":"EEnumLiteral"},{"name":"FTRISKELL","id":598,"value":6,"literal":"fd","eClass":"EEnumLiteral"},{"name":"FFML2","id":599,"value":7,"literal":"xmi","eClass":"EEnumLiteral"},{"name":"S2T2","id":600,"value":8,"literal":"S2T2","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"v","changeable":true,"resolveProxies":true,"lowerBound":0,"id":601,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":602,"derived":false},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":606,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":607,"derived":false},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":611,"derived":false},{"id":612,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cmdDisplay","changeable":true,"lowerBound":0,"iD":false,"id":613,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":614,"derived":false},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cmd","changeable":true,"lowerBound":0,"iD":false,"id":618,"derived":false},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ft","changeable":true,"resolveProxies":true,"lowerBound":0,"id":623,"derived":false},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ft","changeable":true,"resolveProxies":true,"lowerBound":0,"id":626,"derived":false},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":629,"derived":false},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":632,"derived":false},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":635,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":636,"derived":false},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":640,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":641,"derived":false},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":645,"derived":false},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":648,"derived":false},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"name":"BOOL_OR","id":651,"value":0,"literal":"||","eClass":"EEnumLiteral"},{"name":"BOOL_AND","id":652,"value":1,"literal":"&&","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"root","changeable":true,"lowerBound":0,"iD":false,"id":653,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":654,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":655,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"resolveProxies":true,"lowerBound":0,"id":656,"derived":false},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":663,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":664,"derived":false},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":667,"derived":false},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":670,"derived":false},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"features","changeable":true,"lowerBound":0,"iD":false,"id":673,"derived":false},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"features","changeable":true,"lowerBound":0,"iD":false,"id":676,"derived":false},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"features","changeable":true,"lowerBound":0,"iD":false,"id":679,"derived":false},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":682,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":683,"derived":false},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":687,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":688,"derived":false},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cmpOp","changeable":true,"lowerBound":0,"iD":false,"id":692,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":693,"derived":false},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sop","changeable":true,"lowerBound":0,"iD":false,"id":697,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":698,"derived":false},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":702,"derived":false},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":705,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":706,"derived":false},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":710,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":711,"derived":false},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":715,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":716,"derived":false},{"id":717,"eClass":"EGenericType"},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":720,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":721,"derived":false},{"id":722,"eClass":"EGenericType"},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":1,"target":0},{"source":1,"target":148},{"source":1,"target":149},{"source":1,"target":150},{"source":148,"target":62},{"source":148,"target":151},{"source":148,"target":1},{"source":151,"target":62},{"source":149,"target":2},{"source":149,"target":152},{"source":149,"target":1},{"source":152,"target":2},{"source":150,"target":153},{"source":150,"target":1},{"source":2,"target":0},{"source":2,"target":154},{"source":2,"target":155},{"source":2,"target":156},{"source":154,"target":157},{"source":154,"target":2},{"source":155,"target":8},{"source":155,"target":158},{"source":155,"target":2},{"source":158,"target":8},{"source":156,"target":3},{"source":156,"target":159},{"source":156,"target":2},{"source":159,"target":3},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":160},{"source":3,"target":161},{"source":3,"target":162},{"source":3,"target":163},{"source":3,"target":164},{"source":160,"target":4},{"source":160,"target":165},{"source":160,"target":3},{"source":165,"target":4},{"source":161,"target":166},{"source":161,"target":3},{"source":162,"target":3},{"source":162,"target":167},{"source":162,"target":3},{"source":167,"target":3},{"source":163,"target":2},{"source":164,"target":4},{"source":4,"target":0},{"source":4,"target":18},{"source":4,"target":168},{"source":168,"target":18},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":34},{"source":5,"target":169},{"source":5,"target":170},{"source":169,"target":4},{"source":170,"target":34},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":171},{"source":6,"target":172},{"source":171,"target":173},{"source":171,"target":6},{"source":172,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":19},{"source":7,"target":20},{"source":7,"target":21},{"source":7,"target":22},{"source":7,"target":23},{"source":7,"target":24},{"source":7,"target":25},{"source":7,"target":34},{"source":7,"target":36},{"source":7,"target":174},{"source":7,"target":175},{"source":7,"target":176},{"source":7,"target":177},{"source":7,"target":178},{"source":7,"target":179},{"source":7,"target":180},{"source":7,"target":181},{"source":7,"target":182},{"source":7,"target":183},{"source":7,"target":184},{"source":7,"target":185},{"source":174,"target":186},{"source":174,"target":7},{"source":175,"target":8},{"source":175,"target":187},{"source":175,"target":7},{"source":187,"target":8},{"source":176,"target":4},{"source":177,"target":19},{"source":178,"target":20},{"source":179,"target":21},{"source":180,"target":22},{"source":181,"target":23},{"source":182,"target":24},{"source":183,"target":25},{"source":184,"target":34},{"source":185,"target":36},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":22},{"source":8,"target":188},{"source":8,"target":189},{"source":8,"target":190},{"source":188,"target":191},{"source":188,"target":8},{"source":189,"target":4},{"source":190,"target":22},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":24},{"source":9,"target":192},{"source":9,"target":193},{"source":9,"target":194},{"source":192,"target":3},{"source":192,"target":195},{"source":192,"target":9},{"source":195,"target":3},{"source":193,"target":4},{"source":194,"target":24},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":25},{"source":10,"target":196},{"source":10,"target":197},{"source":10,"target":198},{"source":196,"target":127},{"source":196,"target":199},{"source":196,"target":10},{"source":199,"target":127},{"source":197,"target":4},{"source":198,"target":25},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":24},{"source":11,"target":200},{"source":11,"target":201},{"source":11,"target":202},{"source":11,"target":203},{"source":200,"target":127},{"source":200,"target":204},{"source":200,"target":11},{"source":204,"target":127},{"source":201,"target":19},{"source":201,"target":205},{"source":201,"target":11},{"source":205,"target":19},{"source":202,"target":4},{"source":203,"target":24},{"source":12,"target":0},{"source":12,"target":206},{"source":12,"target":207},{"source":12,"target":208},{"source":12,"target":209},{"source":12,"target":210},{"source":206,"target":12},{"source":207,"target":12},{"source":208,"target":12},{"source":209,"target":12},{"source":210,"target":12},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":36},{"source":13,"target":211},{"source":13,"target":212},{"source":13,"target":213},{"source":211,"target":14},{"source":211,"target":214},{"source":211,"target":13},{"source":214,"target":14},{"source":212,"target":4},{"source":213,"target":36},{"source":14,"target":0},{"source":14,"target":215},{"source":14,"target":216},{"source":14,"target":217},{"source":14,"target":218},{"source":14,"target":219},{"source":215,"target":14},{"source":216,"target":14},{"source":217,"target":14},{"source":218,"target":14},{"source":219,"target":14},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":220},{"source":15,"target":221},{"source":15,"target":222},{"source":15,"target":223},{"source":220,"target":3},{"source":220,"target":224},{"source":220,"target":15},{"source":224,"target":3},{"source":221,"target":2},{"source":221,"target":225},{"source":221,"target":15},{"source":225,"target":2},{"source":222,"target":2},{"source":222,"target":226},{"source":222,"target":15},{"source":226,"target":2},{"source":223,"target":4},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":227},{"source":16,"target":228},{"source":16,"target":229},{"source":16,"target":230},{"source":227,"target":231},{"source":227,"target":16},{"source":228,"target":232},{"source":228,"target":16},{"source":229,"target":2},{"source":229,"target":233},{"source":229,"target":16},{"source":233,"target":2},{"source":230,"target":4},{"source":17,"target":0},{"source":17,"target":234},{"source":234,"target":235},{"source":234,"target":17},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":236},{"source":236,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":237},{"source":237,"target":18},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":18},{"source":24,"target":238},{"source":238,"target":18},{"source":25,"target":0},{"source":25,"target":18},{"source":25,"target":239},{"source":239,"target":18},{"source":26,"target":0},{"source":26,"target":4},{"source":26,"target":24},{"source":26,"target":240},{"source":26,"target":241},{"source":26,"target":242},{"source":26,"target":243},{"source":240,"target":27},{"source":240,"target":244},{"source":240,"target":26},{"source":244,"target":27},{"source":241,"target":19},{"source":241,"target":245},{"source":241,"target":26},{"source":245,"target":19},{"source":242,"target":4},{"source":243,"target":24},{"source":27,"target":0},{"source":27,"target":246},{"source":27,"target":247},{"source":27,"target":248},{"source":27,"target":249},{"source":27,"target":250},{"source":27,"target":251},{"source":246,"target":27},{"source":247,"target":27},{"source":248,"target":27},{"source":249,"target":27},{"source":250,"target":27},{"source":251,"target":27},{"source":28,"target":0},{"source":28,"target":4},{"source":28,"target":24},{"source":28,"target":252},{"source":28,"target":253},{"source":28,"target":254},{"source":28,"target":255},{"source":252,"target":29},{"source":252,"target":256},{"source":252,"target":28},{"source":256,"target":29},{"source":253,"target":19},{"source":253,"target":257},{"source":253,"target":28},{"source":257,"target":19},{"source":254,"target":4},{"source":255,"target":24},{"source":29,"target":0},{"source":29,"target":258},{"source":29,"target":259},{"source":29,"target":260},{"source":258,"target":29},{"source":259,"target":29},{"source":260,"target":29},{"source":30,"target":0},{"source":30,"target":4},{"source":30,"target":24},{"source":30,"target":261},{"source":30,"target":262},{"source":30,"target":263},{"source":30,"target":264},{"source":261,"target":31},{"source":261,"target":265},{"source":261,"target":30},{"source":265,"target":31},{"source":262,"target":19},{"source":262,"target":266},{"source":262,"target":30},{"source":266,"target":19},{"source":263,"target":4},{"source":264,"target":24},{"source":31,"target":0},{"source":31,"target":267},{"source":31,"target":268},{"source":31,"target":269},{"source":267,"target":31},{"source":268,"target":31},{"source":269,"target":31},{"source":32,"target":0},{"source":32,"target":4},{"source":32,"target":24},{"source":32,"target":270},{"source":32,"target":271},{"source":32,"target":272},{"source":32,"target":273},{"source":270,"target":33},{"source":270,"target":274},{"source":270,"target":32},{"source":274,"target":33},{"source":271,"target":19},{"source":271,"target":275},{"source":271,"target":32},{"source":275,"target":19},{"source":272,"target":4},{"source":273,"target":24},{"source":33,"target":0},{"source":33,"target":276},{"source":33,"target":277},{"source":33,"target":278},{"source":276,"target":33},{"source":277,"target":33},{"source":278,"target":33},{"source":34,"target":0},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":279},{"source":279,"target":34},{"source":36,"target":0},{"source":37,"target":0},{"source":37,"target":4},{"source":37,"target":280},{"source":37,"target":281},{"source":37,"target":282},{"source":280,"target":283},{"source":280,"target":37},{"source":281,"target":284},{"source":281,"target":37},{"source":282,"target":4},{"source":38,"target":0},{"source":38,"target":4},{"source":38,"target":285},{"source":285,"target":4},{"source":39,"target":0},{"source":39,"target":34},{"source":39,"target":38},{"source":39,"target":286},{"source":39,"target":287},{"source":39,"target":288},{"source":286,"target":24},{"source":286,"target":289},{"source":286,"target":39},{"source":289,"target":24},{"source":287,"target":34},{"source":288,"target":38},{"source":40,"target":0},{"source":40,"target":21},{"source":40,"target":38},{"source":40,"target":290},{"source":40,"target":291},{"source":40,"target":292},{"source":40,"target":293},{"source":290,"target":294},{"source":290,"target":40},{"source":291,"target":295},{"source":291,"target":40},{"source":292,"target":21},{"source":293,"target":38},{"source":41,"target":0},{"source":41,"target":24},{"source":41,"target":38},{"source":41,"target":296},{"source":41,"target":297},{"source":41,"target":298},{"source":41,"target":299},{"source":41,"target":300},{"source":296,"target":301},{"source":296,"target":41},{"source":297,"target":24},{"source":297,"target":302},{"source":297,"target":41},{"source":302,"target":24},{"source":298,"target":24},{"source":298,"target":303},{"source":298,"target":41},{"source":303,"target":24},{"source":299,"target":24},{"source":300,"target":38},{"source":42,"target":0},{"source":42,"target":24},{"source":42,"target":38},{"source":42,"target":304},{"source":42,"target":305},{"source":42,"target":306},{"source":304,"target":307},{"source":304,"target":42},{"source":305,"target":24},{"source":306,"target":38},{"source":43,"target":0},{"source":43,"target":38},{"source":43,"target":308},{"source":43,"target":309},{"source":43,"target":310},{"source":43,"target":311},{"source":308,"target":312},{"source":308,"target":43},{"source":309,"target":24},{"source":309,"target":313},{"source":309,"target":43},{"source":313,"target":24},{"source":310,"target":4},{"source":310,"target":314},{"source":310,"target":43},{"source":314,"target":4},{"source":311,"target":38},{"source":44,"target":0},{"source":44,"target":21},{"source":44,"target":38},{"source":44,"target":315},{"source":44,"target":316},{"source":44,"target":317},{"source":315,"target":24},{"source":315,"target":318},{"source":315,"target":44},{"source":318,"target":24},{"source":316,"target":21},{"source":317,"target":38},{"source":45,"target":0},{"source":45,"target":24},{"source":45,"target":38},{"source":45,"target":319},{"source":45,"target":320},{"source":45,"target":321},{"source":319,"target":24},{"source":319,"target":322},{"source":319,"target":45},{"source":322,"target":24},{"source":320,"target":24},{"source":321,"target":38},{"source":46,"target":0},{"source":46,"target":4},{"source":46,"target":20},{"source":46,"target":22},{"source":46,"target":24},{"source":46,"target":323},{"source":46,"target":324},{"source":46,"target":325},{"source":46,"target":326},{"source":46,"target":327},{"source":46,"target":328},{"source":323,"target":329},{"source":323,"target":46},{"source":324,"target":20},{"source":324,"target":330},{"source":324,"target":46},{"source":330,"target":20},{"source":325,"target":4},{"source":326,"target":20},{"source":327,"target":22},{"source":328,"target":24},{"source":47,"target":0},{"source":47,"target":331},{"source":331,"target":332},{"source":331,"target":47},{"source":48,"target":0},{"source":48,"target":333},{"source":333,"target":334},{"source":333,"target":48},{"source":49,"target":0},{"source":49,"target":335},{"source":335,"target":336},{"source":335,"target":49},{"source":50,"target":0},{"source":50,"target":337},{"source":337,"target":338},{"source":337,"target":50},{"source":51,"target":0},{"source":51,"target":339},{"source":339,"target":340},{"source":339,"target":51},{"source":52,"target":0},{"source":52,"target":341},{"source":341,"target":342},{"source":341,"target":52},{"source":53,"target":0},{"source":53,"target":19},{"source":53,"target":343},{"source":53,"target":344},{"source":343,"target":345},{"source":343,"target":53},{"source":344,"target":19},{"source":54,"target":0},{"source":54,"target":346},{"source":346,"target":347},{"source":346,"target":54},{"source":55,"target":0},{"source":55,"target":4},{"source":55,"target":348},{"source":348,"target":4},{"source":56,"target":0},{"source":56,"target":22},{"source":56,"target":55},{"source":56,"target":349},{"source":56,"target":350},{"source":56,"target":351},{"source":349,"target":352},{"source":349,"target":56},{"source":350,"target":22},{"source":351,"target":55},{"source":57,"target":0},{"source":57,"target":22},{"source":57,"target":55},{"source":57,"target":353},{"source":57,"target":354},{"source":57,"target":355},{"source":57,"target":356},{"source":353,"target":22},{"source":353,"target":357},{"source":353,"target":57},{"source":357,"target":22},{"source":354,"target":22},{"source":354,"target":358},{"source":354,"target":57},{"source":358,"target":22},{"source":355,"target":22},{"source":356,"target":55},{"source":58,"target":0},{"source":58,"target":22},{"source":58,"target":55},{"source":58,"target":359},{"source":58,"target":360},{"source":58,"target":361},{"source":58,"target":362},{"source":58,"target":363},{"source":359,"target":22},{"source":359,"target":364},{"source":359,"target":58},{"source":364,"target":22},{"source":360,"target":34},{"source":360,"target":365},{"source":360,"target":58},{"source":365,"target":34},{"source":361,"target":34},{"source":361,"target":366},{"source":361,"target":58},{"source":366,"target":34},{"source":362,"target":22},{"source":363,"target":55},{"source":59,"target":0},{"source":59,"target":34},{"source":59,"target":55},{"source":59,"target":367},{"source":59,"target":368},{"source":59,"target":369},{"source":59,"target":370},{"source":367,"target":22},{"source":367,"target":371},{"source":367,"target":59},{"source":371,"target":22},{"source":368,"target":22},{"source":368,"target":372},{"source":368,"target":59},{"source":372,"target":22},{"source":369,"target":34},{"source":370,"target":55},{"source":60,"target":0},{"source":60,"target":34},{"source":60,"target":55},{"source":60,"target":373},{"source":60,"target":374},{"source":60,"target":375},{"source":373,"target":22},{"source":373,"target":376},{"source":373,"target":60},{"source":376,"target":22},{"source":374,"target":34},{"source":375,"target":55},{"source":61,"target":0},{"source":61,"target":4},{"source":61,"target":377},{"source":61,"target":378},{"source":61,"target":379},{"source":377,"target":19},{"source":377,"target":380},{"source":377,"target":61},{"source":380,"target":19},{"source":378,"target":19},{"source":378,"target":381},{"source":378,"target":61},{"source":381,"target":19},{"source":379,"target":4},{"source":62,"target":0},{"source":62,"target":382},{"source":62,"target":383},{"source":62,"target":384},{"source":382,"target":385},{"source":382,"target":62},{"source":383,"target":386},{"source":383,"target":62},{"source":384,"target":17},{"source":384,"target":387},{"source":384,"target":62},{"source":387,"target":17},{"source":63,"target":0},{"source":63,"target":4},{"source":63,"target":388},{"source":63,"target":389},{"source":63,"target":390},{"source":63,"target":391},{"source":388,"target":392},{"source":388,"target":63},{"source":389,"target":393},{"source":389,"target":63},{"source":390,"target":394},{"source":390,"target":63},{"source":391,"target":4},{"source":64,"target":0},{"source":64,"target":4},{"source":64,"target":35},{"source":64,"target":395},{"source":64,"target":396},{"source":64,"target":397},{"source":395,"target":19},{"source":395,"target":398},{"source":395,"target":64},{"source":398,"target":19},{"source":396,"target":4},{"source":397,"target":35},{"source":65,"target":0},{"source":65,"target":4},{"source":65,"target":19},{"source":65,"target":399},{"source":65,"target":400},{"source":65,"target":401},{"source":65,"target":402},{"source":65,"target":403},{"source":399,"target":66},{"source":399,"target":404},{"source":399,"target":65},{"source":404,"target":66},{"source":400,"target":19},{"source":400,"target":405},{"source":400,"target":65},{"source":405,"target":19},{"source":401,"target":67},{"source":401,"target":406},{"source":401,"target":65},{"source":406,"target":67},{"source":402,"target":4},{"source":403,"target":19},{"source":66,"target":0},{"source":66,"target":407},{"source":66,"target":408},{"source":66,"target":409},{"source":66,"target":410},{"source":66,"target":411},{"source":407,"target":66},{"source":408,"target":66},{"source":409,"target":66},{"source":410,"target":66},{"source":411,"target":66},{"source":67,"target":0},{"source":67,"target":412},{"source":412,"target":19},{"source":412,"target":413},{"source":412,"target":67},{"source":413,"target":19},{"source":68,"target":0},{"source":68,"target":4},{"source":68,"target":19},{"source":68,"target":414},{"source":68,"target":415},{"source":68,"target":416},{"source":68,"target":417},{"source":68,"target":418},{"source":414,"target":19},{"source":414,"target":419},{"source":414,"target":68},{"source":419,"target":19},{"source":415,"target":69},{"source":415,"target":420},{"source":415,"target":68},{"source":420,"target":69},{"source":416,"target":24},{"source":416,"target":421},{"source":416,"target":68},{"source":421,"target":24},{"source":417,"target":4},{"source":418,"target":19},{"source":69,"target":0},{"source":69,"target":422},{"source":69,"target":423},{"source":422,"target":69},{"source":423,"target":69},{"source":70,"target":0},{"source":70,"target":4},{"source":70,"target":19},{"source":70,"target":424},{"source":70,"target":425},{"source":70,"target":426},{"source":70,"target":427},{"source":70,"target":428},{"source":424,"target":19},{"source":424,"target":429},{"source":424,"target":70},{"source":429,"target":19},{"source":425,"target":7},{"source":425,"target":430},{"source":425,"target":70},{"source":430,"target":7},{"source":426,"target":24},{"source":426,"target":431},{"source":426,"target":70},{"source":431,"target":24},{"source":427,"target":4},{"source":428,"target":19},{"source":71,"target":0},{"source":71,"target":4},{"source":71,"target":432},{"source":432,"target":4},{"source":72,"target":0},{"source":72,"target":71},{"source":72,"target":433},{"source":433,"target":71},{"source":73,"target":0},{"source":73,"target":21},{"source":73,"target":71},{"source":73,"target":434},{"source":73,"target":435},{"source":73,"target":436},{"source":73,"target":437},{"source":73,"target":438},{"source":434,"target":19},{"source":434,"target":439},{"source":434,"target":73},{"source":439,"target":19},{"source":435,"target":20},{"source":435,"target":440},{"source":435,"target":73},{"source":440,"target":20},{"source":436,"target":36},{"source":436,"target":441},{"source":436,"target":73},{"source":441,"target":36},{"source":437,"target":21},{"source":438,"target":71},{"source":74,"target":0},{"source":74,"target":21},{"source":74,"target":72},{"source":74,"target":442},{"source":74,"target":443},{"source":74,"target":444},{"source":442,"target":20},{"source":442,"target":445},{"source":442,"target":74},{"source":445,"target":20},{"source":443,"target":21},{"source":444,"target":72},{"source":75,"target":0},{"source":75,"target":21},{"source":75,"target":72},{"source":75,"target":446},{"source":75,"target":447},{"source":75,"target":448},{"source":75,"target":449},{"source":446,"target":20},{"source":446,"target":450},{"source":446,"target":75},{"source":450,"target":20},{"source":447,"target":22},{"source":447,"target":451},{"source":447,"target":75},{"source":451,"target":22},{"source":448,"target":21},{"source":449,"target":72},{"source":76,"target":0},{"source":76,"target":19},{"source":76,"target":71},{"source":76,"target":452},{"source":76,"target":453},{"source":76,"target":454},{"source":452,"target":20},{"source":452,"target":455},{"source":452,"target":76},{"source":455,"target":20},{"source":453,"target":19},{"source":454,"target":71},{"source":77,"target":0},{"source":77,"target":4},{"source":77,"target":456},{"source":77,"target":457},{"source":456,"target":3},{"source":456,"target":458},{"source":456,"target":77},{"source":458,"target":3},{"source":457,"target":4},{"source":78,"target":0},{"source":78,"target":459},{"source":78,"target":460},{"source":78,"target":461},{"source":78,"target":462},{"source":78,"target":463},{"source":78,"target":464},{"source":459,"target":78},{"source":460,"target":78},{"source":461,"target":78},{"source":462,"target":78},{"source":463,"target":78},{"source":464,"target":78},{"source":79,"target":0},{"source":79,"target":465},{"source":79,"target":466},{"source":465,"target":79},{"source":466,"target":79},{"source":80,"target":0},{"source":80,"target":4},{"source":80,"target":467},{"source":80,"target":468},{"source":467,"target":469},{"source":467,"target":80},{"source":468,"target":4},{"source":81,"target":0},{"source":81,"target":470},{"source":470,"target":83},{"source":470,"target":471},{"source":470,"target":81},{"source":471,"target":83},{"source":82,"target":0},{"source":82,"target":472},{"source":472,"target":83},{"source":472,"target":473},{"source":472,"target":82},{"source":473,"target":83},{"source":83,"target":0},{"source":83,"target":474},{"source":474,"target":475},{"source":474,"target":83},{"source":84,"target":0},{"source":84,"target":476},{"source":476,"target":477},{"source":476,"target":84},{"source":85,"target":0},{"source":85,"target":4},{"source":85,"target":478},{"source":478,"target":4},{"source":86,"target":0},{"source":86,"target":23},{"source":86,"target":85},{"source":86,"target":479},{"source":86,"target":480},{"source":86,"target":481},{"source":479,"target":19},{"source":479,"target":482},{"source":479,"target":86},{"source":482,"target":19},{"source":480,"target":23},{"source":481,"target":85},{"source":87,"target":0},{"source":87,"target":85},{"source":87,"target":483},{"source":87,"target":484},{"source":87,"target":485},{"source":87,"target":486},{"source":483,"target":487},{"source":483,"target":87},{"source":484,"target":488},{"source":484,"target":87},{"source":485,"target":23},{"source":485,"target":489},{"source":485,"target":87},{"source":489,"target":23},{"source":486,"target":85},{"source":88,"target":0},{"source":88,"target":490},{"source":88,"target":491},{"source":88,"target":492},{"source":490,"target":88},{"source":491,"target":88},{"source":492,"target":88},{"source":89,"target":0},{"source":89,"target":85},{"source":89,"target":493},{"source":89,"target":494},{"source":89,"target":495},{"source":493,"target":23},{"source":493,"target":496},{"source":493,"target":89},{"source":496,"target":23},{"source":494,"target":90},{"source":494,"target":497},{"source":494,"target":89},{"source":497,"target":90},{"source":495,"target":85},{"source":90,"target":0},{"source":90,"target":498},{"source":90,"target":499},{"source":90,"target":500},{"source":498,"target":90},{"source":499,"target":90},{"source":500,"target":90},{"source":91,"target":0},{"source":91,"target":24},{"source":91,"target":85},{"source":91,"target":501},{"source":91,"target":502},{"source":91,"target":503},{"source":501,"target":23},{"source":501,"target":504},{"source":501,"target":91},{"source":504,"target":23},{"source":502,"target":24},{"source":503,"target":85},{"source":92,"target":0},{"source":92,"target":24},{"source":92,"target":85},{"source":92,"target":505},{"source":92,"target":506},{"source":92,"target":507},{"source":505,"target":23},{"source":505,"target":508},{"source":505,"target":92},{"source":508,"target":23},{"source":506,"target":24},{"source":507,"target":85},{"source":93,"target":0},{"source":93,"target":85},{"source":93,"target":509},{"source":93,"target":510},{"source":509,"target":23},{"source":509,"target":511},{"source":509,"target":93},{"source":511,"target":23},{"source":510,"target":85},{"source":94,"target":0},{"source":94,"target":4},{"source":94,"target":19},{"source":94,"target":512},{"source":94,"target":513},{"source":94,"target":514},{"source":512,"target":23},{"source":512,"target":515},{"source":512,"target":94},{"source":515,"target":23},{"source":513,"target":4},{"source":514,"target":19},{"source":95,"target":0},{"source":95,"target":4},{"source":95,"target":516},{"source":95,"target":517},{"source":95,"target":518},{"source":516,"target":19},{"source":516,"target":519},{"source":516,"target":95},{"source":519,"target":19},{"source":517,"target":24},{"source":517,"target":520},{"source":517,"target":95},{"source":520,"target":24},{"source":518,"target":4},{"source":96,"target":0},{"source":96,"target":4},{"source":96,"target":521},{"source":96,"target":522},{"source":521,"target":19},{"source":521,"target":523},{"source":521,"target":96},{"source":523,"target":19},{"source":522,"target":4},{"source":97,"target":0},{"source":97,"target":4},{"source":97,"target":524},{"source":97,"target":525},{"source":524,"target":19},{"source":524,"target":526},{"source":524,"target":97},{"source":526,"target":19},{"source":525,"target":4},{"source":98,"target":0},{"source":98,"target":4},{"source":98,"target":24},{"source":98,"target":527},{"source":98,"target":528},{"source":98,"target":529},{"source":527,"target":19},{"source":527,"target":530},{"source":527,"target":98},{"source":530,"target":19},{"source":528,"target":4},{"source":529,"target":24},{"source":99,"target":0},{"source":99,"target":4},{"source":99,"target":24},{"source":99,"target":531},{"source":99,"target":532},{"source":99,"target":533},{"source":531,"target":19},{"source":531,"target":534},{"source":531,"target":99},{"source":534,"target":19},{"source":532,"target":4},{"source":533,"target":24},{"source":100,"target":0},{"source":100,"target":4},{"source":100,"target":24},{"source":100,"target":535},{"source":100,"target":536},{"source":100,"target":537},{"source":535,"target":19},{"source":535,"target":538},{"source":535,"target":100},{"source":538,"target":19},{"source":536,"target":4},{"source":537,"target":24},{"source":101,"target":0},{"source":101,"target":4},{"source":101,"target":24},{"source":101,"target":539},{"source":101,"target":540},{"source":101,"target":541},{"source":539,"target":19},{"source":539,"target":542},{"source":539,"target":101},{"source":542,"target":19},{"source":540,"target":4},{"source":541,"target":24},{"source":102,"target":0},{"source":102,"target":4},{"source":102,"target":543},{"source":102,"target":544},{"source":102,"target":545},{"source":102,"target":546},{"source":543,"target":62},{"source":543,"target":547},{"source":543,"target":102},{"source":547,"target":62},{"source":544,"target":2},{"source":544,"target":548},{"source":544,"target":102},{"source":548,"target":2},{"source":545,"target":549},{"source":545,"target":102},{"source":546,"target":4},{"source":103,"target":0},{"source":103,"target":4},{"source":103,"target":550},{"source":103,"target":551},{"source":550,"target":552},{"source":550,"target":103},{"source":551,"target":4},{"source":104,"target":0},{"source":104,"target":553},{"source":553,"target":554},{"source":553,"target":104},{"source":105,"target":0},{"source":105,"target":555},{"source":105,"target":556},{"source":555,"target":557},{"source":555,"target":105},{"source":556,"target":558},{"source":556,"target":105},{"source":106,"target":0},{"source":106,"target":21},{"source":106,"target":559},{"source":106,"target":560},{"source":106,"target":561},{"source":559,"target":562},{"source":559,"target":106},{"source":560,"target":563},{"source":560,"target":106},{"source":561,"target":21},{"source":107,"target":0},{"source":107,"target":564},{"source":107,"target":565},{"source":564,"target":566},{"source":564,"target":107},{"source":565,"target":108},{"source":565,"target":567},{"source":565,"target":107},{"source":567,"target":108},{"source":108,"target":0},{"source":108,"target":568},{"source":108,"target":569},{"source":108,"target":570},{"source":568,"target":108},{"source":569,"target":108},{"source":570,"target":108},{"source":109,"target":0},{"source":109,"target":571},{"source":571,"target":572},{"source":571,"target":109},{"source":110,"target":0},{"source":110,"target":573},{"source":573,"target":574},{"source":573,"target":110},{"source":111,"target":0},{"source":111,"target":4},{"source":111,"target":19},{"source":111,"target":20},{"source":111,"target":22},{"source":111,"target":36},{"source":111,"target":575},{"source":111,"target":576},{"source":111,"target":577},{"source":111,"target":578},{"source":111,"target":579},{"source":111,"target":580},{"source":575,"target":581},{"source":575,"target":111},{"source":576,"target":4},{"source":577,"target":19},{"source":578,"target":20},{"source":579,"target":22},{"source":580,"target":36},{"source":112,"target":0},{"source":112,"target":4},{"source":112,"target":21},{"source":112,"target":582},{"source":112,"target":583},{"source":112,"target":584},{"source":582,"target":585},{"source":582,"target":112},{"source":583,"target":4},{"source":584,"target":21},{"source":113,"target":0},{"source":113,"target":4},{"source":113,"target":22},{"source":113,"target":586},{"source":113,"target":587},{"source":113,"target":588},{"source":113,"target":589},{"source":586,"target":19},{"source":586,"target":590},{"source":586,"target":113},{"source":590,"target":19},{"source":587,"target":114},{"source":587,"target":591},{"source":587,"target":113},{"source":591,"target":114},{"source":588,"target":4},{"source":589,"target":22},{"source":114,"target":0},{"source":114,"target":592},{"source":114,"target":593},{"source":114,"target":594},{"source":114,"target":595},{"source":114,"target":596},{"source":114,"target":597},{"source":114,"target":598},{"source":114,"target":599},{"source":114,"target":600},{"source":592,"target":114},{"source":593,"target":114},{"source":594,"target":114},{"source":595,"target":114},{"source":596,"target":114},{"source":597,"target":114},{"source":598,"target":114},{"source":599,"target":114},{"source":600,"target":114},{"source":115,"target":0},{"source":115,"target":4},{"source":115,"target":601},{"source":115,"target":602},{"source":115,"target":603},{"source":601,"target":19},{"source":601,"target":604},{"source":601,"target":115},{"source":604,"target":19},{"source":602,"target":114},{"source":602,"target":605},{"source":602,"target":115},{"source":605,"target":114},{"source":603,"target":4},{"source":116,"target":0},{"source":116,"target":4},{"source":116,"target":606},{"source":116,"target":607},{"source":116,"target":608},{"source":606,"target":609},{"source":606,"target":116},{"source":607,"target":117},{"source":607,"target":610},{"source":607,"target":116},{"source":610,"target":117},{"source":608,"target":4},{"source":117,"target":0},{"source":117,"target":611},{"source":611,"target":4},{"source":611,"target":612},{"source":611,"target":117},{"source":612,"target":4},{"source":118,"target":0},{"source":118,"target":4},{"source":118,"target":613},{"source":118,"target":614},{"source":118,"target":615},{"source":613,"target":616},{"source":613,"target":118},{"source":614,"target":617},{"source":614,"target":118},{"source":615,"target":4},{"source":119,"target":0},{"source":119,"target":4},{"source":119,"target":618},{"source":119,"target":619},{"source":618,"target":620},{"source":618,"target":119},{"source":619,"target":4},{"source":120,"target":0},{"source":120,"target":4},{"source":120,"target":21},{"source":120,"target":621},{"source":120,"target":622},{"source":621,"target":4},{"source":622,"target":21},{"source":121,"target":0},{"source":121,"target":120},{"source":121,"target":623},{"source":121,"target":624},{"source":623,"target":20},{"source":623,"target":625},{"source":623,"target":121},{"source":625,"target":20},{"source":624,"target":120},{"source":122,"target":0},{"source":122,"target":120},{"source":122,"target":626},{"source":122,"target":627},{"source":626,"target":20},{"source":626,"target":628},{"source":626,"target":122},{"source":628,"target":20},{"source":627,"target":120},{"source":123,"target":0},{"source":123,"target":120},{"source":123,"target":629},{"source":123,"target":630},{"source":629,"target":24},{"source":629,"target":631},{"source":629,"target":123},{"source":631,"target":24},{"source":630,"target":120},{"source":124,"target":0},{"source":124,"target":120},{"source":124,"target":632},{"source":124,"target":633},{"source":632,"target":24},{"source":632,"target":634},{"source":632,"target":124},{"source":634,"target":24},{"source":633,"target":120},{"source":125,"target":0},{"source":125,"target":4},{"source":125,"target":635},{"source":125,"target":636},{"source":125,"target":637},{"source":635,"target":10},{"source":635,"target":638},{"source":635,"target":125},{"source":638,"target":10},{"source":636,"target":19},{"source":636,"target":639},{"source":636,"target":125},{"source":639,"target":19},{"source":637,"target":4},{"source":126,"target":0},{"source":126,"target":4},{"source":126,"target":640},{"source":126,"target":641},{"source":126,"target":642},{"source":640,"target":10},{"source":640,"target":643},{"source":640,"target":126},{"source":643,"target":10},{"source":641,"target":19},{"source":641,"target":644},{"source":641,"target":126},{"source":644,"target":19},{"source":642,"target":4},{"source":127,"target":0},{"source":128,"target":0},{"source":128,"target":127},{"source":128,"target":645},{"source":128,"target":646},{"source":645,"target":647},{"source":645,"target":128},{"source":646,"target":127},{"source":129,"target":0},{"source":129,"target":128},{"source":129,"target":648},{"source":129,"target":649},{"source":648,"target":128},{"source":648,"target":650},{"source":648,"target":129},{"source":650,"target":128},{"source":649,"target":128},{"source":130,"target":0},{"source":130,"target":651},{"source":130,"target":652},{"source":651,"target":130},{"source":652,"target":130},{"source":131,"target":0},{"source":131,"target":4},{"source":131,"target":19},{"source":131,"target":653},{"source":131,"target":654},{"source":131,"target":655},{"source":131,"target":656},{"source":131,"target":657},{"source":131,"target":658},{"source":653,"target":659},{"source":653,"target":131},{"source":654,"target":132},{"source":654,"target":660},{"source":654,"target":131},{"source":660,"target":132},{"source":655,"target":127},{"source":655,"target":661},{"source":655,"target":131},{"source":661,"target":127},{"source":656,"target":8},{"source":656,"target":662},{"source":656,"target":131},{"source":662,"target":8},{"source":657,"target":4},{"source":658,"target":19},{"source":132,"target":0},{"source":132,"target":663},{"source":132,"target":664},{"source":663,"target":665},{"source":663,"target":132},{"source":664,"target":133},{"source":664,"target":666},{"source":664,"target":132},{"source":666,"target":133},{"source":133,"target":0},{"source":134,"target":0},{"source":134,"target":133},{"source":134,"target":667},{"source":134,"target":668},{"source":667,"target":669},{"source":667,"target":134},{"source":668,"target":133},{"source":135,"target":0},{"source":135,"target":133},{"source":135,"target":670},{"source":135,"target":671},{"source":670,"target":672},{"source":670,"target":135},{"source":671,"target":133},{"source":136,"target":0},{"source":136,"target":133},{"source":136,"target":673},{"source":136,"target":674},{"source":673,"target":675},{"source":673,"target":136},{"source":674,"target":133},{"source":137,"target":0},{"source":137,"target":133},{"source":137,"target":676},{"source":137,"target":677},{"source":676,"target":678},{"source":676,"target":137},{"source":677,"target":133},{"source":138,"target":0},{"source":138,"target":133},{"source":138,"target":679},{"source":138,"target":680},{"source":679,"target":681},{"source":679,"target":138},{"source":680,"target":133},{"source":139,"target":0},{"source":139,"target":3},{"source":139,"target":682},{"source":139,"target":683},{"source":139,"target":684},{"source":682,"target":685},{"source":682,"target":139},{"source":683,"target":34},{"source":683,"target":686},{"source":683,"target":139},{"source":686,"target":34},{"source":684,"target":3},{"source":140,"target":0},{"source":140,"target":3},{"source":140,"target":687},{"source":140,"target":688},{"source":140,"target":689},{"source":687,"target":130},{"source":687,"target":690},{"source":687,"target":140},{"source":690,"target":130},{"source":688,"target":3},{"source":688,"target":691},{"source":688,"target":140},{"source":691,"target":3},{"source":689,"target":3},{"source":141,"target":0},{"source":141,"target":3},{"source":141,"target":692},{"source":141,"target":693},{"source":141,"target":694},{"source":692,"target":78},{"source":692,"target":695},{"source":692,"target":141},{"source":695,"target":78},{"source":693,"target":3},{"source":693,"target":696},{"source":693,"target":141},{"source":696,"target":3},{"source":694,"target":3},{"source":142,"target":0},{"source":142,"target":3},{"source":142,"target":697},{"source":142,"target":698},{"source":142,"target":699},{"source":697,"target":79},{"source":697,"target":700},{"source":697,"target":142},{"source":700,"target":79},{"source":698,"target":3},{"source":698,"target":701},{"source":698,"target":142},{"source":701,"target":3},{"source":699,"target":3},{"source":143,"target":0},{"source":143,"target":5},{"source":143,"target":702},{"source":143,"target":703},{"source":702,"target":704},{"source":702,"target":143},{"source":703,"target":5},{"source":144,"target":0},{"source":144,"target":128},{"source":144,"target":705},{"source":144,"target":706},{"source":144,"target":707},{"source":705,"target":128},{"source":705,"target":708},{"source":705,"target":144},{"source":708,"target":128},{"source":706,"target":128},{"source":706,"target":709},{"source":706,"target":144},{"source":709,"target":128},{"source":707,"target":128},{"source":145,"target":0},{"source":145,"target":128},{"source":145,"target":710},{"source":145,"target":711},{"source":145,"target":712},{"source":710,"target":128},{"source":710,"target":713},{"source":710,"target":145},{"source":713,"target":128},{"source":711,"target":128},{"source":711,"target":714},{"source":711,"target":145},{"source":714,"target":128},{"source":712,"target":128},{"source":146,"target":0},{"source":146,"target":128},{"source":146,"target":715},{"source":146,"target":716},{"source":146,"target":717},{"source":715,"target":128},{"source":715,"target":718},{"source":715,"target":146},{"source":718,"target":128},{"source":716,"target":128},{"source":716,"target":719},{"source":716,"target":146},{"source":719,"target":128},{"source":717,"target":128},{"source":147,"target":0},{"source":147,"target":128},{"source":147,"target":720},{"source":147,"target":721},{"source":147,"target":722},{"source":720,"target":128},{"source":720,"target":723},{"source":720,"target":147},{"source":723,"target":128},{"source":721,"target":128},{"source":721,"target":724},{"source":721,"target":147},{"source":724,"target":128},{"source":722,"target":128}],"multigraph":true} |
true | <?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="MiniJavaMetamodel" nsURI="miniJava/1.0" nsPrefix="miniJava">
<eClassifiers xsi:type="ecore:EClass" name="Program">
<eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1"
eType="#//Declaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Declaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variableList" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Empty" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="Compound" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="innerStatements" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Read" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lhs" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Write" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfThenElse" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//Statement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Condition" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="LogicalCondition" eSuperTypes="#//Condition">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Condition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Condition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//LogicalOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LogicalOperator">
<eLiterals name="AND" literal="&&"/>
<eLiterals name="OR" value="1" literal="||"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComparisonCondition" eSuperTypes="#//Condition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//ComparisonOperator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ComparisonOperator">
<eLiterals name="LESS_OR_EQUAL" literal="<="/>
<eLiterals name="GREATER_OR_EQUAL" value="1" literal=">="/>
<eLiterals name="EQUAL" value="2" literal="=="/>
<eLiterals name="NOT_EQUAL" value="3" literal="!="/>
<eLiterals name="LESS" value="4" literal="<"/>
<eLiterals name="GREATER" value="5" literal=">"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotCondition" eSuperTypes="#//Condition">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupedCondition" eSuperTypes="#//Condition">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Identifier" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntConstant" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SignedExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//BinaryOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BinaryOperator">
<eLiterals name="PLUS" literal="+"/>
<eLiterals name="MINUS" value="1" literal="-"/>
<eLiterals name="MULTIPLY" value="2" literal="*"/>
<eLiterals name="DIV" value="3" literal="/"/>
<eLiterals name="MOD" value="4" literal="%"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupedExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/MiniJavaMetaModel.ecore | ecore | MiniJavaMetamodel
Program
declarations
statements
Declaration
variableList
Statement
Empty
Compound
innerStatements
Read
lhs
Write
expression
IfThenElse
condition
then
else
Loop
condition
statement
Condition
LogicalCondition
left
right
operator
LogicalOperator
AND
&&
OR
||
ComparisonCondition
operator
left
right
ComparisonOperator
LESS_OR_EQUAL
<=
GREATER_OR_EQUAL
>=
EQUAL
==
NOT_EQUAL
!=
LESS
<
GREATER
>
NotCondition
condition
GroupedCondition
condition
Expression
Identifier
id
IntConstant
value
SignedExpression
expression
BinaryExpression
left
right
operator
BinaryOperator
PLUS
+
MINUS
-
MULTIPLY
*
DIV
/
MOD
%
GroupedExpression
expression | null | {"directed":true,"nodes":[{"nsPrefix":"miniJava","nsURI":"miniJava/1.0","name":"MiniJavaMetamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Empty","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compound","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Read","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Write","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfThenElse","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalCondition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LogicalOperator","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonCondition","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComparisonOperator","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotCondition","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupedCondition","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifier","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntConstant","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignedExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupedExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variableList","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"name":"AND","id":59,"value":0,"literal":"&&","eClass":"EEnumLiteral"},{"name":"OR","id":60,"value":1,"literal":"||","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"name":"LESS_OR_EQUAL","id":68,"value":0,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GREATER_OR_EQUAL","id":69,"value":1,"literal":">=","eClass":"EEnumLiteral"},{"name":"EQUAL","id":70,"value":2,"literal":"==","eClass":"EEnumLiteral"},{"name":"NOT_EQUAL","id":71,"value":3,"literal":"!=","eClass":"EEnumLiteral"},{"name":"LESS","id":72,"value":4,"literal":"<","eClass":"EEnumLiteral"},{"name":"GREATER","id":73,"value":5,"literal":">","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"name":"PLUS","id":96,"value":0,"literal":"+","eClass":"EEnumLiteral"},{"name":"MINUS","id":97,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"name":"MULTIPLY","id":98,"value":2,"literal":"*","eClass":"EEnumLiteral"},{"name":"DIV","id":99,"value":3,"literal":"/","eClass":"EEnumLiteral"},{"name":"MOD","id":100,"value":4,"literal":"%","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":1,"target":0},{"source":1,"target":24},{"source":1,"target":25},{"source":24,"target":2},{"source":24,"target":26},{"source":24,"target":1},{"source":26,"target":2},{"source":25,"target":3},{"source":25,"target":27},{"source":25,"target":1},{"source":27,"target":3},{"source":2,"target":0},{"source":2,"target":28},{"source":28,"target":29},{"source":28,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":30},{"source":30,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":31},{"source":5,"target":32},{"source":31,"target":3},{"source":31,"target":33},{"source":31,"target":5},{"source":33,"target":3},{"source":32,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":34},{"source":6,"target":35},{"source":34,"target":36},{"source":34,"target":6},{"source":35,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":37},{"source":7,"target":38},{"source":37,"target":17},{"source":37,"target":39},{"source":37,"target":7},{"source":39,"target":17},{"source":38,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":40},{"source":8,"target":41},{"source":8,"target":42},{"source":8,"target":43},{"source":40,"target":10},{"source":40,"target":44},{"source":40,"target":8},{"source":44,"target":10},{"source":41,"target":3},{"source":41,"target":45},{"source":41,"target":8},{"source":45,"target":3},{"source":42,"target":3},{"source":42,"target":46},{"source":42,"target":8},{"source":46,"target":3},{"source":43,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":47},{"source":9,"target":48},{"source":9,"target":49},{"source":47,"target":10},{"source":47,"target":50},{"source":47,"target":9},{"source":50,"target":10},{"source":48,"target":3},{"source":48,"target":51},{"source":48,"target":9},{"source":51,"target":3},{"source":49,"target":3},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":52},{"source":11,"target":53},{"source":11,"target":54},{"source":11,"target":55},{"source":52,"target":10},{"source":52,"target":56},{"source":52,"target":11},{"source":56,"target":10},{"source":53,"target":10},{"source":53,"target":57},{"source":53,"target":11},{"source":57,"target":10},{"source":54,"target":12},{"source":54,"target":58},{"source":54,"target":11},{"source":58,"target":12},{"source":55,"target":10},{"source":12,"target":0},{"source":12,"target":59},{"source":12,"target":60},{"source":59,"target":12},{"source":60,"target":12},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":61},{"source":13,"target":62},{"source":13,"target":63},{"source":13,"target":64},{"source":61,"target":14},{"source":61,"target":65},{"source":61,"target":13},{"source":65,"target":14},{"source":62,"target":17},{"source":62,"target":66},{"source":62,"target":13},{"source":66,"target":17},{"source":63,"target":17},{"source":63,"target":67},{"source":63,"target":13},{"source":67,"target":17},{"source":64,"target":10},{"source":14,"target":0},{"source":14,"target":68},{"source":14,"target":69},{"source":14,"target":70},{"source":14,"target":71},{"source":14,"target":72},{"source":14,"target":73},{"source":68,"target":14},{"source":69,"target":14},{"source":70,"target":14},{"source":71,"target":14},{"source":72,"target":14},{"source":73,"target":14},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":74},{"source":15,"target":75},{"source":74,"target":10},{"source":74,"target":76},{"source":74,"target":15},{"source":76,"target":10},{"source":75,"target":10},{"source":16,"target":0},{"source":16,"target":10},{"source":16,"target":77},{"source":16,"target":78},{"source":77,"target":10},{"source":77,"target":79},{"source":77,"target":16},{"source":79,"target":10},{"source":78,"target":10},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":80},{"source":18,"target":81},{"source":80,"target":82},{"source":80,"target":18},{"source":81,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":83},{"source":19,"target":84},{"source":83,"target":85},{"source":83,"target":19},{"source":84,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":86},{"source":20,"target":87},{"source":86,"target":17},{"source":86,"target":88},{"source":86,"target":20},{"source":88,"target":17},{"source":87,"target":17},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":89},{"source":21,"target":90},{"source":21,"target":91},{"source":21,"target":92},{"source":89,"target":17},{"source":89,"target":93},{"source":89,"target":21},{"source":93,"target":17},{"source":90,"target":17},{"source":90,"target":94},{"source":90,"target":21},{"source":94,"target":17},{"source":91,"target":22},{"source":91,"target":95},{"source":91,"target":21},{"source":95,"target":22},{"source":92,"target":17},{"source":22,"target":0},{"source":22,"target":96},{"source":22,"target":97},{"source":22,"target":98},{"source":22,"target":99},{"source":22,"target":100},{"source":96,"target":22},{"source":97,"target":22},{"source":98,"target":22},{"source":99,"target":22},{"source":100,"target":22},{"source":23,"target":0},{"source":23,"target":17},{"source":23,"target":101},{"source":23,"target":102},{"source":101,"target":17},{"source":101,"target":103},{"source":101,"target":23},{"source":103,"target":17},{"source":102,"target":17}],"multigraph":true} |
true | <?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="kmLogo"
nsURI="http://www.kermeta.org/kmLogo" nsPrefix="kmLogo">
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
<eSubpackages name="ASM" nsURI="http://www.kermeta.org/kmLogo/ASM" nsPrefix="ASM">
<eClassifiers xsi:type="ecore:EClass" name="Instruction" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#//ASM/Instruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Back" eSuperTypes="#//ASM/Primitive">
<eStructuralFeatures xsi:type="ecore:EReference" name="steps" lowerBound="1"
eType="#//ASM/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Forward" eSuperTypes="#//ASM/Primitive">
<eStructuralFeatures xsi:type="ecore:EReference" name="steps" lowerBound="1"
eType="#//ASM/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Left" eSuperTypes="#//ASM/Primitive">
<eStructuralFeatures xsi:type="ecore:EReference" name="angle" eType="#//ASM/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Right" eSuperTypes="#//ASM/Primitive">
<eStructuralFeatures xsi:type="ecore:EReference" name="angle" eType="#//ASM/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PenDown" eSuperTypes="#//ASM/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="PenUp" eSuperTypes="#//ASM/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="Clear" eSuperTypes="#//ASM/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//ASM/Instruction"/>
<eClassifiers xsi:type="ecore:EClass" name="BinaryExp" abstract="true" eSuperTypes="#//ASM/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//ASM/Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//ASM/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//ASM/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerValue" eType="#//Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcCall" eSuperTypes="#//ASM/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="actualArgs" upperBound="-1"
eType="#//ASM/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1"
eType="#//ASM/ProcDeclaration" eOpposite="#//ASM/ProcDeclaration/procCall"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcDeclaration" eSuperTypes="#//ASM/Instruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1"
eType="#//ASM/Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//ASM/Block"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procCall" upperBound="-1"
eType="#//ASM/ProcCall" eOpposite="#//ASM/ProcCall/declaration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//ASM/Instruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1"
eType="#//ASM/Instruction" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//ASM/ControlStructure">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenPart" lowerBound="1"
eType="#//ASM/Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" eType="#//ASM/Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlStructure" eSuperTypes="#//ASM/Instruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//ASM/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Repeat" eSuperTypes="#//ASM/ControlStructure">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1"
eType="#//ASM/Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//ASM/ControlStructure">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1"
eType="#//ASM/Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterCall" eSuperTypes="#//ASM/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1"
eType="#//ASM/Parameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//ASM/BinaryExp"/>
<eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//ASM/BinaryExp"/>
<eClassifiers xsi:type="ecore:EClass" name="Mult" eSuperTypes="#//ASM/BinaryExp"/>
<eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//ASM/BinaryExp"/>
<eClassifiers xsi:type="ecore:EClass" name="Equals" eSuperTypes="#//ASM/BinaryExp"/>
<eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="#//ASM/BinaryExp"/>
<eClassifiers xsi:type="ecore:EClass" name="Lower" eSuperTypes="#//ASM/BinaryExp"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/diverse-project/kermeta/kmlogo_projects/fr.irisa.triskell.kmlogo.model/logo/1.MetaModel/ASMLogo.ecore | ecore | kmLogo
Integer
int
int
Boolean
java.lang.Boolean
java.lang.Boolean
String
java.lang.String
java.lang.String
ASM
Instruction
Primitive
Back
steps
Forward
steps
Left
angle
Right
angle
PenDown
PenUp
Clear
Expression
BinaryExp
lhs
rhs
Constant
integerValue
ProcCall
actualArgs
declaration
ProcDeclaration
name
args
block
procCall
Block
instructions
If
thenPart
elsePart
ControlStructure
condition
Repeat
block
While
block
Parameter
name
ParameterCall
parameter
Plus
Minus
Mult
Div
Equals
Greater
Lower | null | {"directed":true,"nodes":[{"nsPrefix":"kmLogo","nsURI":"http://www.kermeta.org/kmLogo","name":"kmLogo","id":0,"eClass":"EPackage"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"ASM","nsURI":"http://www.kermeta.org/kmLogo/ASM","name":"ASM","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Back","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Forward","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Left","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Right","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PenDown","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PenUp","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clear","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExp","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcCall","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcDeclaration","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlStructure","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repeat","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterCall","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mult","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equals","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lower","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"steps","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"steps","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"angle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"angle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerValue","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualArgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"procCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenPart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elsePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":5},{"source":4,"target":6},{"source":4,"target":7},{"source":4,"target":8},{"source":4,"target":9},{"source":4,"target":10},{"source":4,"target":11},{"source":4,"target":12},{"source":4,"target":13},{"source":4,"target":14},{"source":4,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":0},{"source":5,"target":4},{"source":6,"target":4},{"source":6,"target":5},{"source":6,"target":33},{"source":33,"target":5},{"source":7,"target":4},{"source":7,"target":6},{"source":7,"target":34},{"source":7,"target":35},{"source":34,"target":14},{"source":34,"target":36},{"source":34,"target":7},{"source":36,"target":14},{"source":35,"target":6},{"source":8,"target":4},{"source":8,"target":6},{"source":8,"target":37},{"source":8,"target":38},{"source":37,"target":14},{"source":37,"target":39},{"source":37,"target":8},{"source":39,"target":14},{"source":38,"target":6},{"source":9,"target":4},{"source":9,"target":6},{"source":9,"target":40},{"source":9,"target":41},{"source":40,"target":14},{"source":40,"target":42},{"source":40,"target":9},{"source":42,"target":14},{"source":41,"target":6},{"source":10,"target":4},{"source":10,"target":6},{"source":10,"target":43},{"source":10,"target":44},{"source":43,"target":14},{"source":43,"target":45},{"source":43,"target":10},{"source":45,"target":14},{"source":44,"target":6},{"source":11,"target":4},{"source":11,"target":6},{"source":11,"target":46},{"source":46,"target":6},{"source":12,"target":4},{"source":12,"target":6},{"source":12,"target":47},{"source":47,"target":6},{"source":13,"target":4},{"source":13,"target":6},{"source":13,"target":48},{"source":48,"target":6},{"source":14,"target":4},{"source":14,"target":5},{"source":14,"target":49},{"source":49,"target":5},{"source":15,"target":4},{"source":15,"target":14},{"source":15,"target":50},{"source":15,"target":51},{"source":15,"target":52},{"source":50,"target":14},{"source":50,"target":53},{"source":50,"target":15},{"source":53,"target":14},{"source":51,"target":14},{"source":51,"target":54},{"source":51,"target":15},{"source":54,"target":14},{"source":52,"target":14},{"source":16,"target":4},{"source":16,"target":14},{"source":16,"target":55},{"source":16,"target":56},{"source":55,"target":1},{"source":55,"target":57},{"source":55,"target":16},{"source":57,"target":1},{"source":56,"target":14},{"source":17,"target":4},{"source":17,"target":14},{"source":17,"target":58},{"source":17,"target":59},{"source":17,"target":60},{"source":58,"target":14},{"source":58,"target":61},{"source":58,"target":17},{"source":61,"target":14},{"source":59,"target":18},{"source":59,"target":62},{"source":59,"target":17},{"source":59,"target":63},{"source":62,"target":18},{"source":60,"target":14},{"source":18,"target":4},{"source":18,"target":5},{"source":18,"target":64},{"source":18,"target":65},{"source":18,"target":66},{"source":18,"target":63},{"source":18,"target":67},{"source":64,"target":3},{"source":64,"target":68},{"source":64,"target":18},{"source":68,"target":3},{"source":65,"target":24},{"source":65,"target":69},{"source":65,"target":18},{"source":69,"target":24},{"source":66,"target":19},{"source":66,"target":70},{"source":66,"target":18},{"source":70,"target":19},{"source":63,"target":17},{"source":63,"target":71},{"source":63,"target":18},{"source":63,"target":59},{"source":71,"target":17},{"source":67,"target":5},{"source":19,"target":4},{"source":19,"target":5},{"source":19,"target":72},{"source":19,"target":73},{"source":72,"target":5},{"source":72,"target":74},{"source":72,"target":19},{"source":74,"target":5},{"source":73,"target":5},{"source":20,"target":4},{"source":20,"target":21},{"source":20,"target":75},{"source":20,"target":76},{"source":20,"target":77},{"source":75,"target":19},{"source":75,"target":78},{"source":75,"target":20},{"source":78,"target":19},{"source":76,"target":19},{"source":76,"target":79},{"source":76,"target":20},{"source":79,"target":19},{"source":77,"target":21},{"source":21,"target":4},{"source":21,"target":5},{"source":21,"target":80},{"source":21,"target":81},{"source":80,"target":14},{"source":80,"target":82},{"source":80,"target":21},{"source":82,"target":14},{"source":81,"target":5},{"source":22,"target":4},{"source":22,"target":21},{"source":22,"target":83},{"source":22,"target":84},{"source":83,"target":19},{"source":83,"target":85},{"source":83,"target":22},{"source":85,"target":19},{"source":84,"target":21},{"source":23,"target":4},{"source":23,"target":21},{"source":23,"target":86},{"source":23,"target":87},{"source":86,"target":19},{"source":86,"target":88},{"source":86,"target":23},{"source":88,"target":19},{"source":87,"target":21},{"source":24,"target":4},{"source":24,"target":89},{"source":89,"target":3},{"source":89,"target":90},{"source":89,"target":24},{"source":90,"target":3},{"source":25,"target":4},{"source":25,"target":14},{"source":25,"target":91},{"source":25,"target":92},{"source":91,"target":24},{"source":91,"target":93},{"source":91,"target":25},{"source":93,"target":24},{"source":92,"target":14},{"source":26,"target":4},{"source":26,"target":15},{"source":26,"target":94},{"source":94,"target":15},{"source":27,"target":4},{"source":27,"target":15},{"source":27,"target":95},{"source":95,"target":15},{"source":28,"target":4},{"source":28,"target":15},{"source":28,"target":96},{"source":96,"target":15},{"source":29,"target":4},{"source":29,"target":15},{"source":29,"target":97},{"source":97,"target":15},{"source":30,"target":4},{"source":30,"target":15},{"source":30,"target":98},{"source":98,"target":15},{"source":31,"target":4},{"source":31,"target":15},{"source":31,"target":99},{"source":99,"target":15},{"source":32,"target":4},{"source":32,"target":15},{"source":32,"target":100},{"source":100,"target":15}],"multigraph":true} |
false | <?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="mapping" nsURI="XSD_mapping_V0.14" nsPrefix="mapping">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="qualified" value="false"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="ActivityType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="activityType"/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="value"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" upperBound="-1"
eType="#//ActivityVar" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="variable"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="participant" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="participant"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="trustworthiness" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Float"
volatile="true" transient="true" unsettable="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="trustworthiness"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="integrity" upperBound="-1"
eType="#//IntegrityType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="integrity"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="permission" upperBound="-1"
eType="#//PermissionType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="permission"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="threat" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="threat"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="usertype" eType="#//UsertypeType"
defaultValueLiteral="UserTask" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="usertype"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivityVar">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ActivityVar"/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="confidentiality" lowerBound="1"
eType="#//ConfidentialityType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="confidentiality"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TypeType2"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActorType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="actorType"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BPPType" eSuperTypes="#//ParticipantType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="BPPType"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BPRType" eSuperTypes="#//ParticipantType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="BPRType"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="CommitmentIDType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="commitmentID_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
<details key="length" value="1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="CommitmentIDType1" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="commitmentID_._1_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
<details key="length" value="1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfidentialityType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="confidentialityType"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="algorithm" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="algorithm"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commitmentID" eType="#//CommitmentIDType1">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="commitmentID"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="docType"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xmlns:prefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xsi:schemaLocation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" upperBound="-2"
eType="#//MappingType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="mapping"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GoalType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="goalType"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegrityType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="integrityType"/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="with" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="with"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="type"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="algorithm" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true"
transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="algorithm"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variable" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true"
transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="variable"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsaType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="isaType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="bPRole" upperBound="-1"
eType="#//BPRType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="BPRole"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="bPPart" upperBound="-1"
eType="#//BPPType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="BPPart"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sRRole" upperBound="-1"
eType="#//SRRType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="SRRole"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sRAgent" upperBound="-1"
eType="#//SRAType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="SRAgent"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="mapping_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatesTo" upperBound="-1"
eType="#//RelatesToType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="relatesTo"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="represents" upperBound="-1"
eType="#//RepresentsType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="represents"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="isA" upperBound="-1" eType="#//IsaType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="is-a"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="plays" upperBound="-1"
eType="#//PlaysType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="plays"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="soDBoDProperties" upperBound="-1"
eType="#//SoDBoDType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="soDBoDProperties"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="threats" upperBound="-1"
eType="#//ThreatsMapping" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="threats"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParticipantType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="participantType"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="country"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TypeType"
defaultValueLiteral="service" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PermissionType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="permissionType"/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="role"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="action" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true"
transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="action"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlaysType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="playsType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="bPPart" lowerBound="1"
eType="#//BPPType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="BPPart"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sRRole" lowerBound="1"
eType="#//SRRType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="SRRole"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelatesToType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="relatesToType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1"
eType="#//ActivityType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="activity"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="goal" lowerBound="1" upperBound="-1"
eType="#//GoalType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="goal"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepresentsType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="representsType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
eType="#//VarType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="variable"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="document" lowerBound="1"
upperBound="-1" eType="#//DocType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="document"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SoDBoDType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="soDBoDType"/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="permission" unique="false"
lowerBound="2" upperBound="2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="permission"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commitmentID" eType="#//CommitmentIDType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="commitmentID"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TypeType1"
defaultValueLiteral="SoD" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SRAType" eSuperTypes="#//ActorType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="SRAType"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SRRType" eSuperTypes="#//ActorType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="SRRType"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThreatsMapping">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="threatsMapping"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="bPThreat" lowerBound="1"
eType="#//ThreatType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="BPThreat"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sRThreat" lowerBound="1"
eType="#//ThreatType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="SRThreat"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThreatType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="threatType"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="repositoryID" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="repositoryID"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TypeType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="type_._type"/>
</eAnnotations>
<eLiterals name="service"/>
<eLiterals name="human" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TypeType1">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="type_._1_._type"/>
</eAnnotations>
<eLiterals name="SoD"/>
<eLiterals name="BoD" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TypeType2">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="type_._2_._type"/>
</eAnnotations>
<eLiterals name="input"/>
<eLiterals name="output" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TypeTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="type_._type:Object"/>
<details key="baseType" value="type_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TypeTypeObject1" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="type_._1_._type:Object"/>
<details key="baseType" value="type_._1_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TypeTypeObject2" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="type_._2_._type:Object"/>
<details key="baseType" value="type_._2_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="UsertypeType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="usertype_._type"/>
</eAnnotations>
<eLiterals name="UserTask"/>
<eLiterals name="ServiceTask" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="UsertypeTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="usertype_._type:Object"/>
<details key="baseType" value="usertype_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VarType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="varType"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
defaultValueLiteral="0" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="order"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/AniketosEU/Secure-Service-Specification-and-Deployment/Service Composition Framework/eu.aniketos.mtm.mapping/model/mapping.ecore | ecore | mapping
ActivityType
mixed
value
variable
participant
trustworthiness
integrity
permission
threat
id
usertype
UserTask
ActivityVar
mixed
confidentiality
id
type
ActorType
value
id
BPPType
id
BPRType
id
CommitmentIDType
java.lang.String
java.lang.String
CommitmentIDType1
java.lang.String
java.lang.String
ConfidentialityType
value
algorithm
commitmentID
DocType
value
id
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
mapping
GoalType
value
id
IntegrityType
mixed
with
type
algorithm
variable
IsaType
bPRole
bPPart
sRRole
sRAgent
MappingType
relatesTo
represents
isA
plays
soDBoDProperties
threats
ParticipantType
value
country
type
service
PermissionType
mixed
role
action
id
PlaysType
bPPart
sRRole
RelatesToType
activity
goal
RepresentsType
variable
document
SoDBoDType
mixed
permission
commitmentID
id
type
SoD
SRAType
SRRType
ThreatsMapping
bPThreat
sRThreat
ThreatType
value
id
name
repositoryID
TypeType
service
service
human
human
TypeType1
SoD
SoD
BoD
BoD
TypeType2
input
input
output
output
TypeTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
TypeTypeObject1
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
TypeTypeObject2
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
UsertypeType
UserTask
UserTask
ServiceTask
ServiceTask
UsertypeTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
VarType
value
id
order
0 | null | {"directed":true,"nodes":[{"nsPrefix":"mapping","nsURI":"XSD_mapping_V0.14","name":"mapping","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityVar","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPPType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPRType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"CommitmentIDType","instanceClass":"java.lang.String","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"CommitmentIDType1","instanceClass":"java.lang.String","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfidentialityType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GoalType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegrityType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsaType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParticipantType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PermissionType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaysType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelatesToType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentsType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoDBoDType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SRAType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SRRType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreatsMapping","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreatType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeType","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeType1","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeType2","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TypeTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TypeTypeObject1","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TypeTypeObject2","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"UsertypeType","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"UsertypeTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarType","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":36,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"participant","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":true,"unique":true,"name":"trustworthiness","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"integrity","changeable":true,"resolveProxies":false,"lowerBound":0,"id":39,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"permission","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"threat","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UserTask","unsettable":true,"transient":false,"unique":true,"name":"usertype","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"confidentiality","changeable":true,"resolveProxies":false,"lowerBound":1,"id":55,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"algorithm","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commitmentID","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"mapping","changeable":true,"resolveProxies":false,"lowerBound":0,"id":85,"derived":true},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"with","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":96,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"algorithm","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"variable","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":true},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bPRole","changeable":true,"resolveProxies":false,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bPPart","changeable":true,"resolveProxies":false,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sRRole","changeable":true,"resolveProxies":false,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sRAgent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relatesTo","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"represents","changeable":true,"resolveProxies":false,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"isA","changeable":true,"resolveProxies":false,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plays","changeable":true,"resolveProxies":false,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"soDBoDProperties","changeable":true,"resolveProxies":false,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"threats","changeable":true,"resolveProxies":false,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"service","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"role","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"action","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bPPart","changeable":true,"resolveProxies":false,"lowerBound":1,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sRRole","changeable":true,"resolveProxies":false,"lowerBound":1,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":false,"lowerBound":1,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"goal","changeable":true,"resolveProxies":false,"lowerBound":1,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"document","changeable":true,"resolveProxies":false,"lowerBound":1,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":2,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"permission","changeable":true,"lowerBound":2,"iD":false,"id":151,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commitmentID","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SoD","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bPThreat","changeable":true,"resolveProxies":false,"lowerBound":1,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sRThreat","changeable":true,"resolveProxies":false,"lowerBound":1,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"repositoryID","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"name":"service","id":174,"value":0,"literal":"service","eClass":"EEnumLiteral"},{"name":"human","id":175,"value":1,"literal":"human","eClass":"EEnumLiteral"},{"name":"SoD","id":176,"value":0,"literal":"SoD","eClass":"EEnumLiteral"},{"name":"BoD","id":177,"value":1,"literal":"BoD","eClass":"EEnumLiteral"},{"name":"input","id":178,"value":0,"literal":"input","eClass":"EEnumLiteral"},{"name":"output","id":179,"value":1,"literal":"output","eClass":"EEnumLiteral"},{"name":"UserTask","id":180,"value":0,"literal":"UserTask","eClass":"EEnumLiteral"},{"name":"ServiceTask","id":181,"value":1,"literal":"ServiceTask","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":true,"transient":false,"unique":true,"name":"order","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":34,"target":44},{"source":34,"target":1},{"source":35,"target":45},{"source":35,"target":1},{"source":36,"target":2},{"source":36,"target":46},{"source":36,"target":1},{"source":46,"target":2},{"source":37,"target":47},{"source":37,"target":1},{"source":38,"target":48},{"source":38,"target":1},{"source":39,"target":12},{"source":39,"target":49},{"source":39,"target":1},{"source":49,"target":12},{"source":40,"target":16},{"source":40,"target":50},{"source":40,"target":1},{"source":50,"target":16},{"source":41,"target":51},{"source":41,"target":1},{"source":42,"target":52},{"source":42,"target":1},{"source":43,"target":31},{"source":43,"target":53},{"source":43,"target":1},{"source":53,"target":31},{"source":2,"target":0},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":54,"target":58},{"source":54,"target":2},{"source":55,"target":8},{"source":55,"target":59},{"source":55,"target":2},{"source":59,"target":8},{"source":56,"target":60},{"source":56,"target":2},{"source":57,"target":27},{"source":57,"target":61},{"source":57,"target":2},{"source":61,"target":27},{"source":3,"target":0},{"source":3,"target":62},{"source":3,"target":63},{"source":62,"target":64},{"source":62,"target":3},{"source":63,"target":65},{"source":63,"target":3},{"source":4,"target":0},{"source":4,"target":15},{"source":4,"target":66},{"source":4,"target":67},{"source":66,"target":68},{"source":66,"target":4},{"source":67,"target":15},{"source":5,"target":0},{"source":5,"target":15},{"source":5,"target":69},{"source":5,"target":70},{"source":69,"target":71},{"source":69,"target":5},{"source":70,"target":15},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":72},{"source":8,"target":73},{"source":8,"target":74},{"source":72,"target":75},{"source":72,"target":8},{"source":73,"target":76},{"source":73,"target":8},{"source":74,"target":7},{"source":74,"target":77},{"source":74,"target":8},{"source":77,"target":7},{"source":9,"target":0},{"source":9,"target":78},{"source":9,"target":79},{"source":78,"target":80},{"source":78,"target":9},{"source":79,"target":81},{"source":79,"target":9},{"source":10,"target":0},{"source":10,"target":82},{"source":10,"target":83},{"source":10,"target":84},{"source":10,"target":85},{"source":82,"target":86},{"source":82,"target":10},{"source":83,"target":87},{"source":83,"target":10},{"source":84,"target":88},{"source":84,"target":10},{"source":85,"target":14},{"source":85,"target":89},{"source":85,"target":10},{"source":89,"target":14},{"source":11,"target":0},{"source":11,"target":90},{"source":11,"target":91},{"source":90,"target":92},{"source":90,"target":11},{"source":91,"target":93},{"source":91,"target":11},{"source":12,"target":0},{"source":12,"target":94},{"source":12,"target":95},{"source":12,"target":96},{"source":12,"target":97},{"source":12,"target":98},{"source":94,"target":99},{"source":94,"target":12},{"source":95,"target":100},{"source":95,"target":12},{"source":96,"target":101},{"source":96,"target":12},{"source":97,"target":102},{"source":97,"target":12},{"source":98,"target":103},{"source":98,"target":12},{"source":13,"target":0},{"source":13,"target":104},{"source":13,"target":105},{"source":13,"target":106},{"source":13,"target":107},{"source":104,"target":5},{"source":104,"target":108},{"source":104,"target":13},{"source":108,"target":5},{"source":105,"target":4},{"source":105,"target":109},{"source":105,"target":13},{"source":109,"target":4},{"source":106,"target":22},{"source":106,"target":110},{"source":106,"target":13},{"source":110,"target":22},{"source":107,"target":21},{"source":107,"target":111},{"source":107,"target":13},{"source":111,"target":21},{"source":14,"target":0},{"source":14,"target":112},{"source":14,"target":113},{"source":14,"target":114},{"source":14,"target":115},{"source":14,"target":116},{"source":14,"target":117},{"source":112,"target":18},{"source":112,"target":118},{"source":112,"target":14},{"source":118,"target":18},{"source":113,"target":19},{"source":113,"target":119},{"source":113,"target":14},{"source":119,"target":19},{"source":114,"target":13},{"source":114,"target":120},{"source":114,"target":14},{"source":120,"target":13},{"source":115,"target":17},{"source":115,"target":121},{"source":115,"target":14},{"source":121,"target":17},{"source":116,"target":20},{"source":116,"target":122},{"source":116,"target":14},{"source":122,"target":20},{"source":117,"target":23},{"source":117,"target":123},{"source":117,"target":14},{"source":123,"target":23},{"source":15,"target":0},{"source":15,"target":124},{"source":15,"target":125},{"source":15,"target":126},{"source":124,"target":127},{"source":124,"target":15},{"source":125,"target":128},{"source":125,"target":15},{"source":126,"target":25},{"source":126,"target":129},{"source":126,"target":15},{"source":129,"target":25},{"source":16,"target":0},{"source":16,"target":130},{"source":16,"target":131},{"source":16,"target":132},{"source":16,"target":133},{"source":130,"target":134},{"source":130,"target":16},{"source":131,"target":135},{"source":131,"target":16},{"source":132,"target":136},{"source":132,"target":16},{"source":133,"target":137},{"source":133,"target":16},{"source":17,"target":0},{"source":17,"target":138},{"source":17,"target":139},{"source":138,"target":4},{"source":138,"target":140},{"source":138,"target":17},{"source":140,"target":4},{"source":139,"target":22},{"source":139,"target":141},{"source":139,"target":17},{"source":141,"target":22},{"source":18,"target":0},{"source":18,"target":142},{"source":18,"target":143},{"source":142,"target":1},{"source":142,"target":144},{"source":142,"target":18},{"source":144,"target":1},{"source":143,"target":11},{"source":143,"target":145},{"source":143,"target":18},{"source":145,"target":11},{"source":19,"target":0},{"source":19,"target":146},{"source":19,"target":147},{"source":146,"target":33},{"source":146,"target":148},{"source":146,"target":19},{"source":148,"target":33},{"source":147,"target":9},{"source":147,"target":149},{"source":147,"target":19},{"source":149,"target":9},{"source":20,"target":0},{"source":20,"target":150},{"source":20,"target":151},{"source":20,"target":152},{"source":20,"target":153},{"source":20,"target":154},{"source":150,"target":155},{"source":150,"target":20},{"source":151,"target":156},{"source":151,"target":20},{"source":152,"target":6},{"source":152,"target":157},{"source":152,"target":20},{"source":157,"target":6},{"source":153,"target":158},{"source":153,"target":20},{"source":154,"target":26},{"source":154,"target":159},{"source":154,"target":20},{"source":159,"target":26},{"source":21,"target":0},{"source":21,"target":3},{"source":21,"target":160},{"source":160,"target":3},{"source":22,"target":0},{"source":22,"target":3},{"source":22,"target":161},{"source":161,"target":3},{"source":23,"target":0},{"source":23,"target":162},{"source":23,"target":163},{"source":162,"target":24},{"source":162,"target":164},{"source":162,"target":23},{"source":164,"target":24},{"source":163,"target":24},{"source":163,"target":165},{"source":163,"target":23},{"source":165,"target":24},{"source":24,"target":0},{"source":24,"target":166},{"source":24,"target":167},{"source":24,"target":168},{"source":24,"target":169},{"source":166,"target":170},{"source":166,"target":24},{"source":167,"target":171},{"source":167,"target":24},{"source":168,"target":172},{"source":168,"target":24},{"source":169,"target":173},{"source":169,"target":24},{"source":25,"target":0},{"source":25,"target":174},{"source":25,"target":175},{"source":174,"target":25},{"source":175,"target":25},{"source":26,"target":0},{"source":26,"target":176},{"source":26,"target":177},{"source":176,"target":26},{"source":177,"target":26},{"source":27,"target":0},{"source":27,"target":178},{"source":27,"target":179},{"source":178,"target":27},{"source":179,"target":27},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":180},{"source":31,"target":181},{"source":180,"target":31},{"source":181,"target":31},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":182},{"source":33,"target":183},{"source":33,"target":184},{"source":182,"target":185},{"source":182,"target":33},{"source":183,"target":186},{"source":183,"target":33},{"source":184,"target":187},{"source":184,"target":33}],"multigraph":true} |
true | <?xml version="1.0" encoding="ASCII"?>
<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="atlext" nsURI="http://anatlyzer/atl/ext" nsPrefix="atlext">
<eSubpackages name="ATL" nsURI="http://anatlyzer/atlext/ATL" nsPrefix="atl_ext_atl">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" eType="//PrimitiveTypes/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false" upperBound="-1" eType="//PrimitiveTypes/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false" upperBound="-1" eType="//PrimitiveTypes/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileLocation">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileObject">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="problems" upperBound="-1">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="//ATL/StringToStringMap" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="//ATL/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false" upperBound="-1" eType="//ATL/LibraryRef" containment="true" eOpposite="//ATL/LibraryRef/unit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="//ATL/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="//ATL/Helper" containment="true" eOpposite="//ATL/Helper/library"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="//ATL/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="//OCL/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="//ATL/Helper" containment="true" eOpposite="//ATL/Helper/query"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="//ATL/Unit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1" upperBound="-1" eType="//OCL/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false" lowerBound="1" upperBound="-1" eType="//OCL/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="//ATL/ModuleElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="//ATL/LocatedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Helper" abstract="true" eSuperTypes="//ATL/ModuleElement //ATL/Callable">
<eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false" eType="//ATL/Query" eOpposite="//ATL/Query/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false" eType="//ATL/Library" eOpposite="//ATL/Library/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="//OCL/OclFeatureDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasContext" lowerBound="1" defaultValueLiteral="false">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAttribute" lowerBound="1" defaultValueLiteral="false">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="inferredReturnType">
<eType xsi:type="ecore:EClass" href="../types.ecore#//Type"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="staticReturnType">
<eType xsi:type="ecore:EClass" href="../types.ecore#//Type"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaticHelper" eSuperTypes="//ATL/Helper //ATL/ModuleCallable"/>
<eClassifiers xsi:type="ecore:EClass" name="ContextHelper" eSuperTypes="//ATL/Helper">
<eStructuralFeatures xsi:type="ecore:EReference" name="contextType" lowerBound="1">
<eType xsi:type="ecore:EClass" href="../types.ecore#//Type"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="polymorphicCalledBy" upperBound="-1" eType="//OCL/PropertyCallExp" eOpposite="//OCL/PropertyCallExp/dynamicResolvers"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="//ATL/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" eType="//ATL/OutPattern" containment="true" eOpposite="//ATL/OutPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false" eType="//ATL/ActionBlock" containment="true" eOpposite="//ATL/ActionBlock/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="//ATL/RuleVariableDeclaration" containment="true" eOpposite="//ATL/RuleVariableDeclaration/rule"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaticRule" abstract="true" eSuperTypes="//ATL/ModuleCallable //ATL/Rule"/>
<eClassifiers xsi:type="ecore:EClass" name="ModuleCallable" abstract="true" eSuperTypes="//ATL/Callable"/>
<eClassifiers xsi:type="ecore:EClass" name="Callable" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="calledBy" upperBound="-1" eType="//OCL/PropertyCallExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="callableParameters" upperBound="-1" eType="//ATL/CallableParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleWithPattern" abstract="true" eSuperTypes="//ATL/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" eType="//ATL/InPattern" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="//ATL/RuleWithPattern" eOpposite="//ATL/RuleWithPattern/superRule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false" eType="//ATL/RuleWithPattern" eOpposite="//ATL/RuleWithPattern/children"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isNoDefault" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="//ATL/RuleWithPattern"/>
<eClassifiers xsi:type="ecore:EClass" name="LazyRule" eSuperTypes="//ATL/RuleWithPattern //ATL/StaticRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="//ATL/StaticRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" upperBound="-1" eType="//OCL/Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEndpoint" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="//ATL/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" lowerBound="1" upperBound="-1" eType="//ATL/InPatternElement" containment="true" eOpposite="//ATL/InPatternElement/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false" eType="//OCL/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="//ATL/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="//ATL/Rule" eOpposite="//ATL/Rule/outPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dropPattern" ordered="false" eType="//ATL/DropPattern" containment="true" eOpposite="//ATL/DropPattern/outPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="//ATL/OutPatternElement" containment="true" eOpposite="//ATL/OutPatternElement/outPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DropPattern" eSuperTypes="//ATL/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" lowerBound="1" eType="//ATL/OutPattern" eOpposite="//ATL/OutPattern/dropPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="//OCL/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true" eSuperTypes="//ATL/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false" lowerBound="1" eType="//ATL/OutPatternElement" eOpposite="//ATL/OutPatternElement/sourceElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" lowerBound="1" eType="//ATL/InPattern" eOpposite="//ATL/InPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false" upperBound="-1" eType="//OCL/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="//ATL/InPatternElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true" eSuperTypes="//ATL/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" lowerBound="1" eType="//ATL/OutPattern" eOpposite="//ATL/OutPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false" eType="//ATL/InPatternElement" eOpposite="//ATL/InPatternElement/mapsTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="//ATL/Binding" containment="true" eOpposite="//ATL/Binding/outPatternElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" eType="//OCL/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="//ATL/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="reverseBindings" upperBound="-1" eType="//OCL/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="//ATL/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="//OCL/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="//OCL/Iterator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="//ATL/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="//OCL/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false" lowerBound="1" eType="//ATL/OutPatternElement" eOpposite="//ATL/OutPatternElement/bindings"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="writtenFeature" lowerBound="1">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftType" lowerBound="1">
<eType xsi:type="ecore:EClass" href="../model/types.ecore#//Type"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedBy" upperBound="-1" eType="//ATL/RuleResolutionInfo" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="//OCL/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="//ATL/Rule" eOpposite="//ATL/Rule/variables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="//ATL/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" lowerBound="1" eType="//ATL/Unit" eOpposite="//ATL/Unit/libraries"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="//ATL/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="//ATL/Rule" eOpposite="//ATL/Rule/actionBlock"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="//ATL/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="//ATL/LocatedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="//ATL/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="//OCL/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="//ATL/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="//OCL/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="//OCL/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="//ATL/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="//OCL/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1" eType="//ATL/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1" eType="//ATL/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="//ATL/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="//OCL/Iterator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="//OCL/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="//ATL/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringToStringMap" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CallableParameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="staticType" lowerBound="1">
<eType xsi:type="ecore:EClass" href="../types.ecore#//Type"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="paramDeclaration" eType="//OCL/VariableDeclaration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleResolutionInfo">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" lowerBound="1" eType="//ATL/MatchedRule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allInvolvedRules" lowerBound="1" upperBound="-1" eType="//ATL/MatchedRule"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="OCL" nsURI="http://anatlyzer/atl/ext/OCL" nsPrefix="atl_ext_ocl">
<eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="//ATL/LocatedElement //OCL/TypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="//OCL/OclType" containment="true" eOpposite="//OCL/OclType/oclExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false" eType="//OCL/IfExp" eOpposite="//OCL/IfExp/elseExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false" eType="//OCL/PropertyCallExp" eOpposite="//OCL/PropertyCallExp/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" eType="//OCL/CollectionExp" eOpposite="//OCL/CollectionExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="//OCL/LetExp" eOpposite="//OCL/LetExp/in_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false" eType="//OCL/LoopExp" eOpposite="//OCL/LoopExp/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false" eType="//OCL/OperationCallExp" eOpposite="//OCL/OperationCallExp/arguments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable" ordered="false" eType="//OCL/VariableDeclaration" eOpposite="//OCL/VariableDeclaration/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false" eType="//OCL/IfExp" eOpposite="//OCL/IfExp/thenExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false" eType="//OCL/Operation" eOpposite="//OCL/Operation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false" eType="//OCL/IfExp" eOpposite="//OCL/IfExp/condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false" eType="//OCL/Attribute" eOpposite="//OCL/Attribute/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="implicitlyCasted" defaultValueLiteral="false">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="noCastedType">
<eType xsi:type="ecore:EClass" href="../types.ecore#//Type"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="//OCL/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" lowerBound="1" eType="//OCL/VariableDeclaration" eOpposite="//OCL/VariableDeclaration/variableExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="//OCL/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="//OCL/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="//OCL/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="//OCL/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="//OCL/PrimitiveExp"/>
<eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="//OCL/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Double"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="//OCL/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="//OCL/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="//OCL/OclExpression" containment="true" eOpposite="//OCL/OclExpression/collection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="//OCL/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="//OCL/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="//OCL/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="//OCL/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="//OCL/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1" eType="//OCL/TuplePart" containment="true" eOpposite="//OCL/TuplePart/tuple"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="//OCL/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false" lowerBound="1" eType="//OCL/TupleExp" eOpposite="//OCL/TupleExp/tuplePart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="//OCL/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="//OCL/MapElement" containment="true" eOpposite="//OCL/MapElement/map"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="//ATL/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false" lowerBound="1" eType="//OCL/MapExp" eOpposite="//OCL/MapExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1" eType="//OCL/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="//OCL/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="//OCL/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="//OCL/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="//OCL/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="//OCL/OclExpression" containment="true" eOpposite="//OCL/OclExpression/appliedProperty"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="usedFeature">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="receptorType">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isStaticCall" lowerBound="1" defaultValueLiteral="false">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="staticResolver" lowerBound="1" eType="//ATL/Callable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dynamicResolvers" upperBound="-1" eType="//ATL/ContextHelper" eOpposite="//ATL/ContextHelper/polymorphicCalledBy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="//OCL/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="//OCL/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="//OCL/OclExpression" containment="true" eOpposite="//OCL/OclExpression/parentOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolveTempResolvedBy" upperBound="-1" eType="//OCL/ResolveTempResolution" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="//OCL/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="//OCL/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="//OCL/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="//OCL/OclExpression" containment="true" eOpposite="//OCL/OclExpression/loopExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false" lowerBound="1" upperBound="-1" eType="//OCL/Iterator" containment="true" eOpposite="//OCL/Iterator/loopExpr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="//OCL/LoopExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="//OCL/VariableDeclaration" containment="true" eOpposite="//OCL/VariableDeclaration/baseExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="//OCL/LoopExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="//OCL/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="//OCL/VariableDeclaration" containment="true" eOpposite="//OCL/VariableDeclaration/letExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false" lowerBound="1" eType="//OCL/OclExpression" containment="true" eOpposite="//OCL/OclExpression/letExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="//OCL/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="//OCL/OclExpression" containment="true" eOpposite="//OCL/OclExpression/ifExp2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="//OCL/OclExpression" containment="true" eOpposite="//OCL/OclExpression/ifExp1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="//OCL/OclExpression" containment="true" eOpposite="//OCL/OclExpression/ifExp3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="//ATL/LocatedElement //OCL/TypedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="//PrimitiveTypes/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="//OCL/OclType" containment="true" eOpposite="//OCL/OclType/variableDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" eType="//OCL/OclExpression" containment="true" eOpposite="//OCL/OclExpression/initializedVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="//OCL/LetExp" eOpposite="//OCL/LetExp/variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false" eType="//OCL/IterateExp" eOpposite="//OCL/IterateExp/result"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false" upperBound="-1" eType="//OCL/VariableExp" eOpposite="//OCL/VariableExp/referredVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="staticType">
<eType xsi:type="ecore:EClass" href="../types.ecore#//Type"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="//OCL/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false" eType="//OCL/LoopExp" eOpposite="//OCL/LoopExp/iterators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="//OCL/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="//OCL/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="//OCL/OclType" containment="true" eOpposite="//OCL/OclType/collectionTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="//OCL/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false" eType="//OCL/OclContextDefinition" eOpposite="//OCL/OclContextDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false" eType="//OCL/OclExpression" eOpposite="//OCL/OclExpression/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="//OCL/Operation" eOpposite="//OCL/Operation/returnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false" eType="//OCL/MapType" eOpposite="//OCL/MapType/valueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" eType="//OCL/Attribute" eOpposite="//OCL/Attribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false" eType="//OCL/MapType" eOpposite="//OCL/MapType/keyType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false" eType="//OCL/CollectionType" eOpposite="//OCL/CollectionType/elementType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false" eType="//OCL/TupleTypeAttribute" eOpposite="//OCL/TupleTypeAttribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" ordered="false" eType="//OCL/VariableDeclaration" eOpposite="//OCL/VariableDeclaration/type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="//OCL/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="//OCL/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="//OCL/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="//OCL/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="//OCL/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="//OCL/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="//OCL/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="//OCL/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="//OCL/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="//OCL/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="//OCL/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="//OCL/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="//OCL/TupleTypeAttribute" containment="true" eOpposite="//OCL/TupleTypeAttribute/tupleType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="//ATL/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="//OCL/OclType" containment="true" eOpposite="//OCL/OclType/tupleTypeAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false" lowerBound="1" eType="//OCL/TupleType" eOpposite="//OCL/TupleType/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="//OCL/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" lowerBound="1" eType="//OCL/OclModel" eOpposite="//OCL/OclModel/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="//OCL/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false" lowerBound="1" eType="//OCL/OclType" containment="true" eOpposite="//OCL/OclType/mapType2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false" lowerBound="1" eType="//OCL/OclType" containment="true" eOpposite="//OCL/OclType/mapType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="//ATL/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" lowerBound="1" eType="//OCL/OclFeature" containment="true" eOpposite="//OCL/OclFeature/definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" eType="//OCL/OclContextDefinition" containment="true" eOpposite="//OCL/OclContextDefinition/definition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="//ATL/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="//OCL/OclFeatureDefinition" eOpposite="//OCL/OclFeatureDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" lowerBound="1" eType="//OCL/OclType" containment="true" eOpposite="//OCL/OclType/definitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="//ATL/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" eType="//OCL/OclFeatureDefinition" eOpposite="//OCL/OclFeatureDefinition/feature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="//OCL/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" lowerBound="1" eType="//OCL/OclExpression" containment="true" eOpposite="//OCL/OclExpression/owningAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="//OCL/OclType" containment="true" eOpposite="//OCL/OclType/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="//OCL/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="//OCL/Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" lowerBound="1" eType="//OCL/OclType" containment="true" eOpposite="//OCL/OclType/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="//OCL/OclExpression" containment="true" eOpposite="//OCL/OclExpression/owningOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="//ATL/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false" lowerBound="1" eType="//OCL/OclModel" eOpposite="//OCL/OclModel/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="//OCL/OclModelElement" eOpposite="//OCL/OclModelElement/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" upperBound="-1" eType="//OCL/OclModel" eOpposite="//OCL/OclModel/metamodel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="inferredType">
<eType xsi:type="ecore:EClass" href="../types.ecore#//Type"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResolveTempResolution" eSuperTypes="//ATL/RuleResolutionInfo">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1" eType="//ATL/OutPatternElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaBody" eSuperTypes="//OCL/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="GetAppliedStereotypesBody" eSuperTypes="//OCL/JavaBody"/>
</eSubpackages>
<eSubpackages name="PrimitiveTypes" nsURI="http://anatlyzer/atl/ext/PrimitiveTypes" nsPrefix="atl_ext_ptypes">
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="double"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/MDEProfile/anatlyzer.atl.typing/model/generated/merged.ecore | ecore | atlext
ATL
LocatedElement
location
commentsBefore
commentsAfter
fileLocation
fileObject
problems
annotations
Unit
libraries
name
Library
helpers
Query
body
helpers
Module
isRefining
inModels
outModels
elements
ModuleElement
Helper
query
library
definition
hasContext
false
isAttribute
false
inferredReturnType
staticReturnType
StaticHelper
ContextHelper
contextType
polymorphicCalledBy
Rule
outPattern
actionBlock
variables
name
StaticRule
ModuleCallable
Callable
calledBy
callableParameters
RuleWithPattern
inPattern
children
superRule
isAbstract
isRefining
isNoDefault
MatchedRule
LazyRule
isUnique
CalledRule
parameters
isEntrypoint
isEndpoint
InPattern
elements
filter
OutPattern
rule
dropPattern
elements
DropPattern
outPattern
PatternElement
InPatternElement
mapsTo
inPattern
models
SimpleInPatternElement
OutPatternElement
outPattern
sourceElement
bindings
model
SimpleOutPatternElement
reverseBindings
ForEachOutPatternElement
collection
iterator
Binding
value
outPatternElement
propertyName
isAssignment
writtenFeature
leftType
resolvedBy
RuleVariableDeclaration
rule
LibraryRef
unit
name
ActionBlock
rule
statements
Statement
ExpressionStat
expression
BindingStat
source
propertyName
isAssignment
value
IfStat
condition
thenStatements
elseStatements
ForStat
iterator
collection
statements
StringToStringMap
java.util.Map$Entry
java.util.Map$Entry
key
value
CallableParameter
name
staticType
paramDeclaration
RuleResolutionInfo
rule
allInvolvedRules
OCL
OclExpression
type
ifExp3
appliedProperty
collection
letExp
loopExp
parentOperation
initializedVariable
ifExp2
owningOperation
ifExp1
owningAttribute
implicitlyCasted
false
noCastedType
VariableExp
referredVariable
SuperExp
PrimitiveExp
StringExp
stringSymbol
BooleanExp
booleanSymbol
NumericExp
RealExp
realSymbol
IntegerExp
integerSymbol
CollectionExp
elements
BagExp
OrderedSetExp
SequenceExp
SetExp
TupleExp
tuplePart
TuplePart
tuple
MapExp
elements
MapElement
map
key
value
EnumLiteralExp
name
OclUndefinedExp
PropertyCallExp
source
usedFeature
receptorType
isStaticCall
false
staticResolver
dynamicResolvers
NavigationOrAttributeCallExp
name
OperationCallExp
arguments
operationName
resolveTempResolvedBy
OperatorCallExp
CollectionOperationCallExp
LoopExp
body
iterators
IterateExp
result
IteratorExp
name
LetExp
variable
in_
IfExp
thenExpression
condition
elseExpression
VariableDeclaration
id
varName
type
initExpression
letExp
baseExp
variableExp
staticType
Iterator
loopExpr
Parameter
CollectionType
elementType
OclType
name
definitions
oclExpression
operation
mapType2
attribute
mapType
collectionTypes
tupleTypeAttribute
variableDeclaration
Primitive
StringType
BooleanType
NumericType
IntegerType
RealType
BagType
OrderedSetType
SequenceType
SetType
OclAnyType
TupleType
attributes
TupleTypeAttribute
type
tupleType
name
OclModelElement
model
MapType
valueType
keyType
OclFeatureDefinition
feature
context_
OclContextDefinition
definition
context_
OclFeature
definition
Attribute
name
initExpression
type
Operation
name
parameters
returnType
body
OclModel
name
metamodel
elements
model
TypedElement
inferredType
ResolveTempResolution
element
JavaBody
GetAppliedStereotypesBody
PrimitiveTypes
Boolean
boolean
boolean
Double
double
double
Integer
int
int
String
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":"atlext","nsURI":"http://anatlyzer/atl/ext","name":"atlext","id":0,"eClass":"EPackage"},{"nsPrefix":"atl_ext_atl","nsURI":"http://anatlyzer/atlext/ATL","name":"ATL","id":1,"eClass":"EPackage"},{"nsPrefix":"atl_ext_ocl","nsURI":"http://anatlyzer/atl/ext/OCL","name":"OCL","id":2,"eClass":"EPackage"},{"nsPrefix":"atl_ext_ptypes","nsURI":"http://anatlyzer/atl/ext/PrimitiveTypes","name":"PrimitiveTypes","id":3,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticHelper","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextHelper","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticRule","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleCallable","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Callable","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleWithPattern","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyRule","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropPattern","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToStringMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallableParameter","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleResolutionInfo","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsBefore","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileLocation","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileObject","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"problems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":49,"serializable":true,"eClass":"EDataType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inModels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outModels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":79,"serializable":true,"eClass":"EDataType"},{"id":80,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"hasContext","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAttribute","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inferredReturnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticReturnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"polymorphicCalledBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":107,"interface":false,"eClass":"EClass"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dynamicResolvers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"calledBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callableParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isNoDefault","changeable":true,"lowerBound":1,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isEntrypoint","changeable":true,"lowerBound":1,"iD":false,"id":148,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isEndpoint","changeable":true,"lowerBound":1,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dropPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapsTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":173,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"models","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outPatternElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reverseBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":198,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":199,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAssignment","changeable":true,"lowerBound":1,"iD":false,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"writtenFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"leftType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resolvedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":227,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAssignment","changeable":true,"lowerBound":1,"iD":false,"id":228,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":243,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":249,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paramDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"allInvolvedRules","changeable":true,"resolveProxies":true,"lowerBound":1,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":263,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":264,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":265,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":266,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":267,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":268,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":269,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":270,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":271,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":272,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":273,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":274,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":275,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":276,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":277,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":278,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":279,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":280,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":281,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":282,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":283,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":284,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":285,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":286,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":287,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":288,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":289,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":290,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":291,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":292,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":293,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":294,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":295,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":296,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":297,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":298,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":299,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":300,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":301,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":302,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":303,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":304,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":305,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":306,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":307,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":308,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":309,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":310,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":311,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":312,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveTempResolution","instanceClass":null,"abstract":false,"id":313,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaBody","instanceClass":null,"abstract":false,"id":314,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetAppliedStereotypesBody","instanceClass":null,"abstract":false,"id":315,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"implicitlyCasted","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"noCastedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oclExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stringSymbol","changeable":true,"lowerBound":1,"iD":false,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"realSymbol","changeable":true,"lowerBound":1,"iD":false,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":373,"serializable":true,"eClass":"EDataType"},{"id":374,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":377,"serializable":true,"eClass":"EDataType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuplePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":1,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"map","changeable":true,"resolveProxies":true,"lowerBound":1,"id":394,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":395,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"receptorType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isStaticCall","changeable":true,"lowerBound":1,"iD":false,"id":407,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticResolver","changeable":true,"resolveProxies":true,"lowerBound":1,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":419,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resolveTempResolvedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":435,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":449,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":470,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleTypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":476,"derived":false},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":480,"derived":false},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":508,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":509,"derived":false},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":521,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":538,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":545,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":546,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inferredType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":555,"derived":false},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":0},{"source":4,"target":1},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":42,"target":49},{"source":42,"target":50},{"source":42,"target":4},{"source":50,"target":49},{"source":43,"target":49},{"source":43,"target":51},{"source":43,"target":4},{"source":51,"target":49},{"source":44,"target":49},{"source":44,"target":52},{"source":44,"target":4},{"source":52,"target":49},{"source":45,"target":53},{"source":45,"target":4},{"source":46,"target":54},{"source":46,"target":4},{"source":47,"target":55},{"source":47,"target":4},{"source":48,"target":39},{"source":48,"target":56},{"source":48,"target":4},{"source":56,"target":39},{"source":5,"target":1},{"source":5,"target":4},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":57,"target":32},{"source":57,"target":60},{"source":57,"target":5},{"source":57,"target":61},{"source":60,"target":32},{"source":58,"target":49},{"source":58,"target":62},{"source":58,"target":5},{"source":62,"target":49},{"source":59,"target":4},{"source":6,"target":1},{"source":6,"target":5},{"source":6,"target":63},{"source":6,"target":64},{"source":63,"target":10},{"source":63,"target":65},{"source":63,"target":6},{"source":63,"target":66},{"source":65,"target":10},{"source":64,"target":5},{"source":7,"target":1},{"source":7,"target":5},{"source":7,"target":67},{"source":7,"target":68},{"source":7,"target":69},{"source":67,"target":70},{"source":67,"target":71},{"source":67,"target":7},{"source":71,"target":70},{"source":68,"target":10},{"source":68,"target":72},{"source":68,"target":7},{"source":68,"target":73},{"source":72,"target":10},{"source":69,"target":5},{"source":8,"target":1},{"source":8,"target":5},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":74,"target":79},{"source":74,"target":80},{"source":74,"target":8},{"source":80,"target":79},{"source":75,"target":81},{"source":75,"target":82},{"source":75,"target":8},{"source":82,"target":81},{"source":76,"target":81},{"source":76,"target":83},{"source":76,"target":8},{"source":83,"target":81},{"source":77,"target":9},{"source":77,"target":84},{"source":77,"target":8},{"source":84,"target":9},{"source":78,"target":5},{"source":9,"target":1},{"source":9,"target":4},{"source":9,"target":85},{"source":85,"target":4},{"source":10,"target":1},{"source":10,"target":9},{"source":10,"target":16},{"source":10,"target":73},{"source":10,"target":66},{"source":10,"target":86},{"source":10,"target":87},{"source":10,"target":88},{"source":10,"target":89},{"source":10,"target":90},{"source":10,"target":91},{"source":10,"target":92},{"source":73,"target":7},{"source":73,"target":93},{"source":73,"target":10},{"source":73,"target":68},{"source":93,"target":7},{"source":66,"target":6},{"source":66,"target":94},{"source":66,"target":10},{"source":66,"target":63},{"source":94,"target":6},{"source":86,"target":95},{"source":86,"target":96},{"source":86,"target":10},{"source":96,"target":95},{"source":87,"target":97},{"source":87,"target":10},{"source":88,"target":98},{"source":88,"target":10},{"source":89,"target":99},{"source":89,"target":10},{"source":90,"target":100},{"source":90,"target":10},{"source":91,"target":9},{"source":92,"target":16},{"source":11,"target":1},{"source":11,"target":10},{"source":11,"target":15},{"source":11,"target":101},{"source":11,"target":102},{"source":101,"target":10},{"source":102,"target":15},{"source":12,"target":1},{"source":12,"target":10},{"source":12,"target":103},{"source":12,"target":104},{"source":12,"target":105},{"source":103,"target":106},{"source":103,"target":12},{"source":104,"target":107},{"source":104,"target":108},{"source":104,"target":12},{"source":104,"target":109},{"source":108,"target":107},{"source":105,"target":10},{"source":13,"target":1},{"source":13,"target":9},{"source":13,"target":110},{"source":13,"target":111},{"source":13,"target":112},{"source":13,"target":113},{"source":13,"target":114},{"source":110,"target":22},{"source":110,"target":115},{"source":110,"target":13},{"source":110,"target":116},{"source":115,"target":22},{"source":111,"target":33},{"source":111,"target":117},{"source":111,"target":13},{"source":111,"target":118},{"source":117,"target":33},{"source":112,"target":31},{"source":112,"target":119},{"source":112,"target":13},{"source":112,"target":120},{"source":119,"target":31},{"source":113,"target":49},{"source":113,"target":121},{"source":113,"target":13},{"source":121,"target":49},{"source":114,"target":9},{"source":14,"target":1},{"source":14,"target":15},{"source":14,"target":13},{"source":14,"target":122},{"source":14,"target":123},{"source":122,"target":15},{"source":123,"target":13},{"source":15,"target":1},{"source":15,"target":16},{"source":15,"target":124},{"source":124,"target":16},{"source":16,"target":1},{"source":16,"target":125},{"source":16,"target":126},{"source":125,"target":107},{"source":125,"target":127},{"source":125,"target":16},{"source":127,"target":107},{"source":126,"target":40},{"source":126,"target":128},{"source":126,"target":16},{"source":128,"target":40},{"source":17,"target":1},{"source":17,"target":13},{"source":17,"target":129},{"source":17,"target":130},{"source":17,"target":131},{"source":17,"target":132},{"source":17,"target":133},{"source":17,"target":134},{"source":17,"target":135},{"source":129,"target":21},{"source":129,"target":136},{"source":129,"target":17},{"source":136,"target":21},{"source":130,"target":17},{"source":130,"target":137},{"source":130,"target":17},{"source":130,"target":131},{"source":137,"target":17},{"source":131,"target":17},{"source":131,"target":138},{"source":131,"target":17},{"source":131,"target":130},{"source":138,"target":17},{"source":132,"target":79},{"source":132,"target":139},{"source":132,"target":17},{"source":139,"target":79},{"source":133,"target":79},{"source":133,"target":140},{"source":133,"target":17},{"source":140,"target":79},{"source":134,"target":79},{"source":134,"target":141},{"source":134,"target":17},{"source":141,"target":79},{"source":135,"target":13},{"source":18,"target":1},{"source":18,"target":17},{"source":18,"target":142},{"source":142,"target":17},{"source":19,"target":1},{"source":19,"target":17},{"source":19,"target":14},{"source":19,"target":143},{"source":19,"target":144},{"source":19,"target":145},{"source":143,"target":79},{"source":143,"target":146},{"source":143,"target":19},{"source":146,"target":79},{"source":144,"target":17},{"source":145,"target":14},{"source":20,"target":1},{"source":20,"target":14},{"source":20,"target":147},{"source":20,"target":148},{"source":20,"target":149},{"source":20,"target":150},{"source":147,"target":151},{"source":147,"target":152},{"source":147,"target":20},{"source":152,"target":151},{"source":148,"target":79},{"source":148,"target":153},{"source":148,"target":20},{"source":153,"target":79},{"source":149,"target":79},{"source":149,"target":154},{"source":149,"target":20},{"source":154,"target":79},{"source":150,"target":14},{"source":21,"target":1},{"source":21,"target":4},{"source":21,"target":155},{"source":21,"target":156},{"source":21,"target":157},{"source":155,"target":25},{"source":155,"target":158},{"source":155,"target":21},{"source":155,"target":159},{"source":158,"target":25},{"source":156,"target":70},{"source":156,"target":160},{"source":156,"target":21},{"source":160,"target":70},{"source":157,"target":4},{"source":22,"target":1},{"source":22,"target":4},{"source":22,"target":116},{"source":22,"target":161},{"source":22,"target":162},{"source":22,"target":163},{"source":116,"target":13},{"source":116,"target":164},{"source":116,"target":22},{"source":116,"target":110},{"source":164,"target":13},{"source":161,"target":23},{"source":161,"target":165},{"source":161,"target":22},{"source":161,"target":166},{"source":165,"target":23},{"source":162,"target":27},{"source":162,"target":167},{"source":162,"target":22},{"source":162,"target":168},{"source":167,"target":27},{"source":163,"target":4},{"source":23,"target":1},{"source":23,"target":4},{"source":23,"target":166},{"source":23,"target":169},{"source":166,"target":22},{"source":166,"target":170},{"source":166,"target":23},{"source":166,"target":161},{"source":170,"target":22},{"source":169,"target":4},{"source":24,"target":1},{"source":24,"target":171},{"source":24,"target":172},{"source":172,"target":171},{"source":25,"target":1},{"source":25,"target":24},{"source":25,"target":173},{"source":25,"target":159},{"source":25,"target":174},{"source":25,"target":175},{"source":173,"target":27},{"source":173,"target":176},{"source":173,"target":25},{"source":173,"target":177},{"source":176,"target":27},{"source":159,"target":21},{"source":159,"target":178},{"source":159,"target":25},{"source":159,"target":155},{"source":178,"target":21},{"source":174,"target":81},{"source":174,"target":179},{"source":174,"target":25},{"source":179,"target":81},{"source":175,"target":24},{"source":26,"target":1},{"source":26,"target":25},{"source":26,"target":180},{"source":180,"target":25},{"source":27,"target":1},{"source":27,"target":24},{"source":27,"target":168},{"source":27,"target":177},{"source":27,"target":181},{"source":27,"target":182},{"source":27,"target":183},{"source":168,"target":22},{"source":168,"target":184},{"source":168,"target":27},{"source":168,"target":162},{"source":184,"target":22},{"source":177,"target":25},{"source":177,"target":185},{"source":177,"target":27},{"source":177,"target":173},{"source":185,"target":25},{"source":181,"target":30},{"source":181,"target":186},{"source":181,"target":27},{"source":181,"target":187},{"source":186,"target":30},{"source":182,"target":81},{"source":182,"target":188},{"source":182,"target":27},{"source":188,"target":81},{"source":183,"target":24},{"source":28,"target":1},{"source":28,"target":27},{"source":28,"target":189},{"source":28,"target":190},{"source":189,"target":70},{"source":189,"target":191},{"source":189,"target":28},{"source":191,"target":70},{"source":190,"target":27},{"source":29,"target":1},{"source":29,"target":27},{"source":29,"target":192},{"source":29,"target":193},{"source":29,"target":194},{"source":192,"target":70},{"source":192,"target":195},{"source":192,"target":29},{"source":195,"target":70},{"source":193,"target":196},{"source":193,"target":197},{"source":193,"target":29},{"source":197,"target":196},{"source":194,"target":27},{"source":30,"target":1},{"source":30,"target":4},{"source":30,"target":198},{"source":30,"target":187},{"source":30,"target":199},{"source":30,"target":200},{"source":30,"target":201},{"source":30,"target":202},{"source":30,"target":203},{"source":30,"target":204},{"source":198,"target":70},{"source":198,"target":205},{"source":198,"target":30},{"source":205,"target":70},{"source":187,"target":27},{"source":187,"target":206},{"source":187,"target":30},{"source":187,"target":181},{"source":206,"target":27},{"source":199,"target":49},{"source":199,"target":207},{"source":199,"target":30},{"source":207,"target":49},{"source":200,"target":79},{"source":200,"target":208},{"source":200,"target":30},{"source":208,"target":79},{"source":201,"target":209},{"source":201,"target":30},{"source":202,"target":210},{"source":202,"target":30},{"source":203,"target":41},{"source":203,"target":211},{"source":203,"target":30},{"source":211,"target":41},{"source":204,"target":4},{"source":31,"target":1},{"source":31,"target":171},{"source":31,"target":120},{"source":31,"target":212},{"source":120,"target":13},{"source":120,"target":213},{"source":120,"target":31},{"source":120,"target":112},{"source":213,"target":13},{"source":212,"target":171},{"source":32,"target":1},{"source":32,"target":4},{"source":32,"target":61},{"source":32,"target":214},{"source":32,"target":215},{"source":61,"target":5},{"source":61,"target":216},{"source":61,"target":32},{"source":61,"target":57},{"source":216,"target":5},{"source":214,"target":49},{"source":214,"target":217},{"source":214,"target":32},{"source":217,"target":49},{"source":215,"target":4},{"source":33,"target":1},{"source":33,"target":4},{"source":33,"target":118},{"source":33,"target":218},{"source":33,"target":219},{"source":118,"target":13},{"source":118,"target":220},{"source":118,"target":33},{"source":118,"target":111},{"source":220,"target":13},{"source":218,"target":34},{"source":218,"target":221},{"source":218,"target":33},{"source":221,"target":34},{"source":219,"target":4},{"source":34,"target":1},{"source":34,"target":4},{"source":34,"target":222},{"source":222,"target":4},{"source":35,"target":1},{"source":35,"target":34},{"source":35,"target":223},{"source":35,"target":224},{"source":223,"target":70},{"source":223,"target":225},{"source":223,"target":35},{"source":225,"target":70},{"source":224,"target":34},{"source":36,"target":1},{"source":36,"target":34},{"source":36,"target":226},{"source":36,"target":227},{"source":36,"target":228},{"source":36,"target":229},{"source":36,"target":230},{"source":226,"target":70},{"source":226,"target":231},{"source":226,"target":36},{"source":231,"target":70},{"source":227,"target":49},{"source":227,"target":232},{"source":227,"target":36},{"source":232,"target":49},{"source":228,"target":79},{"source":228,"target":233},{"source":228,"target":36},{"source":233,"target":79},{"source":229,"target":70},{"source":229,"target":234},{"source":229,"target":36},{"source":234,"target":70},{"source":230,"target":34},{"source":37,"target":1},{"source":37,"target":34},{"source":37,"target":235},{"source":37,"target":236},{"source":37,"target":237},{"source":37,"target":238},{"source":235,"target":70},{"source":235,"target":239},{"source":235,"target":37},{"source":239,"target":70},{"source":236,"target":34},{"source":236,"target":240},{"source":236,"target":37},{"source":240,"target":34},{"source":237,"target":34},{"source":237,"target":241},{"source":237,"target":37},{"source":241,"target":34},{"source":238,"target":34},{"source":38,"target":1},{"source":38,"target":34},{"source":38,"target":242},{"source":38,"target":243},{"source":38,"target":244},{"source":38,"target":245},{"source":242,"target":196},{"source":242,"target":246},{"source":242,"target":38},{"source":246,"target":196},{"source":243,"target":70},{"source":243,"target":247},{"source":243,"target":38},{"source":247,"target":70},{"source":244,"target":34},{"source":244,"target":248},{"source":244,"target":38},{"source":248,"target":34},{"source":245,"target":34},{"source":39,"target":1},{"source":39,"target":249},{"source":39,"target":250},{"source":249,"target":251},{"source":249,"target":39},{"source":250,"target":252},{"source":250,"target":39},{"source":40,"target":1},{"source":40,"target":253},{"source":40,"target":254},{"source":40,"target":255},{"source":253,"target":256},{"source":253,"target":40},{"source":254,"target":257},{"source":254,"target":40},{"source":255,"target":171},{"source":255,"target":258},{"source":255,"target":40},{"source":258,"target":171},{"source":41,"target":1},{"source":41,"target":259},{"source":41,"target":260},{"source":259,"target":18},{"source":259,"target":261},{"source":259,"target":41},{"source":261,"target":18},{"source":260,"target":18},{"source":260,"target":262},{"source":260,"target":41},{"source":262,"target":18},{"source":2,"target":70},{"source":2,"target":263},{"source":2,"target":264},{"source":2,"target":265},{"source":2,"target":266},{"source":2,"target":267},{"source":2,"target":268},{"source":2,"target":269},{"source":2,"target":270},{"source":2,"target":271},{"source":2,"target":272},{"source":2,"target":273},{"source":2,"target":274},{"source":2,"target":275},{"source":2,"target":276},{"source":2,"target":277},{"source":2,"target":278},{"source":2,"target":279},{"source":2,"target":280},{"source":2,"target":281},{"source":2,"target":107},{"source":2,"target":282},{"source":2,"target":283},{"source":2,"target":284},{"source":2,"target":285},{"source":2,"target":286},{"source":2,"target":287},{"source":2,"target":288},{"source":2,"target":289},{"source":2,"target":290},{"source":2,"target":171},{"source":2,"target":196},{"source":2,"target":151},{"source":2,"target":291},{"source":2,"target":292},{"source":2,"target":293},{"source":2,"target":294},{"source":2,"target":295},{"source":2,"target":296},{"source":2,"target":297},{"source":2,"target":298},{"source":2,"target":299},{"source":2,"target":300},{"source":2,"target":301},{"source":2,"target":302},{"source":2,"target":303},{"source":2,"target":304},{"source":2,"target":305},{"source":2,"target":306},{"source":2,"target":307},{"source":2,"target":95},{"source":2,"target":308},{"source":2,"target":309},{"source":2,"target":310},{"source":2,"target":311},{"source":2,"target":81},{"source":2,"target":312},{"source":2,"target":313},{"source":2,"target":314},{"source":2,"target":315},{"source":2,"target":0},{"source":70,"target":2},{"source":70,"target":4},{"source":70,"target":312},{"source":70,"target":316},{"source":70,"target":317},{"source":70,"target":318},{"source":70,"target":319},{"source":70,"target":320},{"source":70,"target":321},{"source":70,"target":322},{"source":70,"target":323},{"source":70,"target":324},{"source":70,"target":325},{"source":70,"target":326},{"source":70,"target":327},{"source":70,"target":328},{"source":70,"target":329},{"source":70,"target":330},{"source":70,"target":331},{"source":316,"target":292},{"source":316,"target":332},{"source":316,"target":70},{"source":316,"target":333},{"source":332,"target":292},{"source":317,"target":290},{"source":317,"target":334},{"source":317,"target":70},{"source":317,"target":335},{"source":334,"target":290},{"source":318,"target":107},{"source":318,"target":336},{"source":318,"target":70},{"source":318,"target":337},{"source":336,"target":107},{"source":319,"target":271},{"source":319,"target":338},{"source":319,"target":70},{"source":319,"target":339},{"source":338,"target":271},{"source":320,"target":289},{"source":320,"target":340},{"source":320,"target":70},{"source":320,"target":341},{"source":340,"target":289},{"source":321,"target":286},{"source":321,"target":342},{"source":321,"target":70},{"source":321,"target":343},{"source":342,"target":286},{"source":322,"target":283},{"source":322,"target":344},{"source":322,"target":70},{"source":322,"target":345},{"source":344,"target":283},{"source":323,"target":171},{"source":323,"target":346},{"source":323,"target":70},{"source":323,"target":347},{"source":346,"target":171},{"source":324,"target":290},{"source":324,"target":348},{"source":324,"target":70},{"source":324,"target":349},{"source":348,"target":290},{"source":325,"target":311},{"source":325,"target":350},{"source":325,"target":70},{"source":325,"target":351},{"source":350,"target":311},{"source":326,"target":290},{"source":326,"target":352},{"source":326,"target":70},{"source":326,"target":353},{"source":352,"target":290},{"source":327,"target":310},{"source":327,"target":354},{"source":327,"target":70},{"source":327,"target":355},{"source":354,"target":310},{"source":328,"target":356},{"source":328,"target":70},{"source":329,"target":357},{"source":329,"target":70},{"source":330,"target":4},{"source":331,"target":312},{"source":263,"target":2},{"source":263,"target":70},{"source":263,"target":358},{"source":263,"target":359},{"source":358,"target":171},{"source":358,"target":360},{"source":358,"target":263},{"source":358,"target":361},{"source":360,"target":171},{"source":359,"target":70},{"source":264,"target":2},{"source":264,"target":70},{"source":264,"target":362},{"source":362,"target":70},{"source":265,"target":2},{"source":265,"target":70},{"source":265,"target":363},{"source":363,"target":70},{"source":266,"target":2},{"source":266,"target":265},{"source":266,"target":364},{"source":266,"target":365},{"source":364,"target":49},{"source":364,"target":366},{"source":364,"target":266},{"source":366,"target":49},{"source":365,"target":265},{"source":267,"target":2},{"source":267,"target":265},{"source":267,"target":367},{"source":267,"target":368},{"source":367,"target":79},{"source":367,"target":369},{"source":367,"target":267},{"source":369,"target":79},{"source":368,"target":265},{"source":268,"target":2},{"source":268,"target":265},{"source":268,"target":370},{"source":370,"target":265},{"source":269,"target":2},{"source":269,"target":268},{"source":269,"target":371},{"source":269,"target":372},{"source":371,"target":373},{"source":371,"target":374},{"source":371,"target":269},{"source":374,"target":373},{"source":372,"target":268},{"source":270,"target":2},{"source":270,"target":268},{"source":270,"target":375},{"source":270,"target":376},{"source":375,"target":377},{"source":375,"target":378},{"source":375,"target":270},{"source":378,"target":377},{"source":376,"target":268},{"source":271,"target":2},{"source":271,"target":70},{"source":271,"target":339},{"source":271,"target":379},{"source":339,"target":70},{"source":339,"target":380},{"source":339,"target":271},{"source":339,"target":319},{"source":380,"target":70},{"source":379,"target":70},{"source":272,"target":2},{"source":272,"target":271},{"source":272,"target":381},{"source":381,"target":271},{"source":273,"target":2},{"source":273,"target":271},{"source":273,"target":382},{"source":382,"target":271},{"source":274,"target":2},{"source":274,"target":271},{"source":274,"target":383},{"source":383,"target":271},{"source":275,"target":2},{"source":275,"target":271},{"source":275,"target":384},{"source":384,"target":271},{"source":276,"target":2},{"source":276,"target":70},{"source":276,"target":385},{"source":276,"target":386},{"source":385,"target":277},{"source":385,"target":387},{"source":385,"target":276},{"source":385,"target":388},{"source":387,"target":277},{"source":386,"target":70},{"source":277,"target":2},{"source":277,"target":171},{"source":277,"target":388},{"source":277,"target":389},{"source":388,"target":276},{"source":388,"target":390},{"source":388,"target":277},{"source":388,"target":385},{"source":390,"target":276},{"source":389,"target":171},{"source":278,"target":2},{"source":278,"target":70},{"source":278,"target":391},{"source":278,"target":392},{"source":391,"target":279},{"source":391,"target":393},{"source":391,"target":278},{"source":391,"target":394},{"source":393,"target":279},{"source":392,"target":70},{"source":279,"target":2},{"source":279,"target":4},{"source":279,"target":394},{"source":279,"target":395},{"source":279,"target":396},{"source":279,"target":397},{"source":394,"target":278},{"source":394,"target":398},{"source":394,"target":279},{"source":394,"target":391},{"source":398,"target":278},{"source":395,"target":70},{"source":395,"target":399},{"source":395,"target":279},{"source":399,"target":70},{"source":396,"target":70},{"source":396,"target":400},{"source":396,"target":279},{"source":400,"target":70},{"source":397,"target":4},{"source":280,"target":2},{"source":280,"target":70},{"source":280,"target":401},{"source":280,"target":402},{"source":401,"target":49},{"source":401,"target":403},{"source":401,"target":280},{"source":403,"target":49},{"source":402,"target":70},{"source":281,"target":2},{"source":281,"target":70},{"source":281,"target":404},{"source":404,"target":70},{"source":107,"target":2},{"source":107,"target":70},{"source":107,"target":337},{"source":107,"target":405},{"source":107,"target":406},{"source":107,"target":407},{"source":107,"target":408},{"source":107,"target":109},{"source":107,"target":409},{"source":337,"target":70},{"source":337,"target":410},{"source":337,"target":107},{"source":337,"target":318},{"source":410,"target":70},{"source":405,"target":411},{"source":405,"target":107},{"source":406,"target":412},{"source":406,"target":107},{"source":407,"target":413},{"source":407,"target":107},{"source":408,"target":16},{"source":408,"target":414},{"source":408,"target":107},{"source":414,"target":16},{"source":109,"target":12},{"source":109,"target":415},{"source":109,"target":107},{"source":109,"target":104},{"source":415,"target":12},{"source":409,"target":70},{"source":282,"target":2},{"source":282,"target":107},{"source":282,"target":416},{"source":282,"target":417},{"source":416,"target":49},{"source":416,"target":418},{"source":416,"target":282},{"source":418,"target":49},{"source":417,"target":107},{"source":283,"target":2},{"source":283,"target":107},{"source":283,"target":345},{"source":283,"target":419},{"source":283,"target":420},{"source":283,"target":421},{"source":345,"target":70},{"source":345,"target":422},{"source":345,"target":283},{"source":345,"target":322},{"source":422,"target":70},{"source":419,"target":49},{"source":419,"target":423},{"source":419,"target":283},{"source":423,"target":49},{"source":420,"target":313},{"source":420,"target":424},{"source":420,"target":283},{"source":424,"target":313},{"source":421,"target":107},{"source":284,"target":2},{"source":284,"target":283},{"source":284,"target":425},{"source":425,"target":283},{"source":285,"target":2},{"source":285,"target":283},{"source":285,"target":426},{"source":426,"target":283},{"source":286,"target":2},{"source":286,"target":107},{"source":286,"target":343},{"source":286,"target":427},{"source":286,"target":428},{"source":343,"target":70},{"source":343,"target":429},{"source":343,"target":286},{"source":343,"target":321},{"source":429,"target":70},{"source":427,"target":196},{"source":427,"target":430},{"source":427,"target":286},{"source":427,"target":431},{"source":430,"target":196},{"source":428,"target":107},{"source":287,"target":2},{"source":287,"target":286},{"source":287,"target":432},{"source":287,"target":433},{"source":432,"target":171},{"source":432,"target":434},{"source":432,"target":287},{"source":432,"target":435},{"source":434,"target":171},{"source":433,"target":286},{"source":288,"target":2},{"source":288,"target":286},{"source":288,"target":436},{"source":288,"target":437},{"source":436,"target":49},{"source":436,"target":438},{"source":436,"target":288},{"source":438,"target":49},{"source":437,"target":286},{"source":289,"target":2},{"source":289,"target":70},{"source":289,"target":439},{"source":289,"target":341},{"source":289,"target":440},{"source":439,"target":171},{"source":439,"target":441},{"source":439,"target":289},{"source":439,"target":442},{"source":441,"target":171},{"source":341,"target":70},{"source":341,"target":443},{"source":341,"target":289},{"source":341,"target":320},{"source":443,"target":70},{"source":440,"target":70},{"source":290,"target":2},{"source":290,"target":70},{"source":290,"target":349},{"source":290,"target":353},{"source":290,"target":335},{"source":290,"target":444},{"source":349,"target":70},{"source":349,"target":445},{"source":349,"target":290},{"source":349,"target":324},{"source":445,"target":70},{"source":353,"target":70},{"source":353,"target":446},{"source":353,"target":290},{"source":353,"target":326},{"source":446,"target":70},{"source":335,"target":70},{"source":335,"target":447},{"source":335,"target":290},{"source":335,"target":317},{"source":447,"target":70},{"source":444,"target":70},{"source":171,"target":2},{"source":171,"target":4},{"source":171,"target":312},{"source":171,"target":448},{"source":171,"target":449},{"source":171,"target":450},{"source":171,"target":347},{"source":171,"target":442},{"source":171,"target":435},{"source":171,"target":361},{"source":171,"target":451},{"source":171,"target":452},{"source":171,"target":453},{"source":448,"target":49},{"source":448,"target":454},{"source":448,"target":171},{"source":454,"target":49},{"source":449,"target":49},{"source":449,"target":455},{"source":449,"target":171},{"source":455,"target":49},{"source":450,"target":292},{"source":450,"target":456},{"source":450,"target":171},{"source":450,"target":457},{"source":456,"target":292},{"source":347,"target":70},{"source":347,"target":458},{"source":347,"target":171},{"source":347,"target":323},{"source":458,"target":70},{"source":442,"target":289},{"source":442,"target":459},{"source":442,"target":171},{"source":442,"target":439},{"source":459,"target":289},{"source":435,"target":287},{"source":435,"target":460},{"source":435,"target":171},{"source":435,"target":432},{"source":460,"target":287},{"source":361,"target":263},{"source":361,"target":461},{"source":361,"target":171},{"source":361,"target":358},{"source":461,"target":263},{"source":451,"target":462},{"source":451,"target":171},{"source":452,"target":4},{"source":453,"target":312},{"source":196,"target":2},{"source":196,"target":171},{"source":196,"target":431},{"source":196,"target":463},{"source":431,"target":286},{"source":431,"target":464},{"source":431,"target":196},{"source":431,"target":427},{"source":464,"target":286},{"source":463,"target":171},{"source":151,"target":2},{"source":151,"target":171},{"source":151,"target":465},{"source":465,"target":171},{"source":291,"target":2},{"source":291,"target":292},{"source":291,"target":466},{"source":291,"target":467},{"source":466,"target":292},{"source":466,"target":468},{"source":466,"target":291},{"source":466,"target":469},{"source":468,"target":292},{"source":467,"target":292},{"source":292,"target":2},{"source":292,"target":70},{"source":292,"target":470},{"source":292,"target":471},{"source":292,"target":333},{"source":292,"target":472},{"source":292,"target":473},{"source":292,"target":474},{"source":292,"target":475},{"source":292,"target":469},{"source":292,"target":476},{"source":292,"target":457},{"source":292,"target":477},{"source":470,"target":49},{"source":470,"target":478},{"source":470,"target":292},{"source":478,"target":49},{"source":471,"target":308},{"source":471,"target":479},{"source":471,"target":292},{"source":471,"target":480},{"source":479,"target":308},{"source":333,"target":70},{"source":333,"target":481},{"source":333,"target":292},{"source":333,"target":316},{"source":481,"target":70},{"source":472,"target":311},{"source":472,"target":482},{"source":472,"target":292},{"source":472,"target":483},{"source":482,"target":311},{"source":473,"target":307},{"source":473,"target":484},{"source":473,"target":292},{"source":473,"target":485},{"source":484,"target":307},{"source":474,"target":310},{"source":474,"target":486},{"source":474,"target":292},{"source":474,"target":487},{"source":486,"target":310},{"source":475,"target":307},{"source":475,"target":488},{"source":475,"target":292},{"source":475,"target":489},{"source":488,"target":307},{"source":469,"target":291},{"source":469,"target":490},{"source":469,"target":292},{"source":469,"target":466},{"source":490,"target":291},{"source":476,"target":305},{"source":476,"target":491},{"source":476,"target":292},{"source":476,"target":492},{"source":491,"target":305},{"source":457,"target":171},{"source":457,"target":493},{"source":457,"target":292},{"source":457,"target":450},{"source":493,"target":171},{"source":477,"target":70},{"source":293,"target":2},{"source":293,"target":292},{"source":293,"target":494},{"source":494,"target":292},{"source":294,"target":2},{"source":294,"target":293},{"source":294,"target":495},{"source":495,"target":293},{"source":295,"target":2},{"source":295,"target":293},{"source":295,"target":496},{"source":496,"target":293},{"source":296,"target":2},{"source":296,"target":293},{"source":296,"target":497},{"source":497,"target":293},{"source":297,"target":2},{"source":297,"target":296},{"source":297,"target":498},{"source":498,"target":296},{"source":298,"target":2},{"source":298,"target":296},{"source":298,"target":499},{"source":499,"target":296},{"source":299,"target":2},{"source":299,"target":291},{"source":299,"target":500},{"source":500,"target":291},{"source":300,"target":2},{"source":300,"target":291},{"source":300,"target":501},{"source":501,"target":291},{"source":301,"target":2},{"source":301,"target":291},{"source":301,"target":502},{"source":502,"target":291},{"source":302,"target":2},{"source":302,"target":291},{"source":302,"target":503},{"source":503,"target":291},{"source":303,"target":2},{"source":303,"target":292},{"source":303,"target":504},{"source":504,"target":292},{"source":304,"target":2},{"source":304,"target":292},{"source":304,"target":505},{"source":304,"target":506},{"source":505,"target":305},{"source":505,"target":507},{"source":505,"target":304},{"source":505,"target":508},{"source":507,"target":305},{"source":506,"target":292},{"source":305,"target":2},{"source":305,"target":4},{"source":305,"target":492},{"source":305,"target":508},{"source":305,"target":509},{"source":305,"target":510},{"source":492,"target":292},{"source":492,"target":511},{"source":492,"target":305},{"source":492,"target":476},{"source":511,"target":292},{"source":508,"target":304},{"source":508,"target":512},{"source":508,"target":305},{"source":508,"target":505},{"source":512,"target":304},{"source":509,"target":49},{"source":509,"target":513},{"source":509,"target":305},{"source":513,"target":49},{"source":510,"target":4},{"source":306,"target":2},{"source":306,"target":292},{"source":306,"target":514},{"source":306,"target":515},{"source":514,"target":81},{"source":514,"target":516},{"source":514,"target":306},{"source":514,"target":517},{"source":516,"target":81},{"source":515,"target":292},{"source":307,"target":2},{"source":307,"target":292},{"source":307,"target":485},{"source":307,"target":489},{"source":307,"target":518},{"source":485,"target":292},{"source":485,"target":519},{"source":485,"target":307},{"source":485,"target":473},{"source":519,"target":292},{"source":489,"target":292},{"source":489,"target":520},{"source":489,"target":307},{"source":489,"target":475},{"source":520,"target":292},{"source":518,"target":292},{"source":95,"target":2},{"source":95,"target":4},{"source":95,"target":521},{"source":95,"target":522},{"source":95,"target":523},{"source":521,"target":309},{"source":521,"target":524},{"source":521,"target":95},{"source":521,"target":525},{"source":524,"target":309},{"source":522,"target":308},{"source":522,"target":526},{"source":522,"target":95},{"source":522,"target":527},{"source":526,"target":308},{"source":523,"target":4},{"source":308,"target":2},{"source":308,"target":4},{"source":308,"target":527},{"source":308,"target":480},{"source":308,"target":528},{"source":527,"target":95},{"source":527,"target":529},{"source":527,"target":308},{"source":527,"target":522},{"source":529,"target":95},{"source":480,"target":292},{"source":480,"target":530},{"source":480,"target":308},{"source":480,"target":471},{"source":530,"target":292},{"source":528,"target":4},{"source":309,"target":2},{"source":309,"target":4},{"source":309,"target":525},{"source":309,"target":531},{"source":525,"target":95},{"source":525,"target":532},{"source":525,"target":309},{"source":525,"target":521},{"source":532,"target":95},{"source":531,"target":4},{"source":310,"target":2},{"source":310,"target":309},{"source":310,"target":533},{"source":310,"target":355},{"source":310,"target":487},{"source":310,"target":534},{"source":533,"target":49},{"source":533,"target":535},{"source":533,"target":310},{"source":535,"target":49},{"source":355,"target":70},{"source":355,"target":536},{"source":355,"target":310},{"source":355,"target":327},{"source":536,"target":70},{"source":487,"target":292},{"source":487,"target":537},{"source":487,"target":310},{"source":487,"target":474},{"source":537,"target":292},{"source":534,"target":309},{"source":311,"target":2},{"source":311,"target":309},{"source":311,"target":538},{"source":311,"target":539},{"source":311,"target":483},{"source":311,"target":351},{"source":311,"target":540},{"source":538,"target":49},{"source":538,"target":541},{"source":538,"target":311},{"source":541,"target":49},{"source":539,"target":151},{"source":539,"target":542},{"source":539,"target":311},{"source":542,"target":151},{"source":483,"target":292},{"source":483,"target":543},{"source":483,"target":311},{"source":483,"target":472},{"source":543,"target":292},{"source":351,"target":70},{"source":351,"target":544},{"source":351,"target":311},{"source":351,"target":325},{"source":544,"target":70},{"source":540,"target":309},{"source":81,"target":2},{"source":81,"target":4},{"source":81,"target":545},{"source":81,"target":546},{"source":81,"target":517},{"source":81,"target":547},{"source":81,"target":548},{"source":545,"target":49},{"source":545,"target":549},{"source":545,"target":81},{"source":549,"target":49},{"source":546,"target":81},{"source":546,"target":550},{"source":546,"target":81},{"source":546,"target":547},{"source":550,"target":81},{"source":517,"target":306},{"source":517,"target":551},{"source":517,"target":81},{"source":517,"target":514},{"source":551,"target":306},{"source":547,"target":81},{"source":547,"target":552},{"source":547,"target":81},{"source":547,"target":546},{"source":552,"target":81},{"source":548,"target":4},{"source":312,"target":2},{"source":312,"target":553},{"source":553,"target":554},{"source":553,"target":312},{"source":313,"target":2},{"source":313,"target":41},{"source":313,"target":555},{"source":313,"target":556},{"source":555,"target":27},{"source":555,"target":557},{"source":555,"target":313},{"source":557,"target":27},{"source":556,"target":41},{"source":314,"target":2},{"source":314,"target":70},{"source":314,"target":558},{"source":558,"target":70},{"source":315,"target":2},{"source":315,"target":314},{"source":315,"target":559},{"source":559,"target":314},{"source":3,"target":79},{"source":3,"target":373},{"source":3,"target":377},{"source":3,"target":49},{"source":3,"target":0},{"source":79,"target":3},{"source":373,"target":3},{"source":377,"target":3},{"source":49,"target":3}],"multigraph":true} |
false | <?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="A"
nsURI="http://A" nsPrefix="A">
<eClassifiers xsi:type="ecore:EClass" name="Class_A">
<eStructuralFeatures xsi:type="ecore:EReference" name="opposite_A" eType="ecore:EClass 074_B.ecore#//Class_B"
eOpposite="074_B.ecore#//Class_B/opposite_B"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/diverse-project/kermeta/kermeta_projects/fr.irisa.triskell.kermeta.tests/test/interpreter/kmt_testcases/074_A.ecore | ecore | A
Class_A
opposite_A | null | {"directed":true,"nodes":[{"nsPrefix":"A","nsURI":"http://A","name":"A","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class_A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite_A","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?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="B"
nsURI="http://B" nsPrefix="B">
<eClassifiers xsi:type="ecore:EClass" name="Class_B">
<eStructuralFeatures xsi:type="ecore:EReference" name="opposite_B" eType="ecore:EClass 074_A.ecore#//Class_A"
eOpposite="074_A.ecore#//Class_A/opposite_A"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/diverse-project/kermeta/kermeta_projects/fr.irisa.triskell.kermeta.tests/test/interpreter/kmt_testcases/074_B.ecore | ecore | B
Class_B
opposite_B | null | {"directed":true,"nodes":[{"nsPrefix":"B","nsURI":"http://B","name":"B","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class_B","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite_B","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
true | <?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="solver" nsURI="http://www.misc.com/common/moplaf/solver/model/0.1"
nsPrefix="svr">
<eClassifiers xsi:type="ecore:EEnum" name="EnumLpVarType">
<eLiterals name="EnumLiteralLpVarInteger" literal="Integer"/>
<eLiterals name="EnumLiteralLpVarReal" value="1" literal="Real"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EnumLpConsType">
<eLiterals name="EnumLiteralLpConsEqual" literal="Equal"/>
<eLiterals name="EnumLiteralLpConsSmallerOrEqual" value="1" literal="SmallerOrEqual"/>
<eLiterals name="EnumLiteralLpConsBiggerOrEqual" value="2" literal="BiggerOrEqual"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EnumObjectiveType">
<eLiterals name="Minimum"/>
<eLiterals name="Maximum" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EnumSolverLogLevel">
<eLiterals name="EnumNone" literal="None"/>
<eLiterals name="EnumMin" value="1" literal="Min"/>
<eLiterals name="EnumNormal" value="2" literal="Normal"/>
<eLiterals name="EnumFull" value="3" literal="Full"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EnumCpLinearType">
<eLiterals name="EnumLiteralCpLinearEqual" literal="Equal"/>
<eLiterals name="EnumLiteralCpLinearNotEqual" value="1" literal="NotEqual"/>
<eLiterals name="EnumLiteralCpLinearSmaller" value="2" literal="Smaller"/>
<eLiterals name="EnumLiteralCpLinearSmallerOrEqual" value="3" literal="SmallerOrEqual"/>
<eLiterals name="EnumLiteralCpLinearBigger" value="4" literal="Bigger"/>
<eLiterals name="EnumLiteralCpLinearBiggerOrEqual" value="5" literal="BiggerOrEqual"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EnumCpLogicalType">
<eLiterals name="EnumLiteralCpLogicalOr" literal="Or"/>
<eLiterals name="EnumLiteralCpLogicalAnd" value="1" literal="And"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Generator" abstract="true" eSuperTypes="../../com.misc.common.moplaf.job.emf/model/job.ecore#//Run">
<eOperations name="generate" eType="ecore:EDataType ../../com.misc.common.moplaf.job.emf/model/job.ecore#//ReturnFeedback"/>
<eOperations name="generateRootTuples" eExceptions="#//Exception"/>
<eOperations name="generateTuples" eExceptions="#//Exception"/>
<eOperations name="generateTupleXReferences" eExceptions="#//Exception"/>
<eOperations name="generateVars" eExceptions="#//Exception"/>
<eOperations name="generateCons" eExceptions="#//Exception"/>
<eOperations name="generateGoals" eExceptions="#//Exception"/>
<eOperations name="acceptSolution" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="To be implemented by the specialisation for eploiting the solver solution and making a 
domain specific solution
"/>
</eAnnotations>
<eParameters name="solutionprovider" eType="#//Solution"/>
</eOperations>
<eOperations name="visitTuples" eExceptions="#//Exception">
<eParameters name="visitor" eType="#//ITupleVisitor"/>
</eOperations>
<eOperations name="refreshSelectedSolution"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="TupleRoot" upperBound="-1"
eType="#//GeneratorTuple" changeable="false" volatile="true" transient="true"
derived="true" eOpposite="#//GeneratorTuple/GeneratorAsRoot"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Goals" upperBound="-1"
eType="#//GeneratorGoal" changeable="false" volatile="true" transient="true"
derived="true" eOpposite="#//GeneratorGoal/Generator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="VarBinders" upperBound="-1"
eType="#//GeneratorVarBinder" changeable="false" volatile="true" transient="true"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SolutionProvider" upperBound="-1"
eType="#//SolutionProvider" changeable="false" volatile="true" transient="true"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Remarks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FootprintNofVars" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FootprintNofCons" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FootprintNofTerms" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Selected" eType="#//Solution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorElement">
<eOperations name="getGenerator" eType="#//Generator"/>
<eOperations name="refreshSelectedSolution"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorTuple" abstract="true" eSuperTypes="#//GeneratorElement">
<eOperations name="generateVars"/>
<eOperations name="generateCons"/>
<eOperations name="generateTuples"/>
<eOperations name="visitTuples" eExceptions="#//Exception">
<eParameters name="visitor" eType="#//ITupleVisitor"/>
</eOperations>
<eOperations name="generateXReferences"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="GeneratorAsRoot" eType="#//Generator"
changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Generator/TupleRoot"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="TupleElement" upperBound="-1"
eType="#//GeneratorTuple" changeable="false" volatile="true" transient="true"
derived="true" eOpposite="#//GeneratorTuple/TupleContainer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="TupleContainer" eType="#//GeneratorTuple"
changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//GeneratorTuple/TupleElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Var" upperBound="-1" eType="#//GeneratorVar"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Cons" upperBound="-1" eType="#//GeneratorCons"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Members" upperBound="-1"
eType="#//GeneratorTupleMember" changeable="false" volatile="true" transient="true"
derived="true" eOpposite="#//GeneratorTupleMember/Tuple"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorTupleMember" abstract="true"
eSuperTypes="#//GeneratorElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Tuple" eType="#//GeneratorTuple"
changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//GeneratorTuple/Members"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SelectedSolutionDisplay"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorVar" abstract="true" eSuperTypes="#//GeneratorTupleMember">
<eOperations name="getSolutionVar" eType="#//SolutionVar">
<eParameters name="solution" eType="#//Solution"/>
</eOperations>
<eOperations name="isSolutionOne" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="solver" eType="#//Solution"/>
</eOperations>
<eOperations name="isSolutionZero" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="solver" eType="#//Solution"/>
</eOperations>
<eOperations name="getSolutionValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eParameters name="solver" eType="#//Solution"/>
</eOperations>
<eOperations name="build" eExceptions="#//Exception">
<eParameters name="builder" eType="#//Solver"/>
<eParameters name="modifier" eType="#//SolverVarBinder"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="Solution" upperBound="-1"
eType="#//SolutionVar" eOpposite="#//SolutionVar/var"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SelectedSolutionValue"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" changeable="false"
volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorLpVar" eSuperTypes="#//GeneratorVar">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Type" lowerBound="1" eType="#//EnumLpVarType"
defaultValueLiteral="Integer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="LowerBound" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="UpperBound" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="LpTerm" upperBound="-1"
eType="#//GeneratorLpTerm" eOpposite="#//GeneratorLpTerm/LpVar"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorCons" abstract="true" eSuperTypes="#//GeneratorTupleMember">
<eOperations name="getSolution" eType="#//SolutionCons">
<eParameters name="solution" eType="#//Solution"/>
</eOperations>
<eOperations name="build" eExceptions="#//Exception">
<eParameters name="builder" eType="#//Solver"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="Solution" upperBound="-1"
eType="#//SolutionCons" eOpposite="#//SolutionCons/cons"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="NofTerms" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorLpCons" eSuperTypes="#//GeneratorCons #//GeneratorLpLinear">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Type" eType="#//EnumLpConsType"
defaultValueLiteral="Equal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="RighHandSide" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorLpTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="LpVar" lowerBound="1" eType="#//GeneratorLpVar"
eOpposite="#//GeneratorLpVar/LpTerm"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Coeff" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="LpLinear" lowerBound="1"
eType="#//GeneratorLpLinear" eOpposite="#//GeneratorLpLinear/LpTerm"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IGeneratorTool" abstract="true" interface="true">
<eOperations name="getGenerator" eType="#//Generator"/>
<eOperations name="dispose"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolutionReader" abstract="true" eSuperTypes="#//SolutionProvider">
<eOperations name="readSolFromFile"/>
<eOperations name="setSolAsString">
<eParameters name="solution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FilePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolutionReaderPattern" eSuperTypes="#//SolutionReader">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="LinePattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="(\S+)\s+(\S+)\s+\(obj:(\S+)\)"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="VarNameGroup" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="VarOptimalValueGroup" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="2"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="VarObjectiveCoefGroup"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="3"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FirstLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ILpWriter" abstract="true" interface="true"
eSuperTypes="#//IGeneratorTool">
<eOperations name="writeLpToFile"/>
<eOperations name="getLpAsString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FilePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FileFormat" eType="#//EnumLpFileFormat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FileCompressed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolutionProvider" abstract="true" eSuperTypes="../../com.misc.common.moplaf.job.emf/model/job.ecore#//Run #//IGeneratorTool #//SolutionProviderParams">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A SolutionProvider is capable of providing a solution for a given linear formulation (a Generator).
Solution is provided as a collection of SolutionLpVars (resp. SolutionLpCons), giving properties of the solution for a particular variable GeneratorLpVar (resp. a particular constraint GeneratorLpCons)
"/>
</eAnnotations>
<eOperations name="solutionFactory" eType="#//Solution"/>
<eOperations name="constructSolution" eType="#//Solution"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Solution" upperBound="-1"
eType="#//Solution" containment="true" eOpposite="#//Solution/Provider"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="CurrentSolutionNr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Solver" abstract="true" eSuperTypes="#//SolutionProvider #//SolverParams">
<eOperations name="solve" eType="ecore:EDataType ../../com.misc.common.moplaf.job.emf/model/job.ecore#//ReturnFeedback">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Method to be called by the client to solve the lp and to produce the solution
"/>
</eAnnotations>
</eOperations>
<eOperations name="buildVars" eExceptions="#//Exception"/>
<eOperations name="buildVar" eExceptions="#//Exception">
<eParameters name="var" eType="#//GeneratorVar"/>
</eOperations>
<eOperations name="buildLpVar" eExceptions="#//Exception">
<eParameters name="var" eType="#//GeneratorLpVar"/>
<eParameters name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="type" eType="#//EnumLpVarType"/>
</eOperations>
<eOperations name="buildCons" eExceptions="#//Exception"/>
<eOperations name="buildCons" eExceptions="#//Exception">
<eParameters name="cons" eType="#//GeneratorCons"/>
</eOperations>
<eOperations name="buildLpCons" eExceptions="#//Exception">
<eParameters name="cons" eType="#//GeneratorLpCons"/>
</eOperations>
<eOperations name="buildLpCons" eExceptions="#//Exception">
<eParameters name="element" eType="#//GeneratorElement"/>
<eParameters name="linear" eType="#//GeneratorLpLinear"/>
<eParameters name="rhs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eParameters name="type" eType="#//EnumLpConsType"/>
</eOperations>
<eOperations name="constructVarBinder" eType="#//SolverVarBinder">
<eParameters name="binder" eType="#//GeneratorVarBinder"/>
</eOperations>
<eOperations name="buildGoals" eExceptions="#//Exception"/>
<eOperations name="buildLpGoal" eExceptions="#//Exception">
<eParameters name="goal" eType="#//GeneratorLpGoal"/>
<eParameters name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eOperations>
<eOperations name="constructSolverGoal" eType="#//SolverGeneratorGoal">
<eParameters name="goal" eType="#//GeneratorGoal"/>
</eOperations>
<eOperations name="constructSolverGoal">
<eParameters name="previousSolution" eType="#//Solution"/>
</eOperations>
<eOperations name="constructSolverGoal">
<eParameters name="previousSolver" eType="#//Solver"/>
</eOperations>
<eOperations name="makeSolutionGoals">
<eParameters name="solution" eType="#//Solution"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Status" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SolverLogLevel" eType="#//EnumSolverLogLevel"
defaultValueLiteral="Normal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SolverDump" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="RunStarted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="RunInitializationEnded"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="RunSolvingEnded" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="RunFinalizationEnded" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="RunDurationInitialization"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="RunDurationFinalization"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="RunDurationSolving" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="RunRequestTerminate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="RunTimeOut" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SolUnfeasible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SolFeasible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SolOptimal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SolValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="RunInterrupted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Initializing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Solving" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Finalizing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Finished" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="InitialSolution" eType="#//Solution"
eOpposite="#//Solution/SolverAsInitialSolution"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Goals" upperBound="-1"
eType="#//SolverGoal" containment="true" eOpposite="#//SolverGoal/Solver"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="VarBinders" upperBound="-1"
eType="#//SolverVarBinder" containment="true" eOpposite="#//SolverVarBinder/Solver"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolverCp" abstract="true" eSuperTypes="#//Solver">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SearchAll" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolverLp" abstract="true" eSuperTypes="#//Solver #//SolverLpParams">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SolOptimalityGap" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolverGoal" abstract="true">
<eOperations name="buildGoal" eExceptions="#//Exception"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Solver" lowerBound="1"
eType="#//Solver" eOpposite="#//Solver/Goals"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolverGeneratorGoal" eSuperTypes="#//SolverGoal">
<eStructuralFeatures xsi:type="ecore:EReference" name="GoalToSolve" lowerBound="1"
eType="#//GeneratorGoal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="GoalWeight" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="GoalBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Optimize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ConstraintAbsoluteTolerance"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ConstraintRelativeTolerance"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.000001"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Solution">
<eOperations name="solutionVarFactory" eType="#//SolutionVar"/>
<eOperations name="solutionConsFactory" eType="#//SolutionCons"/>
<eOperations name="solutionGoalFactory" eType="#//SolutionGoal"/>
<eOperations name="constructSolutionVar" eType="#//SolutionVar">
<eParameters name="var" eType="#//GeneratorVar"/>
</eOperations>
<eOperations name="constructSolutionCons" eType="#//SolutionCons">
<eParameters name="cons" eType="#//GeneratorCons"/>
</eOperations>
<eOperations name="constructSolutionGoal" eType="#//SolutionGoal">
<eParameters name="goal" eType="#//GeneratorGoal"/>
</eOperations>
<eOperations name="dispose"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Provider" lowerBound="1"
eType="#//SolutionProvider" eOpposite="#//SolutionProvider/Solution"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SolutionNr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SolverAsInitialSolution"
upperBound="-1" eType="#//Solver" eOpposite="#//Solver/InitialSolution"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Elements" upperBound="-1"
eType="#//SolutionElement" containment="true" eOpposite="#//SolutionElement/Solution"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Vars" upperBound="-1" eType="#//SolutionVar"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Cons" upperBound="-1" eType="#//SolutionCons"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Goals" upperBound="-1"
eType="#//SolutionGoal" changeable="false" volatile="true" transient="true"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolutionElement">
<eOperations name="dispose"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Solution" lowerBound="1"
eType="#//Solution" eOpposite="#//Solution/Elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolutionLp" eSuperTypes="#//Solution">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolutionVar" eSuperTypes="#//SolutionElement">
<eOperations name="isOne" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isZero" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="OptimalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="var" lowerBound="1" eType="#//GeneratorVar"
eOpposite="#//GeneratorVar/Solution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolutionLpVar" eSuperTypes="#//SolutionVar"/>
<eClassifiers xsi:type="ecore:EClass" name="SolutionCpVar" eSuperTypes="#//SolutionVar"/>
<eClassifiers xsi:type="ecore:EClass" name="SolutionCons" eSuperTypes="#//SolutionElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="cons" lowerBound="1" eType="#//GeneratorCons"
eOpposite="#//GeneratorCons/Solution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolutionLpCons" eSuperTypes="#//SolutionCons"/>
<eClassifiers xsi:type="ecore:EClass" name="SolutionGoal" eSuperTypes="#//SolutionElement">
<eOperations name="refresh"/>
<eOperations name="constructGoal">
<eParameters name="solver" eType="#//Solver"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="Goal" lowerBound="1" eType="#//GeneratorGoal"
eOpposite="#//GeneratorGoal/Solution"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Constrained" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Optimized" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Bound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolutionLpGoal" eSuperTypes="#//SolutionGoal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ITupleVisitor" instanceClassName="com.misc.common.moplaf.solver.ITupleVisitor"/>
<eClassifiers xsi:type="ecore:EDataType" name="Exception" instanceClassName="java.lang.Exception"/>
<eClassifiers xsi:type="ecore:EEnum" name="EnumLpFileFormat">
<eLiterals name="FileFormatMps" literal="mps"/>
<eLiterals name="FileFormatCplex" value="1" literal="cplex"/>
<eLiterals name="FileFormatGams" value="2" literal="gams"/>
<eLiterals name="FileFormatGLPK" value="4" literal="GLPK"/>
<eLiterals name="FileFormatSav" value="3" literal="sav"/>
<eLiterals name="FileFormatLpSolve" value="5" literal="lpsolve"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorCpCons" abstract="true" eSuperTypes="#//GeneratorCons">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Post" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorCpLinear" eSuperTypes="#//GeneratorCpCons">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Type" eType="#//EnumCpLinearType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="RightHandSide" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Term" upperBound="-1" eType="#//GeneratorCpLinearTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorCpLogical" eSuperTypes="#//GeneratorCpCons">
<eStructuralFeatures xsi:type="ecore:EReference" name="Term" upperBound="-1" eType="#//GeneratorCpLogicalTerm"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Type" eType="#//EnumCpLogicalType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorCpVar" abstract="true" eSuperTypes="#//GeneratorVar">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorCpVarAtomic" eSuperTypes="#//GeneratorCpVar">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="LowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="UpperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorCpLinearTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Coeff" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="CpVar" eType="#//GeneratorCpVarAtomic"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorCpLogicalTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="CpCons" eType="#//GeneratorCpCons"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorGoal" abstract="true" eSuperTypes="#//GeneratorElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A goal for the generated problem.
A goal is expected to be directly contained to its Generator owner.
A goal may reference a secondary goal: a subgoal."/>
</eAnnotations>
<eOperations name="build" eExceptions="#//Exception">
<eParameters name="builder" eType="#//Solver"/>
<eParameters name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eOperations>
<eOperations name="buildCons" eExceptions="#//Exception">
<eParameters name="builder" eType="#//Solver"/>
<eParameters name="rhs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eOperations>
<eOperations name="getSolutionGoal" eType="#//SolutionGoal">
<eParameters name="solution" eType="#//Solution"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="Generator" eType="#//Generator"
changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Generator/Goals"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SelectedSolutionDisplay"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Solution" upperBound="-1"
eType="#//SolutionGoal" eOpposite="#//SolutionGoal/Goal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ObjectiveType" eType="#//EnumObjectiveType"
defaultValueLiteral="Maximum"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorLpGoal" eSuperTypes="#//GeneratorGoal #//GeneratorLpLinear">
<eOperations name="getSolutionValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eParameters name="solution" eType="#//Solution"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SelectedSolutionValue"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" changeable="false"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MinValueIndicative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MaxValueIndicative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="100000000000"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorLpLinear">
<eOperations name="constructTerm" eType="#//GeneratorLpTerm">
<eParameters name="var" eType="#//GeneratorLpVar"/>
<eParameters name="coef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eOperations>
<eOperations name="contributeTerm" eType="#//GeneratorLpTerm">
<eParameters name="var" eType="#//GeneratorLpVar"/>
<eParameters name="coef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="LpTerm" upperBound="-1"
eType="#//GeneratorLpTerm" containment="true" eOpposite="#//GeneratorLpTerm/LpLinear"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolverLpParams" eSuperTypes="#//SolverParams">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SolverOptimalityTolerance"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.05"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SolverLinearRelaxation"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolverParams" eSuperTypes="#//SolutionProviderParams">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Remarks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SolverMaxDuration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="100">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The maximum duration (in secs) allocated to the server"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolutionProviderParams" eSuperTypes="../../com.misc.common.moplaf.job.emf/model/job.ecore#//RunParams">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorVarBinder">
<eOperations name="getBoundValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eParameters name="var" eType="#//GeneratorVar"/>
<eParameters name="binder" eType="#//SolverVarBinder"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="BoundVars" upperBound="-1"
eType="#//GeneratorVar"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorVarBinderToValue" eSuperTypes="#//GeneratorVarBinder"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorVarBinderToSolution" eSuperTypes="#//GeneratorVarBinder">
<eOperations name="getBoundValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eParameters name="var" eType="#//GeneratorVar"/>
<eParameters name="solution" eType="#//Solution"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolverVarBinder">
<eStructuralFeatures xsi:type="ecore:EReference" name="Solver" lowerBound="1"
eType="#//Solver" eOpposite="#//Solver/VarBinders"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="VarBinder" lowerBound="1"
eType="#//GeneratorVarBinder"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolverVarBinderToSolution" eSuperTypes="#//SolverVarBinder">
<eStructuralFeatures xsi:type="ecore:EReference" name="SelectedSolution" lowerBound="1"
eType="#//Solution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolverVarBinderToValue" eSuperTypes="#//SolverVarBinder">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="BoundValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MichelSc/common.moplaf/common.moplaf.solver/com.misc.common.moplaf.solver.emf/model/solver.ecore | ecore | solver
EnumLpVarType
EnumLiteralLpVarInteger
Integer
EnumLiteralLpVarReal
Real
EnumLpConsType
EnumLiteralLpConsEqual
Equal
EnumLiteralLpConsSmallerOrEqual
SmallerOrEqual
EnumLiteralLpConsBiggerOrEqual
BiggerOrEqual
EnumObjectiveType
Minimum
Minimum
Maximum
Maximum
EnumSolverLogLevel
EnumNone
None
EnumMin
Min
EnumNormal
Normal
EnumFull
Full
EnumCpLinearType
EnumLiteralCpLinearEqual
Equal
EnumLiteralCpLinearNotEqual
NotEqual
EnumLiteralCpLinearSmaller
Smaller
EnumLiteralCpLinearSmallerOrEqual
SmallerOrEqual
EnumLiteralCpLinearBigger
Bigger
EnumLiteralCpLinearBiggerOrEqual
BiggerOrEqual
EnumCpLogicalType
EnumLiteralCpLogicalOr
Or
EnumLiteralCpLogicalAnd
And
Generator
generate
generateRootTuples
generateTuples
generateTupleXReferences
generateVars
generateCons
generateGoals
acceptSolution
solutionprovider
visitTuples
visitor
refreshSelectedSolution
TupleRoot
Goals
VarBinders
SolutionProvider
Remarks
FootprintNofVars
FootprintNofCons
FootprintNofTerms
Code
Selected
GeneratorElement
getGenerator
refreshSelectedSolution
Code
GeneratorTuple
generateVars
generateCons
generateTuples
visitTuples
visitor
generateXReferences
GeneratorAsRoot
TupleElement
TupleContainer
Var
Cons
Name
Members
GeneratorTupleMember
Name
Tuple
SelectedSolutionDisplay
Label
GeneratorVar
getSolutionVar
solution
isSolutionOne
solver
isSolutionZero
solver
getSolutionValue
solver
build
builder
modifier
Solution
SelectedSolutionValue
GeneratorLpVar
Type
Integer
LowerBound
UpperBound
1
LpTerm
GeneratorCons
getSolution
solution
build
builder
Solution
NofTerms
GeneratorLpCons
Type
Equal
RighHandSide
GeneratorLpTerm
LpVar
Coeff
LpLinear
Description
IGeneratorTool
getGenerator
dispose
SolutionReader
readSolFromFile
setSolAsString
solution
FilePath
SolutionReaderPattern
LinePattern
(\S+)\s+(\S+)\s+\(obj:(\S+)\)
VarNameGroup
1
VarOptimalValueGroup
2
VarObjectiveCoefGroup
3
FirstLine
2
ILpWriter
writeLpToFile
getLpAsString
FilePath
FileFormat
FileCompressed
SolutionProvider
solutionFactory
constructSolution
Solution
CurrentSolutionNr
0
Solver
solve
buildVars
buildVar
var
buildLpVar
var
lowerBound
upperBound
type
buildCons
buildCons
cons
buildLpCons
cons
buildLpCons
element
linear
rhs
type
constructVarBinder
binder
buildGoals
buildLpGoal
goal
weight
constructSolverGoal
goal
constructSolverGoal
previousSolution
constructSolverGoal
previousSolver
makeSolutionGoals
solution
Status
SolverLogLevel
Normal
SolverDump
RunStarted
RunInitializationEnded
RunSolvingEnded
RunFinalizationEnded
RunDurationInitialization
RunDurationFinalization
RunDurationSolving
RunRequestTerminate
RunTimeOut
false
SolUnfeasible
false
SolFeasible
false
SolOptimal
false
SolValue
RunInterrupted
false
Initializing
Solving
Finalizing
Finished
InitialSolution
Goals
VarBinders
SolverCp
SearchAll
SolverLp
SolOptimalityGap
SolverGoal
buildGoal
Label
Solver
SolverGeneratorGoal
GoalToSolve
GoalWeight
1.0
GoalBound
Optimize
true
Constraint
false
ConstraintAbsoluteTolerance
ConstraintRelativeTolerance
0.000001
Solution
solutionVarFactory
solutionConsFactory
solutionGoalFactory
constructSolutionVar
var
constructSolutionCons
cons
constructSolutionGoal
goal
dispose
Provider
SolutionNr
Code
SolverAsInitialSolution
Elements
Vars
Cons
Goals
SolutionElement
dispose
Solution
SolutionLp
Value
SolutionVar
isOne
isZero
OptimalValue
var
SolutionLpVar
SolutionCpVar
SolutionCons
cons
SolutionLpCons
SolutionGoal
refresh
constructGoal
solver
Goal
Label
Constrained
Optimized
Bound
SolutionLpGoal
Value
ITupleVisitor
com.misc.common.moplaf.solver.ITupleVisitor
com.misc.common.moplaf.solver.ITupleVisitor
Exception
java.lang.Exception
java.lang.Exception
EnumLpFileFormat
FileFormatMps
mps
FileFormatCplex
cplex
FileFormatGams
gams
FileFormatGLPK
GLPK
FileFormatSav
sav
FileFormatLpSolve
lpsolve
GeneratorCpCons
Post
GeneratorCpLinear
Type
RightHandSide
Term
GeneratorCpLogical
Term
Not
Type
GeneratorCpVar
Priority
GeneratorCpVarAtomic
LowerBound
UpperBound
GeneratorCpLinearTerm
Coeff
CpVar
GeneratorCpLogicalTerm
Not
CpCons
GeneratorGoal
build
builder
weight
buildCons
builder
rhs
getSolutionGoal
solution
Generator
Name
SelectedSolutionDisplay
Label
Solution
ObjectiveType
Maximum
GeneratorLpGoal
getSolutionValue
solution
SelectedSolutionValue
MinValueIndicative
MaxValueIndicative
100000000000
GeneratorLpLinear
constructTerm
var
coef
contributeTerm
var
coef
LpTerm
SolverLpParams
SolverOptimalityTolerance
0.05
SolverLinearRelaxation
SolverParams
Remarks
SolverMaxDuration
100
SolutionProviderParams
Code
GeneratorVarBinder
getBoundValue
var
binder
BoundVars
Name
Label
GeneratorVarBinderToValue
GeneratorVarBinderToSolution
getBoundValue
var
solution
SolverVarBinder
Solver
VarBinder
Label
SolverVarBinderToSolution
SelectedSolution
SolverVarBinderToValue
BoundValue | null | {"directed":true,"nodes":[{"nsPrefix":"svr","nsURI":"http://www.misc.com/common/moplaf/solver/model/0.1","name":"solver","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumLpVarType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumLpConsType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumObjectiveType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumSolverLogLevel","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumCpLinearType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumCpLogicalType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generator","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorElement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorTuple","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorTupleMember","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorVar","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorLpVar","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorCons","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorLpCons","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorLpTerm","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IGeneratorTool","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolutionReader","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolutionReaderPattern","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ILpWriter","instanceClass":null,"abstract":true,"id":19,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolutionProvider","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Solver","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolverCp","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolverLp","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolverGoal","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolverGeneratorGoal","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Solution","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolutionElement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolutionLp","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolutionVar","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolutionLpVar","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolutionCpVar","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolutionCons","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolutionLpCons","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolutionGoal","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolutionLpGoal","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":"com.misc.common.moplaf.solver.ITupleVisitor","defaultValue":null,"instanceClassName":"com.misc.common.moplaf.solver.ITupleVisitor","name":"ITupleVisitor","instanceClass":null,"id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Exception","defaultValue":null,"instanceClassName":"java.lang.Exception","name":"Exception","instanceClass":"java.lang.Exception","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumLpFileFormat","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorCpCons","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorCpLinear","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorCpLogical","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorCpVar","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorCpVarAtomic","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorCpLinearTerm","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorCpLogicalTerm","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorGoal","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorLpGoal","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorLpLinear","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolverLpParams","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolverParams","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolutionProviderParams","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorVarBinder","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorVarBinderToValue","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorVarBinderToSolution","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolverVarBinder","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolverVarBinderToSolution","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolverVarBinderToValue","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"name":"EnumLiteralLpVarInteger","id":58,"value":0,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"EnumLiteralLpVarReal","id":59,"value":1,"literal":"Real","eClass":"EEnumLiteral"},{"name":"EnumLiteralLpConsEqual","id":60,"value":0,"literal":"Equal","eClass":"EEnumLiteral"},{"name":"EnumLiteralLpConsSmallerOrEqual","id":61,"value":1,"literal":"SmallerOrEqual","eClass":"EEnumLiteral"},{"name":"EnumLiteralLpConsBiggerOrEqual","id":62,"value":2,"literal":"BiggerOrEqual","eClass":"EEnumLiteral"},{"name":"Minimum","id":63,"value":0,"literal":"Minimum","eClass":"EEnumLiteral"},{"name":"Maximum","id":64,"value":1,"literal":"Maximum","eClass":"EEnumLiteral"},{"name":"EnumNone","id":65,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"EnumMin","id":66,"value":1,"literal":"Min","eClass":"EEnumLiteral"},{"name":"EnumNormal","id":67,"value":2,"literal":"Normal","eClass":"EEnumLiteral"},{"name":"EnumFull","id":68,"value":3,"literal":"Full","eClass":"EEnumLiteral"},{"name":"EnumLiteralCpLinearEqual","id":69,"value":0,"literal":"Equal","eClass":"EEnumLiteral"},{"name":"EnumLiteralCpLinearNotEqual","id":70,"value":1,"literal":"NotEqual","eClass":"EEnumLiteral"},{"name":"EnumLiteralCpLinearSmaller","id":71,"value":2,"literal":"Smaller","eClass":"EEnumLiteral"},{"name":"EnumLiteralCpLinearSmallerOrEqual","id":72,"value":3,"literal":"SmallerOrEqual","eClass":"EEnumLiteral"},{"name":"EnumLiteralCpLinearBigger","id":73,"value":4,"literal":"Bigger","eClass":"EEnumLiteral"},{"name":"EnumLiteralCpLinearBiggerOrEqual","id":74,"value":5,"literal":"BiggerOrEqual","eClass":"EEnumLiteral"},{"name":"EnumLiteralCpLogicalOr","id":75,"value":0,"literal":"Or","eClass":"EEnumLiteral"},{"name":"EnumLiteralCpLogicalAnd","id":76,"value":1,"literal":"And","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"generate","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateRootTuples","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateTuples","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateTupleXReferences","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateVars","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateCons","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateGoals","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"acceptSolution","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitTuples","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"refreshSelectedSolution","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"TupleRoot","changeable":false,"resolveProxies":true,"lowerBound":0,"id":87,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"Goals","changeable":false,"resolveProxies":true,"lowerBound":0,"id":88,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"VarBinders","changeable":false,"resolveProxies":true,"lowerBound":0,"id":89,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"SolutionProvider","changeable":false,"resolveProxies":true,"lowerBound":0,"id":90,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Remarks","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"FootprintNofVars","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"FootprintNofCons","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"FootprintNofTerms","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Code","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Selected","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"solutionprovider","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EParameter"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EParameter"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"GeneratorAsRoot","changeable":false,"resolveProxies":true,"lowerBound":0,"id":112,"derived":true},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"Generator","changeable":false,"resolveProxies":true,"lowerBound":0,"id":114,"derived":true},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getGenerator","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"refreshSelectedSolution","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Code","changeable":false,"lowerBound":0,"iD":false,"id":125,"derived":true},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateVars","lowerBound":0,"id":128,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateCons","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateTuples","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitTuples","lowerBound":0,"id":131,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateXReferences","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"TupleElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":133,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"TupleContainer","changeable":false,"resolveProxies":true,"lowerBound":0,"id":134,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"Var","changeable":false,"resolveProxies":true,"lowerBound":0,"id":135,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"Cons","changeable":false,"resolveProxies":true,"lowerBound":0,"id":136,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"Members","changeable":false,"resolveProxies":true,"lowerBound":0,"id":138,"derived":true},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":140,"many":false,"required":false,"eClass":"EParameter"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"Tuple","changeable":false,"resolveProxies":true,"lowerBound":0,"id":150,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SelectedSolutionDisplay","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Label","changeable":false,"lowerBound":0,"iD":false,"id":153,"derived":true},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSolutionVar","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSolutionOne","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSolutionZero","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSolutionValue","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"build","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Solution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"SelectedSolutionValue","changeable":false,"lowerBound":0,"iD":false,"id":165,"derived":true},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"solution","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EParameter"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"solver","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"solver","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EParameter"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"solver","lowerBound":0,"id":177,"many":false,"required":false,"eClass":"EParameter"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"builder","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modifier","lowerBound":0,"id":180,"many":false,"required":false,"eClass":"EParameter"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Integer","unsettable":false,"transient":false,"unique":true,"name":"Type","changeable":true,"lowerBound":1,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"LowerBound","changeable":true,"lowerBound":1,"iD":false,"id":188,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"UpperBound","changeable":true,"lowerBound":1,"iD":false,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"LpTerm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"LpVar","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getSolution","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"build","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Solution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"NofTerms","changeable":false,"lowerBound":0,"iD":false,"id":200,"derived":true},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"solution","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EParameter"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"builder","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EParameter"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cons","changeable":true,"resolveProxies":true,"lowerBound":1,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Equal","unsettable":false,"transient":false,"unique":true,"name":"Type","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RighHandSide","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Coeff","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"LpLinear","changeable":true,"resolveProxies":true,"lowerBound":1,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Description","changeable":false,"lowerBound":0,"iD":false,"id":219,"derived":true},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"LpTerm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getGenerator","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"dispose","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"id":227,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"readSolFromFile","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setSolAsString","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"FilePath","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"solution","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EParameter"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"(\\S+)\\s+(\\S+)\\s+\\(obj:(\\S+)\\)","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"(\\S+)\\s+(\\S+)\\s+\\(obj:(\\S+)\\)","unsettable":false,"transient":false,"unique":true,"name":"LinePattern","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"VarNameGroup","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":2,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"2","unsettable":false,"transient":false,"unique":true,"name":"VarOptimalValueGroup","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"VarObjectiveCoefGroup","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":2,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"2","unsettable":false,"transient":false,"unique":true,"name":"FirstLine","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"writeLpToFile","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLpAsString","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"FilePath","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"FileFormat","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"FileCompressed","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"solutionFactory","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"constructSolution","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Solution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"CurrentSolutionNr","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Provider","changeable":true,"resolveProxies":true,"lowerBound":1,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"solve","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"buildVars","lowerBound":0,"id":269,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"buildVar","lowerBound":0,"id":270,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"buildLpVar","lowerBound":0,"id":271,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"buildCons","lowerBound":0,"id":272,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"buildCons","lowerBound":0,"id":273,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"buildLpCons","lowerBound":0,"id":274,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"buildLpCons","lowerBound":0,"id":275,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"constructVarBinder","lowerBound":0,"id":276,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"buildGoals","lowerBound":0,"id":277,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"buildLpGoal","lowerBound":0,"id":278,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"constructSolverGoal","lowerBound":0,"id":279,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"constructSolverGoal","lowerBound":0,"id":280,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"constructSolverGoal","lowerBound":0,"id":281,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"makeSolutionGoals","lowerBound":0,"id":282,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Status","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Normal","unsettable":false,"transient":false,"unique":true,"name":"SolverLogLevel","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SolverDump","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RunStarted","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RunInitializationEnded","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RunSolvingEnded","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RunFinalizationEnded","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RunDurationInitialization","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RunDurationFinalization","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RunDurationSolving","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RunRequestTerminate","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"RunTimeOut","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"SolUnfeasible","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"SolFeasible","changeable":true,"lowerBound":0,"iD":false,"id":296,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"SolOptimal","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SolValue","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"RunInterrupted","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Initializing","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Solving","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Finalizing","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Finished","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"InitialSolution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Goals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"VarBinders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"var","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EParameter"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"var","lowerBound":0,"id":314,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lowerBound","lowerBound":0,"id":315,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"upperBound","lowerBound":0,"id":316,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":317,"many":false,"required":false,"eClass":"EParameter"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cons","lowerBound":0,"id":324,"many":false,"required":false,"eClass":"EParameter"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cons","lowerBound":0,"id":327,"many":false,"required":false,"eClass":"EParameter"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":330,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"linear","lowerBound":0,"id":331,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"rhs","lowerBound":0,"id":332,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":333,"many":false,"required":false,"eClass":"EParameter"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"binder","lowerBound":0,"id":340,"many":false,"required":false,"eClass":"EParameter"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"goal","lowerBound":0,"id":343,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"weight","lowerBound":0,"id":344,"many":false,"required":false,"eClass":"EParameter"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"goal","lowerBound":0,"id":349,"many":false,"required":false,"eClass":"EParameter"},{"id":350,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"previousSolution","lowerBound":0,"id":351,"many":false,"required":false,"eClass":"EParameter"},{"id":352,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"previousSolver","lowerBound":0,"id":353,"many":false,"required":false,"eClass":"EParameter"},{"id":354,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"solution","lowerBound":0,"id":355,"many":false,"required":false,"eClass":"EParameter"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SolverAsInitialSolution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Solver","changeable":true,"resolveProxies":true,"lowerBound":1,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Solver","changeable":true,"resolveProxies":true,"lowerBound":1,"id":383,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SearchAll","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SolOptimalityGap","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"buildGoal","lowerBound":0,"id":391,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Label","changeable":false,"lowerBound":0,"iD":false,"id":392,"derived":true},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"GoalToSolve","changeable":true,"resolveProxies":true,"lowerBound":1,"id":396,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"GoalWeight","changeable":true,"lowerBound":1,"iD":false,"id":397,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"GoalBound","changeable":true,"lowerBound":0,"iD":false,"id":398,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"Optimize","changeable":true,"lowerBound":0,"iD":false,"id":399,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"Constraint","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ConstraintAbsoluteTolerance","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0E-6,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.000001","unsettable":false,"transient":false,"unique":true,"name":"ConstraintRelativeTolerance","changeable":true,"lowerBound":0,"iD":false,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"solutionVarFactory","lowerBound":0,"id":411,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"solutionConsFactory","lowerBound":0,"id":412,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"solutionGoalFactory","lowerBound":0,"id":413,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"constructSolutionVar","lowerBound":0,"id":414,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"constructSolutionCons","lowerBound":0,"id":415,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"constructSolutionGoal","lowerBound":0,"id":416,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"dispose","lowerBound":0,"id":417,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SolutionNr","changeable":true,"lowerBound":0,"iD":false,"id":418,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Code","changeable":false,"lowerBound":0,"iD":false,"id":419,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"Vars","changeable":false,"resolveProxies":true,"lowerBound":0,"id":421,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"Cons","changeable":false,"resolveProxies":true,"lowerBound":0,"id":422,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"Goals","changeable":false,"resolveProxies":true,"lowerBound":0,"id":423,"derived":true},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"var","lowerBound":0,"id":428,"many":false,"required":false,"eClass":"EParameter"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cons","lowerBound":0,"id":431,"many":false,"required":false,"eClass":"EParameter"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"goal","lowerBound":0,"id":434,"many":false,"required":false,"eClass":"EParameter"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Solution","changeable":true,"resolveProxies":true,"lowerBound":1,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dispose","lowerBound":0,"id":445,"many":false,"required":false,"eClass":"EOperation"},{"id":446,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Value","changeable":true,"lowerBound":0,"iD":false,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOne","lowerBound":0,"id":450,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isZero","lowerBound":0,"id":451,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"OptimalValue","changeable":true,"lowerBound":0,"iD":false,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"refresh","lowerBound":0,"id":463,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"constructGoal","lowerBound":0,"id":464,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Goal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":465,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Label","changeable":false,"lowerBound":0,"iD":false,"id":466,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Constrained","changeable":true,"lowerBound":0,"iD":false,"id":467,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Optimized","changeable":true,"lowerBound":0,"iD":false,"id":468,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Bound","changeable":true,"lowerBound":0,"iD":false,"id":469,"derived":false},{"id":470,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"solver","lowerBound":0,"id":471,"many":false,"required":false,"eClass":"EParameter"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Solution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Value","changeable":true,"lowerBound":0,"iD":false,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"name":"FileFormatMps","id":482,"value":0,"literal":"mps","eClass":"EEnumLiteral"},{"name":"FileFormatCplex","id":483,"value":1,"literal":"cplex","eClass":"EEnumLiteral"},{"name":"FileFormatGams","id":484,"value":2,"literal":"gams","eClass":"EEnumLiteral"},{"name":"FileFormatGLPK","id":485,"value":4,"literal":"GLPK","eClass":"EEnumLiteral"},{"name":"FileFormatSav","id":486,"value":3,"literal":"sav","eClass":"EEnumLiteral"},{"name":"FileFormatLpSolve","id":487,"value":5,"literal":"lpsolve","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Post","changeable":true,"lowerBound":0,"iD":false,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Type","changeable":true,"lowerBound":0,"iD":false,"id":491,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RightHandSide","changeable":true,"lowerBound":0,"iD":false,"id":492,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Term","changeable":true,"resolveProxies":true,"lowerBound":0,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Term","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Not","changeable":true,"lowerBound":0,"iD":false,"id":499,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Type","changeable":true,"lowerBound":0,"iD":false,"id":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Priority","changeable":true,"lowerBound":0,"iD":false,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"LowerBound","changeable":true,"lowerBound":0,"iD":false,"id":508,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"UpperBound","changeable":true,"lowerBound":0,"iD":false,"id":509,"derived":false},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Coeff","changeable":true,"lowerBound":0,"iD":false,"id":513,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"CpVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Not","changeable":true,"lowerBound":0,"iD":false,"id":517,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"CpCons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"build","lowerBound":0,"id":521,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"buildCons","lowerBound":0,"id":522,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSolutionGoal","lowerBound":0,"id":523,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":524,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SelectedSolutionDisplay","changeable":true,"lowerBound":0,"iD":false,"id":525,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Label","changeable":false,"lowerBound":0,"iD":false,"id":526,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Maximum","unsettable":false,"transient":false,"unique":true,"name":"ObjectiveType","changeable":true,"lowerBound":0,"iD":false,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"builder","lowerBound":0,"id":529,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"weight","lowerBound":0,"id":530,"many":false,"required":false,"eClass":"EParameter"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"builder","lowerBound":0,"id":534,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"rhs","lowerBound":0,"id":535,"many":false,"required":false,"eClass":"EParameter"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"solution","lowerBound":0,"id":540,"many":false,"required":false,"eClass":"EParameter"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSolutionValue","lowerBound":0,"id":548,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"SelectedSolutionValue","changeable":false,"lowerBound":0,"iD":false,"id":549,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"MinValueIndicative","changeable":true,"lowerBound":0,"iD":false,"id":550,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0E11,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100000000000","unsettable":false,"transient":false,"unique":true,"name":"MaxValueIndicative","changeable":true,"lowerBound":0,"iD":false,"id":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"solution","lowerBound":0,"id":555,"many":false,"required":false,"eClass":"EParameter"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"constructTerm","lowerBound":0,"id":560,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"contributeTerm","lowerBound":0,"id":561,"many":false,"required":false,"eClass":"EOperation"},{"id":562,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"var","lowerBound":0,"id":563,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"coef","lowerBound":0,"id":564,"many":false,"required":false,"eClass":"EParameter"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"var","lowerBound":0,"id":568,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"coef","lowerBound":0,"id":569,"many":false,"required":false,"eClass":"EParameter"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.05,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.05","unsettable":false,"transient":false,"unique":true,"name":"SolverOptimalityTolerance","changeable":true,"lowerBound":0,"iD":false,"id":573,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SolverLinearRelaxation","changeable":true,"lowerBound":0,"iD":false,"id":574,"derived":false},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Remarks","changeable":true,"lowerBound":0,"iD":false,"id":578,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"SolverMaxDuration","changeable":true,"lowerBound":0,"iD":false,"id":579,"derived":false},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Code","changeable":true,"lowerBound":0,"iD":false,"id":583,"derived":false},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBoundValue","lowerBound":0,"id":586,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"BoundVars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":587,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":588,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Label","changeable":false,"lowerBound":0,"iD":false,"id":589,"derived":true},{"id":590,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"var","lowerBound":0,"id":591,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"binder","lowerBound":0,"id":592,"many":false,"required":false,"eClass":"EParameter"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBoundValue","lowerBound":0,"id":599,"many":false,"required":false,"eClass":"EOperation"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"var","lowerBound":0,"id":602,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"solution","lowerBound":0,"id":603,"many":false,"required":false,"eClass":"EParameter"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"VarBinder","changeable":true,"resolveProxies":true,"lowerBound":1,"id":606,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Label","changeable":false,"lowerBound":0,"iD":false,"id":607,"derived":true},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SelectedSolution","changeable":true,"resolveProxies":true,"lowerBound":1,"id":611,"derived":false},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"BoundValue","changeable":true,"lowerBound":0,"iD":false,"id":614,"derived":false},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":1,"target":0},{"source":1,"target":58},{"source":1,"target":59},{"source":58,"target":1},{"source":59,"target":1},{"source":2,"target":0},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":60,"target":2},{"source":61,"target":2},{"source":62,"target":2},{"source":3,"target":0},{"source":3,"target":63},{"source":3,"target":64},{"source":63,"target":3},{"source":64,"target":3},{"source":4,"target":0},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":65,"target":4},{"source":66,"target":4},{"source":67,"target":4},{"source":68,"target":4},{"source":5,"target":0},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":69,"target":5},{"source":70,"target":5},{"source":71,"target":5},{"source":72,"target":5},{"source":73,"target":5},{"source":74,"target":5},{"source":6,"target":0},{"source":6,"target":75},{"source":6,"target":76},{"source":75,"target":6},{"source":76,"target":6},{"source":7,"target":0},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":7,"target":82},{"source":7,"target":83},{"source":7,"target":84},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":92},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":77,"target":98},{"source":77,"target":7},{"source":78,"target":7},{"source":78,"target":37},{"source":78,"target":99},{"source":99,"target":37},{"source":79,"target":7},{"source":79,"target":37},{"source":79,"target":100},{"source":100,"target":37},{"source":80,"target":7},{"source":80,"target":37},{"source":80,"target":101},{"source":101,"target":37},{"source":81,"target":7},{"source":81,"target":37},{"source":81,"target":102},{"source":102,"target":37},{"source":82,"target":7},{"source":82,"target":37},{"source":82,"target":103},{"source":103,"target":37},{"source":83,"target":7},{"source":83,"target":37},{"source":83,"target":104},{"source":104,"target":37},{"source":84,"target":105},{"source":84,"target":7},{"source":84,"target":106},{"source":106,"target":26},{"source":106,"target":107},{"source":106,"target":84},{"source":107,"target":26},{"source":85,"target":7},{"source":85,"target":108},{"source":85,"target":37},{"source":85,"target":109},{"source":108,"target":36},{"source":108,"target":110},{"source":108,"target":85},{"source":110,"target":36},{"source":109,"target":37},{"source":86,"target":7},{"source":87,"target":9},{"source":87,"target":111},{"source":87,"target":7},{"source":87,"target":112},{"source":111,"target":9},{"source":88,"target":46},{"source":88,"target":113},{"source":88,"target":7},{"source":88,"target":114},{"source":113,"target":46},{"source":89,"target":52},{"source":89,"target":115},{"source":89,"target":7},{"source":115,"target":52},{"source":90,"target":20},{"source":90,"target":116},{"source":90,"target":7},{"source":116,"target":20},{"source":91,"target":117},{"source":91,"target":7},{"source":92,"target":118},{"source":92,"target":7},{"source":93,"target":119},{"source":93,"target":7},{"source":94,"target":120},{"source":94,"target":7},{"source":95,"target":121},{"source":95,"target":7},{"source":96,"target":26},{"source":96,"target":122},{"source":96,"target":7},{"source":122,"target":26},{"source":8,"target":0},{"source":8,"target":123},{"source":8,"target":124},{"source":8,"target":125},{"source":123,"target":7},{"source":123,"target":126},{"source":123,"target":8},{"source":126,"target":7},{"source":124,"target":8},{"source":125,"target":127},{"source":125,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":128},{"source":9,"target":129},{"source":9,"target":130},{"source":9,"target":131},{"source":9,"target":132},{"source":9,"target":112},{"source":9,"target":133},{"source":9,"target":134},{"source":9,"target":135},{"source":9,"target":136},{"source":9,"target":137},{"source":9,"target":138},{"source":9,"target":139},{"source":128,"target":9},{"source":129,"target":9},{"source":130,"target":9},{"source":131,"target":9},{"source":131,"target":140},{"source":131,"target":37},{"source":131,"target":141},{"source":140,"target":36},{"source":140,"target":142},{"source":140,"target":131},{"source":142,"target":36},{"source":141,"target":37},{"source":132,"target":9},{"source":112,"target":7},{"source":112,"target":143},{"source":112,"target":9},{"source":112,"target":87},{"source":143,"target":7},{"source":133,"target":9},{"source":133,"target":144},{"source":133,"target":9},{"source":133,"target":134},{"source":144,"target":9},{"source":134,"target":9},{"source":134,"target":145},{"source":134,"target":9},{"source":134,"target":133},{"source":145,"target":9},{"source":135,"target":11},{"source":135,"target":146},{"source":135,"target":9},{"source":146,"target":11},{"source":136,"target":13},{"source":136,"target":147},{"source":136,"target":9},{"source":147,"target":13},{"source":137,"target":148},{"source":137,"target":9},{"source":138,"target":10},{"source":138,"target":149},{"source":138,"target":9},{"source":138,"target":150},{"source":149,"target":10},{"source":139,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":151},{"source":10,"target":150},{"source":10,"target":152},{"source":10,"target":153},{"source":10,"target":154},{"source":151,"target":155},{"source":151,"target":10},{"source":150,"target":9},{"source":150,"target":156},{"source":150,"target":10},{"source":150,"target":138},{"source":156,"target":9},{"source":152,"target":157},{"source":152,"target":10},{"source":153,"target":158},{"source":153,"target":10},{"source":154,"target":8},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":159},{"source":11,"target":160},{"source":11,"target":161},{"source":11,"target":162},{"source":11,"target":163},{"source":11,"target":164},{"source":11,"target":165},{"source":11,"target":166},{"source":159,"target":29},{"source":159,"target":167},{"source":159,"target":11},{"source":159,"target":168},{"source":167,"target":29},{"source":168,"target":26},{"source":168,"target":169},{"source":168,"target":159},{"source":169,"target":26},{"source":160,"target":170},{"source":160,"target":11},{"source":160,"target":171},{"source":171,"target":26},{"source":171,"target":172},{"source":171,"target":160},{"source":172,"target":26},{"source":161,"target":173},{"source":161,"target":11},{"source":161,"target":174},{"source":174,"target":26},{"source":174,"target":175},{"source":174,"target":161},{"source":175,"target":26},{"source":162,"target":176},{"source":162,"target":11},{"source":162,"target":177},{"source":177,"target":26},{"source":177,"target":178},{"source":177,"target":162},{"source":178,"target":26},{"source":163,"target":11},{"source":163,"target":179},{"source":163,"target":180},{"source":163,"target":37},{"source":163,"target":181},{"source":179,"target":21},{"source":179,"target":182},{"source":179,"target":163},{"source":182,"target":21},{"source":180,"target":55},{"source":180,"target":183},{"source":180,"target":163},{"source":183,"target":55},{"source":181,"target":37},{"source":164,"target":29},{"source":164,"target":184},{"source":164,"target":11},{"source":164,"target":185},{"source":184,"target":29},{"source":165,"target":186},{"source":165,"target":11},{"source":166,"target":10},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":187},{"source":12,"target":188},{"source":12,"target":189},{"source":12,"target":190},{"source":12,"target":191},{"source":187,"target":1},{"source":187,"target":192},{"source":187,"target":12},{"source":192,"target":1},{"source":188,"target":193},{"source":188,"target":12},{"source":189,"target":194},{"source":189,"target":12},{"source":190,"target":15},{"source":190,"target":195},{"source":190,"target":12},{"source":190,"target":196},{"source":195,"target":15},{"source":191,"target":11},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":197},{"source":13,"target":198},{"source":13,"target":199},{"source":13,"target":200},{"source":13,"target":201},{"source":197,"target":32},{"source":197,"target":202},{"source":197,"target":13},{"source":197,"target":203},{"source":202,"target":32},{"source":203,"target":26},{"source":203,"target":204},{"source":203,"target":197},{"source":204,"target":26},{"source":198,"target":13},{"source":198,"target":205},{"source":198,"target":37},{"source":198,"target":206},{"source":205,"target":21},{"source":205,"target":207},{"source":205,"target":198},{"source":207,"target":21},{"source":206,"target":37},{"source":199,"target":32},{"source":199,"target":208},{"source":199,"target":13},{"source":199,"target":209},{"source":208,"target":32},{"source":200,"target":210},{"source":200,"target":13},{"source":201,"target":10},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":48},{"source":14,"target":211},{"source":14,"target":212},{"source":14,"target":213},{"source":14,"target":214},{"source":211,"target":2},{"source":211,"target":215},{"source":211,"target":14},{"source":215,"target":2},{"source":212,"target":216},{"source":212,"target":14},{"source":213,"target":13},{"source":214,"target":48},{"source":15,"target":0},{"source":15,"target":196},{"source":15,"target":217},{"source":15,"target":218},{"source":15,"target":219},{"source":196,"target":12},{"source":196,"target":220},{"source":196,"target":15},{"source":196,"target":190},{"source":220,"target":12},{"source":217,"target":221},{"source":217,"target":15},{"source":218,"target":48},{"source":218,"target":222},{"source":218,"target":15},{"source":218,"target":223},{"source":222,"target":48},{"source":219,"target":224},{"source":219,"target":15},{"source":16,"target":0},{"source":16,"target":225},{"source":16,"target":226},{"source":225,"target":7},{"source":225,"target":227},{"source":225,"target":16},{"source":227,"target":7},{"source":226,"target":16},{"source":17,"target":0},{"source":17,"target":20},{"source":17,"target":228},{"source":17,"target":229},{"source":17,"target":230},{"source":17,"target":231},{"source":228,"target":17},{"source":229,"target":17},{"source":229,"target":232},{"source":232,"target":233},{"source":232,"target":229},{"source":230,"target":234},{"source":230,"target":17},{"source":231,"target":20},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":235},{"source":18,"target":236},{"source":18,"target":237},{"source":18,"target":238},{"source":18,"target":239},{"source":18,"target":240},{"source":235,"target":241},{"source":235,"target":18},{"source":236,"target":242},{"source":236,"target":18},{"source":237,"target":243},{"source":237,"target":18},{"source":238,"target":244},{"source":238,"target":18},{"source":239,"target":245},{"source":239,"target":18},{"source":240,"target":17},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":246},{"source":19,"target":247},{"source":19,"target":248},{"source":19,"target":249},{"source":19,"target":250},{"source":19,"target":251},{"source":246,"target":19},{"source":247,"target":252},{"source":247,"target":19},{"source":248,"target":253},{"source":248,"target":19},{"source":249,"target":38},{"source":249,"target":254},{"source":249,"target":19},{"source":254,"target":38},{"source":250,"target":255},{"source":250,"target":19},{"source":251,"target":16},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":51},{"source":20,"target":256},{"source":20,"target":257},{"source":20,"target":258},{"source":20,"target":259},{"source":20,"target":260},{"source":20,"target":261},{"source":20,"target":262},{"source":256,"target":26},{"source":256,"target":263},{"source":256,"target":20},{"source":263,"target":26},{"source":257,"target":26},{"source":257,"target":264},{"source":257,"target":20},{"source":264,"target":26},{"source":258,"target":26},{"source":258,"target":265},{"source":258,"target":20},{"source":258,"target":266},{"source":265,"target":26},{"source":259,"target":267},{"source":259,"target":20},{"source":261,"target":16},{"source":262,"target":51},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":50},{"source":21,"target":268},{"source":21,"target":269},{"source":21,"target":270},{"source":21,"target":271},{"source":21,"target":272},{"source":21,"target":273},{"source":21,"target":274},{"source":21,"target":275},{"source":21,"target":276},{"source":21,"target":277},{"source":21,"target":278},{"source":21,"target":279},{"source":21,"target":280},{"source":21,"target":281},{"source":21,"target":282},{"source":21,"target":283},{"source":21,"target":284},{"source":21,"target":285},{"source":21,"target":286},{"source":21,"target":287},{"source":21,"target":288},{"source":21,"target":289},{"source":21,"target":290},{"source":21,"target":291},{"source":21,"target":292},{"source":21,"target":293},{"source":21,"target":294},{"source":21,"target":295},{"source":21,"target":296},{"source":21,"target":297},{"source":21,"target":298},{"source":21,"target":299},{"source":21,"target":300},{"source":21,"target":301},{"source":21,"target":302},{"source":21,"target":303},{"source":21,"target":304},{"source":21,"target":305},{"source":21,"target":306},{"source":21,"target":307},{"source":21,"target":308},{"source":268,"target":309},{"source":268,"target":21},{"source":269,"target":21},{"source":269,"target":37},{"source":269,"target":310},{"source":310,"target":37},{"source":270,"target":21},{"source":270,"target":311},{"source":270,"target":37},{"source":270,"target":312},{"source":311,"target":11},{"source":311,"target":313},{"source":311,"target":270},{"source":313,"target":11},{"source":312,"target":37},{"source":271,"target":21},{"source":271,"target":314},{"source":271,"target":315},{"source":271,"target":316},{"source":271,"target":317},{"source":271,"target":37},{"source":271,"target":318},{"source":314,"target":12},{"source":314,"target":319},{"source":314,"target":271},{"source":319,"target":12},{"source":315,"target":320},{"source":315,"target":271},{"source":316,"target":321},{"source":316,"target":271},{"source":317,"target":1},{"source":317,"target":322},{"source":317,"target":271},{"source":322,"target":1},{"source":318,"target":37},{"source":272,"target":21},{"source":272,"target":37},{"source":272,"target":323},{"source":323,"target":37},{"source":273,"target":21},{"source":273,"target":324},{"source":273,"target":37},{"source":273,"target":325},{"source":324,"target":13},{"source":324,"target":326},{"source":324,"target":273},{"source":326,"target":13},{"source":325,"target":37},{"source":274,"target":21},{"source":274,"target":327},{"source":274,"target":37},{"source":274,"target":328},{"source":327,"target":14},{"source":327,"target":329},{"source":327,"target":274},{"source":329,"target":14},{"source":328,"target":37},{"source":275,"target":21},{"source":275,"target":330},{"source":275,"target":331},{"source":275,"target":332},{"source":275,"target":333},{"source":275,"target":37},{"source":275,"target":334},{"source":330,"target":8},{"source":330,"target":335},{"source":330,"target":275},{"source":335,"target":8},{"source":331,"target":48},{"source":331,"target":336},{"source":331,"target":275},{"source":336,"target":48},{"source":332,"target":337},{"source":332,"target":275},{"source":333,"target":2},{"source":333,"target":338},{"source":333,"target":275},{"source":338,"target":2},{"source":334,"target":37},{"source":276,"target":55},{"source":276,"target":339},{"source":276,"target":21},{"source":276,"target":340},{"source":339,"target":55},{"source":340,"target":52},{"source":340,"target":341},{"source":340,"target":276},{"source":341,"target":52},{"source":277,"target":21},{"source":277,"target":37},{"source":277,"target":342},{"source":342,"target":37},{"source":278,"target":21},{"source":278,"target":343},{"source":278,"target":344},{"source":278,"target":37},{"source":278,"target":345},{"source":343,"target":47},{"source":343,"target":346},{"source":343,"target":278},{"source":346,"target":47},{"source":344,"target":347},{"source":344,"target":278},{"source":345,"target":37},{"source":279,"target":25},{"source":279,"target":348},{"source":279,"target":21},{"source":279,"target":349},{"source":348,"target":25},{"source":349,"target":46},{"source":349,"target":350},{"source":349,"target":279},{"source":350,"target":46},{"source":280,"target":21},{"source":280,"target":351},{"source":351,"target":26},{"source":351,"target":352},{"source":351,"target":280},{"source":352,"target":26},{"source":281,"target":21},{"source":281,"target":353},{"source":353,"target":21},{"source":353,"target":354},{"source":353,"target":281},{"source":354,"target":21},{"source":282,"target":21},{"source":282,"target":355},{"source":355,"target":26},{"source":355,"target":356},{"source":355,"target":282},{"source":356,"target":26},{"source":283,"target":357},{"source":283,"target":21},{"source":284,"target":4},{"source":284,"target":358},{"source":284,"target":21},{"source":358,"target":4},{"source":285,"target":359},{"source":285,"target":21},{"source":286,"target":360},{"source":286,"target":21},{"source":287,"target":361},{"source":287,"target":21},{"source":288,"target":362},{"source":288,"target":21},{"source":289,"target":363},{"source":289,"target":21},{"source":290,"target":364},{"source":290,"target":21},{"source":291,"target":365},{"source":291,"target":21},{"source":292,"target":366},{"source":292,"target":21},{"source":293,"target":367},{"source":293,"target":21},{"source":294,"target":368},{"source":294,"target":21},{"source":295,"target":369},{"source":295,"target":21},{"source":296,"target":370},{"source":296,"target":21},{"source":297,"target":371},{"source":297,"target":21},{"source":298,"target":372},{"source":298,"target":21},{"source":299,"target":373},{"source":299,"target":21},{"source":300,"target":374},{"source":300,"target":21},{"source":301,"target":375},{"source":301,"target":21},{"source":302,"target":376},{"source":302,"target":21},{"source":303,"target":377},{"source":303,"target":21},{"source":304,"target":26},{"source":304,"target":378},{"source":304,"target":21},{"source":304,"target":379},{"source":378,"target":26},{"source":305,"target":24},{"source":305,"target":380},{"source":305,"target":21},{"source":305,"target":381},{"source":380,"target":24},{"source":306,"target":55},{"source":306,"target":382},{"source":306,"target":21},{"source":306,"target":383},{"source":382,"target":55},{"source":307,"target":20},{"source":308,"target":50},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":384},{"source":22,"target":385},{"source":384,"target":386},{"source":384,"target":22},{"source":385,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":49},{"source":23,"target":387},{"source":23,"target":388},{"source":23,"target":389},{"source":387,"target":390},{"source":387,"target":23},{"source":388,"target":21},{"source":389,"target":49},{"source":24,"target":0},{"source":24,"target":391},{"source":24,"target":392},{"source":24,"target":381},{"source":391,"target":24},{"source":391,"target":37},{"source":391,"target":393},{"source":393,"target":37},{"source":392,"target":394},{"source":392,"target":24},{"source":381,"target":21},{"source":381,"target":395},{"source":381,"target":24},{"source":381,"target":305},{"source":395,"target":21},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":396},{"source":25,"target":397},{"source":25,"target":398},{"source":25,"target":399},{"source":25,"target":400},{"source":25,"target":401},{"source":25,"target":402},{"source":25,"target":403},{"source":396,"target":46},{"source":396,"target":404},{"source":396,"target":25},{"source":404,"target":46},{"source":397,"target":405},{"source":397,"target":25},{"source":398,"target":406},{"source":398,"target":25},{"source":399,"target":407},{"source":399,"target":25},{"source":400,"target":408},{"source":400,"target":25},{"source":401,"target":409},{"source":401,"target":25},{"source":402,"target":410},{"source":402,"target":25},{"source":403,"target":24},{"source":26,"target":0},{"source":26,"target":411},{"source":26,"target":412},{"source":26,"target":413},{"source":26,"target":414},{"source":26,"target":415},{"source":26,"target":416},{"source":26,"target":417},{"source":26,"target":266},{"source":26,"target":418},{"source":26,"target":419},{"source":26,"target":379},{"source":26,"target":420},{"source":26,"target":421},{"source":26,"target":422},{"source":26,"target":423},{"source":411,"target":29},{"source":411,"target":424},{"source":411,"target":26},{"source":424,"target":29},{"source":412,"target":32},{"source":412,"target":425},{"source":412,"target":26},{"source":425,"target":32},{"source":413,"target":34},{"source":413,"target":426},{"source":413,"target":26},{"source":426,"target":34},{"source":414,"target":29},{"source":414,"target":427},{"source":414,"target":26},{"source":414,"target":428},{"source":427,"target":29},{"source":428,"target":11},{"source":428,"target":429},{"source":428,"target":414},{"source":429,"target":11},{"source":415,"target":32},{"source":415,"target":430},{"source":415,"target":26},{"source":415,"target":431},{"source":430,"target":32},{"source":431,"target":13},{"source":431,"target":432},{"source":431,"target":415},{"source":432,"target":13},{"source":416,"target":34},{"source":416,"target":433},{"source":416,"target":26},{"source":416,"target":434},{"source":433,"target":34},{"source":434,"target":46},{"source":434,"target":435},{"source":434,"target":416},{"source":435,"target":46},{"source":417,"target":26},{"source":266,"target":20},{"source":266,"target":436},{"source":266,"target":26},{"source":266,"target":258},{"source":436,"target":20},{"source":418,"target":437},{"source":418,"target":26},{"source":419,"target":438},{"source":419,"target":26},{"source":379,"target":21},{"source":379,"target":439},{"source":379,"target":26},{"source":379,"target":304},{"source":439,"target":21},{"source":420,"target":27},{"source":420,"target":440},{"source":420,"target":26},{"source":420,"target":441},{"source":440,"target":27},{"source":421,"target":29},{"source":421,"target":442},{"source":421,"target":26},{"source":442,"target":29},{"source":422,"target":32},{"source":422,"target":443},{"source":422,"target":26},{"source":443,"target":32},{"source":423,"target":34},{"source":423,"target":444},{"source":423,"target":26},{"source":444,"target":34},{"source":27,"target":0},{"source":27,"target":445},{"source":27,"target":441},{"source":445,"target":27},{"source":441,"target":26},{"source":441,"target":446},{"source":441,"target":27},{"source":441,"target":420},{"source":446,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":447},{"source":28,"target":448},{"source":447,"target":449},{"source":447,"target":28},{"source":448,"target":26},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":450},{"source":29,"target":451},{"source":29,"target":452},{"source":29,"target":185},{"source":29,"target":453},{"source":450,"target":454},{"source":450,"target":29},{"source":451,"target":455},{"source":451,"target":29},{"source":452,"target":456},{"source":452,"target":29},{"source":185,"target":11},{"source":185,"target":457},{"source":185,"target":29},{"source":185,"target":164},{"source":457,"target":11},{"source":453,"target":27},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":458},{"source":458,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":459},{"source":459,"target":29},{"source":32,"target":0},{"source":32,"target":27},{"source":32,"target":209},{"source":32,"target":460},{"source":209,"target":13},{"source":209,"target":461},{"source":209,"target":32},{"source":209,"target":199},{"source":461,"target":13},{"source":460,"target":27},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":462},{"source":462,"target":32},{"source":34,"target":0},{"source":34,"target":27},{"source":34,"target":463},{"source":34,"target":464},{"source":34,"target":465},{"source":34,"target":466},{"source":34,"target":467},{"source":34,"target":468},{"source":34,"target":469},{"source":34,"target":470},{"source":463,"target":34},{"source":464,"target":34},{"source":464,"target":471},{"source":471,"target":21},{"source":471,"target":472},{"source":471,"target":464},{"source":472,"target":21},{"source":465,"target":46},{"source":465,"target":473},{"source":465,"target":34},{"source":465,"target":474},{"source":473,"target":46},{"source":466,"target":475},{"source":466,"target":34},{"source":467,"target":476},{"source":467,"target":34},{"source":468,"target":477},{"source":468,"target":34},{"source":469,"target":478},{"source":469,"target":34},{"source":470,"target":27},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":479},{"source":35,"target":480},{"source":479,"target":481},{"source":479,"target":35},{"source":480,"target":34},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":38,"target":482},{"source":38,"target":483},{"source":38,"target":484},{"source":38,"target":485},{"source":38,"target":486},{"source":38,"target":487},{"source":482,"target":38},{"source":483,"target":38},{"source":484,"target":38},{"source":485,"target":38},{"source":486,"target":38},{"source":487,"target":38},{"source":39,"target":0},{"source":39,"target":13},{"source":39,"target":488},{"source":39,"target":489},{"source":488,"target":490},{"source":488,"target":39},{"source":489,"target":13},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":491},{"source":40,"target":492},{"source":40,"target":493},{"source":40,"target":494},{"source":491,"target":5},{"source":491,"target":495},{"source":491,"target":40},{"source":495,"target":5},{"source":492,"target":496},{"source":492,"target":40},{"source":493,"target":44},{"source":493,"target":497},{"source":493,"target":40},{"source":497,"target":44},{"source":494,"target":39},{"source":41,"target":0},{"source":41,"target":39},{"source":41,"target":498},{"source":41,"target":499},{"source":41,"target":500},{"source":41,"target":501},{"source":498,"target":45},{"source":498,"target":502},{"source":498,"target":41},{"source":502,"target":45},{"source":499,"target":503},{"source":499,"target":41},{"source":500,"target":6},{"source":500,"target":504},{"source":500,"target":41},{"source":504,"target":6},{"source":501,"target":39},{"source":42,"target":0},{"source":42,"target":11},{"source":42,"target":505},{"source":42,"target":506},{"source":505,"target":507},{"source":505,"target":42},{"source":506,"target":11},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":508},{"source":43,"target":509},{"source":43,"target":510},{"source":508,"target":511},{"source":508,"target":43},{"source":509,"target":512},{"source":509,"target":43},{"source":510,"target":42},{"source":44,"target":0},{"source":44,"target":513},{"source":44,"target":514},{"source":513,"target":515},{"source":513,"target":44},{"source":514,"target":43},{"source":514,"target":516},{"source":514,"target":44},{"source":516,"target":43},{"source":45,"target":0},{"source":45,"target":517},{"source":45,"target":518},{"source":517,"target":519},{"source":517,"target":45},{"source":518,"target":39},{"source":518,"target":520},{"source":518,"target":45},{"source":520,"target":39},{"source":46,"target":0},{"source":46,"target":8},{"source":46,"target":521},{"source":46,"target":522},{"source":46,"target":523},{"source":46,"target":114},{"source":46,"target":524},{"source":46,"target":525},{"source":46,"target":526},{"source":46,"target":474},{"source":46,"target":527},{"source":46,"target":528},{"source":521,"target":46},{"source":521,"target":529},{"source":521,"target":530},{"source":521,"target":37},{"source":521,"target":531},{"source":529,"target":21},{"source":529,"target":532},{"source":529,"target":521},{"source":532,"target":21},{"source":530,"target":533},{"source":530,"target":521},{"source":531,"target":37},{"source":522,"target":46},{"source":522,"target":534},{"source":522,"target":535},{"source":522,"target":37},{"source":522,"target":536},{"source":534,"target":21},{"source":534,"target":537},{"source":534,"target":522},{"source":537,"target":21},{"source":535,"target":538},{"source":535,"target":522},{"source":536,"target":37},{"source":523,"target":34},{"source":523,"target":539},{"source":523,"target":46},{"source":523,"target":540},{"source":539,"target":34},{"source":540,"target":26},{"source":540,"target":541},{"source":540,"target":523},{"source":541,"target":26},{"source":114,"target":7},{"source":114,"target":542},{"source":114,"target":46},{"source":114,"target":88},{"source":542,"target":7},{"source":524,"target":543},{"source":524,"target":46},{"source":525,"target":544},{"source":525,"target":46},{"source":526,"target":545},{"source":526,"target":46},{"source":474,"target":34},{"source":474,"target":546},{"source":474,"target":46},{"source":474,"target":465},{"source":546,"target":34},{"source":527,"target":3},{"source":527,"target":547},{"source":527,"target":46},{"source":547,"target":3},{"source":528,"target":8},{"source":47,"target":0},{"source":47,"target":46},{"source":47,"target":48},{"source":47,"target":548},{"source":47,"target":549},{"source":47,"target":550},{"source":47,"target":551},{"source":47,"target":552},{"source":47,"target":553},{"source":548,"target":554},{"source":548,"target":47},{"source":548,"target":555},{"source":555,"target":26},{"source":555,"target":556},{"source":555,"target":548},{"source":556,"target":26},{"source":549,"target":557},{"source":549,"target":47},{"source":550,"target":558},{"source":550,"target":47},{"source":551,"target":559},{"source":551,"target":47},{"source":552,"target":46},{"source":553,"target":48},{"source":48,"target":0},{"source":48,"target":560},{"source":48,"target":561},{"source":48,"target":223},{"source":560,"target":15},{"source":560,"target":562},{"source":560,"target":48},{"source":560,"target":563},{"source":560,"target":564},{"source":562,"target":15},{"source":563,"target":12},{"source":563,"target":565},{"source":563,"target":560},{"source":565,"target":12},{"source":564,"target":566},{"source":564,"target":560},{"source":561,"target":15},{"source":561,"target":567},{"source":561,"target":48},{"source":561,"target":568},{"source":561,"target":569},{"source":567,"target":15},{"source":568,"target":12},{"source":568,"target":570},{"source":568,"target":561},{"source":570,"target":12},{"source":569,"target":571},{"source":569,"target":561},{"source":223,"target":15},{"source":223,"target":572},{"source":223,"target":48},{"source":223,"target":218},{"source":572,"target":15},{"source":49,"target":0},{"source":49,"target":50},{"source":49,"target":573},{"source":49,"target":574},{"source":49,"target":575},{"source":573,"target":576},{"source":573,"target":49},{"source":574,"target":577},{"source":574,"target":49},{"source":575,"target":50},{"source":50,"target":0},{"source":50,"target":51},{"source":50,"target":578},{"source":50,"target":579},{"source":50,"target":580},{"source":578,"target":581},{"source":578,"target":50},{"source":579,"target":582},{"source":579,"target":50},{"source":580,"target":51},{"source":51,"target":0},{"source":51,"target":583},{"source":51,"target":584},{"source":583,"target":585},{"source":583,"target":51},{"source":52,"target":0},{"source":52,"target":586},{"source":52,"target":587},{"source":52,"target":588},{"source":52,"target":589},{"source":586,"target":590},{"source":586,"target":52},{"source":586,"target":591},{"source":586,"target":592},{"source":591,"target":11},{"source":591,"target":593},{"source":591,"target":586},{"source":593,"target":11},{"source":592,"target":55},{"source":592,"target":594},{"source":592,"target":586},{"source":594,"target":55},{"source":587,"target":11},{"source":587,"target":595},{"source":587,"target":52},{"source":595,"target":11},{"source":588,"target":596},{"source":588,"target":52},{"source":589,"target":597},{"source":589,"target":52},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":598},{"source":598,"target":52},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":599},{"source":54,"target":600},{"source":599,"target":601},{"source":599,"target":54},{"source":599,"target":602},{"source":599,"target":603},{"source":602,"target":11},{"source":602,"target":604},{"source":602,"target":599},{"source":604,"target":11},{"source":603,"target":26},{"source":603,"target":605},{"source":603,"target":599},{"source":605,"target":26},{"source":600,"target":52},{"source":55,"target":0},{"source":55,"target":383},{"source":55,"target":606},{"source":55,"target":607},{"source":383,"target":21},{"source":383,"target":608},{"source":383,"target":55},{"source":383,"target":306},{"source":608,"target":21},{"source":606,"target":52},{"source":606,"target":609},{"source":606,"target":55},{"source":609,"target":52},{"source":607,"target":610},{"source":607,"target":55},{"source":56,"target":0},{"source":56,"target":55},{"source":56,"target":611},{"source":56,"target":612},{"source":611,"target":26},{"source":611,"target":613},{"source":611,"target":56},{"source":613,"target":26},{"source":612,"target":55},{"source":57,"target":0},{"source":57,"target":55},{"source":57,"target":614},{"source":57,"target":615},{"source":614,"target":616},{"source":614,"target":57},{"source":615,"target":55}],"multigraph":true} |
false | <?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="wsdl"
nsURI="http://www.eclipse.org/wsdl/2003/WSDL" nsPrefix="wsdl">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The WSDL model contains classes for the Web Services Description Language (WSDL).

WSDL describes network services as sets of endpoints operating on messages. The operations and messages are described abstractly, and then bound to a concrete network protocol and message format to define an endpoint.

WSDL describes the formats of the messages exchanged by the services, and supports the XML Schemas specification as its canonical type system. This package uses an XML Schema Infoset model package (see the XSD package) to describe the abstract message formats.

The model contains the following diagrams, named after the corresponding chapters in the WSDL 1.1 specification (http://www.w3.org/TR/2001/NOTE-wsdl-20010315)
- 2.1 Definition, shows the WSDL definition element and the WSDL document structure
- 2.1.1 Naming and Linking, shows the namespace and import mechanism
- 2.1.3 Extensibility, shows the WSDL extensibility mechanism
- 2.2 Types, shows the use of XML Schema types in WSDL
- 2.3 Messages, 2.4 PortTypes, 2.5 Bindings and 2.7 Services, show the major WSDL elements and their relations.

The WSDL classes extend the javax.wsdl interfaces defined by JSR 110. Classes with interface and datatype stereotypes are used to represent these non-MOF interfaces."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="WSDLElement" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL language element."/>
</eAnnotations>
<eOperations name="getEnclosingDefinition" eType="#//Definition"/>
<eOperations name="setEnclosingDefinition">
<eParameters name="definition" eType="#//Definition"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentationElement" eType="#//DOMElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="element" eType="#//DOMElement"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortType" eSuperTypes="#//ExtensibleElement #//IPortType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL portType element of the WSDL specification version 1.1 and an Interface component of the WSDL specification version 1.2. A port type or Interface is a named set of abstract operations and the abstract messages involved."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1"
eType="#//Operation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//ExtensibleElement #//IOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL operation element. A WSDL operation is an abstract description of an action supported by a service."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//OperationType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eInput" eType="#//Input"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOutput" eType="#//Output"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eFaults" upperBound="-1"
eType="#//Fault" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eParameterOrdering" upperBound="-1"
eType="#//Part"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//ExtensibleElement #//IMessage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL message element. A WSDL message is an abstract, typed definition of the data being communicated."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eParts" upperBound="-1"
eType="#//Part" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Part" eSuperTypes="#//ExtensibleElement #//IPart">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL part element. Parts describe the logical abstract content of a message. Each part is associated with a type from some type system. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDTypeDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementDeclaration" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDElementDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eMessage" eType="#//Message"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#//ExtensibleElement #//IBinding">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL binding element. A binding defines message format and protocol details for operations and messages defined by a particular portType. There may be any number of bindings for a given portType."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ePortType" lowerBound="1"
eType="#//PortType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindingOperations" upperBound="-1"
eType="#//BindingOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingOperation" eSuperTypes="#//ExtensibleElement #//IBindingOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL operation element within a binding. An operation element within a binding specifies binding information for the operation with the same name within the binding's portType. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" lowerBound="1"
eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindingInput" eType="#//BindingInput"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindingOutput" eType="#//BindingOutput"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindingFaults" upperBound="-1"
eType="#//BindingFault" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="#//ExtensibleElement #//IService">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL service element. A service groups a set of related ports together."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ePorts" upperBound="-1"
eType="#//Port" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//ExtensibleElement #//IPort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL port element. A port defines an individual endpoint by specifying a single address for a binding"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBinding" lowerBound="1"
eType="#//Binding"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtensibilityElement" eSuperTypes="#//WSDLElement #//IExtensibilityElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL extensibility element. WSDL allows extensibility elements representing a specific technology under various elements defined by WSDL."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementType" eType="#//QName"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Definition" eSuperTypes="#//ExtensibleElement #//IDefinition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL definitions element. The WSDL definitions element is the root element of a WSDL document."/>
</eAnnotations>
<eOperations name="getDocument" eType="#//DOMDocument"/>
<eOperations name="setDocument">
<eParameters name="document" eType="#//DOMDocument"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="encoding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eImports" upperBound="-1"
eType="#//Import" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eTypes" eType="#//Types"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eMessages" upperBound="-1"
eType="#//Message" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ePortTypes" upperBound="-1"
eType="#//PortType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindings" upperBound="-1"
eType="#//Binding" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eServices" upperBound="-1"
eType="#//Service" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eNamespaces" upperBound="-1"
eType="#//Namespace" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//ExtensibleElement #//IImport">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents WSDL import element. WSDL allows associating a namespace with a document location using an import element."/>
</eAnnotations>
<eOperations name="getSchema" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDSchema"/>
<eOperations name="setSchema">
<eParameters name="schema" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDSchema"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locationURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eDefinition" eType="#//Definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eSchema" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDSchema"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtensibleElement" abstract="true" eSuperTypes="#//WSDLElement #//IElementExtensible #//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" WSDL allows elements representing a specific technology (referred to here as extensibility elements) under various elements defined by WSDL. This class represents a WSDL point of extensibility."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="eExtensibilityElements"
upperBound="-1" eType="#//ExtensibilityElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Input" eSuperTypes="#//MessageReference #//IInput">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL input element. An input element specifies the abstract message format for the input of the operation."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Output" eSuperTypes="#//MessageReference #//IOutput">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL output element. An output element specifies the abstract message format for the output of the operation."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fault" eSuperTypes="#//MessageReference #//IFault">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL fault element. Fault elements specify the abstract message format for any error messages that may be output as the result of the operation "/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingInput" eSuperTypes="#//ExtensibleElement #//IBindingInput">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL input element within a operation within a binding. An input element within an operation within a binding specifies binding information for the input of the operation. "/>
</eAnnotations>
<eOperations name="getInput" eType="#//IInput"/>
<eOperations name="setInput">
<eParameters name="input" eType="#//IInput"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eInput" lowerBound="1"
eType="#//Input"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingOutput" eSuperTypes="#//ExtensibleElement #//IBindingOutput">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL output element within a operation within a binding. An output element within an operation within a binding specifies binding information for the output of the operation. "/>
</eAnnotations>
<eOperations name="getOutput" eType="#//IOutput"/>
<eOperations name="setOutput">
<eParameters name="output" eType="#//IOutput"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOutput" lowerBound="1"
eType="#//Output"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingFault" eSuperTypes="#//ExtensibleElement #//IBindingFault">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL fault element within a operation within a binding. A fault element within an operation within a binding specifies binding information for the fault with the same name. "/>
</eAnnotations>
<eOperations name="getFault" eType="#//IFault"/>
<eOperations name="setFault">
<eParameters name="fault" eType="#//IFault"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eFault" lowerBound="1"
eType="#//Fault"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="QName" instanceClassName="javax.xml.namespace.QName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.QName class. A QName is a fully qualified name."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Namespace">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a namespace and the corresponding namespace prefix used in a WSDL document."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="URI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="OperationType" instanceClassName="javax.wsdl.OperationType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="ONE_WAY=1
REQUEST_RESPONSE=2
SOLICIT_RESPONSE=3
NOTIFICATION=4"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPortType" instanceClassName="javax.wsdl.PortType"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.PortType non-MOF interface."/>
</eAnnotations>
<eOperations name="addOperation">
<eParameters name="operation" eType="#//IOperation"/>
</eOperations>
<eOperations name="getOperation" eType="#//IOperation">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="inputName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="outputName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getOperations" eType="#//IList"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IOperation" instanceClassName="javax.wsdl.Operation"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Operation non-MOF interface."/>
</eAnnotations>
<eOperations name="addFault">
<eParameters name="fault" eType="#//IFault"/>
</eOperations>
<eOperations name="getFault" eType="#//IFault">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getFaults" eType="#//IMap"/>
<eOperations name="getParameterOrdering" eType="#//IList"/>
<eOperations name="setParameterOrdering">
<eParameters name="parameterOrder" eType="#//IList"/>
</eOperations>
<eOperations name="getInput" eType="#//IInput"/>
<eOperations name="setInput">
<eParameters name="input" eType="#//IInput"/>
</eOperations>
<eOperations name="getOutput" eType="#//IOutput"/>
<eOperations name="setOutput">
<eParameters name="output" eType="#//IOutput"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IInput" instanceClassName="javax.wsdl.Input"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Input non-MOF interface."/>
</eAnnotations>
<eOperations name="getMessage" eType="#//IMessage"/>
<eOperations name="setMessage">
<eParameters name="message" eType="#//IMessage"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IOutput" instanceClassName="javax.wsdl.Output"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Output non-MOF interface."/>
</eAnnotations>
<eOperations name="getMessage" eType="#//IMessage"/>
<eOperations name="setMessage">
<eParameters name="message" eType="#//IMessage"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IFault" instanceClassName="javax.wsdl.Fault"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Fault non-MOF interface."/>
</eAnnotations>
<eOperations name="getMessage" eType="#//IMessage"/>
<eOperations name="setMessage">
<eParameters name="message" eType="#//IMessage"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IMessage" instanceClassName="javax.wsdl.Message"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Message non-MOF interface"/>
</eAnnotations>
<eOperations name="addPart">
<eParameters name="part" eType="#//IPart"/>
</eOperations>
<eOperations name="getPart" eType="#//IPart">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getParts" eType="#//IMap"/>
<eOperations name="getOrderedParts" eType="#//IList">
<eParameters name="partOrder" eType="#//IList"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPart" instanceClassName="javax.wsdl.Part"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Part non-MOF interface"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IService" instanceClassName="javax.wsdl.Service"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Service non-MOF interface."/>
</eAnnotations>
<eOperations name="addPort">
<eParameters name="port" eType="#//IPort"/>
</eOperations>
<eOperations name="getPorts" eType="#//IMap"/>
<eOperations name="getPort" eType="#//IPort">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPort" instanceClassName="javax.wsdl.Port"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Port non-MOF interface."/>
</eAnnotations>
<eOperations name="getBinding" eType="#//IBinding"/>
<eOperations name="setBinding">
<eParameters name="binding" eType="#//IBinding"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBinding" instanceClassName="javax.wsdl.Binding"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Binding non-MOF interface."/>
</eAnnotations>
<eOperations name="addBindingOperation">
<eParameters name="bindingOperation" eType="#//IBindingOperation"/>
</eOperations>
<eOperations name="getBindingOperation" eType="#//IBindingOperation">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="inputName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="outputName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getBindingOperations" eType="#//IList"/>
<eOperations name="getPortType" eType="#//IPortType"/>
<eOperations name="setPortType">
<eParameters name="portType" eType="#//IPortType"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBindingOperation" instanceClassName="javax.wsdl.BindingOperation"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.BindingOperation non-MOF interface."/>
</eAnnotations>
<eOperations name="addBindingFault">
<eParameters name="bindingFault" eType="#//IBindingFault"/>
</eOperations>
<eOperations name="getBindingFault" eType="#//IBindingFault">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getBindingFaults" eType="#//IMap"/>
<eOperations name="getOperation" eType="#//IOperation"/>
<eOperations name="setOperation">
<eParameters name="operation" eType="#//IOperation"/>
</eOperations>
<eOperations name="getBindingInput" eType="#//IBindingInput"/>
<eOperations name="setBindingInput">
<eParameters name="bindingInput" eType="#//IBindingInput"/>
</eOperations>
<eOperations name="getBindingOutput" eType="#//IBindingOutput"/>
<eOperations name="setBindingOutput">
<eParameters name="bindingOutput" eType="#//IBindingOutput"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBindingInput" instanceClassName="javax.wsdl.BindingInput"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.BindingInput non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBindingOutput" instanceClassName="javax.wsdl.BindingOutput"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.BindingOutput non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBindingFault" instanceClassName="javax.wsdl.BindingFault"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.BindingFault non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DOMElement" instanceClassName="org.w3c.dom.Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the org.w3c.dom.Element non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IExtensibilityElement" instanceClassName="javax.wsdl.extensions.ExtensibilityElement"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.ExtensibilityElement non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IDefinition" instanceClassName="javax.wsdl.Definition"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Definition non-MOF interface."/>
</eAnnotations>
<eOperations name="addBinding">
<eParameters name="binding" eType="#//IBinding"/>
</eOperations>
<eOperations name="addImport">
<eParameters name="importDef" eType="#//IImport"/>
</eOperations>
<eOperations name="addMessage">
<eParameters name="message" eType="#//IMessage"/>
</eOperations>
<eOperations name="addNamespace">
<eParameters name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="addPortType">
<eParameters name="portType" eType="#//IPortType"/>
</eOperations>
<eOperations name="addService">
<eParameters name="service" eType="#//IService"/>
</eOperations>
<eOperations name="createBindingFault" eType="#//IBindingFault"/>
<eOperations name="createBindingInput" eType="#//IBindingInput"/>
<eOperations name="createBindingOutput" eType="#//IBindingOutput"/>
<eOperations name="createBindingOperation" eType="#//IBindingOperation"/>
<eOperations name="createBinding" eType="#//IBinding"/>
<eOperations name="createFault" eType="#//IFault"/>
<eOperations name="createImport" eType="#//IImport"/>
<eOperations name="createInput" eType="#//IInput"/>
<eOperations name="createMessage" eType="#//IMessage"/>
<eOperations name="createOperation" eType="#//IOperation"/>
<eOperations name="createOutput" eType="#//IOutput"/>
<eOperations name="createPart" eType="#//IPart"/>
<eOperations name="createPort" eType="#//IPort"/>
<eOperations name="createPortType" eType="#//IPortType"/>
<eOperations name="createService" eType="#//IService"/>
<eOperations name="getBinding" eType="#//IBinding">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getBindings" eType="#//IMap"/>
<eOperations name="getImports" eType="#//IMap"/>
<eOperations name="getImports" eType="#//IList">
<eParameters name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getMessage" eType="#//IMessage">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getMessages" eType="#//IMap"/>
<eOperations name="getNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getNamespaces" eType="#//IMap"/>
<eOperations name="getPortType" eType="#//IPortType">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getPortTypes" eType="#//IMap"/>
<eOperations name="getPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getService" eType="#//IService">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getServices" eType="#//IMap"/>
<eOperations name="getExtensionRegistry" eType="#//IExtensionRegistry"/>
<eOperations name="setExtensionRegistry">
<eParameters name="extensionRegistry" eType="#//IExtensionRegistry"/>
</eOperations>
<eOperations name="getDocumentBaseURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="setDocumentBaseURI">
<eParameters name="documentBase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="createTypes" eType="#//ITypes"/>
<eOperations name="removeService" eType="#//IService">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="removeBinding" eType="#//IBinding">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="removePortType" eType="#//IPortType">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="removeMessage" eType="#//IMessage">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getTypes" eType="#//ITypes"/>
<eOperations name="setTypes">
<eParameters name="types" eType="#//ITypes"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IImport" instanceClassName="javax.wsdl.Import"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Import non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IList" instanceClassName="java.util.List"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF java.util.List interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IMap" instanceClassName="java.util.Map"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF java.util.Map interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IURL" instanceClassName="java.net.URL"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF java.net.URL interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IExtensionRegistry" instanceClassName="javax.wsdl.extensions.ExtensionRegistry"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF javax.wsdl.extensions.ExtensionRegistry interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Types" eSuperTypes="#//ExtensibleElement #//ITypes">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL types element. The types element encloses data type definitions that are relevant for the exchanged messages."/>
</eAnnotations>
<eOperations name="getSchemas" eType="#//IList"/>
<eOperations name="getSchemas" eType="#//IList">
<eParameters name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IIterator" instanceClassName="java.util.Iterator"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF java.util.Iterator interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="WSDLException" instanceClassName="javax.wsdl.WSDLException">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Exception class."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ITypes" instanceClassName="javax.wsdl.Types"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Types non-MOF interface"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnknownExtensibilityElement" eSuperTypes="#//ExtensibilityElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//UnknownExtensibilityElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDSchemaExtensibilityElement" eSuperTypes="#//ExtensibilityElement #//ISchema">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentBaseURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schema" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDSchema"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DOMDocument" instanceClassName="org.w3c.dom.Document">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the org.w3c.dom.Document non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageReference" abstract="true" eSuperTypes="#//ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eMessage" lowerBound="1"
eType="#//Message"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IElementExtensible" instanceClassName="javax.wsdl.extensions.ElementExtensible"
abstract="true" interface="true">
<eOperations name="getExtensibilityElements" eType="#//IList"/>
<eOperations name="addExtensibilityElement">
<eParameters name="extElement" eType="#//IExtensibilityElement"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IAttributeExtensible" instanceClassName="javax.wsdl.extensions.AttributeExtensible"
abstract="true" interface="true">
<eOperations name="getExtensionAttribute" eType="#//IObject">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="setExtensionAttribute">
<eParameters name="name" eType="#//QName"/>
<eParameters name="value" eType="#//IObject"/>
</eOperations>
<eOperations name="getExtensionAttributes" eType="#//IMap"/>
<eOperations name="getNativeAttributeNames" eType="#//IList"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IObject" instanceClassName="java.lang.Object"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ISchema" instanceClassName="javax.wsdl.extensions.schema.Schema"
abstract="true" interface="true" eSuperTypes="#//IExtensibilityElement"/>
</ecore:EPackage>
| github:ecore:/data/eclipse/webtools.webservices/core/bundles/org.eclipse.wst.wsdl/model/WSDL.ecore | ecore | wsdl
WSDLElement
getEnclosingDefinition
setEnclosingDefinition
definition
documentationElement
element
PortType
qName
undefined
eOperations
Operation
style
name
undefined
eInput
eOutput
eFaults
eParameterOrdering
Message
qName
undefined
eParts
Part
name
elementName
typeName
typeDefinition
elementDeclaration
eMessage
Binding
qName
undefined
ePortType
eBindingOperations
BindingOperation
name
eOperation
eBindingInput
eBindingOutput
eBindingFaults
Service
qName
undefined
ePorts
Port
name
eBinding
ExtensibilityElement
required
elementType
Definition
getDocument
setDocument
document
targetNamespace
location
qName
encoding
eImports
eTypes
eMessages
ePortTypes
eBindings
eServices
eNamespaces
Import
getSchema
setSchema
schema
namespaceURI
locationURI
eDefinition
eSchema
ExtensibleElement
eExtensibilityElements
Input
Output
Fault
BindingInput
getInput
setInput
input
name
eInput
BindingOutput
getOutput
setOutput
output
name
eOutput
BindingFault
getFault
setFault
fault
name
eFault
QName
javax.xml.namespace.QName
javax.xml.namespace.QName
Namespace
URI
prefix
OperationType
javax.wsdl.OperationType
javax.wsdl.OperationType
IPortType
javax.wsdl.PortType
javax.wsdl.PortType
addOperation
operation
getOperation
name
inputName
outputName
getOperations
IOperation
javax.wsdl.Operation
javax.wsdl.Operation
addFault
fault
getFault
name
getFaults
getParameterOrdering
setParameterOrdering
parameterOrder
getInput
setInput
input
getOutput
setOutput
output
IInput
javax.wsdl.Input
javax.wsdl.Input
getMessage
setMessage
message
IOutput
javax.wsdl.Output
javax.wsdl.Output
getMessage
setMessage
message
IFault
javax.wsdl.Fault
javax.wsdl.Fault
getMessage
setMessage
message
IMessage
javax.wsdl.Message
javax.wsdl.Message
addPart
part
getPart
name
getParts
getOrderedParts
partOrder
IPart
javax.wsdl.Part
javax.wsdl.Part
IService
javax.wsdl.Service
javax.wsdl.Service
addPort
port
getPorts
getPort
name
IPort
javax.wsdl.Port
javax.wsdl.Port
getBinding
setBinding
binding
IBinding
javax.wsdl.Binding
javax.wsdl.Binding
addBindingOperation
bindingOperation
getBindingOperation
name
inputName
outputName
getBindingOperations
getPortType
setPortType
portType
IBindingOperation
javax.wsdl.BindingOperation
javax.wsdl.BindingOperation
addBindingFault
bindingFault
getBindingFault
name
getBindingFaults
getOperation
setOperation
operation
getBindingInput
setBindingInput
bindingInput
getBindingOutput
setBindingOutput
bindingOutput
IBindingInput
javax.wsdl.BindingInput
javax.wsdl.BindingInput
IBindingOutput
javax.wsdl.BindingOutput
javax.wsdl.BindingOutput
IBindingFault
javax.wsdl.BindingFault
javax.wsdl.BindingFault
DOMElement
org.w3c.dom.Element
org.w3c.dom.Element
IExtensibilityElement
javax.wsdl.extensions.ExtensibilityElement
javax.wsdl.extensions.ExtensibilityElement
IDefinition
javax.wsdl.Definition
javax.wsdl.Definition
addBinding
binding
addImport
importDef
addMessage
message
addNamespace
prefix
namespaceURI
addPortType
portType
addService
service
createBindingFault
createBindingInput
createBindingOutput
createBindingOperation
createBinding
createFault
createImport
createInput
createMessage
createOperation
createOutput
createPart
createPort
createPortType
createService
getBinding
name
getBindings
getImports
getImports
namespaceURI
getMessage
name
getMessages
getNamespace
prefix
getNamespaces
getPortType
name
getPortTypes
getPrefix
namespaceURI
getService
name
getServices
getExtensionRegistry
setExtensionRegistry
extensionRegistry
getDocumentBaseURI
setDocumentBaseURI
documentBase
createTypes
removeService
name
removeBinding
name
removePortType
name
removeMessage
name
getTypes
setTypes
types
IImport
javax.wsdl.Import
javax.wsdl.Import
IList
java.util.List
java.util.List
IMap
java.util.Map
java.util.Map
IURL
java.net.URL
java.net.URL
IExtensionRegistry
javax.wsdl.extensions.ExtensionRegistry
javax.wsdl.extensions.ExtensionRegistry
Types
getSchemas
getSchemas
namespaceURI
IIterator
java.util.Iterator
java.util.Iterator
WSDLException
javax.wsdl.WSDLException
javax.wsdl.WSDLException
ITypes
javax.wsdl.Types
javax.wsdl.Types
UnknownExtensibilityElement
children
XSDSchemaExtensibilityElement
documentBaseURI
schema
DOMDocument
org.w3c.dom.Document
org.w3c.dom.Document
MessageReference
name
eMessage
IElementExtensible
javax.wsdl.extensions.ElementExtensible
javax.wsdl.extensions.ElementExtensible
getExtensibilityElements
addExtensibilityElement
extElement
IAttributeExtensible
javax.wsdl.extensions.AttributeExtensible
javax.wsdl.extensions.AttributeExtensible
getExtensionAttribute
name
setExtensionAttribute
name
value
getExtensionAttributes
getNativeAttributeNames
IObject
java.lang.Object
java.lang.Object
ISchema
javax.wsdl.extensions.schema.Schema
javax.wsdl.extensions.schema.Schema | null | {"directed":true,"nodes":[{"nsPrefix":"wsdl","nsURI":"http://www.eclipse.org/wsdl/2003/WSDL","name":"wsdl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WSDLElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Part","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingOperation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensibilityElement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensibleElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fault","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingInput","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingOutput","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingFault","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.xml.namespace.QName","defaultValue":null,"instanceClassName":"javax.xml.namespace.QName","name":"QName","instanceClass":"javax.xml.namespace.QName","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.OperationType","defaultValue":null,"instanceClassName":"javax.wsdl.OperationType","name":"OperationType","instanceClass":null,"id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.wsdl.PortType","defaultValue":null,"instanceClassName":"javax.wsdl.PortType","name":"IPortType","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Operation","defaultValue":null,"instanceClassName":"javax.wsdl.Operation","name":"IOperation","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Input","defaultValue":null,"instanceClassName":"javax.wsdl.Input","name":"IInput","instanceClass":null,"abstract":true,"id":25,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Output","defaultValue":null,"instanceClassName":"javax.wsdl.Output","name":"IOutput","instanceClass":null,"abstract":true,"id":26,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Fault","defaultValue":null,"instanceClassName":"javax.wsdl.Fault","name":"IFault","instanceClass":null,"abstract":true,"id":27,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Message","defaultValue":null,"instanceClassName":"javax.wsdl.Message","name":"IMessage","instanceClass":null,"abstract":true,"id":28,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Part","defaultValue":null,"instanceClassName":"javax.wsdl.Part","name":"IPart","instanceClass":null,"abstract":true,"id":29,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Service","defaultValue":null,"instanceClassName":"javax.wsdl.Service","name":"IService","instanceClass":null,"abstract":true,"id":30,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Port","defaultValue":null,"instanceClassName":"javax.wsdl.Port","name":"IPort","instanceClass":null,"abstract":true,"id":31,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Binding","defaultValue":null,"instanceClassName":"javax.wsdl.Binding","name":"IBinding","instanceClass":null,"abstract":true,"id":32,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.BindingOperation","defaultValue":null,"instanceClassName":"javax.wsdl.BindingOperation","name":"IBindingOperation","instanceClass":null,"abstract":true,"id":33,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.BindingInput","defaultValue":null,"instanceClassName":"javax.wsdl.BindingInput","name":"IBindingInput","instanceClass":null,"abstract":true,"id":34,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.BindingOutput","defaultValue":null,"instanceClassName":"javax.wsdl.BindingOutput","name":"IBindingOutput","instanceClass":null,"abstract":true,"id":35,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.BindingFault","defaultValue":null,"instanceClassName":"javax.wsdl.BindingFault","name":"IBindingFault","instanceClass":null,"abstract":true,"id":36,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.w3c.dom.Element","defaultValue":null,"instanceClassName":"org.w3c.dom.Element","name":"DOMElement","instanceClass":"org.w3c.dom.Element","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.wsdl.extensions.ExtensibilityElement","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.ExtensibilityElement","name":"IExtensibilityElement","instanceClass":null,"abstract":true,"id":38,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Definition","defaultValue":null,"instanceClassName":"javax.wsdl.Definition","name":"IDefinition","instanceClass":null,"abstract":true,"id":39,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Import","defaultValue":null,"instanceClassName":"javax.wsdl.Import","name":"IImport","instanceClass":null,"abstract":true,"id":40,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"IList","instanceClass":"java.util.List","abstract":true,"id":41,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"IMap","instanceClass":"java.util.Map","abstract":true,"id":42,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.net.URL","defaultValue":null,"instanceClassName":"java.net.URL","name":"IURL","instanceClass":"java.net.URL","abstract":true,"id":43,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.ExtensionRegistry","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.ExtensionRegistry","name":"IExtensionRegistry","instanceClass":null,"abstract":true,"id":44,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Types","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Iterator","defaultValue":null,"instanceClassName":"java.util.Iterator","name":"IIterator","instanceClass":"java.util.Iterator","abstract":true,"id":46,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.WSDLException","defaultValue":null,"instanceClassName":"javax.wsdl.WSDLException","name":"WSDLException","instanceClass":null,"id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.wsdl.Types","defaultValue":null,"instanceClassName":"javax.wsdl.Types","name":"ITypes","instanceClass":null,"abstract":true,"id":48,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownExtensibilityElement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchemaExtensibilityElement","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.w3c.dom.Document","defaultValue":null,"instanceClassName":"org.w3c.dom.Document","name":"DOMDocument","instanceClass":"org.w3c.dom.Document","id":51,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageReference","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.ElementExtensible","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.ElementExtensible","name":"IElementExtensible","instanceClass":null,"abstract":true,"id":53,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.AttributeExtensible","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.AttributeExtensible","name":"IAttributeExtensible","instanceClass":null,"abstract":true,"id":54,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"IObject","instanceClass":"java.lang.Object","abstract":true,"id":55,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.schema.Schema","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.schema.Schema","name":"ISchema","instanceClass":null,"abstract":true,"id":56,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEnclosingDefinition","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setEnclosingDefinition","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentationElement","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"element","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"definition","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eFaults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eParameterOrdering","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementName","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ePortType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindingOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindingInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindingOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindingFaults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ePorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eBinding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"elementType","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDocument","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDocument","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetNamespace","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"encoding","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eImports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eMessages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ePortTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eNamespaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"document","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EParameter"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSchema","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setSchema","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespaceURI","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locationURI","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eSchema","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"schema","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EParameter"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eExtensibilityElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInput","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setInput","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eInput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"input","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EParameter"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOutput","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setOutput","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOutput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"output","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EParameter"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFault","lowerBound":0,"id":231,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setFault","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eFault","changeable":true,"resolveProxies":true,"lowerBound":1,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fault","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EParameter"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"URI","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addOperation","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperation","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperations","lowerBound":0,"id":248,"many":false,"required":false,"eClass":"EOperation"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputName","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"outputName","lowerBound":0,"id":255,"many":false,"required":false,"eClass":"EParameter"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addFault","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFault","lowerBound":0,"id":261,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFaults","lowerBound":0,"id":262,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameterOrdering","lowerBound":0,"id":263,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setParameterOrdering","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInput","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setInput","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOutput","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setOutput","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EOperation"},{"id":269,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fault","lowerBound":0,"id":270,"many":false,"required":false,"eClass":"EParameter"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":273,"many":false,"required":false,"eClass":"EParameter"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameterOrder","lowerBound":0,"id":277,"many":false,"required":false,"eClass":"EParameter"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"input","lowerBound":0,"id":280,"many":false,"required":false,"eClass":"EParameter"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"output","lowerBound":0,"id":283,"many":false,"required":false,"eClass":"EParameter"},{"id":284,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":285,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setMessage","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EOperation"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":0,"id":289,"many":false,"required":false,"eClass":"EParameter"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":291,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setMessage","lowerBound":0,"id":292,"many":false,"required":false,"eClass":"EOperation"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":0,"id":295,"many":false,"required":false,"eClass":"EParameter"},{"id":296,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":297,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setMessage","lowerBound":0,"id":298,"many":false,"required":false,"eClass":"EOperation"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":0,"id":301,"many":false,"required":false,"eClass":"EParameter"},{"id":302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addPart","lowerBound":0,"id":303,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPart","lowerBound":0,"id":304,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParts","lowerBound":0,"id":305,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOrderedParts","lowerBound":0,"id":306,"many":false,"required":false,"eClass":"EOperation"},{"id":307,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"part","lowerBound":0,"id":308,"many":false,"required":false,"eClass":"EParameter"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EParameter"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"partOrder","lowerBound":0,"id":315,"many":false,"required":false,"eClass":"EParameter"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addPort","lowerBound":0,"id":318,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPorts","lowerBound":0,"id":319,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPort","lowerBound":0,"id":320,"many":false,"required":false,"eClass":"EOperation"},{"id":321,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"port","lowerBound":0,"id":322,"many":false,"required":false,"eClass":"EParameter"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":326,"many":false,"required":false,"eClass":"EParameter"},{"id":327,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBinding","lowerBound":0,"id":328,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setBinding","lowerBound":0,"id":329,"many":false,"required":false,"eClass":"EOperation"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"binding","lowerBound":0,"id":332,"many":false,"required":false,"eClass":"EParameter"},{"id":333,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addBindingOperation","lowerBound":0,"id":334,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingOperation","lowerBound":0,"id":335,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingOperations","lowerBound":0,"id":336,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPortType","lowerBound":0,"id":337,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setPortType","lowerBound":0,"id":338,"many":false,"required":false,"eClass":"EOperation"},{"id":339,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bindingOperation","lowerBound":0,"id":340,"many":false,"required":false,"eClass":"EParameter"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":343,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputName","lowerBound":0,"id":344,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"outputName","lowerBound":0,"id":345,"many":false,"required":false,"eClass":"EParameter"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"portType","lowerBound":0,"id":351,"many":false,"required":false,"eClass":"EParameter"},{"id":352,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addBindingFault","lowerBound":0,"id":353,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingFault","lowerBound":0,"id":354,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingFaults","lowerBound":0,"id":355,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperation","lowerBound":0,"id":356,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setOperation","lowerBound":0,"id":357,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingInput","lowerBound":0,"id":358,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setBindingInput","lowerBound":0,"id":359,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingOutput","lowerBound":0,"id":360,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setBindingOutput","lowerBound":0,"id":361,"many":false,"required":false,"eClass":"EOperation"},{"id":362,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bindingFault","lowerBound":0,"id":363,"many":false,"required":false,"eClass":"EParameter"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":366,"many":false,"required":false,"eClass":"EParameter"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":370,"many":false,"required":false,"eClass":"EParameter"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bindingInput","lowerBound":0,"id":373,"many":false,"required":false,"eClass":"EParameter"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bindingOutput","lowerBound":0,"id":376,"many":false,"required":false,"eClass":"EParameter"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addBinding","lowerBound":0,"id":381,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addImport","lowerBound":0,"id":382,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addMessage","lowerBound":0,"id":383,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addNamespace","lowerBound":0,"id":384,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addPortType","lowerBound":0,"id":385,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addService","lowerBound":0,"id":386,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBindingFault","lowerBound":0,"id":387,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBindingInput","lowerBound":0,"id":388,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBindingOutput","lowerBound":0,"id":389,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBindingOperation","lowerBound":0,"id":390,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBinding","lowerBound":0,"id":391,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFault","lowerBound":0,"id":392,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createImport","lowerBound":0,"id":393,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createInput","lowerBound":0,"id":394,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createMessage","lowerBound":0,"id":395,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createOperation","lowerBound":0,"id":396,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createOutput","lowerBound":0,"id":397,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPart","lowerBound":0,"id":398,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPort","lowerBound":0,"id":399,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPortType","lowerBound":0,"id":400,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createService","lowerBound":0,"id":401,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBinding","lowerBound":0,"id":402,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindings","lowerBound":0,"id":403,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getImports","lowerBound":0,"id":404,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getImports","lowerBound":0,"id":405,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":406,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessages","lowerBound":0,"id":407,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNamespace","lowerBound":0,"id":408,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNamespaces","lowerBound":0,"id":409,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPortType","lowerBound":0,"id":410,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPortTypes","lowerBound":0,"id":411,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPrefix","lowerBound":0,"id":412,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getService","lowerBound":0,"id":413,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getServices","lowerBound":0,"id":414,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtensionRegistry","lowerBound":0,"id":415,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setExtensionRegistry","lowerBound":0,"id":416,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDocumentBaseURI","lowerBound":0,"id":417,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDocumentBaseURI","lowerBound":0,"id":418,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createTypes","lowerBound":0,"id":419,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeService","lowerBound":0,"id":420,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeBinding","lowerBound":0,"id":421,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removePortType","lowerBound":0,"id":422,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMessage","lowerBound":0,"id":423,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTypes","lowerBound":0,"id":424,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTypes","lowerBound":0,"id":425,"many":false,"required":false,"eClass":"EOperation"},{"id":426,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"binding","lowerBound":0,"id":427,"many":false,"required":false,"eClass":"EParameter"},{"id":428,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"importDef","lowerBound":0,"id":429,"many":false,"required":false,"eClass":"EParameter"},{"id":430,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":0,"id":431,"many":false,"required":false,"eClass":"EParameter"},{"id":432,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"prefix","lowerBound":0,"id":433,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespaceURI","lowerBound":0,"id":434,"many":false,"required":false,"eClass":"EParameter"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"portType","lowerBound":0,"id":437,"many":false,"required":false,"eClass":"EParameter"},{"id":438,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"service","lowerBound":0,"id":439,"many":false,"required":false,"eClass":"EParameter"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":457,"many":false,"required":false,"eClass":"EParameter"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespaceURI","lowerBound":0,"id":462,"many":false,"required":false,"eClass":"EParameter"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":465,"many":false,"required":false,"eClass":"EParameter"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"prefix","lowerBound":0,"id":469,"many":false,"required":false,"eClass":"EParameter"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":473,"many":false,"required":false,"eClass":"EParameter"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespaceURI","lowerBound":0,"id":477,"many":false,"required":false,"eClass":"EParameter"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":480,"many":false,"required":false,"eClass":"EParameter"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"extensionRegistry","lowerBound":0,"id":484,"many":false,"required":false,"eClass":"EParameter"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"documentBase","lowerBound":0,"id":487,"many":false,"required":false,"eClass":"EParameter"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":491,"many":false,"required":false,"eClass":"EParameter"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":494,"many":false,"required":false,"eClass":"EParameter"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":497,"many":false,"required":false,"eClass":"EParameter"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":500,"many":false,"required":false,"eClass":"EParameter"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"types","lowerBound":0,"id":503,"many":false,"required":false,"eClass":"EParameter"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSchemas","lowerBound":0,"id":506,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSchemas","lowerBound":0,"id":507,"many":false,"required":false,"eClass":"EOperation"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespaceURI","lowerBound":0,"id":512,"many":false,"required":false,"eClass":"EParameter"},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentBaseURI","changeable":true,"lowerBound":0,"iD":false,"id":517,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schema","changeable":true,"resolveProxies":true,"lowerBound":0,"id":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":523,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eMessage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtensibilityElements","lowerBound":0,"id":528,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addExtensibilityElement","lowerBound":0,"id":529,"many":false,"required":false,"eClass":"EOperation"},{"id":530,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"extElement","lowerBound":0,"id":531,"many":false,"required":false,"eClass":"EParameter"},{"id":532,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtensionAttribute","lowerBound":0,"id":533,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setExtensionAttribute","lowerBound":0,"id":534,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtensionAttributes","lowerBound":0,"id":535,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNativeAttributeNames","lowerBound":0,"id":536,"many":false,"required":false,"eClass":"EOperation"},{"id":537,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":538,"many":false,"required":false,"eClass":"EParameter"},{"id":539,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":540,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":541,"many":false,"required":false,"eClass":"EParameter"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":1,"target":0},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":57,"target":11},{"source":57,"target":61},{"source":57,"target":1},{"source":61,"target":11},{"source":58,"target":1},{"source":58,"target":62},{"source":62,"target":11},{"source":62,"target":63},{"source":62,"target":58},{"source":63,"target":11},{"source":59,"target":37},{"source":59,"target":64},{"source":59,"target":1},{"source":64,"target":37},{"source":60,"target":37},{"source":60,"target":65},{"source":60,"target":1},{"source":65,"target":37},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":23},{"source":2,"target":66},{"source":2,"target":67},{"source":2,"target":68},{"source":2,"target":69},{"source":2,"target":70},{"source":66,"target":20},{"source":66,"target":71},{"source":66,"target":2},{"source":71,"target":20},{"source":67,"target":72},{"source":67,"target":2},{"source":68,"target":3},{"source":68,"target":73},{"source":68,"target":2},{"source":73,"target":3},{"source":69,"target":13},{"source":70,"target":23},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":24},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":74,"target":22},{"source":74,"target":83},{"source":74,"target":3},{"source":83,"target":22},{"source":75,"target":84},{"source":75,"target":3},{"source":76,"target":85},{"source":76,"target":3},{"source":77,"target":14},{"source":77,"target":86},{"source":77,"target":3},{"source":86,"target":14},{"source":78,"target":15},{"source":78,"target":87},{"source":78,"target":3},{"source":87,"target":15},{"source":79,"target":16},{"source":79,"target":88},{"source":79,"target":3},{"source":88,"target":16},{"source":80,"target":5},{"source":80,"target":89},{"source":80,"target":3},{"source":89,"target":5},{"source":81,"target":13},{"source":82,"target":24},{"source":4,"target":0},{"source":4,"target":13},{"source":4,"target":28},{"source":4,"target":90},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"source":90,"target":20},{"source":90,"target":95},{"source":90,"target":4},{"source":95,"target":20},{"source":91,"target":96},{"source":91,"target":4},{"source":92,"target":5},{"source":92,"target":97},{"source":92,"target":4},{"source":97,"target":5},{"source":93,"target":13},{"source":94,"target":28},{"source":5,"target":0},{"source":5,"target":13},{"source":5,"target":29},{"source":5,"target":98},{"source":5,"target":99},{"source":5,"target":100},{"source":5,"target":101},{"source":5,"target":102},{"source":5,"target":103},{"source":5,"target":104},{"source":5,"target":105},{"source":98,"target":106},{"source":98,"target":5},{"source":99,"target":20},{"source":99,"target":107},{"source":99,"target":5},{"source":107,"target":20},{"source":100,"target":20},{"source":100,"target":108},{"source":100,"target":5},{"source":108,"target":20},{"source":101,"target":109},{"source":101,"target":5},{"source":102,"target":110},{"source":102,"target":5},{"source":103,"target":4},{"source":103,"target":111},{"source":103,"target":5},{"source":111,"target":4},{"source":104,"target":13},{"source":105,"target":29},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":32},{"source":6,"target":112},{"source":6,"target":113},{"source":6,"target":114},{"source":6,"target":115},{"source":6,"target":116},{"source":6,"target":117},{"source":112,"target":20},{"source":112,"target":118},{"source":112,"target":6},{"source":118,"target":20},{"source":113,"target":119},{"source":113,"target":6},{"source":114,"target":2},{"source":114,"target":120},{"source":114,"target":6},{"source":120,"target":2},{"source":115,"target":7},{"source":115,"target":121},{"source":115,"target":6},{"source":121,"target":7},{"source":116,"target":13},{"source":117,"target":32},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":33},{"source":7,"target":122},{"source":7,"target":123},{"source":7,"target":124},{"source":7,"target":125},{"source":7,"target":126},{"source":7,"target":127},{"source":7,"target":128},{"source":122,"target":129},{"source":122,"target":7},{"source":123,"target":3},{"source":123,"target":130},{"source":123,"target":7},{"source":130,"target":3},{"source":124,"target":17},{"source":124,"target":131},{"source":124,"target":7},{"source":131,"target":17},{"source":125,"target":18},{"source":125,"target":132},{"source":125,"target":7},{"source":132,"target":18},{"source":126,"target":19},{"source":126,"target":133},{"source":126,"target":7},{"source":133,"target":19},{"source":127,"target":13},{"source":128,"target":33},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":30},{"source":8,"target":134},{"source":8,"target":135},{"source":8,"target":136},{"source":8,"target":137},{"source":8,"target":138},{"source":134,"target":20},{"source":134,"target":139},{"source":134,"target":8},{"source":139,"target":20},{"source":135,"target":140},{"source":135,"target":8},{"source":136,"target":9},{"source":136,"target":141},{"source":136,"target":8},{"source":141,"target":9},{"source":137,"target":13},{"source":138,"target":30},{"source":9,"target":0},{"source":9,"target":13},{"source":9,"target":31},{"source":9,"target":142},{"source":9,"target":143},{"source":9,"target":144},{"source":9,"target":145},{"source":142,"target":146},{"source":142,"target":9},{"source":143,"target":6},{"source":143,"target":147},{"source":143,"target":9},{"source":147,"target":6},{"source":144,"target":13},{"source":145,"target":31},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":38},{"source":10,"target":148},{"source":10,"target":149},{"source":10,"target":150},{"source":10,"target":151},{"source":148,"target":152},{"source":148,"target":10},{"source":149,"target":20},{"source":149,"target":153},{"source":149,"target":10},{"source":153,"target":20},{"source":150,"target":1},{"source":151,"target":38},{"source":11,"target":0},{"source":11,"target":13},{"source":11,"target":39},{"source":11,"target":154},{"source":11,"target":155},{"source":11,"target":156},{"source":11,"target":157},{"source":11,"target":158},{"source":11,"target":159},{"source":11,"target":160},{"source":11,"target":161},{"source":11,"target":162},{"source":11,"target":163},{"source":11,"target":164},{"source":11,"target":165},{"source":11,"target":166},{"source":11,"target":167},{"source":11,"target":168},{"source":154,"target":51},{"source":154,"target":169},{"source":154,"target":11},{"source":169,"target":51},{"source":155,"target":11},{"source":155,"target":170},{"source":170,"target":51},{"source":170,"target":171},{"source":170,"target":155},{"source":171,"target":51},{"source":156,"target":172},{"source":156,"target":11},{"source":157,"target":173},{"source":157,"target":11},{"source":158,"target":20},{"source":158,"target":174},{"source":158,"target":11},{"source":174,"target":20},{"source":159,"target":175},{"source":159,"target":11},{"source":160,"target":12},{"source":160,"target":176},{"source":160,"target":11},{"source":176,"target":12},{"source":161,"target":45},{"source":161,"target":177},{"source":161,"target":11},{"source":177,"target":45},{"source":162,"target":4},{"source":162,"target":178},{"source":162,"target":11},{"source":178,"target":4},{"source":163,"target":2},{"source":163,"target":179},{"source":163,"target":11},{"source":179,"target":2},{"source":164,"target":6},{"source":164,"target":180},{"source":164,"target":11},{"source":180,"target":6},{"source":165,"target":8},{"source":165,"target":181},{"source":165,"target":11},{"source":181,"target":8},{"source":166,"target":21},{"source":166,"target":182},{"source":166,"target":11},{"source":182,"target":21},{"source":167,"target":13},{"source":168,"target":39},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":40},{"source":12,"target":183},{"source":12,"target":184},{"source":12,"target":185},{"source":12,"target":186},{"source":12,"target":187},{"source":12,"target":188},{"source":12,"target":189},{"source":12,"target":190},{"source":183,"target":191},{"source":183,"target":12},{"source":184,"target":12},{"source":184,"target":192},{"source":192,"target":193},{"source":192,"target":184},{"source":185,"target":194},{"source":185,"target":12},{"source":186,"target":195},{"source":186,"target":12},{"source":187,"target":11},{"source":187,"target":196},{"source":187,"target":12},{"source":196,"target":11},{"source":188,"target":197},{"source":188,"target":12},{"source":189,"target":13},{"source":190,"target":40},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":53},{"source":13,"target":54},{"source":13,"target":198},{"source":13,"target":199},{"source":13,"target":200},{"source":13,"target":201},{"source":198,"target":10},{"source":198,"target":202},{"source":198,"target":13},{"source":202,"target":10},{"source":199,"target":1},{"source":200,"target":53},{"source":201,"target":54},{"source":14,"target":0},{"source":14,"target":52},{"source":14,"target":25},{"source":14,"target":203},{"source":14,"target":204},{"source":203,"target":52},{"source":204,"target":25},{"source":15,"target":0},{"source":15,"target":52},{"source":15,"target":26},{"source":15,"target":205},{"source":15,"target":206},{"source":205,"target":52},{"source":206,"target":26},{"source":16,"target":0},{"source":16,"target":52},{"source":16,"target":27},{"source":16,"target":207},{"source":16,"target":208},{"source":207,"target":52},{"source":208,"target":27},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":34},{"source":17,"target":209},{"source":17,"target":210},{"source":17,"target":211},{"source":17,"target":212},{"source":17,"target":213},{"source":17,"target":214},{"source":209,"target":25},{"source":209,"target":215},{"source":209,"target":17},{"source":215,"target":25},{"source":210,"target":17},{"source":210,"target":216},{"source":216,"target":25},{"source":216,"target":217},{"source":216,"target":210},{"source":217,"target":25},{"source":211,"target":218},{"source":211,"target":17},{"source":212,"target":14},{"source":212,"target":219},{"source":212,"target":17},{"source":219,"target":14},{"source":213,"target":13},{"source":214,"target":34},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":35},{"source":18,"target":220},{"source":18,"target":221},{"source":18,"target":222},{"source":18,"target":223},{"source":18,"target":224},{"source":18,"target":225},{"source":220,"target":26},{"source":220,"target":226},{"source":220,"target":18},{"source":226,"target":26},{"source":221,"target":18},{"source":221,"target":227},{"source":227,"target":26},{"source":227,"target":228},{"source":227,"target":221},{"source":228,"target":26},{"source":222,"target":229},{"source":222,"target":18},{"source":223,"target":15},{"source":223,"target":230},{"source":223,"target":18},{"source":230,"target":15},{"source":224,"target":13},{"source":225,"target":35},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":36},{"source":19,"target":231},{"source":19,"target":232},{"source":19,"target":233},{"source":19,"target":234},{"source":19,"target":235},{"source":19,"target":236},{"source":231,"target":27},{"source":231,"target":237},{"source":231,"target":19},{"source":237,"target":27},{"source":232,"target":19},{"source":232,"target":238},{"source":238,"target":27},{"source":238,"target":239},{"source":238,"target":232},{"source":239,"target":27},{"source":233,"target":240},{"source":233,"target":19},{"source":234,"target":16},{"source":234,"target":241},{"source":234,"target":19},{"source":241,"target":16},{"source":235,"target":13},{"source":236,"target":36},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":242},{"source":21,"target":243},{"source":242,"target":244},{"source":242,"target":21},{"source":243,"target":245},{"source":243,"target":21},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":54},{"source":23,"target":246},{"source":23,"target":247},{"source":23,"target":248},{"source":23,"target":249},{"source":246,"target":23},{"source":246,"target":250},{"source":250,"target":24},{"source":250,"target":251},{"source":250,"target":246},{"source":251,"target":24},{"source":247,"target":24},{"source":247,"target":252},{"source":247,"target":23},{"source":247,"target":253},{"source":247,"target":254},{"source":247,"target":255},{"source":252,"target":24},{"source":253,"target":256},{"source":253,"target":247},{"source":254,"target":257},{"source":254,"target":247},{"source":255,"target":258},{"source":255,"target":247},{"source":248,"target":41},{"source":248,"target":259},{"source":248,"target":23},{"source":259,"target":41},{"source":249,"target":54},{"source":24,"target":0},{"source":24,"target":53},{"source":24,"target":260},{"source":24,"target":261},{"source":24,"target":262},{"source":24,"target":263},{"source":24,"target":264},{"source":24,"target":265},{"source":24,"target":266},{"source":24,"target":267},{"source":24,"target":268},{"source":24,"target":269},{"source":260,"target":24},{"source":260,"target":270},{"source":270,"target":27},{"source":270,"target":271},{"source":270,"target":260},{"source":271,"target":27},{"source":261,"target":27},{"source":261,"target":272},{"source":261,"target":24},{"source":261,"target":273},{"source":272,"target":27},{"source":273,"target":274},{"source":273,"target":261},{"source":262,"target":42},{"source":262,"target":275},{"source":262,"target":24},{"source":275,"target":42},{"source":263,"target":41},{"source":263,"target":276},{"source":263,"target":24},{"source":276,"target":41},{"source":264,"target":24},{"source":264,"target":277},{"source":277,"target":41},{"source":277,"target":278},{"source":277,"target":264},{"source":278,"target":41},{"source":265,"target":25},{"source":265,"target":279},{"source":265,"target":24},{"source":279,"target":25},{"source":266,"target":24},{"source":266,"target":280},{"source":280,"target":25},{"source":280,"target":281},{"source":280,"target":266},{"source":281,"target":25},{"source":267,"target":26},{"source":267,"target":282},{"source":267,"target":24},{"source":282,"target":26},{"source":268,"target":24},{"source":268,"target":283},{"source":283,"target":26},{"source":283,"target":284},{"source":283,"target":268},{"source":284,"target":26},{"source":269,"target":53},{"source":25,"target":0},{"source":25,"target":54},{"source":25,"target":285},{"source":25,"target":286},{"source":25,"target":287},{"source":285,"target":28},{"source":285,"target":288},{"source":285,"target":25},{"source":288,"target":28},{"source":286,"target":25},{"source":286,"target":289},{"source":289,"target":28},{"source":289,"target":290},{"source":289,"target":286},{"source":290,"target":28},{"source":287,"target":54},{"source":26,"target":0},{"source":26,"target":54},{"source":26,"target":291},{"source":26,"target":292},{"source":26,"target":293},{"source":291,"target":28},{"source":291,"target":294},{"source":291,"target":26},{"source":294,"target":28},{"source":292,"target":26},{"source":292,"target":295},{"source":295,"target":28},{"source":295,"target":296},{"source":295,"target":292},{"source":296,"target":28},{"source":293,"target":54},{"source":27,"target":0},{"source":27,"target":54},{"source":27,"target":297},{"source":27,"target":298},{"source":27,"target":299},{"source":297,"target":28},{"source":297,"target":300},{"source":297,"target":27},{"source":300,"target":28},{"source":298,"target":27},{"source":298,"target":301},{"source":301,"target":28},{"source":301,"target":302},{"source":301,"target":298},{"source":302,"target":28},{"source":299,"target":54},{"source":28,"target":0},{"source":28,"target":53},{"source":28,"target":303},{"source":28,"target":304},{"source":28,"target":305},{"source":28,"target":306},{"source":28,"target":307},{"source":303,"target":28},{"source":303,"target":308},{"source":308,"target":29},{"source":308,"target":309},{"source":308,"target":303},{"source":309,"target":29},{"source":304,"target":29},{"source":304,"target":310},{"source":304,"target":28},{"source":304,"target":311},{"source":310,"target":29},{"source":311,"target":312},{"source":311,"target":304},{"source":305,"target":42},{"source":305,"target":313},{"source":305,"target":28},{"source":313,"target":42},{"source":306,"target":41},{"source":306,"target":314},{"source":306,"target":28},{"source":306,"target":315},{"source":314,"target":41},{"source":315,"target":41},{"source":315,"target":316},{"source":315,"target":306},{"source":316,"target":41},{"source":307,"target":53},{"source":29,"target":0},{"source":29,"target":54},{"source":29,"target":317},{"source":317,"target":54},{"source":30,"target":0},{"source":30,"target":53},{"source":30,"target":318},{"source":30,"target":319},{"source":30,"target":320},{"source":30,"target":321},{"source":318,"target":30},{"source":318,"target":322},{"source":322,"target":31},{"source":322,"target":323},{"source":322,"target":318},{"source":323,"target":31},{"source":319,"target":42},{"source":319,"target":324},{"source":319,"target":30},{"source":324,"target":42},{"source":320,"target":31},{"source":320,"target":325},{"source":320,"target":30},{"source":320,"target":326},{"source":325,"target":31},{"source":326,"target":327},{"source":326,"target":320},{"source":321,"target":53},{"source":31,"target":0},{"source":31,"target":53},{"source":31,"target":328},{"source":31,"target":329},{"source":31,"target":330},{"source":328,"target":32},{"source":328,"target":331},{"source":328,"target":31},{"source":331,"target":32},{"source":329,"target":31},{"source":329,"target":332},{"source":332,"target":32},{"source":332,"target":333},{"source":332,"target":329},{"source":333,"target":32},{"source":330,"target":53},{"source":32,"target":0},{"source":32,"target":53},{"source":32,"target":334},{"source":32,"target":335},{"source":32,"target":336},{"source":32,"target":337},{"source":32,"target":338},{"source":32,"target":339},{"source":334,"target":32},{"source":334,"target":340},{"source":340,"target":33},{"source":340,"target":341},{"source":340,"target":334},{"source":341,"target":33},{"source":335,"target":33},{"source":335,"target":342},{"source":335,"target":32},{"source":335,"target":343},{"source":335,"target":344},{"source":335,"target":345},{"source":342,"target":33},{"source":343,"target":346},{"source":343,"target":335},{"source":344,"target":347},{"source":344,"target":335},{"source":345,"target":348},{"source":345,"target":335},{"source":336,"target":41},{"source":336,"target":349},{"source":336,"target":32},{"source":349,"target":41},{"source":337,"target":23},{"source":337,"target":350},{"source":337,"target":32},{"source":350,"target":23},{"source":338,"target":32},{"source":338,"target":351},{"source":351,"target":23},{"source":351,"target":352},{"source":351,"target":338},{"source":352,"target":23},{"source":339,"target":53},{"source":33,"target":0},{"source":33,"target":53},{"source":33,"target":353},{"source":33,"target":354},{"source":33,"target":355},{"source":33,"target":356},{"source":33,"target":357},{"source":33,"target":358},{"source":33,"target":359},{"source":33,"target":360},{"source":33,"target":361},{"source":33,"target":362},{"source":353,"target":33},{"source":353,"target":363},{"source":363,"target":36},{"source":363,"target":364},{"source":363,"target":353},{"source":364,"target":36},{"source":354,"target":36},{"source":354,"target":365},{"source":354,"target":33},{"source":354,"target":366},{"source":365,"target":36},{"source":366,"target":367},{"source":366,"target":354},{"source":355,"target":42},{"source":355,"target":368},{"source":355,"target":33},{"source":368,"target":42},{"source":356,"target":24},{"source":356,"target":369},{"source":356,"target":33},{"source":369,"target":24},{"source":357,"target":33},{"source":357,"target":370},{"source":370,"target":24},{"source":370,"target":371},{"source":370,"target":357},{"source":371,"target":24},{"source":358,"target":34},{"source":358,"target":372},{"source":358,"target":33},{"source":372,"target":34},{"source":359,"target":33},{"source":359,"target":373},{"source":373,"target":34},{"source":373,"target":374},{"source":373,"target":359},{"source":374,"target":34},{"source":360,"target":35},{"source":360,"target":375},{"source":360,"target":33},{"source":375,"target":35},{"source":361,"target":33},{"source":361,"target":376},{"source":376,"target":35},{"source":376,"target":377},{"source":376,"target":361},{"source":377,"target":35},{"source":362,"target":53},{"source":34,"target":0},{"source":34,"target":53},{"source":34,"target":378},{"source":378,"target":53},{"source":35,"target":0},{"source":35,"target":53},{"source":35,"target":379},{"source":379,"target":53},{"source":36,"target":0},{"source":36,"target":53},{"source":36,"target":380},{"source":380,"target":53},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":53},{"source":39,"target":381},{"source":39,"target":382},{"source":39,"target":383},{"source":39,"target":384},{"source":39,"target":385},{"source":39,"target":386},{"source":39,"target":387},{"source":39,"target":388},{"source":39,"target":389},{"source":39,"target":390},{"source":39,"target":391},{"source":39,"target":392},{"source":39,"target":393},{"source":39,"target":394},{"source":39,"target":395},{"source":39,"target":396},{"source":39,"target":397},{"source":39,"target":398},{"source":39,"target":399},{"source":39,"target":400},{"source":39,"target":401},{"source":39,"target":402},{"source":39,"target":403},{"source":39,"target":404},{"source":39,"target":405},{"source":39,"target":406},{"source":39,"target":407},{"source":39,"target":408},{"source":39,"target":409},{"source":39,"target":410},{"source":39,"target":411},{"source":39,"target":412},{"source":39,"target":413},{"source":39,"target":414},{"source":39,"target":415},{"source":39,"target":416},{"source":39,"target":417},{"source":39,"target":418},{"source":39,"target":419},{"source":39,"target":420},{"source":39,"target":421},{"source":39,"target":422},{"source":39,"target":423},{"source":39,"target":424},{"source":39,"target":425},{"source":39,"target":426},{"source":381,"target":39},{"source":381,"target":427},{"source":427,"target":32},{"source":427,"target":428},{"source":427,"target":381},{"source":428,"target":32},{"source":382,"target":39},{"source":382,"target":429},{"source":429,"target":40},{"source":429,"target":430},{"source":429,"target":382},{"source":430,"target":40},{"source":383,"target":39},{"source":383,"target":431},{"source":431,"target":28},{"source":431,"target":432},{"source":431,"target":383},{"source":432,"target":28},{"source":384,"target":39},{"source":384,"target":433},{"source":384,"target":434},{"source":433,"target":435},{"source":433,"target":384},{"source":434,"target":436},{"source":434,"target":384},{"source":385,"target":39},{"source":385,"target":437},{"source":437,"target":23},{"source":437,"target":438},{"source":437,"target":385},{"source":438,"target":23},{"source":386,"target":39},{"source":386,"target":439},{"source":439,"target":30},{"source":439,"target":440},{"source":439,"target":386},{"source":440,"target":30},{"source":387,"target":36},{"source":387,"target":441},{"source":387,"target":39},{"source":441,"target":36},{"source":388,"target":34},{"source":388,"target":442},{"source":388,"target":39},{"source":442,"target":34},{"source":389,"target":35},{"source":389,"target":443},{"source":389,"target":39},{"source":443,"target":35},{"source":390,"target":33},{"source":390,"target":444},{"source":390,"target":39},{"source":444,"target":33},{"source":391,"target":32},{"source":391,"target":445},{"source":391,"target":39},{"source":445,"target":32},{"source":392,"target":27},{"source":392,"target":446},{"source":392,"target":39},{"source":446,"target":27},{"source":393,"target":40},{"source":393,"target":447},{"source":393,"target":39},{"source":447,"target":40},{"source":394,"target":25},{"source":394,"target":448},{"source":394,"target":39},{"source":448,"target":25},{"source":395,"target":28},{"source":395,"target":449},{"source":395,"target":39},{"source":449,"target":28},{"source":396,"target":24},{"source":396,"target":450},{"source":396,"target":39},{"source":450,"target":24},{"source":397,"target":26},{"source":397,"target":451},{"source":397,"target":39},{"source":451,"target":26},{"source":398,"target":29},{"source":398,"target":452},{"source":398,"target":39},{"source":452,"target":29},{"source":399,"target":31},{"source":399,"target":453},{"source":399,"target":39},{"source":453,"target":31},{"source":400,"target":23},{"source":400,"target":454},{"source":400,"target":39},{"source":454,"target":23},{"source":401,"target":30},{"source":401,"target":455},{"source":401,"target":39},{"source":455,"target":30},{"source":402,"target":32},{"source":402,"target":456},{"source":402,"target":39},{"source":402,"target":457},{"source":456,"target":32},{"source":457,"target":20},{"source":457,"target":458},{"source":457,"target":402},{"source":458,"target":20},{"source":403,"target":42},{"source":403,"target":459},{"source":403,"target":39},{"source":459,"target":42},{"source":404,"target":42},{"source":404,"target":460},{"source":404,"target":39},{"source":460,"target":42},{"source":405,"target":41},{"source":405,"target":461},{"source":405,"target":39},{"source":405,"target":462},{"source":461,"target":41},{"source":462,"target":463},{"source":462,"target":405},{"source":406,"target":28},{"source":406,"target":464},{"source":406,"target":39},{"source":406,"target":465},{"source":464,"target":28},{"source":465,"target":20},{"source":465,"target":466},{"source":465,"target":406},{"source":466,"target":20},{"source":407,"target":42},{"source":407,"target":467},{"source":407,"target":39},{"source":467,"target":42},{"source":408,"target":468},{"source":408,"target":39},{"source":408,"target":469},{"source":469,"target":470},{"source":469,"target":408},{"source":409,"target":42},{"source":409,"target":471},{"source":409,"target":39},{"source":471,"target":42},{"source":410,"target":23},{"source":410,"target":472},{"source":410,"target":39},{"source":410,"target":473},{"source":472,"target":23},{"source":473,"target":20},{"source":473,"target":474},{"source":473,"target":410},{"source":474,"target":20},{"source":411,"target":42},{"source":411,"target":475},{"source":411,"target":39},{"source":475,"target":42},{"source":412,"target":476},{"source":412,"target":39},{"source":412,"target":477},{"source":477,"target":478},{"source":477,"target":412},{"source":413,"target":30},{"source":413,"target":479},{"source":413,"target":39},{"source":413,"target":480},{"source":479,"target":30},{"source":480,"target":20},{"source":480,"target":481},{"source":480,"target":413},{"source":481,"target":20},{"source":414,"target":42},{"source":414,"target":482},{"source":414,"target":39},{"source":482,"target":42},{"source":415,"target":44},{"source":415,"target":483},{"source":415,"target":39},{"source":483,"target":44},{"source":416,"target":39},{"source":416,"target":484},{"source":484,"target":44},{"source":484,"target":485},{"source":484,"target":416},{"source":485,"target":44},{"source":417,"target":486},{"source":417,"target":39},{"source":418,"target":39},{"source":418,"target":487},{"source":487,"target":488},{"source":487,"target":418},{"source":419,"target":48},{"source":419,"target":489},{"source":419,"target":39},{"source":489,"target":48},{"source":420,"target":30},{"source":420,"target":490},{"source":420,"target":39},{"source":420,"target":491},{"source":490,"target":30},{"source":491,"target":20},{"source":491,"target":492},{"source":491,"target":420},{"source":492,"target":20},{"source":421,"target":32},{"source":421,"target":493},{"source":421,"target":39},{"source":421,"target":494},{"source":493,"target":32},{"source":494,"target":20},{"source":494,"target":495},{"source":494,"target":421},{"source":495,"target":20},{"source":422,"target":23},{"source":422,"target":496},{"source":422,"target":39},{"source":422,"target":497},{"source":496,"target":23},{"source":497,"target":20},{"source":497,"target":498},{"source":497,"target":422},{"source":498,"target":20},{"source":423,"target":28},{"source":423,"target":499},{"source":423,"target":39},{"source":423,"target":500},{"source":499,"target":28},{"source":500,"target":20},{"source":500,"target":501},{"source":500,"target":423},{"source":501,"target":20},{"source":424,"target":48},{"source":424,"target":502},{"source":424,"target":39},{"source":502,"target":48},{"source":425,"target":39},{"source":425,"target":503},{"source":503,"target":48},{"source":503,"target":504},{"source":503,"target":425},{"source":504,"target":48},{"source":426,"target":53},{"source":40,"target":0},{"source":40,"target":54},{"source":40,"target":505},{"source":505,"target":54},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":44,"target":0},{"source":45,"target":0},{"source":45,"target":13},{"source":45,"target":48},{"source":45,"target":506},{"source":45,"target":507},{"source":45,"target":508},{"source":45,"target":509},{"source":506,"target":41},{"source":506,"target":510},{"source":506,"target":45},{"source":510,"target":41},{"source":507,"target":41},{"source":507,"target":511},{"source":507,"target":45},{"source":507,"target":512},{"source":511,"target":41},{"source":512,"target":513},{"source":512,"target":507},{"source":508,"target":13},{"source":509,"target":48},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":10},{"source":49,"target":514},{"source":49,"target":515},{"source":514,"target":49},{"source":514,"target":516},{"source":514,"target":49},{"source":516,"target":49},{"source":515,"target":10},{"source":50,"target":0},{"source":50,"target":10},{"source":50,"target":56},{"source":50,"target":517},{"source":50,"target":518},{"source":50,"target":519},{"source":50,"target":520},{"source":517,"target":521},{"source":517,"target":50},{"source":518,"target":522},{"source":518,"target":50},{"source":519,"target":10},{"source":520,"target":56},{"source":51,"target":0},{"source":52,"target":0},{"source":52,"target":13},{"source":52,"target":523},{"source":52,"target":524},{"source":52,"target":525},{"source":523,"target":526},{"source":523,"target":52},{"source":524,"target":4},{"source":524,"target":527},{"source":524,"target":52},{"source":527,"target":4},{"source":525,"target":13},{"source":53,"target":0},{"source":53,"target":528},{"source":53,"target":529},{"source":528,"target":41},{"source":528,"target":530},{"source":528,"target":53},{"source":530,"target":41},{"source":529,"target":53},{"source":529,"target":531},{"source":531,"target":38},{"source":531,"target":532},{"source":531,"target":529},{"source":532,"target":38},{"source":54,"target":0},{"source":54,"target":533},{"source":54,"target":534},{"source":54,"target":535},{"source":54,"target":536},{"source":533,"target":55},{"source":533,"target":537},{"source":533,"target":54},{"source":533,"target":538},{"source":537,"target":55},{"source":538,"target":20},{"source":538,"target":539},{"source":538,"target":533},{"source":539,"target":20},{"source":534,"target":54},{"source":534,"target":540},{"source":534,"target":541},{"source":540,"target":20},{"source":540,"target":542},{"source":540,"target":534},{"source":542,"target":20},{"source":541,"target":55},{"source":541,"target":543},{"source":541,"target":534},{"source":543,"target":55},{"source":535,"target":42},{"source":535,"target":544},{"source":535,"target":54},{"source":544,"target":42},{"source":536,"target":41},{"source":536,"target":545},{"source":536,"target":54},{"source":545,"target":41},{"source":55,"target":0},{"source":56,"target":0},{"source":56,"target":38},{"source":56,"target":546},{"source":546,"target":38}],"multigraph":true} |
true | <?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="crudml" nsURI="http://www.ma.tum/crudml/Crudml" nsPrefix="crudml">
<eClassifiers xsi:type="ecore:EClass" name="Domainmodel">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//AbstractElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageDeclaration" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//AbstractElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metadata" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//MetadataEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetadataEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Persistence" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//PersistenceEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PersistenceEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DBConnectionDefinition" eSuperTypes="#//PersistenceEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DBTypeDefiniton" eSuperTypes="#//PersistenceEntry"/>
<eClassifiers xsi:type="ecore:EClass" name="DBSetupDefinition" eSuperTypes="#//PersistenceEntry"/>
<eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Enum" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//Annotation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Member" eSuperTypes="#//Attribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" eType="#//Enum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="primitive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//Attribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reftype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Annotation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="annotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rights" unique="false"
upperBound="-1" eType="#//Right"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Right" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accesses" upperBound="-1"
eType="#//Access" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Access">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operations" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/fvde/crudml/tum.ma.crudml/model/generated/Crudml.ecore | ecore | crudml
Domainmodel
elements
PackageDeclaration
name
elements
AbstractElement
Import
importedNamespace
Metadata
entries
MetadataEntry
type
value
Persistence
entries
PersistenceEntry
value
DBConnectionDefinition
type
DBTypeDefiniton
DBSetupDefinition
Entity
name
attributes
Enum
name
values
Attribute
annotations
name
Member
enumeration
primitive
Reference
reftype
type
Annotation
annotation
name
length
Role
name
initialization
rights
Right
name
accesses
Access
type
operations | null | {"directed":true,"nodes":[{"nsPrefix":"crudml","nsURI":"http://www.ma.tum/crudml/Crudml","name":"crudml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domainmodel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclaration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metadata","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataEntry","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Persistence","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersistenceEntry","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DBConnectionDefinition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DBTypeDefiniton","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DBSetupDefinition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enum","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Right","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Access","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"values","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primitive","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reftype","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"rights","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accesses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":21,"target":3},{"source":21,"target":22},{"source":21,"target":1},{"source":22,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":23,"target":26},{"source":23,"target":2},{"source":24,"target":3},{"source":24,"target":27},{"source":24,"target":2},{"source":27,"target":3},{"source":25,"target":3},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":28},{"source":4,"target":29},{"source":28,"target":30},{"source":28,"target":4},{"source":29,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":31},{"source":5,"target":32},{"source":31,"target":6},{"source":31,"target":33},{"source":31,"target":5},{"source":33,"target":6},{"source":32,"target":3},{"source":6,"target":0},{"source":6,"target":34},{"source":6,"target":35},{"source":34,"target":36},{"source":34,"target":6},{"source":35,"target":37},{"source":35,"target":6},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":38},{"source":7,"target":39},{"source":38,"target":8},{"source":38,"target":40},{"source":38,"target":7},{"source":40,"target":8},{"source":39,"target":3},{"source":8,"target":0},{"source":8,"target":41},{"source":41,"target":42},{"source":41,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":43},{"source":9,"target":44},{"source":43,"target":45},{"source":43,"target":9},{"source":44,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":46},{"source":46,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":47},{"source":47,"target":8},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":48},{"source":12,"target":49},{"source":12,"target":50},{"source":48,"target":51},{"source":48,"target":12},{"source":49,"target":14},{"source":49,"target":52},{"source":49,"target":12},{"source":52,"target":14},{"source":50,"target":3},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":53},{"source":13,"target":54},{"source":13,"target":55},{"source":53,"target":56},{"source":53,"target":13},{"source":54,"target":57},{"source":54,"target":13},{"source":55,"target":3},{"source":14,"target":0},{"source":14,"target":58},{"source":14,"target":59},{"source":58,"target":17},{"source":58,"target":60},{"source":58,"target":14},{"source":60,"target":17},{"source":59,"target":61},{"source":59,"target":14},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":62},{"source":15,"target":63},{"source":15,"target":64},{"source":62,"target":13},{"source":62,"target":65},{"source":62,"target":15},{"source":65,"target":13},{"source":63,"target":66},{"source":63,"target":15},{"source":64,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":67},{"source":16,"target":68},{"source":16,"target":69},{"source":67,"target":70},{"source":67,"target":16},{"source":68,"target":12},{"source":68,"target":71},{"source":68,"target":16},{"source":71,"target":12},{"source":69,"target":14},{"source":17,"target":0},{"source":17,"target":72},{"source":17,"target":73},{"source":17,"target":74},{"source":72,"target":75},{"source":72,"target":17},{"source":73,"target":76},{"source":73,"target":17},{"source":74,"target":77},{"source":74,"target":17},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":78},{"source":18,"target":79},{"source":18,"target":80},{"source":18,"target":81},{"source":78,"target":82},{"source":78,"target":18},{"source":79,"target":83},{"source":79,"target":18},{"source":80,"target":19},{"source":80,"target":84},{"source":80,"target":18},{"source":84,"target":19},{"source":81,"target":3},{"source":19,"target":0},{"source":19,"target":3},{"source":19,"target":85},{"source":19,"target":86},{"source":19,"target":87},{"source":85,"target":88},{"source":85,"target":19},{"source":86,"target":20},{"source":86,"target":89},{"source":86,"target":19},{"source":89,"target":20},{"source":87,"target":3},{"source":20,"target":0},{"source":20,"target":90},{"source":20,"target":91},{"source":90,"target":12},{"source":90,"target":92},{"source":90,"target":20},{"source":92,"target":12},{"source":91,"target":93},{"source":91,"target":20}],"multigraph":true} |
true | <?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="laml" nsURI="laml" nsPrefix="laml">
<eClassifiers xsi:type="ecore:EClass" name="Laml">
<eAnnotations source="diagram"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1"
eType="#//Entity" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1"
eType="#//Edge" eOpposite="#//Edge/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1"
eType="#//Edge" eOpposite="#//Edge/target"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Node"
eOpposite="#//Node/outgoing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Node"
eOpposite="#//Node/incoming"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Edge">
<eAnnotations source="link">
<details key="Label" value="name"/>
<details key="source" value="source"/>
<details key="target" value="target"/>
<details key="EndArrow" value="block"/>
<details key="BlockendFill" value="1"/>
<details key="EndSize" value="6"/>
<details key="Html" value="1"/>
<details key="Width" value="120"/>
<details key="Height" value="120"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//Edge">
<eAnnotations source="link">
<details key="Label" value="name"/>
<details key="source" value="source"/>
<details key="target" value="target"/>
<details key="EndArrow" value="block"/>
<details key="BlockendFill" value="1"/>
<details key="EndSize" value="6"/>
<details key="Html" value="1"/>
<details key="Width" value="120"/>
<details key="Height" value="120"/>
<details key="Dashed" value="1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Node">
<eAnnotations source="node">
<details key="Label" value="name"/>
<details key="Shape" value="swimlane"/>
<details key="ChildLayout" value="stackLayout"/>
<details key="Collapsible" value="1"/>
<details key="HorizontalStack" value="0"/>
<details key="ResizeParent" value="0"/>
<details key="ResizeLast" value="1"/>
<details key="Rounded" value="1"/>
<details key="MarginBottom" value="5"/>
<details key="MarginLeft" value="5"/>
<details key="MarginRight" value="5"/>
<details key="MarginTop" value="5"/>
<details key="Html" value="1"/>
<details key="WhiteSpace" value="wrap"/>
<details key="Width" value="200"/>
<details key="Height" value="120"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="objectives" upperBound="-1"
eType="#//Objective" containment="true">
<eAnnotations source="compartment">
<details key="Shape" value="swimlane"/>
<details key="Collapsible" value="0"/>
<details key="NoLabel" value="1"/>
<details key="xEditable" value="0"/>
<details key="FillColor" value="none"/>
<details key="StrokeColor" value="none"/>
<details key="StartSize" value="0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Node">
<eAnnotations source="node">
<details key="Label" value="name"/>
<details key="Shape" value="rectangle"/>
<details key="Html" value="1"/>
<details key="WhiteSpace" value="wrap"/>
<details key="Width" value="40"/>
<details key="Height" value="50"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceModel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Objective" eSuperTypes="#//Entity">
<eAnnotations source="node">
<details key="Label" value="name"/>
<details key="Html" value="1"/>
<details key="Shape" value="plus"/>
<details key="Width" value="30"/>
<details key="Height" value="30"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Start" eSuperTypes="#//Node">
<eAnnotations source="node">
<details key="Label" value="name"/>
<details key="Shape" value="ellipse"/>
<details key="WhiteSpace" value="wrap"/>
<details key="Html" value="1"/>
<details key="FillColor" value="#000000"/>
<details key="Width" value="30"/>
<details key="Height" value="30"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="End" eSuperTypes="#//Node">
<eAnnotations source="node">
<details key="Label" value="name"/>
<details key="Shape" value="ellipse"/>
<details key="WhiteSpace" value="wrap"/>
<details key="Html" value="1"/>
<details key="FillColor" value="#FFFFFF"/>
<details key="Width" value="30"/>
<details key="Height" value="30"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/alfa-ryano/smlg/www/metamodel/laml/laml.ecore | ecore | laml
Laml
entities
Entity
name
description
Node
outgoing
incoming
Edge
source
target
Transition
Link
Activity
metamodel
objectives
Model
metamodel
sourceModel
Objective
Start
End | null | {"directed":true,"nodes":[{"nsPrefix":"laml","nsURI":"laml","name":"laml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Laml","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Objective","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Start","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"End","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"sourceModel","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":12,"target":2},{"source":12,"target":13},{"source":12,"target":1},{"source":13,"target":2},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":14,"target":16},{"source":14,"target":2},{"source":15,"target":17},{"source":15,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":18,"target":4},{"source":18,"target":21},{"source":18,"target":3},{"source":18,"target":22},{"source":21,"target":4},{"source":19,"target":4},{"source":19,"target":23},{"source":19,"target":3},{"source":19,"target":24},{"source":23,"target":4},{"source":20,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":22},{"source":4,"target":24},{"source":4,"target":25},{"source":22,"target":3},{"source":22,"target":26},{"source":22,"target":4},{"source":22,"target":18},{"source":26,"target":3},{"source":24,"target":3},{"source":24,"target":27},{"source":24,"target":4},{"source":24,"target":19},{"source":27,"target":3},{"source":25,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":28},{"source":28,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":29},{"source":29,"target":4},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":30},{"source":7,"target":31},{"source":7,"target":32},{"source":30,"target":33},{"source":30,"target":7},{"source":31,"target":9},{"source":31,"target":34},{"source":31,"target":7},{"source":34,"target":9},{"source":32,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":35},{"source":8,"target":36},{"source":8,"target":37},{"source":35,"target":38},{"source":35,"target":8},{"source":36,"target":39},{"source":36,"target":8},{"source":37,"target":3},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":40},{"source":40,"target":2},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":41},{"source":41,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":42},{"source":42,"target":3}],"multigraph":true} |
true | <?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="wsdl" nsURI="http://www.eclipse.org/wsdl/2003/WSDL" nsPrefix="wsdl">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The WSDL model contains classes for the Web Services Description Language (WSDL).

WSDL describes network services as sets of endpoints operating on messages. The operations and messages are described abstractly, and then bound to a concrete network protocol and message format to define an endpoint.

WSDL describes the formats of the messages exchanged by the services, and supports the XML Schemas specification as its canonical type system. This package uses an XML Schema Infoset model package (see the XSD package) to describe the abstract message formats.

The model contains the following diagrams, named after the corresponding chapters in the WSDL 1.1 specification (http://www.w3.org/TR/2001/NOTE-wsdl-20010315)
- 2.1 Definition, shows the WSDL definition element and the WSDL document structure
- 2.1.1 Naming and Linking, shows the namespace and import mechanism
- 2.1.3 Extensibility, shows the WSDL extensibility mechanism
- 2.2 Types, shows the use of XML Schema types in WSDL
- 2.3 Messages, 2.4 PortTypes, 2.5 Bindings and 2.7 Services, show the major WSDL elements and their relations.

The WSDL classes extend the javax.wsdl interfaces defined by JSR 110. Classes with interface and datatype stereotypes are used to represent these non-MOF interfaces."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="WSDLElement" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL language element."/>
</eAnnotations>
<eOperations name="getEnclosingDefinition" eType="#//Definition"/>
<eOperations name="setEnclosingDefinition">
<eParameters name="definition" eType="#//Definition"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentationElement" eType="#//DOMElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="element" eType="#//DOMElement"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortType" eSuperTypes="#//ExtensibleElement #//IPortType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL portType element of the WSDL specification version 1.1 and an Interface component of the WSDL specification version 1.2. A port type or Interface is a named set of abstract operations and the abstract messages involved."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1"
eType="#//Operation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//ExtensibleElement #//IOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL operation element. A WSDL operation is an abstract description of an action supported by a service."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//OperationType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eInput" eType="#//Input"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOutput" eType="#//Output"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eFaults" upperBound="-1"
eType="#//Fault" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eParameterOrdering" upperBound="-1"
eType="#//Part"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//ExtensibleElement #//IMessage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL message element. A WSDL message is an abstract, typed definition of the data being communicated."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eParts" upperBound="-1"
eType="#//Part" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Part" eSuperTypes="#//ExtensibleElement #//IPart">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL part element. Parts describe the logical abstract content of a message. Each part is associated with a type from some type system. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" eType="ecore:EClass XSD.ecore#//XSDTypeDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementDeclaration" eType="ecore:EClass XSD.ecore#//XSDElementDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eMessage" eType="#//Message"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#//ExtensibleElement #//IBinding">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL binding element. A binding defines message format and protocol details for operations and messages defined by a particular portType. There may be any number of bindings for a given portType."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ePortType" lowerBound="1"
eType="#//PortType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindingOperations" upperBound="-1"
eType="#//BindingOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingOperation" eSuperTypes="#//ExtensibleElement #//IBindingOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL operation element within a binding. An operation element within a binding specifies binding information for the operation with the same name within the binding's portType. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" lowerBound="1"
eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindingInput" eType="#//BindingInput"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindingOutput" eType="#//BindingOutput"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindingFaults" upperBound="-1"
eType="#//BindingFault" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="#//ExtensibleElement #//IService">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL service element. A service groups a set of related ports together."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ePorts" upperBound="-1"
eType="#//Port" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//ExtensibleElement #//IPort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL port element. A port defines an individual endpoint by specifying a single address for a binding"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBinding" lowerBound="1"
eType="#//Binding"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtensibilityElement" eSuperTypes="#//WSDLElement #//IExtensibilityElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL extensibility element. WSDL allows extensibility elements representing a specific technology under various elements defined by WSDL."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementType" eType="#//QName"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Definition" eSuperTypes="#//ExtensibleElement #//IDefinition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL definitions element. The WSDL definitions element is the root element of a WSDL document."/>
</eAnnotations>
<eOperations name="getDocument" eType="#//DOMDocument"/>
<eOperations name="setDocument">
<eParameters name="document" eType="#//DOMDocument"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="encoding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eImports" upperBound="-1"
eType="#//Import" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eTypes" eType="#//Types"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eMessages" upperBound="-1"
eType="#//Message" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ePortTypes" upperBound="-1"
eType="#//PortType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindings" upperBound="-1"
eType="#//Binding" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eServices" upperBound="-1"
eType="#//Service" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eNamespaces" upperBound="-1"
eType="#//Namespace" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//ExtensibleElement #//IImport">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents WSDL import element. WSDL allows associating a namespace with a document location using an import element."/>
</eAnnotations>
<eOperations name="getSchema" eType="ecore:EClass XSD.ecore#//XSDSchema"/>
<eOperations name="setSchema">
<eParameters name="schema" eType="ecore:EClass XSD.ecore#//XSDSchema"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locationURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eDefinition" eType="#//Definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eSchema" eType="ecore:EClass XSD.ecore#//XSDSchema"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtensibleElement" abstract="true" eSuperTypes="#//WSDLElement #//IElementExtensible #//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" WSDL allows elements representing a specific technology (referred to here as extensibility elements) under various elements defined by WSDL. This class represents a WSDL point of extensibility."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="eExtensibilityElements"
upperBound="-1" eType="#//ExtensibilityElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Input" eSuperTypes="#//MessageReference #//IInput">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL input element. An input element specifies the abstract message format for the input of the operation."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Output" eSuperTypes="#//MessageReference #//IOutput">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL output element. An output element specifies the abstract message format for the output of the operation."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fault" eSuperTypes="#//MessageReference #//IFault">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL fault element. Fault elements specify the abstract message format for any error messages that may be output as the result of the operation "/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingInput" eSuperTypes="#//ExtensibleElement #//IBindingInput">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL input element within a operation within a binding. An input element within an operation within a binding specifies binding information for the input of the operation. "/>
</eAnnotations>
<eOperations name="getInput" eType="#//IInput"/>
<eOperations name="setInput">
<eParameters name="input" eType="#//IInput"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eInput" lowerBound="1"
eType="#//Input"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingOutput" eSuperTypes="#//ExtensibleElement #//IBindingOutput">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL output element within a operation within a binding. An output element within an operation within a binding specifies binding information for the output of the operation. "/>
</eAnnotations>
<eOperations name="getOutput" eType="#//IOutput"/>
<eOperations name="setOutput">
<eParameters name="output" eType="#//IOutput"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOutput" lowerBound="1"
eType="#//Output"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingFault" eSuperTypes="#//ExtensibleElement #//IBindingFault">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL fault element within a operation within a binding. A fault element within an operation within a binding specifies binding information for the fault with the same name. "/>
</eAnnotations>
<eOperations name="getFault" eType="#//IFault"/>
<eOperations name="setFault">
<eParameters name="fault" eType="#//IFault"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eFault" lowerBound="1"
eType="#//Fault"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="QName" instanceClassName="javax.xml.namespace.QName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.QName class. A QName is a fully qualified name."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Namespace">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a namespace and the corresponding namespace prefix used in a WSDL document."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="URI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="OperationType" instanceClassName="javax.wsdl.OperationType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="ONE_WAY=1
REQUEST_RESPONSE=2
SOLICIT_RESPONSE=3
NOTIFICATION=4"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPortType" instanceClassName="javax.wsdl.PortType"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.PortType non-MOF interface."/>
</eAnnotations>
<eOperations name="addOperation">
<eParameters name="operation" eType="#//IOperation"/>
</eOperations>
<eOperations name="getOperation" eType="#//IOperation">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="inputName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="outputName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getOperations" eType="#//IList"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IOperation" instanceClassName="javax.wsdl.Operation"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Operation non-MOF interface."/>
</eAnnotations>
<eOperations name="addFault">
<eParameters name="fault" eType="#//IFault"/>
</eOperations>
<eOperations name="getFault" eType="#//IFault">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getFaults" eType="#//IMap"/>
<eOperations name="getParameterOrdering" eType="#//IList"/>
<eOperations name="setParameterOrdering">
<eParameters name="parameterOrder" eType="#//IList"/>
</eOperations>
<eOperations name="getInput" eType="#//IInput"/>
<eOperations name="setInput">
<eParameters name="input" eType="#//IInput"/>
</eOperations>
<eOperations name="getOutput" eType="#//IOutput"/>
<eOperations name="setOutput">
<eParameters name="output" eType="#//IOutput"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IInput" instanceClassName="javax.wsdl.Input"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Input non-MOF interface."/>
</eAnnotations>
<eOperations name="getMessage" eType="#//IMessage"/>
<eOperations name="setMessage">
<eParameters name="message" eType="#//IMessage"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IOutput" instanceClassName="javax.wsdl.Output"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Output non-MOF interface."/>
</eAnnotations>
<eOperations name="getMessage" eType="#//IMessage"/>
<eOperations name="setMessage">
<eParameters name="message" eType="#//IMessage"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IFault" instanceClassName="javax.wsdl.Fault"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Fault non-MOF interface."/>
</eAnnotations>
<eOperations name="getMessage" eType="#//IMessage"/>
<eOperations name="setMessage">
<eParameters name="message" eType="#//IMessage"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IMessage" instanceClassName="javax.wsdl.Message"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Message non-MOF interface"/>
</eAnnotations>
<eOperations name="addPart">
<eParameters name="part" eType="#//IPart"/>
</eOperations>
<eOperations name="getPart" eType="#//IPart">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getParts" eType="#//IMap"/>
<eOperations name="getOrderedParts" eType="#//IList">
<eParameters name="partOrder" eType="#//IList"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPart" instanceClassName="javax.wsdl.Part"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Part non-MOF interface"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IService" instanceClassName="javax.wsdl.Service"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Service non-MOF interface."/>
</eAnnotations>
<eOperations name="addPort">
<eParameters name="port" eType="#//IPort"/>
</eOperations>
<eOperations name="getPorts" eType="#//IMap"/>
<eOperations name="getPort" eType="#//IPort">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPort" instanceClassName="javax.wsdl.Port"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Port non-MOF interface."/>
</eAnnotations>
<eOperations name="getBinding" eType="#//IBinding"/>
<eOperations name="setBinding">
<eParameters name="binding" eType="#//IBinding"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBinding" instanceClassName="javax.wsdl.Binding"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Binding non-MOF interface."/>
</eAnnotations>
<eOperations name="addBindingOperation">
<eParameters name="bindingOperation" eType="#//IBindingOperation"/>
</eOperations>
<eOperations name="getBindingOperation" eType="#//IBindingOperation">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="inputName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="outputName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getBindingOperations" eType="#//IList"/>
<eOperations name="getPortType" eType="#//IPortType"/>
<eOperations name="setPortType">
<eParameters name="portType" eType="#//IPortType"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBindingOperation" instanceClassName="javax.wsdl.BindingOperation"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.BindingOperation non-MOF interface."/>
</eAnnotations>
<eOperations name="addBindingFault">
<eParameters name="bindingFault" eType="#//IBindingFault"/>
</eOperations>
<eOperations name="getBindingFault" eType="#//IBindingFault">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getBindingFaults" eType="#//IMap"/>
<eOperations name="getOperation" eType="#//IOperation"/>
<eOperations name="setOperation">
<eParameters name="operation" eType="#//IOperation"/>
</eOperations>
<eOperations name="getBindingInput" eType="#//IBindingInput"/>
<eOperations name="setBindingInput">
<eParameters name="bindingInput" eType="#//IBindingInput"/>
</eOperations>
<eOperations name="getBindingOutput" eType="#//IBindingOutput"/>
<eOperations name="setBindingOutput">
<eParameters name="bindingOutput" eType="#//IBindingOutput"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBindingInput" instanceClassName="javax.wsdl.BindingInput"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.BindingInput non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBindingOutput" instanceClassName="javax.wsdl.BindingOutput"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.BindingOutput non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBindingFault" instanceClassName="javax.wsdl.BindingFault"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.BindingFault non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DOMElement" instanceClassName="org.w3c.dom.Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the org.w3c.dom.Element non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IExtensibilityElement" instanceClassName="javax.wsdl.extensions.ExtensibilityElement"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.ExtensibilityElement non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IDefinition" instanceClassName="javax.wsdl.Definition"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Definition non-MOF interface."/>
</eAnnotations>
<eOperations name="addBinding">
<eParameters name="binding" eType="#//IBinding"/>
</eOperations>
<eOperations name="addImport">
<eParameters name="importDef" eType="#//IImport"/>
</eOperations>
<eOperations name="addMessage">
<eParameters name="message" eType="#//IMessage"/>
</eOperations>
<eOperations name="addNamespace">
<eParameters name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="addPortType">
<eParameters name="portType" eType="#//IPortType"/>
</eOperations>
<eOperations name="addService">
<eParameters name="service" eType="#//IService"/>
</eOperations>
<eOperations name="createBindingFault" eType="#//IBindingFault"/>
<eOperations name="createBindingInput" eType="#//IBindingInput"/>
<eOperations name="createBindingOutput" eType="#//IBindingOutput"/>
<eOperations name="createBindingOperation" eType="#//IBindingOperation"/>
<eOperations name="createBinding" eType="#//IBinding"/>
<eOperations name="createFault" eType="#//IFault"/>
<eOperations name="createImport" eType="#//IImport"/>
<eOperations name="createInput" eType="#//IInput"/>
<eOperations name="createMessage" eType="#//IMessage"/>
<eOperations name="createOperation" eType="#//IOperation"/>
<eOperations name="createOutput" eType="#//IOutput"/>
<eOperations name="createPart" eType="#//IPart"/>
<eOperations name="createPort" eType="#//IPort"/>
<eOperations name="createPortType" eType="#//IPortType"/>
<eOperations name="createService" eType="#//IService"/>
<eOperations name="getBinding" eType="#//IBinding">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getBindings" eType="#//IMap"/>
<eOperations name="getImports" eType="#//IMap"/>
<eOperations name="getImports" eType="#//IList">
<eParameters name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getMessage" eType="#//IMessage">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getMessages" eType="#//IMap"/>
<eOperations name="getNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getNamespaces" eType="#//IMap"/>
<eOperations name="getPortType" eType="#//IPortType">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getPortTypes" eType="#//IMap"/>
<eOperations name="getPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getService" eType="#//IService">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getServices" eType="#//IMap"/>
<eOperations name="getExtensionRegistry" eType="#//IExtensionRegistry"/>
<eOperations name="setExtensionRegistry">
<eParameters name="extensionRegistry" eType="#//IExtensionRegistry"/>
</eOperations>
<eOperations name="getDocumentBaseURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="setDocumentBaseURI">
<eParameters name="documentBase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="createTypes" eType="#//ITypes"/>
<eOperations name="removeService" eType="#//IService">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="removeBinding" eType="#//IBinding">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="removePortType" eType="#//IPortType">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="removeMessage" eType="#//IMessage">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getTypes" eType="#//ITypes"/>
<eOperations name="setTypes">
<eParameters name="types" eType="#//ITypes"/>
</eOperations>
<eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IImport" instanceClassName="javax.wsdl.Import"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Import non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IList" instanceClassName="java.util.List"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF java.util.List interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IMap" instanceClassName="java.util.Map"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF java.util.Map interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IURL" instanceClassName="java.net.URL"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF java.net.URL interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IExtensionRegistry" instanceClassName="javax.wsdl.extensions.ExtensionRegistry"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF javax.wsdl.extensions.ExtensionRegistry interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Types" eSuperTypes="#//ExtensibleElement #//ITypes">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL types element. The types element encloses data type definitions that are relevant for the exchanged messages."/>
</eAnnotations>
<eOperations name="getSchemas" eType="#//IList"/>
<eOperations name="getSchemas" eType="#//IList">
<eParameters name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IIterator" instanceClassName="java.util.Iterator"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF java.util.Iterator interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="WSDLException" instanceClassName="javax.wsdl.WSDLException">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Exception class."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ITypes" instanceClassName="javax.wsdl.Types"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Types non-MOF interface"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnknownExtensibilityElement" eSuperTypes="#//ExtensibilityElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//UnknownExtensibilityElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDSchemaExtensibilityElement" eSuperTypes="#//ExtensibilityElement #//ISchema">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentBaseURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schema" eType="ecore:EClass XSD.ecore#//XSDSchema"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DOMDocument" instanceClassName="org.w3c.dom.Document">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the org.w3c.dom.Document non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageReference" abstract="true" eSuperTypes="#//ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eMessage" lowerBound="1"
eType="#//Message"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IElementExtensible" instanceClassName="javax.wsdl.extensions.ElementExtensible"
abstract="true" interface="true">
<eOperations name="getExtensibilityElements" eType="#//IList"/>
<eOperations name="addExtensibilityElement">
<eParameters name="extElement" eType="#//IExtensibilityElement"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IAttributeExtensible" instanceClassName="javax.wsdl.extensions.AttributeExtensible"
abstract="true" interface="true">
<eOperations name="getExtensionAttribute" eType="#//IObject">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="setExtensionAttribute">
<eParameters name="name" eType="#//QName"/>
<eParameters name="value" eType="#//IObject"/>
</eOperations>
<eOperations name="getExtensionAttributes" eType="#//IMap"/>
<eOperations name="getNativeAttributeNames" eType="#//IList"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IObject" instanceClassName="java.lang.Object"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ISchema" instanceClassName="javax.wsdl.extensions.schema.Schema"
abstract="true" interface="true" eSuperTypes="#//IExtensibilityElement"/>
</ecore:EPackage>
| github:ecore:/data/norcasitas/Tesis-Jaimez-PereyraOrcasitas/proyecto_eclipse/ecore_models/wsdl/WSDL.ecore | ecore | wsdl
WSDLElement
getEnclosingDefinition
setEnclosingDefinition
definition
documentationElement
element
PortType
qName
undefined
eOperations
Operation
style
name
undefined
eInput
eOutput
eFaults
eParameterOrdering
documentation
Message
qName
undefined
eParts
Part
name
elementName
typeName
typeDefinition
elementDeclaration
eMessage
Binding
qName
undefined
ePortType
eBindingOperations
BindingOperation
name
eOperation
eBindingInput
eBindingOutput
eBindingFaults
Service
qName
undefined
ePorts
Port
name
eBinding
ExtensibilityElement
required
elementType
Definition
getDocument
setDocument
document
targetNamespace
location
qName
encoding
eImports
eTypes
eMessages
ePortTypes
eBindings
eServices
eNamespaces
Import
getSchema
setSchema
schema
namespaceURI
locationURI
eDefinition
eSchema
ExtensibleElement
eExtensibilityElements
Input
Output
Fault
BindingInput
getInput
setInput
input
name
eInput
BindingOutput
getOutput
setOutput
output
name
eOutput
BindingFault
getFault
setFault
fault
name
eFault
QName
javax.xml.namespace.QName
javax.xml.namespace.QName
Namespace
URI
prefix
OperationType
javax.wsdl.OperationType
javax.wsdl.OperationType
IPortType
javax.wsdl.PortType
javax.wsdl.PortType
addOperation
operation
getOperation
name
inputName
outputName
getOperations
IOperation
javax.wsdl.Operation
javax.wsdl.Operation
addFault
fault
getFault
name
getFaults
getParameterOrdering
setParameterOrdering
parameterOrder
getInput
setInput
input
getOutput
setOutput
output
IInput
javax.wsdl.Input
javax.wsdl.Input
getMessage
setMessage
message
IOutput
javax.wsdl.Output
javax.wsdl.Output
getMessage
setMessage
message
IFault
javax.wsdl.Fault
javax.wsdl.Fault
getMessage
setMessage
message
IMessage
javax.wsdl.Message
javax.wsdl.Message
addPart
part
getPart
name
getParts
getOrderedParts
partOrder
IPart
javax.wsdl.Part
javax.wsdl.Part
IService
javax.wsdl.Service
javax.wsdl.Service
addPort
port
getPorts
getPort
name
IPort
javax.wsdl.Port
javax.wsdl.Port
getBinding
setBinding
binding
IBinding
javax.wsdl.Binding
javax.wsdl.Binding
addBindingOperation
bindingOperation
getBindingOperation
name
inputName
outputName
getBindingOperations
getPortType
setPortType
portType
IBindingOperation
javax.wsdl.BindingOperation
javax.wsdl.BindingOperation
addBindingFault
bindingFault
getBindingFault
name
getBindingFaults
getOperation
setOperation
operation
getBindingInput
setBindingInput
bindingInput
getBindingOutput
setBindingOutput
bindingOutput
IBindingInput
javax.wsdl.BindingInput
javax.wsdl.BindingInput
IBindingOutput
javax.wsdl.BindingOutput
javax.wsdl.BindingOutput
IBindingFault
javax.wsdl.BindingFault
javax.wsdl.BindingFault
DOMElement
org.w3c.dom.Element
org.w3c.dom.Element
IExtensibilityElement
javax.wsdl.extensions.ExtensibilityElement
javax.wsdl.extensions.ExtensibilityElement
IDefinition
javax.wsdl.Definition
javax.wsdl.Definition
addBinding
binding
addImport
importDef
addMessage
message
addNamespace
prefix
namespaceURI
addPortType
portType
addService
service
createBindingFault
createBindingInput
createBindingOutput
createBindingOperation
createBinding
createFault
createImport
createInput
createMessage
createOperation
createOutput
createPart
createPort
createPortType
createService
getBinding
name
getBindings
getImports
getImports
namespaceURI
getMessage
name
getMessages
getNamespace
prefix
getNamespaces
getPortType
name
getPortTypes
getPrefix
namespaceURI
getService
name
getServices
getExtensionRegistry
setExtensionRegistry
extensionRegistry
getDocumentBaseURI
setDocumentBaseURI
documentBase
createTypes
removeService
name
removeBinding
name
removePortType
name
removeMessage
name
getTypes
setTypes
types
toString
IImport
javax.wsdl.Import
javax.wsdl.Import
IList
java.util.List
java.util.List
IMap
java.util.Map
java.util.Map
IURL
java.net.URL
java.net.URL
IExtensionRegistry
javax.wsdl.extensions.ExtensionRegistry
javax.wsdl.extensions.ExtensionRegistry
Types
getSchemas
getSchemas
namespaceURI
IIterator
java.util.Iterator
java.util.Iterator
WSDLException
javax.wsdl.WSDLException
javax.wsdl.WSDLException
ITypes
javax.wsdl.Types
javax.wsdl.Types
UnknownExtensibilityElement
children
XSDSchemaExtensibilityElement
documentBaseURI
schema
DOMDocument
org.w3c.dom.Document
org.w3c.dom.Document
MessageReference
name
eMessage
IElementExtensible
javax.wsdl.extensions.ElementExtensible
javax.wsdl.extensions.ElementExtensible
getExtensibilityElements
addExtensibilityElement
extElement
IAttributeExtensible
javax.wsdl.extensions.AttributeExtensible
javax.wsdl.extensions.AttributeExtensible
getExtensionAttribute
name
setExtensionAttribute
name
value
getExtensionAttributes
getNativeAttributeNames
IObject
java.lang.Object
java.lang.Object
ISchema
javax.wsdl.extensions.schema.Schema
javax.wsdl.extensions.schema.Schema | null | {"directed":true,"nodes":[{"nsPrefix":"wsdl","nsURI":"http://www.eclipse.org/wsdl/2003/WSDL","name":"wsdl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WSDLElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Part","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingOperation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensibilityElement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensibleElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fault","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingInput","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingOutput","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingFault","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.xml.namespace.QName","defaultValue":null,"instanceClassName":"javax.xml.namespace.QName","name":"QName","instanceClass":"javax.xml.namespace.QName","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.OperationType","defaultValue":null,"instanceClassName":"javax.wsdl.OperationType","name":"OperationType","instanceClass":null,"id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.wsdl.PortType","defaultValue":null,"instanceClassName":"javax.wsdl.PortType","name":"IPortType","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Operation","defaultValue":null,"instanceClassName":"javax.wsdl.Operation","name":"IOperation","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Input","defaultValue":null,"instanceClassName":"javax.wsdl.Input","name":"IInput","instanceClass":null,"abstract":true,"id":25,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Output","defaultValue":null,"instanceClassName":"javax.wsdl.Output","name":"IOutput","instanceClass":null,"abstract":true,"id":26,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Fault","defaultValue":null,"instanceClassName":"javax.wsdl.Fault","name":"IFault","instanceClass":null,"abstract":true,"id":27,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Message","defaultValue":null,"instanceClassName":"javax.wsdl.Message","name":"IMessage","instanceClass":null,"abstract":true,"id":28,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Part","defaultValue":null,"instanceClassName":"javax.wsdl.Part","name":"IPart","instanceClass":null,"abstract":true,"id":29,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Service","defaultValue":null,"instanceClassName":"javax.wsdl.Service","name":"IService","instanceClass":null,"abstract":true,"id":30,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Port","defaultValue":null,"instanceClassName":"javax.wsdl.Port","name":"IPort","instanceClass":null,"abstract":true,"id":31,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Binding","defaultValue":null,"instanceClassName":"javax.wsdl.Binding","name":"IBinding","instanceClass":null,"abstract":true,"id":32,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.BindingOperation","defaultValue":null,"instanceClassName":"javax.wsdl.BindingOperation","name":"IBindingOperation","instanceClass":null,"abstract":true,"id":33,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.BindingInput","defaultValue":null,"instanceClassName":"javax.wsdl.BindingInput","name":"IBindingInput","instanceClass":null,"abstract":true,"id":34,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.BindingOutput","defaultValue":null,"instanceClassName":"javax.wsdl.BindingOutput","name":"IBindingOutput","instanceClass":null,"abstract":true,"id":35,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.BindingFault","defaultValue":null,"instanceClassName":"javax.wsdl.BindingFault","name":"IBindingFault","instanceClass":null,"abstract":true,"id":36,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.w3c.dom.Element","defaultValue":null,"instanceClassName":"org.w3c.dom.Element","name":"DOMElement","instanceClass":"org.w3c.dom.Element","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.wsdl.extensions.ExtensibilityElement","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.ExtensibilityElement","name":"IExtensibilityElement","instanceClass":null,"abstract":true,"id":38,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Definition","defaultValue":null,"instanceClassName":"javax.wsdl.Definition","name":"IDefinition","instanceClass":null,"abstract":true,"id":39,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Import","defaultValue":null,"instanceClassName":"javax.wsdl.Import","name":"IImport","instanceClass":null,"abstract":true,"id":40,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"IList","instanceClass":"java.util.List","abstract":true,"id":41,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"IMap","instanceClass":"java.util.Map","abstract":true,"id":42,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.net.URL","defaultValue":null,"instanceClassName":"java.net.URL","name":"IURL","instanceClass":"java.net.URL","abstract":true,"id":43,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.ExtensionRegistry","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.ExtensionRegistry","name":"IExtensionRegistry","instanceClass":null,"abstract":true,"id":44,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Types","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Iterator","defaultValue":null,"instanceClassName":"java.util.Iterator","name":"IIterator","instanceClass":"java.util.Iterator","abstract":true,"id":46,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.WSDLException","defaultValue":null,"instanceClassName":"javax.wsdl.WSDLException","name":"WSDLException","instanceClass":null,"id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.wsdl.Types","defaultValue":null,"instanceClassName":"javax.wsdl.Types","name":"ITypes","instanceClass":null,"abstract":true,"id":48,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownExtensibilityElement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchemaExtensibilityElement","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.w3c.dom.Document","defaultValue":null,"instanceClassName":"org.w3c.dom.Document","name":"DOMDocument","instanceClass":"org.w3c.dom.Document","id":51,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageReference","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.ElementExtensible","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.ElementExtensible","name":"IElementExtensible","instanceClass":null,"abstract":true,"id":53,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.AttributeExtensible","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.AttributeExtensible","name":"IAttributeExtensible","instanceClass":null,"abstract":true,"id":54,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"IObject","instanceClass":"java.lang.Object","abstract":true,"id":55,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.schema.Schema","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.schema.Schema","name":"ISchema","instanceClass":null,"abstract":true,"id":56,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEnclosingDefinition","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setEnclosingDefinition","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentationElement","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"element","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"definition","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eFaults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eParameterOrdering","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementName","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ePortType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindingOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindingInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindingOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindingFaults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ePorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eBinding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"elementType","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDocument","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDocument","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetNamespace","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"encoding","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eImports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eMessages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ePortTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eNamespaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"document","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSchema","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setSchema","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespaceURI","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locationURI","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eSchema","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"schema","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EParameter"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eExtensibilityElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInput","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setInput","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eInput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"input","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EParameter"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOutput","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setOutput","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOutput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"output","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EParameter"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFault","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setFault","lowerBound":0,"id":234,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eFault","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fault","lowerBound":0,"id":240,"many":false,"required":false,"eClass":"EParameter"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"URI","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addOperation","lowerBound":0,"id":248,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperation","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperations","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EOperation"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EParameter"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":255,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputName","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"outputName","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EParameter"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addFault","lowerBound":0,"id":262,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFault","lowerBound":0,"id":263,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFaults","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameterOrdering","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setParameterOrdering","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInput","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setInput","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOutput","lowerBound":0,"id":269,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setOutput","lowerBound":0,"id":270,"many":false,"required":false,"eClass":"EOperation"},{"id":271,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fault","lowerBound":0,"id":272,"many":false,"required":false,"eClass":"EParameter"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":275,"many":false,"required":false,"eClass":"EParameter"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameterOrder","lowerBound":0,"id":279,"many":false,"required":false,"eClass":"EParameter"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"input","lowerBound":0,"id":282,"many":false,"required":false,"eClass":"EParameter"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"output","lowerBound":0,"id":285,"many":false,"required":false,"eClass":"EParameter"},{"id":286,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":287,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setMessage","lowerBound":0,"id":288,"many":false,"required":false,"eClass":"EOperation"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":0,"id":291,"many":false,"required":false,"eClass":"EParameter"},{"id":292,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":293,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setMessage","lowerBound":0,"id":294,"many":false,"required":false,"eClass":"EOperation"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":0,"id":297,"many":false,"required":false,"eClass":"EParameter"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":299,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setMessage","lowerBound":0,"id":300,"many":false,"required":false,"eClass":"EOperation"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":0,"id":303,"many":false,"required":false,"eClass":"EParameter"},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addPart","lowerBound":0,"id":305,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPart","lowerBound":0,"id":306,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParts","lowerBound":0,"id":307,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOrderedParts","lowerBound":0,"id":308,"many":false,"required":false,"eClass":"EOperation"},{"id":309,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"part","lowerBound":0,"id":310,"many":false,"required":false,"eClass":"EParameter"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":313,"many":false,"required":false,"eClass":"EParameter"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"partOrder","lowerBound":0,"id":317,"many":false,"required":false,"eClass":"EParameter"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addPort","lowerBound":0,"id":320,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPorts","lowerBound":0,"id":321,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPort","lowerBound":0,"id":322,"many":false,"required":false,"eClass":"EOperation"},{"id":323,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"port","lowerBound":0,"id":324,"many":false,"required":false,"eClass":"EParameter"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":328,"many":false,"required":false,"eClass":"EParameter"},{"id":329,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBinding","lowerBound":0,"id":330,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setBinding","lowerBound":0,"id":331,"many":false,"required":false,"eClass":"EOperation"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"binding","lowerBound":0,"id":334,"many":false,"required":false,"eClass":"EParameter"},{"id":335,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addBindingOperation","lowerBound":0,"id":336,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingOperation","lowerBound":0,"id":337,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingOperations","lowerBound":0,"id":338,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPortType","lowerBound":0,"id":339,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setPortType","lowerBound":0,"id":340,"many":false,"required":false,"eClass":"EOperation"},{"id":341,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bindingOperation","lowerBound":0,"id":342,"many":false,"required":false,"eClass":"EParameter"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":345,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputName","lowerBound":0,"id":346,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"outputName","lowerBound":0,"id":347,"many":false,"required":false,"eClass":"EParameter"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"portType","lowerBound":0,"id":353,"many":false,"required":false,"eClass":"EParameter"},{"id":354,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addBindingFault","lowerBound":0,"id":355,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingFault","lowerBound":0,"id":356,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingFaults","lowerBound":0,"id":357,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperation","lowerBound":0,"id":358,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setOperation","lowerBound":0,"id":359,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingInput","lowerBound":0,"id":360,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setBindingInput","lowerBound":0,"id":361,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingOutput","lowerBound":0,"id":362,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setBindingOutput","lowerBound":0,"id":363,"many":false,"required":false,"eClass":"EOperation"},{"id":364,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bindingFault","lowerBound":0,"id":365,"many":false,"required":false,"eClass":"EParameter"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":368,"many":false,"required":false,"eClass":"EParameter"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":372,"many":false,"required":false,"eClass":"EParameter"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bindingInput","lowerBound":0,"id":375,"many":false,"required":false,"eClass":"EParameter"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bindingOutput","lowerBound":0,"id":378,"many":false,"required":false,"eClass":"EParameter"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addBinding","lowerBound":0,"id":383,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addImport","lowerBound":0,"id":384,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addMessage","lowerBound":0,"id":385,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addNamespace","lowerBound":0,"id":386,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addPortType","lowerBound":0,"id":387,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addService","lowerBound":0,"id":388,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBindingFault","lowerBound":0,"id":389,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBindingInput","lowerBound":0,"id":390,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBindingOutput","lowerBound":0,"id":391,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBindingOperation","lowerBound":0,"id":392,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBinding","lowerBound":0,"id":393,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFault","lowerBound":0,"id":394,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createImport","lowerBound":0,"id":395,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createInput","lowerBound":0,"id":396,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createMessage","lowerBound":0,"id":397,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createOperation","lowerBound":0,"id":398,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createOutput","lowerBound":0,"id":399,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPart","lowerBound":0,"id":400,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPort","lowerBound":0,"id":401,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPortType","lowerBound":0,"id":402,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createService","lowerBound":0,"id":403,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBinding","lowerBound":0,"id":404,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindings","lowerBound":0,"id":405,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getImports","lowerBound":0,"id":406,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getImports","lowerBound":0,"id":407,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":408,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessages","lowerBound":0,"id":409,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNamespace","lowerBound":0,"id":410,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNamespaces","lowerBound":0,"id":411,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPortType","lowerBound":0,"id":412,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPortTypes","lowerBound":0,"id":413,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPrefix","lowerBound":0,"id":414,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getService","lowerBound":0,"id":415,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getServices","lowerBound":0,"id":416,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtensionRegistry","lowerBound":0,"id":417,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setExtensionRegistry","lowerBound":0,"id":418,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDocumentBaseURI","lowerBound":0,"id":419,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDocumentBaseURI","lowerBound":0,"id":420,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createTypes","lowerBound":0,"id":421,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeService","lowerBound":0,"id":422,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeBinding","lowerBound":0,"id":423,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removePortType","lowerBound":0,"id":424,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMessage","lowerBound":0,"id":425,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTypes","lowerBound":0,"id":426,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTypes","lowerBound":0,"id":427,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":428,"many":false,"required":false,"eClass":"EOperation"},{"id":429,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"binding","lowerBound":0,"id":430,"many":false,"required":false,"eClass":"EParameter"},{"id":431,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"importDef","lowerBound":0,"id":432,"many":false,"required":false,"eClass":"EParameter"},{"id":433,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":0,"id":434,"many":false,"required":false,"eClass":"EParameter"},{"id":435,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"prefix","lowerBound":0,"id":436,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespaceURI","lowerBound":0,"id":437,"many":false,"required":false,"eClass":"EParameter"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"portType","lowerBound":0,"id":440,"many":false,"required":false,"eClass":"EParameter"},{"id":441,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"service","lowerBound":0,"id":442,"many":false,"required":false,"eClass":"EParameter"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":460,"many":false,"required":false,"eClass":"EParameter"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespaceURI","lowerBound":0,"id":465,"many":false,"required":false,"eClass":"EParameter"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":468,"many":false,"required":false,"eClass":"EParameter"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"prefix","lowerBound":0,"id":472,"many":false,"required":false,"eClass":"EParameter"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":476,"many":false,"required":false,"eClass":"EParameter"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespaceURI","lowerBound":0,"id":480,"many":false,"required":false,"eClass":"EParameter"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":483,"many":false,"required":false,"eClass":"EParameter"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"extensionRegistry","lowerBound":0,"id":487,"many":false,"required":false,"eClass":"EParameter"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"documentBase","lowerBound":0,"id":490,"many":false,"required":false,"eClass":"EParameter"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":494,"many":false,"required":false,"eClass":"EParameter"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":497,"many":false,"required":false,"eClass":"EParameter"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":500,"many":false,"required":false,"eClass":"EParameter"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":503,"many":false,"required":false,"eClass":"EParameter"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"types","lowerBound":0,"id":506,"many":false,"required":false,"eClass":"EParameter"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSchemas","lowerBound":0,"id":510,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSchemas","lowerBound":0,"id":511,"many":false,"required":false,"eClass":"EOperation"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespaceURI","lowerBound":0,"id":516,"many":false,"required":false,"eClass":"EParameter"},{"id":517,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentBaseURI","changeable":true,"lowerBound":0,"iD":false,"id":521,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schema","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":527,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eMessage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtensibilityElements","lowerBound":0,"id":532,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addExtensibilityElement","lowerBound":0,"id":533,"many":false,"required":false,"eClass":"EOperation"},{"id":534,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"extElement","lowerBound":0,"id":535,"many":false,"required":false,"eClass":"EParameter"},{"id":536,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtensionAttribute","lowerBound":0,"id":537,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setExtensionAttribute","lowerBound":0,"id":538,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtensionAttributes","lowerBound":0,"id":539,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNativeAttributeNames","lowerBound":0,"id":540,"many":false,"required":false,"eClass":"EOperation"},{"id":541,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":542,"many":false,"required":false,"eClass":"EParameter"},{"id":543,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":544,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":545,"many":false,"required":false,"eClass":"EParameter"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":1,"target":0},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":57,"target":11},{"source":57,"target":61},{"source":57,"target":1},{"source":61,"target":11},{"source":58,"target":1},{"source":58,"target":62},{"source":62,"target":11},{"source":62,"target":63},{"source":62,"target":58},{"source":63,"target":11},{"source":59,"target":37},{"source":59,"target":64},{"source":59,"target":1},{"source":64,"target":37},{"source":60,"target":37},{"source":60,"target":65},{"source":60,"target":1},{"source":65,"target":37},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":23},{"source":2,"target":66},{"source":2,"target":67},{"source":2,"target":68},{"source":2,"target":69},{"source":2,"target":70},{"source":66,"target":20},{"source":66,"target":71},{"source":66,"target":2},{"source":71,"target":20},{"source":67,"target":72},{"source":67,"target":2},{"source":68,"target":3},{"source":68,"target":73},{"source":68,"target":2},{"source":73,"target":3},{"source":69,"target":13},{"source":70,"target":23},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":24},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":74,"target":22},{"source":74,"target":84},{"source":74,"target":3},{"source":84,"target":22},{"source":75,"target":85},{"source":75,"target":3},{"source":76,"target":86},{"source":76,"target":3},{"source":77,"target":14},{"source":77,"target":87},{"source":77,"target":3},{"source":87,"target":14},{"source":78,"target":15},{"source":78,"target":88},{"source":78,"target":3},{"source":88,"target":15},{"source":79,"target":16},{"source":79,"target":89},{"source":79,"target":3},{"source":89,"target":16},{"source":80,"target":5},{"source":80,"target":90},{"source":80,"target":3},{"source":90,"target":5},{"source":81,"target":91},{"source":81,"target":3},{"source":82,"target":13},{"source":83,"target":24},{"source":4,"target":0},{"source":4,"target":13},{"source":4,"target":28},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"source":4,"target":95},{"source":4,"target":96},{"source":92,"target":20},{"source":92,"target":97},{"source":92,"target":4},{"source":97,"target":20},{"source":93,"target":98},{"source":93,"target":4},{"source":94,"target":5},{"source":94,"target":99},{"source":94,"target":4},{"source":99,"target":5},{"source":95,"target":13},{"source":96,"target":28},{"source":5,"target":0},{"source":5,"target":13},{"source":5,"target":29},{"source":5,"target":100},{"source":5,"target":101},{"source":5,"target":102},{"source":5,"target":103},{"source":5,"target":104},{"source":5,"target":105},{"source":5,"target":106},{"source":5,"target":107},{"source":100,"target":108},{"source":100,"target":5},{"source":101,"target":20},{"source":101,"target":109},{"source":101,"target":5},{"source":109,"target":20},{"source":102,"target":20},{"source":102,"target":110},{"source":102,"target":5},{"source":110,"target":20},{"source":103,"target":111},{"source":103,"target":5},{"source":104,"target":112},{"source":104,"target":5},{"source":105,"target":4},{"source":105,"target":113},{"source":105,"target":5},{"source":113,"target":4},{"source":106,"target":13},{"source":107,"target":29},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":32},{"source":6,"target":114},{"source":6,"target":115},{"source":6,"target":116},{"source":6,"target":117},{"source":6,"target":118},{"source":6,"target":119},{"source":114,"target":20},{"source":114,"target":120},{"source":114,"target":6},{"source":120,"target":20},{"source":115,"target":121},{"source":115,"target":6},{"source":116,"target":2},{"source":116,"target":122},{"source":116,"target":6},{"source":122,"target":2},{"source":117,"target":7},{"source":117,"target":123},{"source":117,"target":6},{"source":123,"target":7},{"source":118,"target":13},{"source":119,"target":32},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":33},{"source":7,"target":124},{"source":7,"target":125},{"source":7,"target":126},{"source":7,"target":127},{"source":7,"target":128},{"source":7,"target":129},{"source":7,"target":130},{"source":124,"target":131},{"source":124,"target":7},{"source":125,"target":3},{"source":125,"target":132},{"source":125,"target":7},{"source":132,"target":3},{"source":126,"target":17},{"source":126,"target":133},{"source":126,"target":7},{"source":133,"target":17},{"source":127,"target":18},{"source":127,"target":134},{"source":127,"target":7},{"source":134,"target":18},{"source":128,"target":19},{"source":128,"target":135},{"source":128,"target":7},{"source":135,"target":19},{"source":129,"target":13},{"source":130,"target":33},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":30},{"source":8,"target":136},{"source":8,"target":137},{"source":8,"target":138},{"source":8,"target":139},{"source":8,"target":140},{"source":136,"target":20},{"source":136,"target":141},{"source":136,"target":8},{"source":141,"target":20},{"source":137,"target":142},{"source":137,"target":8},{"source":138,"target":9},{"source":138,"target":143},{"source":138,"target":8},{"source":143,"target":9},{"source":139,"target":13},{"source":140,"target":30},{"source":9,"target":0},{"source":9,"target":13},{"source":9,"target":31},{"source":9,"target":144},{"source":9,"target":145},{"source":9,"target":146},{"source":9,"target":147},{"source":144,"target":148},{"source":144,"target":9},{"source":145,"target":6},{"source":145,"target":149},{"source":145,"target":9},{"source":149,"target":6},{"source":146,"target":13},{"source":147,"target":31},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":38},{"source":10,"target":150},{"source":10,"target":151},{"source":10,"target":152},{"source":10,"target":153},{"source":150,"target":154},{"source":150,"target":10},{"source":151,"target":20},{"source":151,"target":155},{"source":151,"target":10},{"source":155,"target":20},{"source":152,"target":1},{"source":153,"target":38},{"source":11,"target":0},{"source":11,"target":13},{"source":11,"target":39},{"source":11,"target":156},{"source":11,"target":157},{"source":11,"target":158},{"source":11,"target":159},{"source":11,"target":160},{"source":11,"target":161},{"source":11,"target":162},{"source":11,"target":163},{"source":11,"target":164},{"source":11,"target":165},{"source":11,"target":166},{"source":11,"target":167},{"source":11,"target":168},{"source":11,"target":169},{"source":11,"target":170},{"source":156,"target":51},{"source":156,"target":171},{"source":156,"target":11},{"source":171,"target":51},{"source":157,"target":11},{"source":157,"target":172},{"source":172,"target":51},{"source":172,"target":173},{"source":172,"target":157},{"source":173,"target":51},{"source":158,"target":174},{"source":158,"target":11},{"source":159,"target":175},{"source":159,"target":11},{"source":160,"target":20},{"source":160,"target":176},{"source":160,"target":11},{"source":176,"target":20},{"source":161,"target":177},{"source":161,"target":11},{"source":162,"target":12},{"source":162,"target":178},{"source":162,"target":11},{"source":178,"target":12},{"source":163,"target":45},{"source":163,"target":179},{"source":163,"target":11},{"source":179,"target":45},{"source":164,"target":4},{"source":164,"target":180},{"source":164,"target":11},{"source":180,"target":4},{"source":165,"target":2},{"source":165,"target":181},{"source":165,"target":11},{"source":181,"target":2},{"source":166,"target":6},{"source":166,"target":182},{"source":166,"target":11},{"source":182,"target":6},{"source":167,"target":8},{"source":167,"target":183},{"source":167,"target":11},{"source":183,"target":8},{"source":168,"target":21},{"source":168,"target":184},{"source":168,"target":11},{"source":184,"target":21},{"source":169,"target":13},{"source":170,"target":39},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":40},{"source":12,"target":185},{"source":12,"target":186},{"source":12,"target":187},{"source":12,"target":188},{"source":12,"target":189},{"source":12,"target":190},{"source":12,"target":191},{"source":12,"target":192},{"source":185,"target":193},{"source":185,"target":12},{"source":186,"target":12},{"source":186,"target":194},{"source":194,"target":195},{"source":194,"target":186},{"source":187,"target":196},{"source":187,"target":12},{"source":188,"target":197},{"source":188,"target":12},{"source":189,"target":11},{"source":189,"target":198},{"source":189,"target":12},{"source":198,"target":11},{"source":190,"target":199},{"source":190,"target":12},{"source":191,"target":13},{"source":192,"target":40},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":53},{"source":13,"target":54},{"source":13,"target":200},{"source":13,"target":201},{"source":13,"target":202},{"source":13,"target":203},{"source":200,"target":10},{"source":200,"target":204},{"source":200,"target":13},{"source":204,"target":10},{"source":201,"target":1},{"source":202,"target":53},{"source":203,"target":54},{"source":14,"target":0},{"source":14,"target":52},{"source":14,"target":25},{"source":14,"target":205},{"source":14,"target":206},{"source":205,"target":52},{"source":206,"target":25},{"source":15,"target":0},{"source":15,"target":52},{"source":15,"target":26},{"source":15,"target":207},{"source":15,"target":208},{"source":207,"target":52},{"source":208,"target":26},{"source":16,"target":0},{"source":16,"target":52},{"source":16,"target":27},{"source":16,"target":209},{"source":16,"target":210},{"source":209,"target":52},{"source":210,"target":27},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":34},{"source":17,"target":211},{"source":17,"target":212},{"source":17,"target":213},{"source":17,"target":214},{"source":17,"target":215},{"source":17,"target":216},{"source":211,"target":25},{"source":211,"target":217},{"source":211,"target":17},{"source":217,"target":25},{"source":212,"target":17},{"source":212,"target":218},{"source":218,"target":25},{"source":218,"target":219},{"source":218,"target":212},{"source":219,"target":25},{"source":213,"target":220},{"source":213,"target":17},{"source":214,"target":14},{"source":214,"target":221},{"source":214,"target":17},{"source":221,"target":14},{"source":215,"target":13},{"source":216,"target":34},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":35},{"source":18,"target":222},{"source":18,"target":223},{"source":18,"target":224},{"source":18,"target":225},{"source":18,"target":226},{"source":18,"target":227},{"source":222,"target":26},{"source":222,"target":228},{"source":222,"target":18},{"source":228,"target":26},{"source":223,"target":18},{"source":223,"target":229},{"source":229,"target":26},{"source":229,"target":230},{"source":229,"target":223},{"source":230,"target":26},{"source":224,"target":231},{"source":224,"target":18},{"source":225,"target":15},{"source":225,"target":232},{"source":225,"target":18},{"source":232,"target":15},{"source":226,"target":13},{"source":227,"target":35},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":36},{"source":19,"target":233},{"source":19,"target":234},{"source":19,"target":235},{"source":19,"target":236},{"source":19,"target":237},{"source":19,"target":238},{"source":233,"target":27},{"source":233,"target":239},{"source":233,"target":19},{"source":239,"target":27},{"source":234,"target":19},{"source":234,"target":240},{"source":240,"target":27},{"source":240,"target":241},{"source":240,"target":234},{"source":241,"target":27},{"source":235,"target":242},{"source":235,"target":19},{"source":236,"target":16},{"source":236,"target":243},{"source":236,"target":19},{"source":243,"target":16},{"source":237,"target":13},{"source":238,"target":36},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":244},{"source":21,"target":245},{"source":244,"target":246},{"source":244,"target":21},{"source":245,"target":247},{"source":245,"target":21},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":54},{"source":23,"target":248},{"source":23,"target":249},{"source":23,"target":250},{"source":23,"target":251},{"source":248,"target":23},{"source":248,"target":252},{"source":252,"target":24},{"source":252,"target":253},{"source":252,"target":248},{"source":253,"target":24},{"source":249,"target":24},{"source":249,"target":254},{"source":249,"target":23},{"source":249,"target":255},{"source":249,"target":256},{"source":249,"target":257},{"source":254,"target":24},{"source":255,"target":258},{"source":255,"target":249},{"source":256,"target":259},{"source":256,"target":249},{"source":257,"target":260},{"source":257,"target":249},{"source":250,"target":41},{"source":250,"target":261},{"source":250,"target":23},{"source":261,"target":41},{"source":251,"target":54},{"source":24,"target":0},{"source":24,"target":53},{"source":24,"target":262},{"source":24,"target":263},{"source":24,"target":264},{"source":24,"target":265},{"source":24,"target":266},{"source":24,"target":267},{"source":24,"target":268},{"source":24,"target":269},{"source":24,"target":270},{"source":24,"target":271},{"source":262,"target":24},{"source":262,"target":272},{"source":272,"target":27},{"source":272,"target":273},{"source":272,"target":262},{"source":273,"target":27},{"source":263,"target":27},{"source":263,"target":274},{"source":263,"target":24},{"source":263,"target":275},{"source":274,"target":27},{"source":275,"target":276},{"source":275,"target":263},{"source":264,"target":42},{"source":264,"target":277},{"source":264,"target":24},{"source":277,"target":42},{"source":265,"target":41},{"source":265,"target":278},{"source":265,"target":24},{"source":278,"target":41},{"source":266,"target":24},{"source":266,"target":279},{"source":279,"target":41},{"source":279,"target":280},{"source":279,"target":266},{"source":280,"target":41},{"source":267,"target":25},{"source":267,"target":281},{"source":267,"target":24},{"source":281,"target":25},{"source":268,"target":24},{"source":268,"target":282},{"source":282,"target":25},{"source":282,"target":283},{"source":282,"target":268},{"source":283,"target":25},{"source":269,"target":26},{"source":269,"target":284},{"source":269,"target":24},{"source":284,"target":26},{"source":270,"target":24},{"source":270,"target":285},{"source":285,"target":26},{"source":285,"target":286},{"source":285,"target":270},{"source":286,"target":26},{"source":271,"target":53},{"source":25,"target":0},{"source":25,"target":54},{"source":25,"target":287},{"source":25,"target":288},{"source":25,"target":289},{"source":287,"target":28},{"source":287,"target":290},{"source":287,"target":25},{"source":290,"target":28},{"source":288,"target":25},{"source":288,"target":291},{"source":291,"target":28},{"source":291,"target":292},{"source":291,"target":288},{"source":292,"target":28},{"source":289,"target":54},{"source":26,"target":0},{"source":26,"target":54},{"source":26,"target":293},{"source":26,"target":294},{"source":26,"target":295},{"source":293,"target":28},{"source":293,"target":296},{"source":293,"target":26},{"source":296,"target":28},{"source":294,"target":26},{"source":294,"target":297},{"source":297,"target":28},{"source":297,"target":298},{"source":297,"target":294},{"source":298,"target":28},{"source":295,"target":54},{"source":27,"target":0},{"source":27,"target":54},{"source":27,"target":299},{"source":27,"target":300},{"source":27,"target":301},{"source":299,"target":28},{"source":299,"target":302},{"source":299,"target":27},{"source":302,"target":28},{"source":300,"target":27},{"source":300,"target":303},{"source":303,"target":28},{"source":303,"target":304},{"source":303,"target":300},{"source":304,"target":28},{"source":301,"target":54},{"source":28,"target":0},{"source":28,"target":53},{"source":28,"target":305},{"source":28,"target":306},{"source":28,"target":307},{"source":28,"target":308},{"source":28,"target":309},{"source":305,"target":28},{"source":305,"target":310},{"source":310,"target":29},{"source":310,"target":311},{"source":310,"target":305},{"source":311,"target":29},{"source":306,"target":29},{"source":306,"target":312},{"source":306,"target":28},{"source":306,"target":313},{"source":312,"target":29},{"source":313,"target":314},{"source":313,"target":306},{"source":307,"target":42},{"source":307,"target":315},{"source":307,"target":28},{"source":315,"target":42},{"source":308,"target":41},{"source":308,"target":316},{"source":308,"target":28},{"source":308,"target":317},{"source":316,"target":41},{"source":317,"target":41},{"source":317,"target":318},{"source":317,"target":308},{"source":318,"target":41},{"source":309,"target":53},{"source":29,"target":0},{"source":29,"target":54},{"source":29,"target":319},{"source":319,"target":54},{"source":30,"target":0},{"source":30,"target":53},{"source":30,"target":320},{"source":30,"target":321},{"source":30,"target":322},{"source":30,"target":323},{"source":320,"target":30},{"source":320,"target":324},{"source":324,"target":31},{"source":324,"target":325},{"source":324,"target":320},{"source":325,"target":31},{"source":321,"target":42},{"source":321,"target":326},{"source":321,"target":30},{"source":326,"target":42},{"source":322,"target":31},{"source":322,"target":327},{"source":322,"target":30},{"source":322,"target":328},{"source":327,"target":31},{"source":328,"target":329},{"source":328,"target":322},{"source":323,"target":53},{"source":31,"target":0},{"source":31,"target":53},{"source":31,"target":330},{"source":31,"target":331},{"source":31,"target":332},{"source":330,"target":32},{"source":330,"target":333},{"source":330,"target":31},{"source":333,"target":32},{"source":331,"target":31},{"source":331,"target":334},{"source":334,"target":32},{"source":334,"target":335},{"source":334,"target":331},{"source":335,"target":32},{"source":332,"target":53},{"source":32,"target":0},{"source":32,"target":53},{"source":32,"target":336},{"source":32,"target":337},{"source":32,"target":338},{"source":32,"target":339},{"source":32,"target":340},{"source":32,"target":341},{"source":336,"target":32},{"source":336,"target":342},{"source":342,"target":33},{"source":342,"target":343},{"source":342,"target":336},{"source":343,"target":33},{"source":337,"target":33},{"source":337,"target":344},{"source":337,"target":32},{"source":337,"target":345},{"source":337,"target":346},{"source":337,"target":347},{"source":344,"target":33},{"source":345,"target":348},{"source":345,"target":337},{"source":346,"target":349},{"source":346,"target":337},{"source":347,"target":350},{"source":347,"target":337},{"source":338,"target":41},{"source":338,"target":351},{"source":338,"target":32},{"source":351,"target":41},{"source":339,"target":23},{"source":339,"target":352},{"source":339,"target":32},{"source":352,"target":23},{"source":340,"target":32},{"source":340,"target":353},{"source":353,"target":23},{"source":353,"target":354},{"source":353,"target":340},{"source":354,"target":23},{"source":341,"target":53},{"source":33,"target":0},{"source":33,"target":53},{"source":33,"target":355},{"source":33,"target":356},{"source":33,"target":357},{"source":33,"target":358},{"source":33,"target":359},{"source":33,"target":360},{"source":33,"target":361},{"source":33,"target":362},{"source":33,"target":363},{"source":33,"target":364},{"source":355,"target":33},{"source":355,"target":365},{"source":365,"target":36},{"source":365,"target":366},{"source":365,"target":355},{"source":366,"target":36},{"source":356,"target":36},{"source":356,"target":367},{"source":356,"target":33},{"source":356,"target":368},{"source":367,"target":36},{"source":368,"target":369},{"source":368,"target":356},{"source":357,"target":42},{"source":357,"target":370},{"source":357,"target":33},{"source":370,"target":42},{"source":358,"target":24},{"source":358,"target":371},{"source":358,"target":33},{"source":371,"target":24},{"source":359,"target":33},{"source":359,"target":372},{"source":372,"target":24},{"source":372,"target":373},{"source":372,"target":359},{"source":373,"target":24},{"source":360,"target":34},{"source":360,"target":374},{"source":360,"target":33},{"source":374,"target":34},{"source":361,"target":33},{"source":361,"target":375},{"source":375,"target":34},{"source":375,"target":376},{"source":375,"target":361},{"source":376,"target":34},{"source":362,"target":35},{"source":362,"target":377},{"source":362,"target":33},{"source":377,"target":35},{"source":363,"target":33},{"source":363,"target":378},{"source":378,"target":35},{"source":378,"target":379},{"source":378,"target":363},{"source":379,"target":35},{"source":364,"target":53},{"source":34,"target":0},{"source":34,"target":53},{"source":34,"target":380},{"source":380,"target":53},{"source":35,"target":0},{"source":35,"target":53},{"source":35,"target":381},{"source":381,"target":53},{"source":36,"target":0},{"source":36,"target":53},{"source":36,"target":382},{"source":382,"target":53},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":53},{"source":39,"target":383},{"source":39,"target":384},{"source":39,"target":385},{"source":39,"target":386},{"source":39,"target":387},{"source":39,"target":388},{"source":39,"target":389},{"source":39,"target":390},{"source":39,"target":391},{"source":39,"target":392},{"source":39,"target":393},{"source":39,"target":394},{"source":39,"target":395},{"source":39,"target":396},{"source":39,"target":397},{"source":39,"target":398},{"source":39,"target":399},{"source":39,"target":400},{"source":39,"target":401},{"source":39,"target":402},{"source":39,"target":403},{"source":39,"target":404},{"source":39,"target":405},{"source":39,"target":406},{"source":39,"target":407},{"source":39,"target":408},{"source":39,"target":409},{"source":39,"target":410},{"source":39,"target":411},{"source":39,"target":412},{"source":39,"target":413},{"source":39,"target":414},{"source":39,"target":415},{"source":39,"target":416},{"source":39,"target":417},{"source":39,"target":418},{"source":39,"target":419},{"source":39,"target":420},{"source":39,"target":421},{"source":39,"target":422},{"source":39,"target":423},{"source":39,"target":424},{"source":39,"target":425},{"source":39,"target":426},{"source":39,"target":427},{"source":39,"target":428},{"source":39,"target":429},{"source":383,"target":39},{"source":383,"target":430},{"source":430,"target":32},{"source":430,"target":431},{"source":430,"target":383},{"source":431,"target":32},{"source":384,"target":39},{"source":384,"target":432},{"source":432,"target":40},{"source":432,"target":433},{"source":432,"target":384},{"source":433,"target":40},{"source":385,"target":39},{"source":385,"target":434},{"source":434,"target":28},{"source":434,"target":435},{"source":434,"target":385},{"source":435,"target":28},{"source":386,"target":39},{"source":386,"target":436},{"source":386,"target":437},{"source":436,"target":438},{"source":436,"target":386},{"source":437,"target":439},{"source":437,"target":386},{"source":387,"target":39},{"source":387,"target":440},{"source":440,"target":23},{"source":440,"target":441},{"source":440,"target":387},{"source":441,"target":23},{"source":388,"target":39},{"source":388,"target":442},{"source":442,"target":30},{"source":442,"target":443},{"source":442,"target":388},{"source":443,"target":30},{"source":389,"target":36},{"source":389,"target":444},{"source":389,"target":39},{"source":444,"target":36},{"source":390,"target":34},{"source":390,"target":445},{"source":390,"target":39},{"source":445,"target":34},{"source":391,"target":35},{"source":391,"target":446},{"source":391,"target":39},{"source":446,"target":35},{"source":392,"target":33},{"source":392,"target":447},{"source":392,"target":39},{"source":447,"target":33},{"source":393,"target":32},{"source":393,"target":448},{"source":393,"target":39},{"source":448,"target":32},{"source":394,"target":27},{"source":394,"target":449},{"source":394,"target":39},{"source":449,"target":27},{"source":395,"target":40},{"source":395,"target":450},{"source":395,"target":39},{"source":450,"target":40},{"source":396,"target":25},{"source":396,"target":451},{"source":396,"target":39},{"source":451,"target":25},{"source":397,"target":28},{"source":397,"target":452},{"source":397,"target":39},{"source":452,"target":28},{"source":398,"target":24},{"source":398,"target":453},{"source":398,"target":39},{"source":453,"target":24},{"source":399,"target":26},{"source":399,"target":454},{"source":399,"target":39},{"source":454,"target":26},{"source":400,"target":29},{"source":400,"target":455},{"source":400,"target":39},{"source":455,"target":29},{"source":401,"target":31},{"source":401,"target":456},{"source":401,"target":39},{"source":456,"target":31},{"source":402,"target":23},{"source":402,"target":457},{"source":402,"target":39},{"source":457,"target":23},{"source":403,"target":30},{"source":403,"target":458},{"source":403,"target":39},{"source":458,"target":30},{"source":404,"target":32},{"source":404,"target":459},{"source":404,"target":39},{"source":404,"target":460},{"source":459,"target":32},{"source":460,"target":20},{"source":460,"target":461},{"source":460,"target":404},{"source":461,"target":20},{"source":405,"target":42},{"source":405,"target":462},{"source":405,"target":39},{"source":462,"target":42},{"source":406,"target":42},{"source":406,"target":463},{"source":406,"target":39},{"source":463,"target":42},{"source":407,"target":41},{"source":407,"target":464},{"source":407,"target":39},{"source":407,"target":465},{"source":464,"target":41},{"source":465,"target":466},{"source":465,"target":407},{"source":408,"target":28},{"source":408,"target":467},{"source":408,"target":39},{"source":408,"target":468},{"source":467,"target":28},{"source":468,"target":20},{"source":468,"target":469},{"source":468,"target":408},{"source":469,"target":20},{"source":409,"target":42},{"source":409,"target":470},{"source":409,"target":39},{"source":470,"target":42},{"source":410,"target":471},{"source":410,"target":39},{"source":410,"target":472},{"source":472,"target":473},{"source":472,"target":410},{"source":411,"target":42},{"source":411,"target":474},{"source":411,"target":39},{"source":474,"target":42},{"source":412,"target":23},{"source":412,"target":475},{"source":412,"target":39},{"source":412,"target":476},{"source":475,"target":23},{"source":476,"target":20},{"source":476,"target":477},{"source":476,"target":412},{"source":477,"target":20},{"source":413,"target":42},{"source":413,"target":478},{"source":413,"target":39},{"source":478,"target":42},{"source":414,"target":479},{"source":414,"target":39},{"source":414,"target":480},{"source":480,"target":481},{"source":480,"target":414},{"source":415,"target":30},{"source":415,"target":482},{"source":415,"target":39},{"source":415,"target":483},{"source":482,"target":30},{"source":483,"target":20},{"source":483,"target":484},{"source":483,"target":415},{"source":484,"target":20},{"source":416,"target":42},{"source":416,"target":485},{"source":416,"target":39},{"source":485,"target":42},{"source":417,"target":44},{"source":417,"target":486},{"source":417,"target":39},{"source":486,"target":44},{"source":418,"target":39},{"source":418,"target":487},{"source":487,"target":44},{"source":487,"target":488},{"source":487,"target":418},{"source":488,"target":44},{"source":419,"target":489},{"source":419,"target":39},{"source":420,"target":39},{"source":420,"target":490},{"source":490,"target":491},{"source":490,"target":420},{"source":421,"target":48},{"source":421,"target":492},{"source":421,"target":39},{"source":492,"target":48},{"source":422,"target":30},{"source":422,"target":493},{"source":422,"target":39},{"source":422,"target":494},{"source":493,"target":30},{"source":494,"target":20},{"source":494,"target":495},{"source":494,"target":422},{"source":495,"target":20},{"source":423,"target":32},{"source":423,"target":496},{"source":423,"target":39},{"source":423,"target":497},{"source":496,"target":32},{"source":497,"target":20},{"source":497,"target":498},{"source":497,"target":423},{"source":498,"target":20},{"source":424,"target":23},{"source":424,"target":499},{"source":424,"target":39},{"source":424,"target":500},{"source":499,"target":23},{"source":500,"target":20},{"source":500,"target":501},{"source":500,"target":424},{"source":501,"target":20},{"source":425,"target":28},{"source":425,"target":502},{"source":425,"target":39},{"source":425,"target":503},{"source":502,"target":28},{"source":503,"target":20},{"source":503,"target":504},{"source":503,"target":425},{"source":504,"target":20},{"source":426,"target":48},{"source":426,"target":505},{"source":426,"target":39},{"source":505,"target":48},{"source":427,"target":39},{"source":427,"target":506},{"source":506,"target":48},{"source":506,"target":507},{"source":506,"target":427},{"source":507,"target":48},{"source":428,"target":508},{"source":428,"target":39},{"source":429,"target":53},{"source":40,"target":0},{"source":40,"target":54},{"source":40,"target":509},{"source":509,"target":54},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":44,"target":0},{"source":45,"target":0},{"source":45,"target":13},{"source":45,"target":48},{"source":45,"target":510},{"source":45,"target":511},{"source":45,"target":512},{"source":45,"target":513},{"source":510,"target":41},{"source":510,"target":514},{"source":510,"target":45},{"source":514,"target":41},{"source":511,"target":41},{"source":511,"target":515},{"source":511,"target":45},{"source":511,"target":516},{"source":515,"target":41},{"source":516,"target":517},{"source":516,"target":511},{"source":512,"target":13},{"source":513,"target":48},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":10},{"source":49,"target":518},{"source":49,"target":519},{"source":518,"target":49},{"source":518,"target":520},{"source":518,"target":49},{"source":520,"target":49},{"source":519,"target":10},{"source":50,"target":0},{"source":50,"target":10},{"source":50,"target":56},{"source":50,"target":521},{"source":50,"target":522},{"source":50,"target":523},{"source":50,"target":524},{"source":521,"target":525},{"source":521,"target":50},{"source":522,"target":526},{"source":522,"target":50},{"source":523,"target":10},{"source":524,"target":56},{"source":51,"target":0},{"source":52,"target":0},{"source":52,"target":13},{"source":52,"target":527},{"source":52,"target":528},{"source":52,"target":529},{"source":527,"target":530},{"source":527,"target":52},{"source":528,"target":4},{"source":528,"target":531},{"source":528,"target":52},{"source":531,"target":4},{"source":529,"target":13},{"source":53,"target":0},{"source":53,"target":532},{"source":53,"target":533},{"source":532,"target":41},{"source":532,"target":534},{"source":532,"target":53},{"source":534,"target":41},{"source":533,"target":53},{"source":533,"target":535},{"source":535,"target":38},{"source":535,"target":536},{"source":535,"target":533},{"source":536,"target":38},{"source":54,"target":0},{"source":54,"target":537},{"source":54,"target":538},{"source":54,"target":539},{"source":54,"target":540},{"source":537,"target":55},{"source":537,"target":541},{"source":537,"target":54},{"source":537,"target":542},{"source":541,"target":55},{"source":542,"target":20},{"source":542,"target":543},{"source":542,"target":537},{"source":543,"target":20},{"source":538,"target":54},{"source":538,"target":544},{"source":538,"target":545},{"source":544,"target":20},{"source":544,"target":546},{"source":544,"target":538},{"source":546,"target":20},{"source":545,"target":55},{"source":545,"target":547},{"source":545,"target":538},{"source":547,"target":55},{"source":539,"target":42},{"source":539,"target":548},{"source":539,"target":54},{"source":548,"target":42},{"source":540,"target":41},{"source":540,"target":549},{"source":540,"target":54},{"source":549,"target":41},{"source":55,"target":0},{"source":56,"target":0},{"source":56,"target":38},{"source":56,"target":550},{"source":550,"target":38}],"multigraph":true} |
false | <?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="vpml"
nsURI="http:///vpml.ecore" nsPrefix="vpml">
<eClassifiers xsi:type="ecore:EClass" name="EMObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="EMObject是新版VPML元类的继承关系树中的基类,所有元类都是EMObject的后代。EMObject定义了作为建模元素应该有的一般属性,如ID、名称、编码、描述。"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="OID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="simOID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EMModel">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="EMModel标识了一个企业模型,包括活动视图、数据视图、资源视图、组织视图。在模型元素的组合关系树中EMModel是根节点。以EMModel作为起点可以遍历模型的所有元数据。"/>
</eAnnotations>
</eClassifiers>
<eSubpackages name="informationpackage" nsURI="http:///vpml/informationpackage.ecore"
nsPrefix="vpml.informationpackage">
<eClassifiers xsi:type="ecore:EClass" name="EMIComplexItem" eSuperTypes="#//EMObject"/>
<eClassifiers xsi:type="ecore:EClass" name="EMIForm" eSuperTypes="#//informationpackage/EMIComplexItem">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//informationpackage/EMIAttribute" containment="true" eOpposite="#//informationpackage/EMIAttribute/form"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EMIEnum" eSuperTypes="#//informationpackage/EMIComplexItem">
<eStructuralFeatures xsi:type="ecore:EReference" name="literals" lowerBound="1"
upperBound="-1" eType="#//informationpackage/EMIEnumLiteral" containment="true"
eOpposite="#//informationpackage/EMIEnumLiteral/enum"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EMIEnumLiteral" eSuperTypes="#//EMObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="enum" lowerBound="1"
eType="#//informationpackage/EMIEnum" transient="true" eOpposite="#//informationpackage/EMIEnum/literals"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EMISimpleAttribute" eSuperTypes="#//informationpackage/EMIAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//informationpackage/EMISimpleType"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EMIList" eSuperTypes="#//informationpackage/EMIComplexItem">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//informationpackage/EMIAttribute" containment="true" eOpposite="#//informationpackage/EMIAttribute/list"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EMIStatAttribute" eSuperTypes="#//informationpackage/EMIAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expressions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EMIComplexAttribute" eSuperTypes="#//informationpackage/EMIAttribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="complexType" lowerBound="1"
eType="#//informationpackage/EMIComplexItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EMIAttribute" eSuperTypes="#//EMObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximun" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minimum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="form" eType="#//informationpackage/EMIForm"
transient="true" eOpposite="#//informationpackage/EMIForm/attributes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="list" eType="#//informationpackage/EMIList"
transient="true" eOpposite="#//informationpackage/EMIList/attributes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EMISimpleType">
<eLiterals name="String" literal="字符串"/>
<eLiterals name="Integer" value="1" literal="整数"/>
<eLiterals name="Double" value="2" literal="小数"/>
<eLiterals name="Boolean" value="3" literal="布尔值"/>
<eLiterals name="Date" value="4" literal="日期"/>
<eLiterals name="DateTime" value="5" literal="日期时间"/>
<eLiterals name="Time" value="6" literal="时间"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/liubc-1706/POMES/newpmbe/model/InformationModel.ecore | ecore | vpml
EMObject
name
id
code
description
OID
0
simOID
0
EMModel
informationpackage
EMIComplexItem
EMIForm
attributes
EMIEnum
literals
EMIEnumLiteral
literal
value
enum
EMISimpleAttribute
type
EMIList
attributes
EMIStatAttribute
expressions
defaultValue
EMIComplexAttribute
complexType
EMIAttribute
maximun
1
minimum
1
form
list
EMISimpleType
String
字符串
Integer
整数
Double
小数
Boolean
布尔值
Date
日期
DateTime
日期时间
Time
时间 | null | {"directed":true,"nodes":[{"nsPrefix":"vpml","nsURI":"http:///vpml.ecore","name":"vpml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMObject","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"nsPrefix":"vpml.informationpackage","nsURI":"http:///vpml/informationpackage.ecore","name":"informationpackage","id":3,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"OID","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"simOID","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMIComplexItem","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMIForm","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMIEnum","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMIEnumLiteral","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMISimpleAttribute","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMIList","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMIStatAttribute","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMIComplexAttribute","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMIAttribute","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EMISimpleType","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"form","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"enum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"list","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"complexType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"maximun","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"minimum","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"name":"String","id":63,"value":0,"literal":"字符串","eClass":"EEnumLiteral"},{"name":"Integer","id":64,"value":1,"literal":"整数","eClass":"EEnumLiteral"},{"name":"Double","id":65,"value":2,"literal":"小数","eClass":"EEnumLiteral"},{"name":"Boolean","id":66,"value":3,"literal":"布尔值","eClass":"EEnumLiteral"},{"name":"Date","id":67,"value":4,"literal":"日期","eClass":"EEnumLiteral"},{"name":"DateTime","id":68,"value":5,"literal":"日期时间","eClass":"EEnumLiteral"},{"name":"Time","id":69,"value":6,"literal":"时间","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":4,"target":10},{"source":4,"target":1},{"source":5,"target":11},{"source":5,"target":1},{"source":6,"target":12},{"source":6,"target":1},{"source":7,"target":13},{"source":7,"target":1},{"source":8,"target":14},{"source":8,"target":1},{"source":9,"target":15},{"source":9,"target":1},{"source":2,"target":0},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":0},{"source":16,"target":3},{"source":16,"target":1},{"source":16,"target":26},{"source":26,"target":1},{"source":17,"target":3},{"source":17,"target":16},{"source":17,"target":27},{"source":17,"target":28},{"source":27,"target":24},{"source":27,"target":29},{"source":27,"target":17},{"source":27,"target":30},{"source":29,"target":24},{"source":28,"target":16},{"source":18,"target":3},{"source":18,"target":16},{"source":18,"target":31},{"source":18,"target":32},{"source":31,"target":19},{"source":31,"target":33},{"source":31,"target":18},{"source":31,"target":34},{"source":33,"target":19},{"source":32,"target":16},{"source":19,"target":3},{"source":19,"target":1},{"source":19,"target":35},{"source":19,"target":36},{"source":19,"target":34},{"source":19,"target":37},{"source":35,"target":38},{"source":35,"target":19},{"source":36,"target":39},{"source":36,"target":19},{"source":34,"target":18},{"source":34,"target":40},{"source":34,"target":19},{"source":34,"target":31},{"source":40,"target":18},{"source":37,"target":1},{"source":20,"target":3},{"source":20,"target":24},{"source":20,"target":41},{"source":20,"target":42},{"source":41,"target":25},{"source":41,"target":43},{"source":41,"target":20},{"source":43,"target":25},{"source":42,"target":24},{"source":21,"target":3},{"source":21,"target":16},{"source":21,"target":44},{"source":21,"target":45},{"source":44,"target":24},{"source":44,"target":46},{"source":44,"target":21},{"source":44,"target":47},{"source":46,"target":24},{"source":45,"target":16},{"source":22,"target":3},{"source":22,"target":24},{"source":22,"target":48},{"source":22,"target":49},{"source":22,"target":50},{"source":48,"target":51},{"source":48,"target":22},{"source":49,"target":52},{"source":49,"target":22},{"source":50,"target":24},{"source":23,"target":3},{"source":23,"target":24},{"source":23,"target":53},{"source":23,"target":54},{"source":53,"target":16},{"source":53,"target":55},{"source":53,"target":23},{"source":55,"target":16},{"source":54,"target":24},{"source":24,"target":3},{"source":24,"target":1},{"source":24,"target":56},{"source":24,"target":57},{"source":24,"target":30},{"source":24,"target":47},{"source":24,"target":58},{"source":56,"target":59},{"source":56,"target":24},{"source":57,"target":60},{"source":57,"target":24},{"source":30,"target":17},{"source":30,"target":61},{"source":30,"target":24},{"source":30,"target":27},{"source":61,"target":17},{"source":47,"target":21},{"source":47,"target":62},{"source":47,"target":24},{"source":47,"target":44},{"source":62,"target":21},{"source":58,"target":1},{"source":25,"target":3},{"source":25,"target":63},{"source":25,"target":64},{"source":25,"target":65},{"source":25,"target":66},{"source":25,"target":67},{"source":25,"target":68},{"source":25,"target":69},{"source":63,"target":25},{"source":64,"target":25},{"source":65,"target":25},{"source":66,"target":25},{"source":67,"target":25},{"source":68,"target":25},{"source":69,"target":25}],"multigraph":true} |
true | <?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="CellEvol" nsURI="http://CellAutomata.istic.fr/CellEvol" nsPrefix="CellEvol">
<eClassifiers xsi:type="ecore:EClass" name="SumNeighborsStates">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eval" eType="ecore:EDataType DataType.ecore#//Integer"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/CellEvol.ecore | ecore | CellEvol
SumNeighborsStates
eval | null | {"directed":true,"nodes":[{"nsPrefix":"CellEvol","nsURI":"http://CellAutomata.istic.fr/CellEvol","name":"CellEvol","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SumNeighborsStates","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eval","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
true | <?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="model"
nsURI="cs.nju.edu.cn" nsPrefix="cn.edu.nju">
<eClassifiers xsi:type="ecore:EClass" name="WorkflowElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Workflow" eSuperTypes="#//WorkflowElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//WorkflowNode" containment="true" eOpposite="#//WorkflowNode/workflow"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1"
eType="#//Edge" containment="true" eOpposite="#//Edge/workflow"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#//Comment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WorkflowNode" eSuperTypes="#//WorkflowElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isStart" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFinish" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="workflow" lowerBound="1"
eType="#//Workflow" eOpposite="#//Workflow/nodes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="input" lowerBound="1" eType="#//InputPort"
containment="true" eOpposite="#//InputPort/node"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1"
eType="#//OutputPort" containment="true" eOpposite="#//OutputPort/node"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pointCut" upperBound="-1"
eType="#//AdviceTask" eOpposite="#//AdviceTask/joinPoint"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//WorkflowNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CompoundTask" eSuperTypes="#//Task">
<eStructuralFeatures xsi:type="ecore:EReference" name="subworkflow" lowerBound="1"
eType="#//Workflow"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopTask" eSuperTypes="#//CompoundTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="whileCondition" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Choice" eSuperTypes="#//WorkflowNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//WorkflowElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="workflow" lowerBound="1"
eType="#//Workflow" eOpposite="#//Workflow/edges"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//OutputPort" eOpposite="#//OutputPort/edges"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//InputPort" eOpposite="#//InputPort/edges"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//WorkflowElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPort" eSuperTypes="#//Port">
<eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1"
eType="#//Edge" eOpposite="#//Edge/target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="node" lowerBound="1" eType="#//WorkflowNode"
eOpposite="#//WorkflowNode/input"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutputPort" eSuperTypes="#//Port">
<eStructuralFeatures xsi:type="ecore:EReference" name="node" lowerBound="1" eType="#//WorkflowNode"
eOpposite="#//WorkflowNode/outputs"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="edges" eType="#//Edge"
eOpposite="#//Edge/source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FaultPort" eSuperTypes="#//OutputPort"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalOutputPort" eSuperTypes="#//OutputPort">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment"/>
<eClassifiers xsi:type="ecore:EEnum" name="AdviceType">
<eLiterals name="before"/>
<eLiterals name="around_soapmessagein" value="1" literal="around_soapmessagein"/>
<eLiterals name="after_soapmessagein" value="2"/>
<eLiterals name="around" value="3"/>
<eLiterals name="before_soapmessageout" value="4"/>
<eLiterals name="around_soapmessageout" value="5"/>
<eLiterals name="after" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AdviceTask" eSuperTypes="#//CompoundTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="joinPoint" lowerBound="1"
upperBound="-1" eType="#//WorkflowNode" eOpposite="#//WorkflowNode/pointCut"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="advicetype" lowerBound="1"
eType="#//AdviceType"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/workflow.ecore | ecore | model
WorkflowElement
id
name
comment
width
height
x
y
Workflow
nodes
edges
comments
WorkflowNode
isStart
isFinish
workflow
input
outputs
pointCut
Task
CompoundTask
subworkflow
LoopTask
whileCondition
Choice
Edge
workflow
source
target
Port
InputPort
edges
node
OutputPort
node
edges
FaultPort
ConditionalOutputPort
condition
Comment
AdviceType
before
before
around_soapmessagein
around_soapmessagein
after_soapmessagein
after_soapmessagein
around
around
before_soapmessageout
before_soapmessageout
around_soapmessageout
around_soapmessageout
after
after
AdviceTask
joinPoint
advicetype | null | {"directed":true,"nodes":[{"nsPrefix":"cn.edu.nju","nsURI":"cs.nju.edu.cn","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkflowElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workflow","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkflowNode","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundTask","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopTask","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choice","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPort","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPort","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FaultPort","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOutputPort","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AdviceType","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdviceTask","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workflow","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workflow","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStart","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isFinish","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pointCut","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"joinPoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subworkflow","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"whileCondition","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"name":"before","id":82,"value":0,"literal":"before","eClass":"EEnumLiteral"},{"name":"around_soapmessagein","id":83,"value":1,"literal":"around_soapmessagein","eClass":"EEnumLiteral"},{"name":"after_soapmessagein","id":84,"value":2,"literal":"after_soapmessagein","eClass":"EEnumLiteral"},{"name":"around","id":85,"value":3,"literal":"around","eClass":"EEnumLiteral"},{"name":"before_soapmessageout","id":86,"value":4,"literal":"before_soapmessageout","eClass":"EEnumLiteral"},{"name":"around_soapmessageout","id":87,"value":5,"literal":"around_soapmessageout","eClass":"EEnumLiteral"},{"name":"after","id":88,"value":6,"literal":"after","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"advicetype","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":17,"target":24},{"source":17,"target":1},{"source":18,"target":25},{"source":18,"target":1},{"source":19,"target":26},{"source":19,"target":1},{"source":20,"target":27},{"source":20,"target":1},{"source":21,"target":28},{"source":21,"target":1},{"source":22,"target":29},{"source":22,"target":1},{"source":23,"target":30},{"source":23,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":31,"target":3},{"source":31,"target":35},{"source":31,"target":2},{"source":31,"target":36},{"source":35,"target":3},{"source":32,"target":8},{"source":32,"target":37},{"source":32,"target":2},{"source":32,"target":38},{"source":37,"target":8},{"source":33,"target":14},{"source":33,"target":39},{"source":33,"target":2},{"source":39,"target":14},{"source":34,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":36},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":40,"target":46},{"source":40,"target":3},{"source":41,"target":47},{"source":41,"target":3},{"source":36,"target":2},{"source":36,"target":48},{"source":36,"target":3},{"source":36,"target":31},{"source":48,"target":2},{"source":42,"target":10},{"source":42,"target":49},{"source":42,"target":3},{"source":42,"target":50},{"source":49,"target":10},{"source":43,"target":11},{"source":43,"target":51},{"source":43,"target":3},{"source":43,"target":52},{"source":51,"target":11},{"source":44,"target":16},{"source":44,"target":53},{"source":44,"target":3},{"source":44,"target":54},{"source":53,"target":16},{"source":45,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":55},{"source":55,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":56},{"source":5,"target":57},{"source":56,"target":2},{"source":56,"target":58},{"source":56,"target":5},{"source":58,"target":2},{"source":57,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":59},{"source":6,"target":60},{"source":59,"target":61},{"source":59,"target":6},{"source":60,"target":5},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":62},{"source":62,"target":3},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":38},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":38,"target":2},{"source":38,"target":66},{"source":38,"target":8},{"source":38,"target":32},{"source":66,"target":2},{"source":63,"target":11},{"source":63,"target":67},{"source":63,"target":8},{"source":63,"target":68},{"source":67,"target":11},{"source":64,"target":10},{"source":64,"target":69},{"source":64,"target":8},{"source":64,"target":70},{"source":69,"target":10},{"source":65,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":71},{"source":71,"target":1},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":70},{"source":10,"target":50},{"source":10,"target":72},{"source":70,"target":8},{"source":70,"target":73},{"source":70,"target":10},{"source":70,"target":64},{"source":73,"target":8},{"source":50,"target":3},{"source":50,"target":74},{"source":50,"target":10},{"source":50,"target":42},{"source":74,"target":3},{"source":72,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":52},{"source":11,"target":68},{"source":11,"target":75},{"source":52,"target":3},{"source":52,"target":76},{"source":52,"target":11},{"source":52,"target":43},{"source":76,"target":3},{"source":68,"target":8},{"source":68,"target":77},{"source":68,"target":11},{"source":68,"target":63},{"source":77,"target":8},{"source":75,"target":9},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":78},{"source":78,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":79},{"source":13,"target":80},{"source":79,"target":81},{"source":79,"target":13},{"source":80,"target":11},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":82},{"source":15,"target":83},{"source":15,"target":84},{"source":15,"target":85},{"source":15,"target":86},{"source":15,"target":87},{"source":15,"target":88},{"source":82,"target":15},{"source":83,"target":15},{"source":84,"target":15},{"source":85,"target":15},{"source":86,"target":15},{"source":87,"target":15},{"source":88,"target":15},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":54},{"source":16,"target":89},{"source":16,"target":90},{"source":54,"target":3},{"source":54,"target":91},{"source":54,"target":16},{"source":54,"target":44},{"source":91,"target":3},{"source":89,"target":15},{"source":89,"target":92},{"source":89,"target":16},{"source":92,"target":15},{"source":90,"target":5}],"multigraph":true} |
true | <?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="query"
nsURI="http:///org/eclipse/datatools/modelbase/sql/xml/query/SQLXMLQueryModel.ecore"
nsPrefix="org.eclipse.datatools.modelbase.sql.xml.query">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The documentation for this model is adapted from "Information technology -- Database languages -- SQL, Part 14: XML-Related Specifications (SQL/XML)" WG3:WLG-010preview H2-2005-xxx, FDIS ISO/IEC 9075-14:2005 (E) draft published May, 2005.
"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionConcat" eSuperTypes="#//XMLValueFunction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Generates an XML value which is the concatenation of a list of XML values. See ISO SQL/XML sec. 6.11."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returningOption" eType="#//XMLReturningType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concatContentList" lowerBound="1"
upperBound="-1" eType="#//XMLValueFunctionConcatContentItem" containment="true"
eOpposite="#//XMLValueFunctionConcatContentItem/valueFunctionConcat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunction" abstract="true" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//ValueExpressionFunction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies a function that yields a value of type XML. See ISO SQL/XML sec. 6.9."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLNamespaceDeclarationPrefix" eSuperTypes="#//XMLNamespaceDeclarationItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLNamespaceDeclarationDefault" eSuperTypes="#//XMLNamespaceDeclarationItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLAttributeDeclarationItem" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueExpr" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributesDecl" lowerBound="1"
eType="#//XMLAttributesDeclaration" transient="true" eOpposite="#//XMLAttributesDeclaration/attributeDeclItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionElement" eSuperTypes="#//XMLValueFunction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Generates an XML element with a given element name, list of XML attributes, and list of content values. See ISO SQL/XML sec. 6.13."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returningOption" eType="#//XMLReturningType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="namespacesDecl" eType="#//XMLNamespacesDeclaration"
containment="true" eOpposite="#//XMLNamespacesDeclaration/valueFunctionElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributesDecl" eType="#//XMLAttributesDeclaration"
containment="true" eOpposite="#//XMLAttributesDeclaration/valueFunctionElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementContentList" eType="#//XMLValueFunctionElementContentList"
containment="true" eOpposite="#//XMLValueFunctionElementContentList/valueFunctionElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLNamespaceDeclarationItem" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//SQLQueryObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="namespacesDecl" lowerBound="1"
eType="#//XMLNamespacesDeclaration" transient="true" eOpposite="#//XMLNamespacesDeclaration/namespaceDecltemList"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionElementContentItem"
eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueExpr" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementContentList" lowerBound="1"
eType="#//XMLValueFunctionElementContentList" transient="true" eOpposite="#//XMLValueFunctionElementContentList/elementContentListChildren"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionForest" eSuperTypes="#//XMLValueFunction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Generates an XML value containing a sequence of XML elements. See ISO SQL/XML sec. 6.14."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nullHandlingOption" eType="#//XMLNullHandlingType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returningOption" eType="#//XMLReturningType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="forestContentList" upperBound="-1"
eType="#//XMLValueFunctionForestContentItem" containment="true" eOpposite="#//XMLValueFunctionForestContentItem/valueFunctionForest"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="namespacesDecl" eType="#//XMLNamespacesDeclaration"
containment="true" eOpposite="#//XMLNamespacesDeclaration/valueFunctionForest"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionComment" eSuperTypes="#//XMLValueFunction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Generates an XML comment value from a string expression. See ISO SQL/XML sec. 6.10."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returningOption" eType="#//XMLReturningType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="commentContent" lowerBound="1"
eType="#//XMLValueFunctionCommentContent" containment="true" eOpposite="#//XMLValueFunctionCommentContent/valueFunctionComment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionDocument" eSuperTypes="#//XMLValueFunction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Generates an XML document node from an XML value expression. See ISO SQL/XML sec. 6.12."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returningOption" eType="#//XMLReturningType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="documentContent" lowerBound="1"
eType="#//XMLValueFunctionDocumentContent" containment="true" eOpposite="#//XMLValueFunctionDocumentContent/valueFunctionDocument"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionParse" eSuperTypes="#//XMLValueFunction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Generates an XML value by performing a non-validating parse of a given string expression. See ISO SQL/XML sec. 6.15."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contentOption" eType="#//XMLContentType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="whitespaceHandlingOption"
eType="#//XMLWhitespaceHandlingType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parseContent" lowerBound="1"
eType="#//XMLValueFunctionParseContent" containment="true" eOpposite="#//XMLValueFunctionParseContent/valueFunctionParse"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionPI" eSuperTypes="#//XMLValueFunction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Generates an XML value consisting of an XML processing instruction based on the given string expression. See ISO SQL/XML sec. 6.16."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returningOption" eType="#//XMLReturningType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="PIContent" eType="#//XMLValueFunctionPIContent"
containment="true" eOpposite="#//XMLValueFunctionPIContent/valueFunctionPI"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionQuery" eSuperTypes="#//XMLValueFunction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Generates an XML value as the result of evaluating a given XQuery expression. See ISO SQL/XML sec. 6.17."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="emptyHandlingOption" eType="#//XMLEmptyHandlingType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="xqueryExpr" lowerBound="1"
eType="#//XMLQueryExpression" containment="true" eOpposite="#//XMLQueryExpression/valueFunctionQuery"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="xqueryArgList" eType="#//XMLQueryArgumentList"
containment="true" eOpposite="#//XMLQueryArgumentList/valueFunctionQuery"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="queryReturning" eType="#//XMLValueFunctionQueryReturning"
containment="true" eOpposite="#//XMLValueFunctionQueryReturning/valueFunctionQuery"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionText" eSuperTypes="#//XMLValueFunction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Generates an XML value consisting of a XML text element from a given string expression. See ISO SQL/XML sec. 6.18."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returningOption" eType="#//XMLReturningType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="textContent" lowerBound="1"
eType="#//XMLValueFunctionTextContent" containment="true" eOpposite="#//XMLValueFunctionTextContent/valueFunctionText"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionValidate" eSuperTypes="#//XMLValueFunction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Generates an XML value by performing a parse of an XML expression according to a given XML schema. See ISO SQL/XML sec. 6.19."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contentOption" eType="#//XMLContentType2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validateContent" lowerBound="1"
eType="#//XMLValueFunctionValidateContent" containment="true" eOpposite="#//XMLValueFunctionValidateContent/valueFunctionValidate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validateAccordingTo" eType="#//XMLValueFunctionValidateAccordingTo"
containment="true" eOpposite="#//XMLValueFunctionValidateAccordingTo/valueFunctionValidate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueExpressionCast" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//ValueExpressionCast">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies a data conversion whose source or target is a value expressoin with an XML datatype. See ISO SQL/XML sec. 6.5. The <XML cast operand>is handled by the valueExpr relationship of the ValueExpressionCast. <XML target operand> (which is a datatype) is handled by the datatype attribute of QueryValueeExpression. The <null specification> is handled by the ValueExpressionNullValue subtype of QueryValueExpression.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="passingMechanism" eType="#//XMLPassingType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XMLPassingType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents the possible values for the XML passing mechanism clause. A value of NONE indicates that the passing mechanism clause should be omitted."/>
</eAnnotations>
<eLiterals name="BY_REF"/>
<eLiterals name="BY_VALUE" value="1"/>
<eLiterals name="NONE" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLPredicate" abstract="true" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//Predicate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An XMLPredicate specifies a condition involving an XML value expression that can be evaluated to return true or false. See ISO SQL/XML sec. 8.1.
"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLPredicateContent" eSuperTypes="#//XMLPredicate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tests whether or not a given XML value represents an XML document. See ISO SQL/XML sec. 8.2.

Note: the elaboration of this element is TBD"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLPredicateDocument" eSuperTypes="#//XMLPredicate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tests whether or not a given XML value represents an XML document which contains exactly one XML element, zero or more XML comments, and zero or more XML processing instructions. See ISO SQL/XML sec. 8.3.

Note: the elaboration of this element is TBD."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLPredicateExists" eSuperTypes="#//XMLPredicate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tests whether or not a given XQuery expression represents an non-empty sequence. See ISO SQL/XML sec. 8.4."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="xqueryExpr" lowerBound="1"
eType="#//XMLQueryExpression" containment="true" eOpposite="#//XMLQueryExpression/predicateExists"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="xqueryArgList" eType="#//XMLQueryArgumentList"
containment="true" eOpposite="#//XMLQueryArgumentList/predicateExists"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLPredicateValid" eSuperTypes="#//XMLPredicate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tests whether or not a given XML value is valid according to a registered XML schema. See ISO SQL/XML sec. 8.5.

Note: the elaboration of this element is TBD."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLQueryExpression" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//SQLQueryObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents an XQuery expression. The content of this element is a literal string which specifies an XML Query. See ISO SQL/XML sec. 6.17."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xqueryExprContent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="predicateExists" lowerBound="1"
eType="#//XMLPredicateExists" transient="true" eOpposite="#//XMLPredicateExists/xqueryExpr"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueFunctionQuery" lowerBound="1"
eType="#//XMLValueFunctionQuery" transient="true" eOpposite="#//XMLValueFunctionQuery/xqueryExpr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLQueryArgumentList" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//SQLQueryObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents an XML Query argument list. See ISO SQL/XML sec. 6.17. <note>The list is modelled as an explicit object rather than just as a list of XMLQueryArgument objects attached to the parent so that the list as whole can have an optional passing mechanism clause.</note>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="passingMechanism" eType="#//XMLPassingType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="predicateExists" lowerBound="1"
eType="#//XMLPredicateExists" transient="true" eOpposite="#//XMLPredicateExists/xqueryArgList"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="xqueryArgListChildren"
lowerBound="1" upperBound="-1" eType="#//XMLQueryArgumentItem" containment="true"
eOpposite="#//XMLQueryArgumentItem/xqueryArgList"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueFunctionQuery" lowerBound="1"
eType="#//XMLValueFunctionQuery" transient="true" eOpposite="#//XMLValueFunctionQuery/xqueryArgList"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tableFunction" lowerBound="1"
eType="#//XMLTableFunction" transient="true" eOpposite="#//XMLTableFunction/xqueryArgList"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLQueryArgumentItem" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents a single XML Query Argument within an XML Query Argument list. The name attribute, if used, indicates that this argument is an XML Query variable. The attached value expression must resolve to an XML datatype. See ISO SQL/XML sec. 6.17."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="passingMechanism" eType="#//XMLPassingType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="xqueryArgList" lowerBound="1"
eType="#//XMLQueryArgumentList" transient="true" eOpposite="#//XMLQueryArgumentList/xqueryArgListChildren"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueExpr" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLSerializeFunction" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//ValueExpressionFunction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contentOption" eType="#//XMLContentType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serializeVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="declarationOption" eType="#//XMLDeclarationType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serializeTarget" lowerBound="1"
eType="#//XMLSerializeFunctionTarget" containment="true" eOpposite="#//XMLSerializeFunctionTarget/serializeFunction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serializeEncoding" eType="#//XMLSerializeFunctionEncoding"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XMLContentType">
<eLiterals name="CONTENT"/>
<eLiterals name="DOCUMENT" value="1"/>
<eLiterals name="NONE" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLSerializeFunctionTarget" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="serializeFunction" lowerBound="1"
eType="#//XMLSerializeFunction" transient="true" eOpposite="#//XMLSerializeFunction/serializeTarget"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueExpr" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XMLDeclarationType">
<eLiterals name="EXCLUDING_XMLDECLARATION"/>
<eLiterals name="INCLUDING_XMLDECLARATION" value="1"/>
<eLiterals name="NONE" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLAggregateFunction" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//ValueExpressionFunction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies a value computed from a collection of rows. See ISO SQL/XML sec. 11.2. The <XML value expression> clause is handled by the parameterList relationship in ValueExpressionFunction, but is restricted to a single element in this case."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returningOption" eType="#//XMLReturningType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sortSpecList" upperBound="-1"
eType="#//XMLAggregateSortSpecification" containment="true" eOpposite="#//XMLAggregateSortSpecification/aggregateFunction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XMLReturningType">
<eLiterals name="RETURNING_CONTENT"/>
<eLiterals name="RETURNING_SEQUENCE" value="1"/>
<eLiterals name="NONE" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionConcatContentItem" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents an XML value expression within an XMLCONCAT function. See ISO SQL/XML sec. 6.11. Contains a value expression which must resolve to an XML datatype.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueFunctionConcat" lowerBound="1"
eType="#//XMLValueFunctionConcat" transient="true" eOpposite="#//XMLValueFunctionConcat/concatContentList"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueExpr" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionCommentContent" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents the <string value expression> within an <XML comment> function. See ISO SQL/XML sec. 6.10. Contains a value expression which must resolve to an string datatype."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueFunctionComment" lowerBound="1"
eType="#//XMLValueFunctionComment" transient="true" eOpposite="#//XMLValueFunctionComment/commentContent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueExpr" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionDocumentContent" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents an <XML value expression> within an <XML document> function. See ISO SQL/XML sec. 6.12. The value expression contained by this element must resolve to an XML datatype.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueFunctionDocument"
lowerBound="1" eType="#//XMLValueFunctionDocument" transient="true" eOpposite="#//XMLValueFunctionDocument/documentContent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueExpr" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLAggregateSortSpecification" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//SQLQueryObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies an ordering within the values returned by the aggregation function. See ISO SQL/XML sec. 11.2."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="aggregateFunction" lowerBound="1"
eType="#//XMLAggregateFunction" transient="true" eOpposite="#//XMLAggregateFunction/sortSpecList"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderBySpec" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//OrderBySpecification"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XMLNullHandlingType">
<eLiterals name="ABSENT_ON_NULL"/>
<eLiterals name="EMPTY_ON_NULL" value="1"/>
<eLiterals name="NIL_ON_NO_CONTENT" value="2"/>
<eLiterals name="NIL_ON_NULL" value="3"/>
<eLiterals name="NULL_ON_NULL" value="4"/>
<eLiterals name="NONE" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionForestContentItem" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueFunctionForest" lowerBound="1"
eType="#//XMLValueFunctionForest" transient="true" eOpposite="#//XMLValueFunctionForest/forestContentList"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueExpr" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionParseContent" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueFunctionParse" lowerBound="1"
eType="#//XMLValueFunctionParse" transient="true" eOpposite="#//XMLValueFunctionParse/parseContent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueExpr" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XMLWhitespaceHandlingType">
<eLiterals name="PRESERE_WHITESPACE"/>
<eLiterals name="STRIP_WHITESPACE" value="1"/>
<eLiterals name="NONE" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionPIContent" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueFunctionPI" lowerBound="1"
eType="#//XMLValueFunctionPI" transient="true" eOpposite="#//XMLValueFunctionPI/PIContent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueExpr" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XMLEmptyHandlingType">
<eLiterals name="EMPTY_ON_EMPTY"/>
<eLiterals name="NULL_ON_EMPTY" value="1"/>
<eLiterals name="NONE" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLTableFunction" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//TableFunction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tableRowPattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="xqueryArgList" eType="#//XMLQueryArgumentList"
containment="true" eOpposite="#//XMLQueryArgumentList/tableFunction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columnDefList" lowerBound="1"
upperBound="-1" eType="#//XMLTableColumnDefinitionItem" containment="true"
eOpposite="#//XMLTableColumnDefinitionItem/tableFunction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="namespacesDecl" eType="#//XMLNamespacesDeclaration"
containment="true" eOpposite="#//XMLNamespacesDeclaration/tableFunction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionTextContent" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueFunctionText" lowerBound="1"
eType="#//XMLValueFunctionText" transient="true" eOpposite="#//XMLValueFunctionText/textContent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueExpr" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionValidateContent" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueFunctionValidate"
lowerBound="1" eType="#//XMLValueFunctionValidate" transient="true" eOpposite="#//XMLValueFunctionValidate/validateContent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueExpr" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XMLContentType2">
<eLiterals name="CONTENT"/>
<eLiterals name="DOCUMENT" value="1"/>
<eLiterals name="SEQUENCE" value="2"/>
<eLiterals name="NONE" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLTableColumnDefinitionItem" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//SQLQueryObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="tableFunction" lowerBound="1"
eType="#//XMLTableFunction" transient="true" eOpposite="#//XMLTableFunction/columnDefList"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLTableColumnDefinitionRegular" eSuperTypes="#//XMLTableColumnDefinitionItem">
<eStructuralFeatures xsi:type="ecore:EReference" name="dataType" eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//datatypes/DataType"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="passingOption" eType="#//XMLPassingType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tableColumnPattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columnDefinitionDefault"
eType="#//XMLTableColumnDefinitionDefault" containment="true" eOpposite="#//XMLTableColumnDefinitionDefault/columnDefinitionRegular"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLTableColumnDefinitionOrdinality"
eSuperTypes="#//XMLTableColumnDefinitionItem"/>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionValidateAccordingTo"
eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//SQLQueryObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueFunctionValidate"
lowerBound="1" eType="#//XMLValueFunctionValidate" transient="true" eOpposite="#//XMLValueFunctionValidate/validateAccordingTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validateElement" eType="#//XMLValueFunctionValidateElement"
containment="true" eOpposite="#//XMLValueFunctionValidateElement/validateAccordingTo"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionValidateAccordingToURI"
eSuperTypes="#//XMLValueFunctionValidateAccordingTo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetNamespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="schemaLocationURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionValidateAccordingToIdentifier"
eSuperTypes="#//XMLValueFunctionValidateAccordingTo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="schemaName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="registeredXMLSchemaName"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionValidateElementName"
eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//SQLQueryObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="validateElement" lowerBound="1"
eType="#//XMLValueFunctionValidateElement" transient="true" eOpposite="#//XMLValueFunctionValidateElement/validateElementName"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionValidateElementNamespace"
eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//SQLQueryObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validateElement" lowerBound="1"
eType="#//XMLValueFunctionValidateElement" transient="true" eOpposite="#//XMLValueFunctionValidateElement/validateElementNamespace"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLNamespacesDeclaration" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//SQLQueryObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="namespaceDecltemList" lowerBound="1"
upperBound="-1" eType="#//XMLNamespaceDeclarationItem" containment="true"
eOpposite="#//XMLNamespaceDeclarationItem/namespacesDecl"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueFunctionElement" lowerBound="1"
eType="#//XMLValueFunctionElement" transient="true" eOpposite="#//XMLValueFunctionElement/namespacesDecl"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueFunctionForest" lowerBound="1"
eType="#//XMLValueFunctionForest" transient="true" eOpposite="#//XMLValueFunctionForest/namespacesDecl"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tableFunction" lowerBound="1"
eType="#//XMLTableFunction" transient="true" eOpposite="#//XMLTableFunction/namespacesDecl"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLAttributesDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueFunctionElement" lowerBound="1"
eType="#//XMLValueFunctionElement" transient="true" eOpposite="#//XMLValueFunctionElement/attributesDecl"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeDeclItem" lowerBound="1"
upperBound="-1" eType="#//XMLAttributeDeclarationItem" containment="true"
eOpposite="#//XMLAttributeDeclarationItem/attributesDecl"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionElementContentList"
eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//SQLQueryObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nullHandlingOption" eType="#//XMLNullHandlingType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueFunctionElement" lowerBound="1"
eType="#//XMLValueFunctionElement" transient="true" eOpposite="#//XMLValueFunctionElement/elementContentList"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementContentListChildren"
upperBound="-1" eType="#//XMLValueFunctionElementContentItem" containment="true"
eOpposite="#//XMLValueFunctionElementContentItem/elementContentList"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionQueryReturning" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//SQLQueryObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returningOption" eType="#//XMLReturningType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="passingOption" eType="#//XMLPassingType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueFunctionQuery" lowerBound="1"
eType="#//XMLValueFunctionQuery" transient="true" eOpposite="#//XMLValueFunctionQuery/queryReturning"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValueFunctionValidateElement" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//SQLQueryObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="validateElementNamespace"
eType="#//XMLValueFunctionValidateElementNamespace" containment="true" eOpposite="#//XMLValueFunctionValidateElementNamespace/validateElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validateElementName" eType="#//XMLValueFunctionValidateElementName"
containment="true" eOpposite="#//XMLValueFunctionValidateElementName/validateElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validateAccordingTo" lowerBound="1"
eType="#//XMLValueFunctionValidateAccordingTo" transient="true" eOpposite="#//XMLValueFunctionValidateAccordingTo/validateElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLTableColumnDefinitionDefault" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueExpr" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//QueryValueExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columnDefinitionRegular"
lowerBound="1" eType="#//XMLTableColumnDefinitionRegular" transient="true"
eOpposite="#//XMLTableColumnDefinitionRegular/columnDefinitionDefault"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLSerializeFunctionEncoding" eSuperTypes="../../org.eclipse.datatools.modelbase.sql.query/model/SQLQueryModel.ecore#//SQLQueryObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="encodingName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/sunjingtao/org.eclipse.datatools/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/model/SQLXMLQueryModel.ecore | ecore | query
XMLValueFunctionConcat
returningOption
concatContentList
XMLValueFunction
XMLNamespaceDeclarationPrefix
prefix
XMLNamespaceDeclarationDefault
noDefault
false
XMLAttributeDeclarationItem
valueExpr
attributesDecl
XMLValueFunctionElement
elementName
returningOption
namespacesDecl
attributesDecl
elementContentList
XMLNamespaceDeclarationItem
uri
namespacesDecl
XMLValueFunctionElementContentItem
valueExpr
elementContentList
XMLValueFunctionForest
nullHandlingOption
returningOption
forestContentList
namespacesDecl
XMLValueFunctionComment
returningOption
commentContent
XMLValueFunctionDocument
returningOption
documentContent
XMLValueFunctionParse
contentOption
whitespaceHandlingOption
parseContent
XMLValueFunctionPI
targetName
returningOption
PIContent
XMLValueFunctionQuery
emptyHandlingOption
xqueryExpr
xqueryArgList
queryReturning
XMLValueFunctionText
returningOption
textContent
XMLValueFunctionValidate
contentOption
validateContent
validateAccordingTo
XMLValueExpressionCast
passingMechanism
XMLPassingType
BY_REF
BY_REF
BY_VALUE
BY_VALUE
NONE
NONE
XMLPredicate
XMLPredicateContent
XMLPredicateDocument
XMLPredicateExists
xqueryExpr
xqueryArgList
XMLPredicateValid
XMLQueryExpression
xqueryExprContent
predicateExists
valueFunctionQuery
XMLQueryArgumentList
passingMechanism
predicateExists
xqueryArgListChildren
valueFunctionQuery
tableFunction
XMLQueryArgumentItem
passingMechanism
xqueryArgList
valueExpr
XMLSerializeFunction
contentOption
serializeVersion
declarationOption
serializeTarget
serializeEncoding
XMLContentType
CONTENT
CONTENT
DOCUMENT
DOCUMENT
NONE
NONE
XMLSerializeFunctionTarget
serializeFunction
valueExpr
XMLDeclarationType
EXCLUDING_XMLDECLARATION
EXCLUDING_XMLDECLARATION
INCLUDING_XMLDECLARATION
INCLUDING_XMLDECLARATION
NONE
NONE
XMLAggregateFunction
returningOption
sortSpecList
XMLReturningType
RETURNING_CONTENT
RETURNING_CONTENT
RETURNING_SEQUENCE
RETURNING_SEQUENCE
NONE
NONE
XMLValueFunctionConcatContentItem
valueFunctionConcat
valueExpr
XMLValueFunctionCommentContent
valueFunctionComment
valueExpr
XMLValueFunctionDocumentContent
valueFunctionDocument
valueExpr
XMLAggregateSortSpecification
aggregateFunction
orderBySpec
XMLNullHandlingType
ABSENT_ON_NULL
ABSENT_ON_NULL
EMPTY_ON_NULL
EMPTY_ON_NULL
NIL_ON_NO_CONTENT
NIL_ON_NO_CONTENT
NIL_ON_NULL
NIL_ON_NULL
NULL_ON_NULL
NULL_ON_NULL
NONE
NONE
XMLValueFunctionForestContentItem
valueFunctionForest
valueExpr
XMLValueFunctionParseContent
valueFunctionParse
valueExpr
XMLWhitespaceHandlingType
PRESERE_WHITESPACE
PRESERE_WHITESPACE
STRIP_WHITESPACE
STRIP_WHITESPACE
NONE
NONE
XMLValueFunctionPIContent
valueFunctionPI
valueExpr
XMLEmptyHandlingType
EMPTY_ON_EMPTY
EMPTY_ON_EMPTY
NULL_ON_EMPTY
NULL_ON_EMPTY
NONE
NONE
XMLTableFunction
tableRowPattern
xqueryArgList
columnDefList
namespacesDecl
XMLValueFunctionTextContent
valueFunctionText
valueExpr
XMLValueFunctionValidateContent
valueFunctionValidate
valueExpr
XMLContentType2
CONTENT
CONTENT
DOCUMENT
DOCUMENT
SEQUENCE
SEQUENCE
NONE
NONE
XMLTableColumnDefinitionItem
tableFunction
XMLTableColumnDefinitionRegular
dataType
passingOption
tableColumnPattern
columnDefinitionDefault
XMLTableColumnDefinitionOrdinality
XMLValueFunctionValidateAccordingTo
valueFunctionValidate
validateElement
XMLValueFunctionValidateAccordingToURI
noNamespace
false
targetNamespaceURI
schemaLocationURI
XMLValueFunctionValidateAccordingToIdentifier
schemaName
registeredXMLSchemaName
XMLValueFunctionValidateElementName
validateElement
XMLValueFunctionValidateElementNamespace
noNamespace
false
namespaceURI
validateElement
XMLNamespacesDeclaration
namespaceDecltemList
valueFunctionElement
valueFunctionForest
tableFunction
XMLAttributesDeclaration
valueFunctionElement
attributeDeclItem
XMLValueFunctionElementContentList
nullHandlingOption
valueFunctionElement
elementContentListChildren
XMLValueFunctionQueryReturning
returningOption
passingOption
valueFunctionQuery
XMLValueFunctionValidateElement
validateElementNamespace
validateElementName
validateAccordingTo
XMLTableColumnDefinitionDefault
valueExpr
columnDefinitionRegular
XMLSerializeFunctionEncoding
encodingName | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.datatools.modelbase.sql.xml.query","nsURI":"http:///org/eclipse/datatools/modelbase/sql/xml/query/SQLXMLQueryModel.ecore","name":"query","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionConcat","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunction","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLNamespaceDeclarationPrefix","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLNamespaceDeclarationDefault","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLAttributeDeclarationItem","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionElement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLNamespaceDeclarationItem","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionElementContentItem","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionForest","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionComment","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionDocument","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionParse","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionPI","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionQuery","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionText","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionValidate","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueExpressionCast","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"XMLPassingType","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLPredicate","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLPredicateContent","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLPredicateDocument","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLPredicateExists","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLPredicateValid","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLQueryExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLQueryArgumentList","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLQueryArgumentItem","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLSerializeFunction","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"XMLContentType","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLSerializeFunctionTarget","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"XMLDeclarationType","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLAggregateFunction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"XMLReturningType","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionConcatContentItem","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionCommentContent","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionDocumentContent","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLAggregateSortSpecification","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"XMLNullHandlingType","instanceClass":null,"id":37,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionForestContentItem","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionParseContent","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"XMLWhitespaceHandlingType","instanceClass":null,"id":40,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionPIContent","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"XMLEmptyHandlingType","instanceClass":null,"id":42,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLTableFunction","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionTextContent","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionValidateContent","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"XMLContentType2","instanceClass":null,"id":46,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLTableColumnDefinitionItem","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLTableColumnDefinitionRegular","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLTableColumnDefinitionOrdinality","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionValidateAccordingTo","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionValidateAccordingToURI","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionValidateAccordingToIdentifier","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionValidateElementName","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionValidateElementNamespace","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLNamespacesDeclaration","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLAttributesDeclaration","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionElementContentList","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionQueryReturning","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValueFunctionValidateElement","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLTableColumnDefinitionDefault","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLSerializeFunctionEncoding","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returningOption","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concatContentList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"valueFunctionConcat","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"noDefault","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"attributesDecl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeDeclItem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementName","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returningOption","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namespacesDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributesDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementContentList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"valueFunctionElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"valueFunctionElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"valueFunctionElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"namespacesDecl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namespaceDecltemList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"elementContentList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementContentListChildren","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nullHandlingOption","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returningOption","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forestContentList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namespacesDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"valueFunctionForest","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"valueFunctionForest","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returningOption","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commentContent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"valueFunctionComment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returningOption","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"documentContent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"valueFunctionDocument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contentOption","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"whitespaceHandlingOption","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parseContent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"valueFunctionParse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetName","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returningOption","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"PIContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"valueFunctionPI","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"emptyHandlingOption","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xqueryExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xqueryArgList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queryReturning","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"valueFunctionQuery","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"valueFunctionQuery","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"valueFunctionQuery","changeable":true,"resolveProxies":true,"lowerBound":1,"id":157,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returningOption","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"textContent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"valueFunctionText","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contentOption","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validateContent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validateAccordingTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"valueFunctionValidate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"valueFunctionValidate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"passingMechanism","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"name":"BY_REF","id":176,"value":0,"literal":"BY_REF","eClass":"EEnumLiteral"},{"name":"BY_VALUE","id":177,"value":1,"literal":"BY_VALUE","eClass":"EEnumLiteral"},{"name":"NONE","id":178,"value":2,"literal":"NONE","eClass":"EEnumLiteral"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xqueryExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xqueryArgList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"predicateExists","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"predicateExists","changeable":true,"resolveProxies":true,"lowerBound":1,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xqueryExprContent","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"passingMechanism","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xqueryArgListChildren","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"tableFunction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"xqueryArgList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xqueryArgList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"passingMechanism","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contentOption","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serializeVersion","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"declarationOption","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serializeTarget","changeable":true,"resolveProxies":true,"lowerBound":1,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serializeEncoding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"serializeFunction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"name":"CONTENT","id":224,"value":0,"literal":"CONTENT","eClass":"EEnumLiteral"},{"name":"DOCUMENT","id":225,"value":1,"literal":"DOCUMENT","eClass":"EEnumLiteral"},{"name":"NONE","id":226,"value":2,"literal":"NONE","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"name":"EXCLUDING_XMLDECLARATION","id":231,"value":0,"literal":"EXCLUDING_XMLDECLARATION","eClass":"EEnumLiteral"},{"name":"INCLUDING_XMLDECLARATION","id":232,"value":1,"literal":"INCLUDING_XMLDECLARATION","eClass":"EEnumLiteral"},{"name":"NONE","id":233,"value":2,"literal":"NONE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returningOption","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sortSpecList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"aggregateFunction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":239,"derived":false},{"name":"RETURNING_CONTENT","id":240,"value":0,"literal":"RETURNING_CONTENT","eClass":"EEnumLiteral"},{"name":"RETURNING_SEQUENCE","id":241,"value":1,"literal":"RETURNING_SEQUENCE","eClass":"EEnumLiteral"},{"name":"NONE","id":242,"value":2,"literal":"NONE","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orderBySpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"name":"ABSENT_ON_NULL","id":259,"value":0,"literal":"ABSENT_ON_NULL","eClass":"EEnumLiteral"},{"name":"EMPTY_ON_NULL","id":260,"value":1,"literal":"EMPTY_ON_NULL","eClass":"EEnumLiteral"},{"name":"NIL_ON_NO_CONTENT","id":261,"value":2,"literal":"NIL_ON_NO_CONTENT","eClass":"EEnumLiteral"},{"name":"NIL_ON_NULL","id":262,"value":3,"literal":"NIL_ON_NULL","eClass":"EEnumLiteral"},{"name":"NULL_ON_NULL","id":263,"value":4,"literal":"NULL_ON_NULL","eClass":"EEnumLiteral"},{"name":"NONE","id":264,"value":5,"literal":"NONE","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"name":"PRESERE_WHITESPACE","id":273,"value":0,"literal":"PRESERE_WHITESPACE","eClass":"EEnumLiteral"},{"name":"STRIP_WHITESPACE","id":274,"value":1,"literal":"STRIP_WHITESPACE","eClass":"EEnumLiteral"},{"name":"NONE","id":275,"value":2,"literal":"NONE","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"name":"EMPTY_ON_EMPTY","id":280,"value":0,"literal":"EMPTY_ON_EMPTY","eClass":"EEnumLiteral"},{"name":"NULL_ON_EMPTY","id":281,"value":1,"literal":"NULL_ON_EMPTY","eClass":"EEnumLiteral"},{"name":"NONE","id":282,"value":2,"literal":"NONE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tableRowPattern","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columnDefList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namespacesDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"tableFunction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"tableFunction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"name":"CONTENT","id":301,"value":0,"literal":"CONTENT","eClass":"EEnumLiteral"},{"name":"DOCUMENT","id":302,"value":1,"literal":"DOCUMENT","eClass":"EEnumLiteral"},{"name":"SEQUENCE","id":303,"value":2,"literal":"SEQUENCE","eClass":"EEnumLiteral"},{"name":"NONE","id":304,"value":3,"literal":"NONE","eClass":"EEnumLiteral"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":307,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"passingOption","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tableColumnPattern","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columnDefinitionDefault","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"columnDefinitionRegular","changeable":true,"resolveProxies":true,"lowerBound":1,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validateElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"validateAccordingTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":322,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"noNamespace","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetNamespaceURI","changeable":true,"lowerBound":0,"iD":false,"id":324,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"schemaLocationURI","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"schemaName","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"registeredXMLSchemaName","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"validateElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validateElementName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"noNamespace","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespaceURI","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"validateElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validateElementNamespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nullHandlingOption","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returningOption","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"passingOption","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"encodingName","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":62,"target":32},{"source":62,"target":65},{"source":62,"target":1},{"source":65,"target":32},{"source":63,"target":33},{"source":63,"target":66},{"source":63,"target":1},{"source":63,"target":67},{"source":66,"target":33},{"source":64,"target":2},{"source":2,"target":0},{"source":2,"target":68},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":69},{"source":3,"target":70},{"source":69,"target":71},{"source":69,"target":3},{"source":70,"target":7},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":72},{"source":4,"target":73},{"source":72,"target":74},{"source":72,"target":4},{"source":73,"target":7},{"source":5,"target":0},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":77},{"source":75,"target":78},{"source":75,"target":5},{"source":76,"target":56},{"source":76,"target":79},{"source":76,"target":5},{"source":76,"target":80},{"source":79,"target":56},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":81},{"source":6,"target":82},{"source":6,"target":83},{"source":6,"target":84},{"source":6,"target":85},{"source":6,"target":86},{"source":81,"target":87},{"source":81,"target":6},{"source":82,"target":32},{"source":82,"target":88},{"source":82,"target":6},{"source":88,"target":32},{"source":83,"target":55},{"source":83,"target":89},{"source":83,"target":6},{"source":83,"target":90},{"source":89,"target":55},{"source":84,"target":56},{"source":84,"target":91},{"source":84,"target":6},{"source":84,"target":92},{"source":91,"target":56},{"source":85,"target":57},{"source":85,"target":93},{"source":85,"target":6},{"source":85,"target":94},{"source":93,"target":57},{"source":86,"target":2},{"source":7,"target":0},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":95,"target":98},{"source":95,"target":7},{"source":96,"target":55},{"source":96,"target":99},{"source":96,"target":7},{"source":96,"target":100},{"source":99,"target":55},{"source":8,"target":0},{"source":8,"target":101},{"source":8,"target":102},{"source":8,"target":103},{"source":101,"target":104},{"source":101,"target":8},{"source":102,"target":57},{"source":102,"target":105},{"source":102,"target":8},{"source":102,"target":106},{"source":105,"target":57},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":107},{"source":9,"target":108},{"source":9,"target":109},{"source":9,"target":110},{"source":9,"target":111},{"source":107,"target":37},{"source":107,"target":112},{"source":107,"target":9},{"source":112,"target":37},{"source":108,"target":32},{"source":108,"target":113},{"source":108,"target":9},{"source":113,"target":32},{"source":109,"target":38},{"source":109,"target":114},{"source":109,"target":9},{"source":109,"target":115},{"source":114,"target":38},{"source":110,"target":55},{"source":110,"target":116},{"source":110,"target":9},{"source":110,"target":117},{"source":116,"target":55},{"source":111,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":118},{"source":10,"target":119},{"source":10,"target":120},{"source":118,"target":32},{"source":118,"target":121},{"source":118,"target":10},{"source":121,"target":32},{"source":119,"target":34},{"source":119,"target":122},{"source":119,"target":10},{"source":119,"target":123},{"source":122,"target":34},{"source":120,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":124},{"source":11,"target":125},{"source":11,"target":126},{"source":124,"target":32},{"source":124,"target":127},{"source":124,"target":11},{"source":127,"target":32},{"source":125,"target":35},{"source":125,"target":128},{"source":125,"target":11},{"source":125,"target":129},{"source":128,"target":35},{"source":126,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":130},{"source":12,"target":131},{"source":12,"target":132},{"source":12,"target":133},{"source":130,"target":28},{"source":130,"target":134},{"source":130,"target":12},{"source":134,"target":28},{"source":131,"target":40},{"source":131,"target":135},{"source":131,"target":12},{"source":135,"target":40},{"source":132,"target":39},{"source":132,"target":136},{"source":132,"target":12},{"source":132,"target":137},{"source":136,"target":39},{"source":133,"target":2},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":138},{"source":13,"target":139},{"source":13,"target":140},{"source":13,"target":141},{"source":138,"target":142},{"source":138,"target":13},{"source":139,"target":32},{"source":139,"target":143},{"source":139,"target":13},{"source":143,"target":32},{"source":140,"target":41},{"source":140,"target":144},{"source":140,"target":13},{"source":140,"target":145},{"source":144,"target":41},{"source":141,"target":2},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":146},{"source":14,"target":147},{"source":14,"target":148},{"source":14,"target":149},{"source":14,"target":150},{"source":146,"target":42},{"source":146,"target":151},{"source":146,"target":14},{"source":151,"target":42},{"source":147,"target":24},{"source":147,"target":152},{"source":147,"target":14},{"source":147,"target":153},{"source":152,"target":24},{"source":148,"target":25},{"source":148,"target":154},{"source":148,"target":14},{"source":148,"target":155},{"source":154,"target":25},{"source":149,"target":58},{"source":149,"target":156},{"source":149,"target":14},{"source":149,"target":157},{"source":156,"target":58},{"source":150,"target":2},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":158},{"source":15,"target":159},{"source":15,"target":160},{"source":158,"target":32},{"source":158,"target":161},{"source":158,"target":15},{"source":161,"target":32},{"source":159,"target":44},{"source":159,"target":162},{"source":159,"target":15},{"source":159,"target":163},{"source":162,"target":44},{"source":160,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":164},{"source":16,"target":165},{"source":16,"target":166},{"source":16,"target":167},{"source":164,"target":46},{"source":164,"target":168},{"source":164,"target":16},{"source":168,"target":46},{"source":165,"target":45},{"source":165,"target":169},{"source":165,"target":16},{"source":165,"target":170},{"source":169,"target":45},{"source":166,"target":50},{"source":166,"target":171},{"source":166,"target":16},{"source":166,"target":172},{"source":171,"target":50},{"source":167,"target":2},{"source":17,"target":0},{"source":17,"target":173},{"source":17,"target":174},{"source":173,"target":18},{"source":173,"target":175},{"source":173,"target":17},{"source":175,"target":18},{"source":18,"target":0},{"source":18,"target":176},{"source":18,"target":177},{"source":18,"target":178},{"source":176,"target":18},{"source":177,"target":18},{"source":178,"target":18},{"source":19,"target":0},{"source":19,"target":179},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":180},{"source":180,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":181},{"source":181,"target":19},{"source":22,"target":0},{"source":22,"target":19},{"source":22,"target":182},{"source":22,"target":183},{"source":22,"target":184},{"source":182,"target":24},{"source":182,"target":185},{"source":182,"target":22},{"source":182,"target":186},{"source":185,"target":24},{"source":183,"target":25},{"source":183,"target":187},{"source":183,"target":22},{"source":183,"target":188},{"source":187,"target":25},{"source":184,"target":19},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":189},{"source":189,"target":19},{"source":24,"target":0},{"source":24,"target":190},{"source":24,"target":186},{"source":24,"target":153},{"source":24,"target":191},{"source":190,"target":192},{"source":190,"target":24},{"source":186,"target":22},{"source":186,"target":193},{"source":186,"target":24},{"source":186,"target":182},{"source":193,"target":22},{"source":153,"target":14},{"source":153,"target":194},{"source":153,"target":24},{"source":153,"target":147},{"source":194,"target":14},{"source":25,"target":0},{"source":25,"target":195},{"source":25,"target":188},{"source":25,"target":196},{"source":25,"target":155},{"source":25,"target":197},{"source":25,"target":198},{"source":195,"target":18},{"source":195,"target":199},{"source":195,"target":25},{"source":199,"target":18},{"source":188,"target":22},{"source":188,"target":200},{"source":188,"target":25},{"source":188,"target":183},{"source":200,"target":22},{"source":196,"target":26},{"source":196,"target":201},{"source":196,"target":25},{"source":196,"target":202},{"source":201,"target":26},{"source":155,"target":14},{"source":155,"target":203},{"source":155,"target":25},{"source":155,"target":148},{"source":203,"target":14},{"source":197,"target":43},{"source":197,"target":204},{"source":197,"target":25},{"source":197,"target":205},{"source":204,"target":43},{"source":26,"target":0},{"source":26,"target":206},{"source":26,"target":202},{"source":26,"target":207},{"source":26,"target":208},{"source":206,"target":18},{"source":206,"target":209},{"source":206,"target":26},{"source":209,"target":18},{"source":202,"target":25},{"source":202,"target":210},{"source":202,"target":26},{"source":202,"target":196},{"source":210,"target":25},{"source":207,"target":211},{"source":207,"target":26},{"source":27,"target":0},{"source":27,"target":212},{"source":27,"target":213},{"source":27,"target":214},{"source":27,"target":215},{"source":27,"target":216},{"source":27,"target":217},{"source":212,"target":28},{"source":212,"target":218},{"source":212,"target":27},{"source":218,"target":28},{"source":213,"target":219},{"source":213,"target":27},{"source":214,"target":30},{"source":214,"target":220},{"source":214,"target":27},{"source":220,"target":30},{"source":215,"target":29},{"source":215,"target":221},{"source":215,"target":27},{"source":215,"target":222},{"source":221,"target":29},{"source":216,"target":61},{"source":216,"target":223},{"source":216,"target":27},{"source":223,"target":61},{"source":28,"target":0},{"source":28,"target":224},{"source":28,"target":225},{"source":28,"target":226},{"source":224,"target":28},{"source":225,"target":28},{"source":226,"target":28},{"source":29,"target":0},{"source":29,"target":222},{"source":29,"target":227},{"source":29,"target":228},{"source":222,"target":27},{"source":222,"target":229},{"source":222,"target":29},{"source":222,"target":215},{"source":229,"target":27},{"source":227,"target":230},{"source":227,"target":29},{"source":30,"target":0},{"source":30,"target":231},{"source":30,"target":232},{"source":30,"target":233},{"source":231,"target":30},{"source":232,"target":30},{"source":233,"target":30},{"source":31,"target":0},{"source":31,"target":234},{"source":31,"target":235},{"source":31,"target":236},{"source":234,"target":32},{"source":234,"target":237},{"source":234,"target":31},{"source":237,"target":32},{"source":235,"target":36},{"source":235,"target":238},{"source":235,"target":31},{"source":235,"target":239},{"source":238,"target":36},{"source":32,"target":0},{"source":32,"target":240},{"source":32,"target":241},{"source":32,"target":242},{"source":240,"target":32},{"source":241,"target":32},{"source":242,"target":32},{"source":33,"target":0},{"source":33,"target":67},{"source":33,"target":243},{"source":33,"target":244},{"source":67,"target":1},{"source":67,"target":245},{"source":67,"target":33},{"source":67,"target":63},{"source":245,"target":1},{"source":243,"target":246},{"source":243,"target":33},{"source":34,"target":0},{"source":34,"target":123},{"source":34,"target":247},{"source":34,"target":248},{"source":123,"target":10},{"source":123,"target":249},{"source":123,"target":34},{"source":123,"target":119},{"source":249,"target":10},{"source":247,"target":250},{"source":247,"target":34},{"source":35,"target":0},{"source":35,"target":129},{"source":35,"target":251},{"source":35,"target":252},{"source":129,"target":11},{"source":129,"target":253},{"source":129,"target":35},{"source":129,"target":125},{"source":253,"target":11},{"source":251,"target":254},{"source":251,"target":35},{"source":36,"target":0},{"source":36,"target":239},{"source":36,"target":255},{"source":36,"target":256},{"source":239,"target":31},{"source":239,"target":257},{"source":239,"target":36},{"source":239,"target":235},{"source":257,"target":31},{"source":255,"target":258},{"source":255,"target":36},{"source":37,"target":0},{"source":37,"target":259},{"source":37,"target":260},{"source":37,"target":261},{"source":37,"target":262},{"source":37,"target":263},{"source":37,"target":264},{"source":259,"target":37},{"source":260,"target":37},{"source":261,"target":37},{"source":262,"target":37},{"source":263,"target":37},{"source":264,"target":37},{"source":38,"target":0},{"source":38,"target":115},{"source":38,"target":265},{"source":38,"target":266},{"source":115,"target":9},{"source":115,"target":267},{"source":115,"target":38},{"source":115,"target":109},{"source":267,"target":9},{"source":265,"target":268},{"source":265,"target":38},{"source":39,"target":0},{"source":39,"target":137},{"source":39,"target":269},{"source":39,"target":270},{"source":137,"target":12},{"source":137,"target":271},{"source":137,"target":39},{"source":137,"target":132},{"source":271,"target":12},{"source":269,"target":272},{"source":269,"target":39},{"source":40,"target":0},{"source":40,"target":273},{"source":40,"target":274},{"source":40,"target":275},{"source":273,"target":40},{"source":274,"target":40},{"source":275,"target":40},{"source":41,"target":0},{"source":41,"target":145},{"source":41,"target":276},{"source":41,"target":277},{"source":145,"target":13},{"source":145,"target":278},{"source":145,"target":41},{"source":145,"target":140},{"source":278,"target":13},{"source":276,"target":279},{"source":276,"target":41},{"source":42,"target":0},{"source":42,"target":280},{"source":42,"target":281},{"source":42,"target":282},{"source":280,"target":42},{"source":281,"target":42},{"source":282,"target":42},{"source":43,"target":0},{"source":43,"target":283},{"source":43,"target":205},{"source":43,"target":284},{"source":43,"target":285},{"source":43,"target":286},{"source":283,"target":287},{"source":283,"target":43},{"source":205,"target":25},{"source":205,"target":288},{"source":205,"target":43},{"source":205,"target":197},{"source":288,"target":25},{"source":284,"target":47},{"source":284,"target":289},{"source":284,"target":43},{"source":284,"target":290},{"source":289,"target":47},{"source":285,"target":55},{"source":285,"target":291},{"source":285,"target":43},{"source":285,"target":292},{"source":291,"target":55},{"source":44,"target":0},{"source":44,"target":163},{"source":44,"target":293},{"source":44,"target":294},{"source":163,"target":15},{"source":163,"target":295},{"source":163,"target":44},{"source":163,"target":159},{"source":295,"target":15},{"source":293,"target":296},{"source":293,"target":44},{"source":45,"target":0},{"source":45,"target":170},{"source":45,"target":297},{"source":45,"target":298},{"source":170,"target":16},{"source":170,"target":299},{"source":170,"target":45},{"source":170,"target":165},{"source":299,"target":16},{"source":297,"target":300},{"source":297,"target":45},{"source":46,"target":0},{"source":46,"target":301},{"source":46,"target":302},{"source":46,"target":303},{"source":46,"target":304},{"source":301,"target":46},{"source":302,"target":46},{"source":303,"target":46},{"source":304,"target":46},{"source":47,"target":0},{"source":47,"target":290},{"source":47,"target":305},{"source":290,"target":43},{"source":290,"target":306},{"source":290,"target":47},{"source":290,"target":284},{"source":306,"target":43},{"source":48,"target":0},{"source":48,"target":47},{"source":48,"target":307},{"source":48,"target":308},{"source":48,"target":309},{"source":48,"target":310},{"source":48,"target":311},{"source":307,"target":312},{"source":307,"target":48},{"source":308,"target":18},{"source":308,"target":313},{"source":308,"target":48},{"source":313,"target":18},{"source":309,"target":314},{"source":309,"target":48},{"source":310,"target":60},{"source":310,"target":315},{"source":310,"target":48},{"source":310,"target":316},{"source":315,"target":60},{"source":311,"target":47},{"source":49,"target":0},{"source":49,"target":47},{"source":49,"target":317},{"source":317,"target":47},{"source":50,"target":0},{"source":50,"target":172},{"source":50,"target":318},{"source":50,"target":319},{"source":172,"target":16},{"source":172,"target":320},{"source":172,"target":50},{"source":172,"target":166},{"source":320,"target":16},{"source":318,"target":59},{"source":318,"target":321},{"source":318,"target":50},{"source":318,"target":322},{"source":321,"target":59},{"source":51,"target":0},{"source":51,"target":50},{"source":51,"target":323},{"source":51,"target":324},{"source":51,"target":325},{"source":51,"target":326},{"source":323,"target":327},{"source":323,"target":51},{"source":324,"target":328},{"source":324,"target":51},{"source":325,"target":329},{"source":325,"target":51},{"source":326,"target":50},{"source":52,"target":0},{"source":52,"target":50},{"source":52,"target":330},{"source":52,"target":331},{"source":52,"target":332},{"source":330,"target":333},{"source":330,"target":52},{"source":331,"target":334},{"source":331,"target":52},{"source":332,"target":50},{"source":53,"target":0},{"source":53,"target":335},{"source":53,"target":336},{"source":335,"target":59},{"source":335,"target":337},{"source":335,"target":53},{"source":335,"target":338},{"source":337,"target":59},{"source":54,"target":0},{"source":54,"target":339},{"source":54,"target":340},{"source":54,"target":341},{"source":54,"target":342},{"source":339,"target":343},{"source":339,"target":54},{"source":340,"target":344},{"source":340,"target":54},{"source":341,"target":59},{"source":341,"target":345},{"source":341,"target":54},{"source":341,"target":346},{"source":345,"target":59},{"source":55,"target":0},{"source":55,"target":100},{"source":55,"target":90},{"source":55,"target":117},{"source":55,"target":292},{"source":55,"target":347},{"source":100,"target":7},{"source":100,"target":348},{"source":100,"target":55},{"source":100,"target":96},{"source":348,"target":7},{"source":90,"target":6},{"source":90,"target":349},{"source":90,"target":55},{"source":90,"target":83},{"source":349,"target":6},{"source":117,"target":9},{"source":117,"target":350},{"source":117,"target":55},{"source":117,"target":110},{"source":350,"target":9},{"source":292,"target":43},{"source":292,"target":351},{"source":292,"target":55},{"source":292,"target":285},{"source":351,"target":43},{"source":56,"target":0},{"source":56,"target":92},{"source":56,"target":80},{"source":92,"target":6},{"source":92,"target":352},{"source":92,"target":56},{"source":92,"target":84},{"source":352,"target":6},{"source":80,"target":5},{"source":80,"target":353},{"source":80,"target":56},{"source":80,"target":76},{"source":353,"target":5},{"source":57,"target":0},{"source":57,"target":354},{"source":57,"target":94},{"source":57,"target":106},{"source":57,"target":355},{"source":354,"target":37},{"source":354,"target":356},{"source":354,"target":57},{"source":356,"target":37},{"source":94,"target":6},{"source":94,"target":357},{"source":94,"target":57},{"source":94,"target":85},{"source":357,"target":6},{"source":106,"target":8},{"source":106,"target":358},{"source":106,"target":57},{"source":106,"target":102},{"source":358,"target":8},{"source":58,"target":0},{"source":58,"target":359},{"source":58,"target":360},{"source":58,"target":157},{"source":58,"target":361},{"source":359,"target":32},{"source":359,"target":362},{"source":359,"target":58},{"source":362,"target":32},{"source":360,"target":18},{"source":360,"target":363},{"source":360,"target":58},{"source":363,"target":18},{"source":157,"target":14},{"source":157,"target":364},{"source":157,"target":58},{"source":157,"target":149},{"source":364,"target":14},{"source":59,"target":0},{"source":59,"target":346},{"source":59,"target":338},{"source":59,"target":322},{"source":59,"target":365},{"source":346,"target":54},{"source":346,"target":366},{"source":346,"target":59},{"source":346,"target":341},{"source":366,"target":54},{"source":338,"target":53},{"source":338,"target":367},{"source":338,"target":59},{"source":338,"target":335},{"source":367,"target":53},{"source":322,"target":50},{"source":322,"target":368},{"source":322,"target":59},{"source":322,"target":318},{"source":368,"target":50},{"source":60,"target":0},{"source":60,"target":369},{"source":60,"target":316},{"source":60,"target":370},{"source":369,"target":371},{"source":369,"target":60},{"source":316,"target":48},{"source":316,"target":372},{"source":316,"target":60},{"source":316,"target":310},{"source":372,"target":48},{"source":61,"target":0},{"source":61,"target":373},{"source":61,"target":374},{"source":373,"target":375},{"source":373,"target":61}],"multigraph":true} |
false | <?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="el" nsURI="http://de.hub.el/EL/1.0" nsPrefix="el">
<eClassifiers xsi:type="ecore:EClass" name="ELPackage">
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELClass">
<eAnnotations source="_xeElwB1lEemEvuQHSAd25g"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//ELField" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superClases" upperBound="-1"
eType="#//ELClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="innerClasses" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELField">
<eAnnotations>
<details key="_xd-fIB1lEemEvuQHSAd25g" value="_xd-fIR1lEemEvuQHSAd25g"/>
<details key="_xeD-sh1lEemEvuQHSAd25g" value="_xeD-sx1lEemEvuQHSAd25g"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//ELStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELOpCall" eSuperTypes="#//ELCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELOp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//ELExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thisArgument" eType="#//ELExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1"
eType="#//ELBlock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELBlockStarementKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELOp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ELOpKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operands" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precedence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELDataType" eSuperTypes="#//ELClass"/>
<eClassifiers xsi:type="ecore:EClass" name="_xd9RAB1lEemEvuQHSAd25g">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ELClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStarementKind">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blocks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expressions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELModel">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_xd9RAR1lEemEvuQHSAd25g" value="_xd9RAh1lEemEvuQHSAd25g"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1"
eType="#//ELPackage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ops" upperBound="-1" eType="#//ELOp"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1"
eType="#//ELBlockStarementKind" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ELOpKind">
<eLiterals name="_xeFz4B1lEemEvuQHSAd25g" literal="infix"/>
<eLiterals name="suffix"/>
<eLiterals name="prefix"/>
<eLiterals name="syntax" literal="syntax"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAssignment" eSuperTypes="#//ELStatement">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_xeD-sB1lEemEvuQHSAd25g" value="_xeD-sR1lEemEvuQHSAd25g"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ELExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eClassifiers>
<eSubpackages name="_xeCwkB1lEemEvuQHSAd25g" nsURI="_xeCwkR1lEemEvuQHSAd25g" nsPrefix="_xeCwkh1lEemEvuQHSAd25g"/>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight4/26_a13.ecore | ecore | el
ELPackage
classes
ELClass
methods
fields
superClases
innerClasses
ELField
ELStatement
ELBlock
statements
ELExpression
ELLiteral
value
ELOpCall
kind
ELCall
arguments
callee
thisArgument
ELAccess
variable
ELBlockStatement
block
kind
ELOp
kind
syntax
operands
precedence
ELDataType
_xd9RAB1lEemEvuQHSAd25g
type
array
ELBlockStarementKind
syntax
blocks
expressions
ELModel
packages
ops
blocks
ELOpKind
_xeFz4B1lEemEvuQHSAd25g
infix
suffix
suffix
prefix
prefix
syntax
syntax
ELAssignment
expr
assignee
_xeCwkB1lEemEvuQHSAd25g | null | {"directed":true,"nodes":[{"nsPrefix":"el","nsURI":"http://de.hub.el/EL/1.0","name":"el","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELPackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELField","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOpCall","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELCall","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAccess","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStatement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOp","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELDataType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"_xd9RAB1lEemEvuQHSAd25g","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStarementKind","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELModel","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ELOpKind","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAssignment","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"nsPrefix":"_xeCwkh1lEemEvuQHSAd25g","nsURI":"_xeCwkR1lEemEvuQHSAd25g","name":"_xeCwkB1lEemEvuQHSAd25g","id":19,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precedence","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":false,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"name":"_xeFz4B1lEemEvuQHSAd25g","id":79,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"suffix","id":80,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":81,"value":0,"literal":"prefix","eClass":"EEnumLiteral"},{"name":"syntax","id":82,"value":0,"literal":"syntax","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":20,"target":2},{"source":20,"target":21},{"source":20,"target":1},{"source":21,"target":2},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":22,"target":26},{"source":22,"target":2},{"source":23,"target":3},{"source":23,"target":27},{"source":23,"target":2},{"source":27,"target":3},{"source":24,"target":2},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":2},{"source":25,"target":2},{"source":25,"target":29},{"source":25,"target":2},{"source":29,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":30},{"source":30,"target":4},{"source":30,"target":31},{"source":30,"target":5},{"source":31,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":32},{"source":32,"target":4},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":33},{"source":7,"target":34},{"source":33,"target":35},{"source":33,"target":7},{"source":34,"target":6},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":36},{"source":8,"target":37},{"source":36,"target":12},{"source":36,"target":38},{"source":36,"target":8},{"source":38,"target":12},{"source":37,"target":9},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":39},{"source":9,"target":40},{"source":9,"target":41},{"source":9,"target":42},{"source":39,"target":6},{"source":39,"target":43},{"source":39,"target":9},{"source":43,"target":6},{"source":40,"target":44},{"source":40,"target":9},{"source":41,"target":6},{"source":41,"target":45},{"source":41,"target":9},{"source":45,"target":6},{"source":42,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":46},{"source":10,"target":47},{"source":46,"target":48},{"source":46,"target":10},{"source":47,"target":6},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":49},{"source":11,"target":50},{"source":11,"target":51},{"source":49,"target":5},{"source":49,"target":52},{"source":49,"target":11},{"source":52,"target":5},{"source":50,"target":15},{"source":50,"target":53},{"source":50,"target":11},{"source":53,"target":15},{"source":51,"target":4},{"source":12,"target":0},{"source":12,"target":54},{"source":12,"target":55},{"source":12,"target":56},{"source":12,"target":57},{"source":54,"target":17},{"source":54,"target":58},{"source":54,"target":12},{"source":58,"target":17},{"source":55,"target":59},{"source":55,"target":12},{"source":56,"target":60},{"source":56,"target":12},{"source":57,"target":61},{"source":57,"target":12},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":62},{"source":62,"target":2},{"source":14,"target":0},{"source":14,"target":63},{"source":14,"target":64},{"source":63,"target":2},{"source":63,"target":65},{"source":63,"target":14},{"source":65,"target":2},{"source":64,"target":66},{"source":64,"target":14},{"source":15,"target":0},{"source":15,"target":67},{"source":15,"target":68},{"source":15,"target":69},{"source":67,"target":70},{"source":67,"target":15},{"source":68,"target":71},{"source":68,"target":15},{"source":69,"target":72},{"source":69,"target":15},{"source":16,"target":0},{"source":16,"target":73},{"source":16,"target":74},{"source":16,"target":75},{"source":73,"target":1},{"source":73,"target":76},{"source":73,"target":16},{"source":76,"target":1},{"source":74,"target":12},{"source":74,"target":77},{"source":74,"target":16},{"source":77,"target":12},{"source":75,"target":15},{"source":75,"target":78},{"source":75,"target":16},{"source":78,"target":15},{"source":17,"target":0},{"source":17,"target":79},{"source":17,"target":80},{"source":17,"target":81},{"source":17,"target":82},{"source":79,"target":17},{"source":80,"target":17},{"source":81,"target":17},{"source":82,"target":17},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":83},{"source":18,"target":84},{"source":18,"target":85},{"source":83,"target":6},{"source":83,"target":86},{"source":83,"target":18},{"source":86,"target":6},{"source":84,"target":87},{"source":84,"target":18},{"source":85,"target":4},{"source":19,"target":0}],"multigraph":true} |
false | <?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="all" nsURI="http://www.example.org/all" nsPrefix="all">
<eClassifiers xsi:type="ecore:EClass" name="DescriptionElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptionText" upperBound="-1"
eType="#//InformalText" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="INamedConceptODD">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Experiments"/>
<eClassifiers xsi:type="ecore:EClass" name="ODD" eSuperTypes="#//IDescribedConcept">
<eStructuralFeatures xsi:type="ecore:EReference" name="entitiesandvariables" lowerBound="1"
eType="#//EntitiesStatesVariablesAndScales" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="processandscheduling" lowerBound="1"
eType="#//ProcessOverviewAndScheduling" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="_designconcepts" eType="#//DesignConcepts"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modeldescription" lowerBound="1"
eType="#//ModelDescription" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1"
eType="#//InformalText" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="submodels" upperBound="-1"
eType="#//InformalText" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="experiments" lowerBound="1"
eType="#//Experiments" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rationale4init" eType="#//TODO_Rationale"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rationales" upperBound="-1"
eType="#//RationaleReference" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DesignConcepts">
<eStructuralFeatures xsi:type="ecore:EReference" name="Sensing" upperBound="-1"
eType="#//InformalText" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="adaptation" upperBound="-1"
eType="#//InformalText" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="objectives" upperBound="-1"
eType="#//InformalText" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="learning" upperBound="-1"
eType="#//InformalText" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rationale4Interaction"
upperBound="-1" eType="#//TODO_Rationale" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="prediction" eType="#//InformalWithRationale"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rationale4Stochasticity"
upperBound="-1" eType="#//TODO_Rationale" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectives" upperBound="-1"
eType="#//InformalText" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="emergence" eType="#//InformalWithRationale"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessOverviewAndScheduling">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TODO_Rationale">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="base4Rationale" eType="#//RationaleKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sentence" upperBound="-1"
eType="#//InformalText" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IDescribedConcept" eSuperTypes="#//INamedConceptODD">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IRationaledConcept">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rationale" upperBound="-1"
eType="#//TODO_Rationale" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntitiesStatesVariablesAndScales"/>
<eClassifiers xsi:type="ecore:EClass" name="InformalText">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RationaleReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="irationaledconcept" lowerBound="1"
eType="#//IRationaledConcept"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RationaleKind"/>
<eClassifiers xsi:type="ecore:EEnum" name="ModelCategories"/>
<eClassifiers xsi:type="ecore:EClass" name="ModelDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="#//ModelCategories"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="researchQuestion" upperBound="-1"
eType="#//InformalText" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetGroup" upperBound="-1"
eType="#//InformalText" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="purposeDescription" upperBound="-1"
eType="#//InformalText" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generalDescriptions" upperBound="-1"
eType="#//DescriptionElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InformalWithRationale">
<eStructuralFeatures xsi:type="ecore:EReference" name="description" upperBound="-1"
eType="#//InformalText" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rationale" eType="#//TODO_Rationale"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/uiano/odd2netlogo/Documentation/current state-ODD + Experiments 28.09.2020/all/model/all.ecore | ecore | all
DescriptionElement
descriptionText
name
INamedConceptODD
name
Experiments
ODD
entitiesandvariables
processandscheduling
_designconcepts
version
modeldescription
input
submodels
experiments
rationale4init
rationales
DesignConcepts
Sensing
adaptation
objectives
learning
rationale4Interaction
prediction
rationale4Stochasticity
collectives
emergence
ProcessOverviewAndScheduling
name
TODO_Rationale
base4Rationale
sentence
IDescribedConcept
description
IRationaledConcept
name
rationale
EntitiesStatesVariablesAndScales
InformalText
text
RationaleReference
irationaledconcept
RationaleKind
ModelCategories
ModelDescription
role
researchQuestion
targetGroup
purposeDescription
generalDescriptions
InformalWithRationale
description
rationale | null | {"directed":true,"nodes":[{"nsPrefix":"all","nsURI":"http://www.example.org/all","name":"all","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescriptionElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INamedConceptODD","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Experiments","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ODD","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DesignConcepts","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessOverviewAndScheduling","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TODO_Rationale","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IDescribedConcept","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IRationaledConcept","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntitiesStatesVariablesAndScales","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformalText","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RationaleReference","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RationaleKind","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelCategories","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelDescription","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformalWithRationale","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptionText","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entitiesandvariables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processandscheduling","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"_designconcepts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modeldescription","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"submodels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"experiments","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rationale4init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rationales","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Sensing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"adaptation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"learning","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rationale4Interaction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"prediction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rationale4Stochasticity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collectives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"emergence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"base4Rationale","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sentence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rationale","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"irationaledconcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"researchQuestion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"purposeDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rationale","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":17,"target":11},{"source":17,"target":19},{"source":17,"target":1},{"source":19,"target":11},{"source":18,"target":1},{"source":2,"target":0},{"source":2,"target":20},{"source":20,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":8},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":21,"target":10},{"source":21,"target":32},{"source":21,"target":4},{"source":32,"target":10},{"source":22,"target":6},{"source":22,"target":33},{"source":22,"target":4},{"source":33,"target":6},{"source":23,"target":5},{"source":23,"target":34},{"source":23,"target":4},{"source":34,"target":5},{"source":24,"target":4},{"source":25,"target":15},{"source":25,"target":35},{"source":25,"target":4},{"source":35,"target":15},{"source":26,"target":11},{"source":26,"target":36},{"source":26,"target":4},{"source":36,"target":11},{"source":27,"target":11},{"source":27,"target":37},{"source":27,"target":4},{"source":37,"target":11},{"source":28,"target":3},{"source":28,"target":38},{"source":28,"target":4},{"source":38,"target":3},{"source":29,"target":7},{"source":29,"target":39},{"source":29,"target":4},{"source":39,"target":7},{"source":30,"target":12},{"source":30,"target":40},{"source":30,"target":4},{"source":40,"target":12},{"source":31,"target":8},{"source":5,"target":0},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":41,"target":11},{"source":41,"target":50},{"source":41,"target":5},{"source":50,"target":11},{"source":42,"target":11},{"source":42,"target":51},{"source":42,"target":5},{"source":51,"target":11},{"source":43,"target":11},{"source":43,"target":52},{"source":43,"target":5},{"source":52,"target":11},{"source":44,"target":11},{"source":44,"target":53},{"source":44,"target":5},{"source":53,"target":11},{"source":45,"target":7},{"source":45,"target":54},{"source":45,"target":5},{"source":54,"target":7},{"source":46,"target":16},{"source":46,"target":55},{"source":46,"target":5},{"source":55,"target":16},{"source":47,"target":7},{"source":47,"target":56},{"source":47,"target":5},{"source":56,"target":7},{"source":48,"target":11},{"source":48,"target":57},{"source":48,"target":5},{"source":57,"target":11},{"source":49,"target":16},{"source":49,"target":58},{"source":49,"target":5},{"source":58,"target":16},{"source":6,"target":0},{"source":6,"target":59},{"source":59,"target":6},{"source":7,"target":0},{"source":7,"target":60},{"source":7,"target":61},{"source":60,"target":13},{"source":60,"target":62},{"source":60,"target":7},{"source":62,"target":13},{"source":61,"target":11},{"source":61,"target":63},{"source":61,"target":7},{"source":63,"target":11},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":64},{"source":8,"target":65},{"source":64,"target":8},{"source":65,"target":2},{"source":9,"target":0},{"source":9,"target":66},{"source":9,"target":67},{"source":66,"target":9},{"source":67,"target":7},{"source":67,"target":68},{"source":67,"target":9},{"source":68,"target":7},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":69},{"source":69,"target":11},{"source":12,"target":0},{"source":12,"target":70},{"source":70,"target":9},{"source":70,"target":71},{"source":70,"target":12},{"source":71,"target":9},{"source":13,"target":0},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":72},{"source":15,"target":73},{"source":15,"target":74},{"source":15,"target":75},{"source":15,"target":76},{"source":72,"target":14},{"source":72,"target":77},{"source":72,"target":15},{"source":77,"target":14},{"source":73,"target":11},{"source":73,"target":78},{"source":73,"target":15},{"source":78,"target":11},{"source":74,"target":11},{"source":74,"target":79},{"source":74,"target":15},{"source":79,"target":11},{"source":75,"target":11},{"source":75,"target":80},{"source":75,"target":15},{"source":80,"target":11},{"source":76,"target":1},{"source":76,"target":81},{"source":76,"target":15},{"source":81,"target":1},{"source":16,"target":0},{"source":16,"target":82},{"source":16,"target":83},{"source":82,"target":11},{"source":82,"target":84},{"source":82,"target":16},{"source":84,"target":11},{"source":83,"target":7},{"source":83,"target":85},{"source":83,"target":16},{"source":85,"target":7}],"multigraph":true} |
true | <?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="gbind"
nsURI="http://genericity/language/gbind" nsPrefix="gbind">
<eSubpackages name="simpleocl" nsURI="http://soft.vub.ac.be/simpleocl/2011/SimpleOCL"
nsPrefix="simpleocl">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="line" lowerBound="1"
eType="#//simpleocl/Integer" changeable="false" volatile="true" transient="true"
defaultValueLiteral="-1" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="column" lowerBound="1"
eType="#//simpleocl/Integer" changeable="false" volatile="true" transient="true"
defaultValueLiteral="-1" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="charStart" lowerBound="1"
eType="#//simpleocl/Integer" changeable="false" volatile="true" transient="true"
defaultValueLiteral="-1" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="charEnd" lowerBound="1"
eType="#//simpleocl/Integer" changeable="false" volatile="true" transient="true"
defaultValueLiteral="-1" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//simpleocl/NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodels" upperBound="-1"
eType="#//simpleocl/OclMetamodel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//simpleocl/Import" containment="true" eOpposite="#//simpleocl/Import/module"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//simpleocl/ModuleElement" containment="true" eOpposite="#//simpleocl/ModuleElement/module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1"
eType="#//simpleocl/Module" eOpposite="#//simpleocl/Module/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//simpleocl/NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1"
eType="#//simpleocl/Module" eOpposite="#//simpleocl/Module/imports"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/oclExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false"
eType="#//simpleocl/IfExp" eOpposite="#//simpleocl/IfExp/elseExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false"
eType="#//simpleocl/PropertyCallExp" eOpposite="#//simpleocl/PropertyCallExp/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
eType="#//simpleocl/CollectionExp" eOpposite="#//simpleocl/CollectionExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#//simpleocl/LetExp" eOpposite="#//simpleocl/LetExp/in_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false"
eType="#//simpleocl/LoopExp" eOpposite="#//simpleocl/LoopExp/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false"
eType="#//simpleocl/OperationCall" eOpposite="#//simpleocl/OperationCall/arguments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable"
ordered="false" eType="#//simpleocl/LocalVariable" eOpposite="#//simpleocl/LocalVariable/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false"
eType="#//simpleocl/IfExp" eOpposite="#//simpleocl/IfExp/thenExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false"
eType="#//simpleocl/Operation" eOpposite="#//simpleocl/Operation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false"
eType="#//simpleocl/IfExp" eOpposite="#//simpleocl/IfExp/condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false"
eType="#//simpleocl/Attribute" eOpposite="#//simpleocl/Attribute/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedOperator" ordered="false"
eType="#//simpleocl/OperatorCallExp" eOpposite="#//simpleocl/OperatorCallExp/source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false"
lowerBound="1" eType="#//simpleocl/VariableDeclaration" eOpposite="#//simpleocl/VariableDeclaration/variableExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#//simpleocl/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="SelfExp" eSuperTypes="#//simpleocl/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="EnvExp" eSuperTypes="#//simpleocl/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#//simpleocl/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#//simpleocl/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#//simpleocl/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#//simpleocl/PrimitiveExp"/>
<eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#//simpleocl/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/Double"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#//simpleocl/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/collection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#//simpleocl/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#//simpleocl/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#//simpleocl/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#//simpleocl/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1"
eType="#//simpleocl/TuplePart" containment="true" eOpposite="#//simpleocl/TuplePart/tuple"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#//simpleocl/LocalVariable">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false"
lowerBound="1" eType="#//simpleocl/TupleExp" eOpposite="#//simpleocl/TupleExp/tuplePart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//simpleocl/MapElement" containment="true" eOpposite="#//simpleocl/MapElement/map"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false"
lowerBound="1" eType="#//simpleocl/MapExp" eOpposite="#//simpleocl/MapExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#//simpleocl/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="StaticPropertyCallExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/staticPropertyCall"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="staticCall" lowerBound="1"
eType="#//simpleocl/StaticPropertyCall" containment="true" eOpposite="#//simpleocl/StaticPropertyCall/staticCallExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaticPropertyCall" abstract="true"
eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="staticCallExp" lowerBound="1"
eType="#//simpleocl/StaticPropertyCallExp" eOpposite="#//simpleocl/StaticPropertyCallExp/staticCall"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaticNavigationOrAttributeCall" eSuperTypes="#//simpleocl/StaticPropertyCall">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaticOperationCall" eSuperTypes="#//simpleocl/StaticPropertyCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//simpleocl/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="calls" lowerBound="1"
upperBound="-1" eType="#//simpleocl/PropertyCall" containment="true" eOpposite="#//simpleocl/PropertyCall/callExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/appliedProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCall" abstract="true" eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="callExp" lowerBound="1"
eType="#//simpleocl/PropertyCallExp" eOpposite="#//simpleocl/PropertyCallExp/calls"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCall" eSuperTypes="#//simpleocl/PropertyCall">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCall" eSuperTypes="#//simpleocl/PropertyCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/parentOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="argument" eType="#//simpleocl/OclExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/appliedOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotOpCallExp" eSuperTypes="#//simpleocl/OperatorCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="RelOpCallExp" eSuperTypes="#//simpleocl/OperatorCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="EqOpCallExp" eSuperTypes="#//simpleocl/OperatorCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="AddOpCallExp" eSuperTypes="#//simpleocl/OperatorCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="IntOpCallExp" eSuperTypes="#//simpleocl/OperatorCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="MulOpCallExp" eSuperTypes="#//simpleocl/OperatorCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="LambdaCallExp" eSuperTypes="#//simpleocl/VariableExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//simpleocl/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BraceExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" lowerBound="1" eType="#//simpleocl/OclExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCall" eSuperTypes="#//simpleocl/OperationCall"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#//simpleocl/PropertyCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/loopExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false"
lowerBound="1" upperBound="-1" eType="#//simpleocl/Iterator" containment="true"
eOpposite="#//simpleocl/Iterator/loopExpr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#//simpleocl/LoopExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false"
lowerBound="1" eType="#//simpleocl/LocalVariable" containment="true" eOpposite="#//simpleocl/LocalVariable/baseExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#//simpleocl/LoopExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false"
lowerBound="1" eType="#//simpleocl/LocalVariable" containment="true" eOpposite="#//simpleocl/LocalVariable/letExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/letExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/ifExp2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/ifExp1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/ifExp3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true"
eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/variableDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false"
upperBound="-1" eType="#//simpleocl/VariableExp" eOpposite="#//simpleocl/VariableExp/referredVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocalVariable" eSuperTypes="#//simpleocl/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#//simpleocl/LetExp" eOpposite="#//simpleocl/LetExp/variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/initializedVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false"
eType="#//simpleocl/IterateExp" eOpposite="#//simpleocl/IterateExp/result"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eq" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#//simpleocl/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false"
eType="#//simpleocl/LoopExp" eOpposite="#//simpleocl/LoopExp/iterators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//simpleocl/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
lowerBound="1" eType="#//simpleocl/Operation" eOpposite="#//simpleocl/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//simpleocl/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/collectionTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false"
eType="#//simpleocl/OclContextDefinition" eOpposite="#//simpleocl/OclContextDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false"
eType="#//simpleocl/OclExpression" eOpposite="#//simpleocl/OclExpression/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
eType="#//simpleocl/Operation" eOpposite="#//simpleocl/Operation/returnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false"
eType="#//simpleocl/MapType" eOpposite="#//simpleocl/MapType/valueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
eType="#//simpleocl/Attribute" eOpposite="#//simpleocl/Attribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false"
eType="#//simpleocl/MapType" eOpposite="#//simpleocl/MapType/keyType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false"
eType="#//simpleocl/CollectionType" eOpposite="#//simpleocl/CollectionType/elementType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false"
eType="#//simpleocl/TupleTypeAttribute" eOpposite="#//simpleocl/TupleTypeAttribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration"
ordered="false" eType="#//simpleocl/VariableDeclaration" eOpposite="#//simpleocl/VariableDeclaration/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lambdaReturnType" eType="#//simpleocl/LambdaType"
eOpposite="#//simpleocl/LambdaType/returnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lambdaArgType" eType="#//simpleocl/LambdaType"
eOpposite="#//simpleocl/LambdaType/argumentTypes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="staticPropertyCall" eType="#//simpleocl/StaticPropertyCallExp"
eOpposite="#//simpleocl/StaticPropertyCallExp/source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModelElementExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1"
eType="#//simpleocl/OclModel"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#//simpleocl/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//simpleocl/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//simpleocl/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#//simpleocl/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#//simpleocl/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#//simpleocl/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#//simpleocl/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#//simpleocl/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#//simpleocl/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//simpleocl/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#//simpleocl/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#//simpleocl/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//simpleocl/TupleTypeAttribute" containment="true" eOpposite="#//simpleocl/TupleTypeAttribute/tupleType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/tupleTypeAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false"
lowerBound="1" eType="#//simpleocl/TupleType" eOpposite="#//simpleocl/TupleType/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#//simpleocl/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#//simpleocl/OclModel" eOpposite="#//simpleocl/OclModel/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#//simpleocl/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false"
lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/mapType2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false"
lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/mapType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LambdaType" eSuperTypes="#//simpleocl/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" lowerBound="1"
eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/lambdaReturnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="argumentTypes" upperBound="-1"
eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/lambdaArgType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnvType" eSuperTypes="#//simpleocl/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#//simpleocl/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false"
lowerBound="1" eType="#//simpleocl/OclFeature" containment="true" eOpposite="#//simpleocl/OclFeature/definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
eType="#//simpleocl/OclContextDefinition" containment="true" eOpposite="#//simpleocl/OclContextDefinition/definition"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="static" lowerBound="1"
eType="#//simpleocl/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#//simpleocl/OclFeatureDefinition" eOpposite="#//simpleocl/OclFeatureDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/definitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#//simpleocl/NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
eType="#//simpleocl/OclFeatureDefinition" eOpposite="#//simpleocl/OclFeatureDefinition/feature"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eq" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//simpleocl/OclFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/owningAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//simpleocl/OclFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//simpleocl/Parameter" containment="true" eOpposite="#//simpleocl/Parameter/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false"
lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/owningOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModel" abstract="true" eSuperTypes="#//simpleocl/NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
upperBound="-1" eType="#//simpleocl/OclModelElement" eOpposite="#//simpleocl/OclModelElement/model"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclMetamodel" eSuperTypes="#//simpleocl/OclModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
upperBound="-1" eType="#//simpleocl/OclInstanceModel" eOpposite="#//simpleocl/OclInstanceModel/metamodel"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclInstanceModel" eSuperTypes="#//simpleocl/OclModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false"
lowerBound="1" eType="#//simpleocl/OclMetamodel" eOpposite="#//simpleocl/OclMetamodel/model"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="double"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
</eSubpackages>
<eSubpackages name="dsl" nsURI="http://http://genericity/language/gbind/dsl" nsPrefix="bindingModel">
<eClassifiers xsi:type="ecore:EClass" name="BindingModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#//dsl/ConceptBinding" containment="true" eOpposite="#//dsl/ConceptBinding/model_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#//dsl/BaseHelper" containment="true" eOpposite="#//dsl/BaseHelper/model_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptMetaclasses" upperBound="-1"
eType="#//dsl/ConceptMetaclass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concreteMetaclasses"
upperBound="-1" eType="#//dsl/ConcreteMetaclass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="virtualMetaclasses" upperBound="-1"
eType="#//dsl/VirtualMetaclass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boundConcept" lowerBound="1"
eType="#//dsl/MetamodelDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boundMetamodel" lowerBound="1"
eType="#//dsl/MetamodelDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="options" lowerBound="1"
eType="#//dsl/BindingOptions" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingOptions">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enableClassMerge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetamodelDeclaration" eSuperTypes="#//simpleocl/OclMetamodel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodelURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metaclass" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eclass" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptMetaclass" eSuperTypes="#//dsl/Metaclass"/>
<eClassifiers xsi:type="ecore:EClass" name="ConcreteMetaclass" eSuperTypes="#//dsl/Metaclass"/>
<eClassifiers xsi:type="ecore:EClass" name="ConceptBinding" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="debugName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model_" eType="#//dsl/BindingModel"
eOpposite="#//dsl/BindingModel/bindings"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassBinding" eSuperTypes="#//dsl/ConceptBinding">
<eStructuralFeatures xsi:type="ecore:EReference" name="concept" lowerBound="1"
eType="#//dsl/ConceptMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concrete" lowerBound="1"
upperBound="-1" eType="#//dsl/ConcreteMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whenClause" lowerBound="1"
eType="#//simpleocl/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntermediateClassBinding" eSuperTypes="#//dsl/ConceptBinding">
<eStructuralFeatures xsi:type="ecore:EReference" name="concept" lowerBound="1"
eType="#//dsl/ConceptMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concreteClass" lowerBound="1"
eType="#//dsl/ConcreteMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concreteReference" lowerBound="1"
eType="#//dsl/ConcreteReferencDeclaringVar" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptContext" lowerBound="1"
eType="#//dsl/ConceptMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conceptReferenceName"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureBindings" upperBound="-1"
eType="#//dsl/BaseFeatureBinding" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConcreteReferencDeclaringVar" eSuperTypes="#//simpleocl/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="VirtualMetaclass" eSuperTypes="#//dsl/Metaclass">
<eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1"
eType="#//dsl/VirtualReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//dsl/VirtualAttribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1"
eType="#//simpleocl/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualReference" eSuperTypes="#//dsl/VirtualFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="type_" lowerBound="1"
eType="#//dsl/ConcreteMetaclass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualAttribute" eSuperTypes="#//dsl/VirtualFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="type_" lowerBound="1"
eType="#//simpleocl/Primitive" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualClassBinding" eSuperTypes="#//dsl/ConceptBinding">
<eStructuralFeatures xsi:type="ecore:EReference" name="concept" lowerBound="1"
eType="#//dsl/ConceptMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="virtual" lowerBound="1"
eType="#//dsl/VirtualMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refFeatures" upperBound="-1"
eType="#//dsl/ConceptFeatureRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptFeatureRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptClass" lowerBound="1"
eType="#//dsl/ConceptMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BaseFeatureBinding" eSuperTypes="#//dsl/ConceptBinding">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conceptFeature" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptClass" lowerBound="1"
eType="#//dsl/ConceptMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//dsl/ConcreteMetaclass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RenamingFeatureBinding" eSuperTypes="#//dsl/BaseFeatureBinding">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="concreteFeature" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeatureBinding" eSuperTypes="#//dsl/BaseFeatureBinding">
<eStructuralFeatures xsi:type="ecore:EReference" name="concrete" lowerBound="1"
eType="#//simpleocl/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BaseHelper">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="feature" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1"
eType="#//simpleocl/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//simpleocl/OclType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model_" eType="#//dsl/BindingModel"
eOpposite="#//dsl/BindingModel/helpers"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptHelper" eSuperTypes="#//dsl/BaseHelper">
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//dsl/ConcreteMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextClass" lowerBound="1"
eType="#//dsl/ConceptMetaclass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocalHelper" eSuperTypes="#//dsl/BaseHelper">
<eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//dsl/ConcreteMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//dsl/HelperParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HelperParameter" eSuperTypes="#//simpleocl/VariableDeclaration"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/gbind.ecore | ecore | gbind
simpleocl
LocatedElement
line
-1
column
-1
charStart
-1
charEnd
-1
NamedElement
name
Module
metamodels
imports
elements
ModuleElement
module
Import
module
OclExpression
type
ifExp3
appliedProperty
collection
letExp
loopExp
parentOperation
initializedVariable
ifExp2
owningOperation
ifExp1
owningAttribute
appliedOperator
VariableExp
referredVariable
SuperExp
SelfExp
EnvExp
PrimitiveExp
StringExp
stringSymbol
BooleanExp
booleanSymbol
NumericExp
RealExp
realSymbol
IntegerExp
integerSymbol
CollectionExp
elements
BagExp
OrderedSetExp
SequenceExp
SetExp
TupleExp
tuplePart
TuplePart
tuple
MapExp
elements
MapElement
map
key
value
EnumLiteralExp
name
OclUndefinedExp
StaticPropertyCallExp
source
staticCall
StaticPropertyCall
staticCallExp
StaticNavigationOrAttributeCall
name
StaticOperationCall
arguments
operationName
PropertyCallExp
calls
source
PropertyCall
callExp
NavigationOrAttributeCall
name
OperationCall
arguments
operationName
OperatorCallExp
argument
operationName
source
NotOpCallExp
RelOpCallExp
EqOpCallExp
AddOpCallExp
IntOpCallExp
MulOpCallExp
LambdaCallExp
arguments
BraceExp
exp
CollectionOperationCall
LoopExp
body
iterators
IterateExp
result
IteratorExp
name
LetExp
variable
in_
IfExp
thenExpression
condition
elseExpression
VariableDeclaration
varName
type
variableExp
LocalVariable
letExp
initExpression
baseExp
eq
Iterator
loopExpr
Parameter
operation
CollectionType
elementType
OclType
name
definitions
oclExpression
operation
mapType2
attribute
mapType
collectionTypes
tupleTypeAttribute
variableDeclaration
lambdaReturnType
lambdaArgType
staticPropertyCall
OclModelElementExp
model
name
Primitive
StringType
BooleanType
NumericType
IntegerType
RealType
BagType
OrderedSetType
SequenceType
SetType
OclAnyType
TupleType
attributes
TupleTypeAttribute
type
tupleType
name
OclModelElement
model
MapType
valueType
keyType
LambdaType
returnType
argumentTypes
EnvType
OclFeatureDefinition
feature
context_
static
OclContextDefinition
definition
context_
OclFeature
definition
eq
Attribute
initExpression
type
Operation
parameters
returnType
body
OclModel
elements
OclMetamodel
model
uri
OclInstanceModel
metamodel
Boolean
boolean
boolean
Double
double
double
Integer
int
int
String
java.lang.String
java.lang.String
dsl
BindingModel
bindings
helpers
conceptMetaclasses
concreteMetaclasses
virtualMetaclasses
boundConcept
boundMetamodel
name
options
BindingOptions
enableClassMerge
false
MetamodelDeclaration
metamodelURI
Metaclass
name
eclass
ConceptMetaclass
ConcreteMetaclass
ConceptBinding
debugName
model_
ClassBinding
concept
concrete
whenClause
IntermediateClassBinding
concept
concreteClass
concreteReference
conceptContext
conceptReferenceName
featureBindings
ConcreteReferencDeclaringVar
VirtualMetaclass
references
attributes
init
VirtualFeature
name
VirtualReference
type_
VirtualAttribute
type_
VirtualClassBinding
concept
virtual
refFeatures
ConceptFeatureRef
conceptClass
featureName
BaseFeatureBinding
conceptFeature
conceptClass
qualifier
RenamingFeatureBinding
concreteFeature
OclFeatureBinding
concrete
BaseHelper
feature
body
type
model_
ConceptHelper
qualifier
contextClass
LocalHelper
context
parameters
HelperParameter | null | {"directed":true,"nodes":[{"nsPrefix":"gbind","nsURI":"http://genericity/language/gbind","name":"gbind","id":0,"eClass":"EPackage"},{"nsPrefix":"simpleocl","nsURI":"http://soft.vub.ac.be/simpleocl/2011/SimpleOCL","name":"simpleocl","id":1,"eClass":"EPackage"},{"nsPrefix":"bindingModel","nsURI":"http://http://genericity/language/gbind/dsl","name":"dsl","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfExp","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvExp","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticPropertyCallExp","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticPropertyCall","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticNavigationOrAttributeCall","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticOperationCall","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCall","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCall","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCall","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotOpCallExp","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelOpCallExp","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqOpCallExp","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddOpCallExp","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntOpCallExp","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MulOpCallExp","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaCallExp","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BraceExp","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCall","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariable","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElementExp","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaType","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvType","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclMetamodel","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclInstanceModel","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":85,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":86,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":87,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":88,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"line","changeable":false,"lowerBound":1,"iD":false,"id":89,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"column","changeable":false,"lowerBound":1,"iD":false,"id":90,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"charStart","changeable":false,"lowerBound":1,"iD":false,"id":91,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"charEnd","changeable":false,"lowerBound":1,"iD":false,"id":92,"derived":true},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metamodels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedOperator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oclExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stringSymbol","changeable":true,"lowerBound":1,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"realSymbol","changeable":true,"lowerBound":1,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuplePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"map","changeable":true,"resolveProxies":true,"lowerBound":1,"id":189,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":190,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"staticCall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticPropertyCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticCallExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calls","changeable":true,"resolveProxies":true,"lowerBound":1,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":271,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eq","changeable":true,"lowerBound":1,"iD":false,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":294,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleTypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lambdaReturnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lambdaArgType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argumentTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":325,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":344,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":361,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"lowerBound":1,"iD":false,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eq","changeable":true,"lowerBound":1,"iD":false,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingModel","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingOptions","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelDeclaration","instanceClass":null,"abstract":false,"id":396,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metaclass","instanceClass":null,"abstract":true,"id":397,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptMetaclass","instanceClass":null,"abstract":false,"id":398,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteMetaclass","instanceClass":null,"abstract":false,"id":399,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptBinding","instanceClass":null,"abstract":true,"id":400,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassBinding","instanceClass":null,"abstract":false,"id":401,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntermediateClassBinding","instanceClass":null,"abstract":false,"id":402,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteReferencDeclaringVar","instanceClass":null,"abstract":false,"id":403,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualMetaclass","instanceClass":null,"abstract":false,"id":404,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualFeature","instanceClass":null,"abstract":false,"id":405,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualReference","instanceClass":null,"abstract":false,"id":406,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualAttribute","instanceClass":null,"abstract":false,"id":407,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualClassBinding","instanceClass":null,"abstract":false,"id":408,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptFeatureRef","instanceClass":null,"abstract":false,"id":409,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseFeatureBinding","instanceClass":null,"abstract":false,"id":410,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenamingFeatureBinding","instanceClass":null,"abstract":false,"id":411,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureBinding","instanceClass":null,"abstract":false,"id":412,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseHelper","instanceClass":null,"abstract":false,"id":413,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptHelper","instanceClass":null,"abstract":false,"id":414,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalHelper","instanceClass":null,"abstract":false,"id":415,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HelperParameter","instanceClass":null,"abstract":false,"id":416,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conceptMetaclasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concreteMetaclasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualMetaclasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boundConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boundMetamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"resolveProxies":true,"lowerBound":1,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"enableClassMerge","changeable":true,"lowerBound":0,"iD":false,"id":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metamodelURI","changeable":true,"lowerBound":0,"iD":false,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":442,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eclass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"debugName","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concrete","changeable":true,"resolveProxies":true,"lowerBound":1,"id":452,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whenClause","changeable":true,"resolveProxies":true,"lowerBound":1,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":458,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concreteClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":459,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concreteReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":460,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conceptContext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":461,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conceptReferenceName","changeable":true,"lowerBound":1,"iD":false,"id":462,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":1,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":487,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"virtual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":488,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conceptClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":494,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":1,"iD":false,"id":495,"derived":false},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conceptFeature","changeable":true,"lowerBound":1,"iD":false,"id":498,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conceptClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":499,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"concreteFeature","changeable":true,"lowerBound":1,"iD":false,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concrete","changeable":true,"resolveProxies":true,"lowerBound":1,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"lowerBound":1,"iD":false,"id":511,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":512,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":513,"derived":false},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":518,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":523,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":1,"target":75},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":1,"target":79},{"source":1,"target":80},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":1,"target":85},{"source":1,"target":86},{"source":1,"target":87},{"source":1,"target":88},{"source":1,"target":0},{"source":3,"target":1},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":3,"target":92},{"source":89,"target":87},{"source":89,"target":93},{"source":89,"target":3},{"source":93,"target":87},{"source":90,"target":87},{"source":90,"target":94},{"source":90,"target":3},{"source":94,"target":87},{"source":91,"target":87},{"source":91,"target":95},{"source":91,"target":3},{"source":95,"target":87},{"source":92,"target":87},{"source":92,"target":96},{"source":92,"target":3},{"source":96,"target":87},{"source":4,"target":1},{"source":4,"target":3},{"source":4,"target":97},{"source":4,"target":98},{"source":97,"target":88},{"source":97,"target":99},{"source":97,"target":4},{"source":99,"target":88},{"source":98,"target":3},{"source":5,"target":1},{"source":5,"target":4},{"source":5,"target":100},{"source":5,"target":101},{"source":5,"target":102},{"source":5,"target":103},{"source":100,"target":83},{"source":100,"target":104},{"source":100,"target":5},{"source":104,"target":83},{"source":101,"target":7},{"source":101,"target":105},{"source":101,"target":5},{"source":101,"target":106},{"source":105,"target":7},{"source":102,"target":6},{"source":102,"target":107},{"source":102,"target":5},{"source":102,"target":108},{"source":107,"target":6},{"source":103,"target":4},{"source":6,"target":1},{"source":6,"target":3},{"source":6,"target":108},{"source":6,"target":109},{"source":108,"target":5},{"source":108,"target":110},{"source":108,"target":6},{"source":108,"target":102},{"source":110,"target":5},{"source":109,"target":3},{"source":7,"target":1},{"source":7,"target":4},{"source":7,"target":106},{"source":7,"target":111},{"source":106,"target":5},{"source":106,"target":112},{"source":106,"target":7},{"source":106,"target":101},{"source":112,"target":5},{"source":111,"target":4},{"source":8,"target":1},{"source":8,"target":3},{"source":8,"target":113},{"source":8,"target":114},{"source":8,"target":115},{"source":8,"target":116},{"source":8,"target":117},{"source":8,"target":118},{"source":8,"target":119},{"source":8,"target":120},{"source":8,"target":121},{"source":8,"target":122},{"source":8,"target":123},{"source":8,"target":124},{"source":8,"target":125},{"source":8,"target":126},{"source":113,"target":58},{"source":113,"target":127},{"source":113,"target":8},{"source":113,"target":128},{"source":127,"target":58},{"source":114,"target":52},{"source":114,"target":129},{"source":114,"target":8},{"source":114,"target":130},{"source":129,"target":52},{"source":115,"target":34},{"source":115,"target":131},{"source":115,"target":8},{"source":115,"target":132},{"source":131,"target":34},{"source":116,"target":19},{"source":116,"target":133},{"source":116,"target":8},{"source":116,"target":134},{"source":133,"target":19},{"source":117,"target":51},{"source":117,"target":135},{"source":117,"target":8},{"source":117,"target":136},{"source":135,"target":51},{"source":118,"target":48},{"source":118,"target":137},{"source":118,"target":8},{"source":118,"target":138},{"source":137,"target":48},{"source":119,"target":37},{"source":119,"target":139},{"source":119,"target":8},{"source":119,"target":140},{"source":139,"target":37},{"source":120,"target":54},{"source":120,"target":141},{"source":120,"target":8},{"source":120,"target":142},{"source":141,"target":54},{"source":121,"target":52},{"source":121,"target":143},{"source":121,"target":8},{"source":121,"target":144},{"source":143,"target":52},{"source":122,"target":81},{"source":122,"target":145},{"source":122,"target":8},{"source":122,"target":146},{"source":145,"target":81},{"source":123,"target":52},{"source":123,"target":147},{"source":123,"target":8},{"source":123,"target":148},{"source":147,"target":52},{"source":124,"target":80},{"source":124,"target":149},{"source":124,"target":8},{"source":124,"target":150},{"source":149,"target":80},{"source":125,"target":38},{"source":125,"target":151},{"source":125,"target":8},{"source":125,"target":152},{"source":151,"target":38},{"source":126,"target":3},{"source":9,"target":1},{"source":9,"target":8},{"source":9,"target":153},{"source":9,"target":154},{"source":153,"target":53},{"source":153,"target":155},{"source":153,"target":9},{"source":153,"target":156},{"source":155,"target":53},{"source":154,"target":8},{"source":10,"target":1},{"source":10,"target":8},{"source":10,"target":157},{"source":157,"target":8},{"source":11,"target":1},{"source":11,"target":8},{"source":11,"target":158},{"source":158,"target":8},{"source":12,"target":1},{"source":12,"target":8},{"source":12,"target":159},{"source":159,"target":8},{"source":13,"target":1},{"source":13,"target":8},{"source":13,"target":160},{"source":160,"target":8},{"source":14,"target":1},{"source":14,"target":13},{"source":14,"target":161},{"source":14,"target":162},{"source":161,"target":88},{"source":161,"target":163},{"source":161,"target":14},{"source":163,"target":88},{"source":162,"target":13},{"source":15,"target":1},{"source":15,"target":13},{"source":15,"target":164},{"source":15,"target":165},{"source":164,"target":85},{"source":164,"target":166},{"source":164,"target":15},{"source":166,"target":85},{"source":165,"target":13},{"source":16,"target":1},{"source":16,"target":13},{"source":16,"target":167},{"source":167,"target":13},{"source":17,"target":1},{"source":17,"target":16},{"source":17,"target":168},{"source":17,"target":169},{"source":168,"target":86},{"source":168,"target":170},{"source":168,"target":17},{"source":170,"target":86},{"source":169,"target":16},{"source":18,"target":1},{"source":18,"target":16},{"source":18,"target":171},{"source":18,"target":172},{"source":171,"target":87},{"source":171,"target":173},{"source":171,"target":18},{"source":173,"target":87},{"source":172,"target":16},{"source":19,"target":1},{"source":19,"target":8},{"source":19,"target":134},{"source":19,"target":174},{"source":134,"target":8},{"source":134,"target":175},{"source":134,"target":19},{"source":134,"target":116},{"source":175,"target":8},{"source":174,"target":8},{"source":20,"target":1},{"source":20,"target":19},{"source":20,"target":176},{"source":176,"target":19},{"source":21,"target":1},{"source":21,"target":19},{"source":21,"target":177},{"source":177,"target":19},{"source":22,"target":1},{"source":22,"target":19},{"source":22,"target":178},{"source":178,"target":19},{"source":23,"target":1},{"source":23,"target":19},{"source":23,"target":179},{"source":179,"target":19},{"source":24,"target":1},{"source":24,"target":8},{"source":24,"target":180},{"source":24,"target":181},{"source":180,"target":25},{"source":180,"target":182},{"source":180,"target":24},{"source":180,"target":183},{"source":182,"target":25},{"source":181,"target":8},{"source":25,"target":1},{"source":25,"target":54},{"source":25,"target":183},{"source":25,"target":184},{"source":183,"target":24},{"source":183,"target":185},{"source":183,"target":25},{"source":183,"target":180},{"source":185,"target":24},{"source":184,"target":54},{"source":26,"target":1},{"source":26,"target":8},{"source":26,"target":186},{"source":26,"target":187},{"source":186,"target":27},{"source":186,"target":188},{"source":186,"target":26},{"source":186,"target":189},{"source":188,"target":27},{"source":187,"target":8},{"source":27,"target":1},{"source":27,"target":3},{"source":27,"target":189},{"source":27,"target":190},{"source":27,"target":191},{"source":27,"target":192},{"source":189,"target":26},{"source":189,"target":193},{"source":189,"target":27},{"source":189,"target":186},{"source":193,"target":26},{"source":190,"target":8},{"source":190,"target":194},{"source":190,"target":27},{"source":194,"target":8},{"source":191,"target":8},{"source":191,"target":195},{"source":191,"target":27},{"source":195,"target":8},{"source":192,"target":3},{"source":28,"target":1},{"source":28,"target":8},{"source":28,"target":196},{"source":28,"target":197},{"source":196,"target":88},{"source":196,"target":198},{"source":196,"target":28},{"source":198,"target":88},{"source":197,"target":8},{"source":29,"target":1},{"source":29,"target":8},{"source":29,"target":199},{"source":199,"target":8},{"source":30,"target":1},{"source":30,"target":8},{"source":30,"target":200},{"source":30,"target":201},{"source":30,"target":202},{"source":200,"target":58},{"source":200,"target":203},{"source":200,"target":30},{"source":200,"target":204},{"source":203,"target":58},{"source":201,"target":31},{"source":201,"target":205},{"source":201,"target":30},{"source":201,"target":206},{"source":205,"target":31},{"source":202,"target":8},{"source":31,"target":1},{"source":31,"target":3},{"source":31,"target":206},{"source":31,"target":207},{"source":206,"target":30},{"source":206,"target":208},{"source":206,"target":31},{"source":206,"target":201},{"source":208,"target":30},{"source":207,"target":3},{"source":32,"target":1},{"source":32,"target":31},{"source":32,"target":209},{"source":32,"target":210},{"source":209,"target":88},{"source":209,"target":211},{"source":209,"target":32},{"source":211,"target":88},{"source":210,"target":31},{"source":33,"target":1},{"source":33,"target":31},{"source":33,"target":212},{"source":33,"target":213},{"source":33,"target":214},{"source":212,"target":8},{"source":212,"target":215},{"source":212,"target":33},{"source":215,"target":8},{"source":213,"target":88},{"source":213,"target":216},{"source":213,"target":33},{"source":216,"target":88},{"source":214,"target":31},{"source":34,"target":1},{"source":34,"target":8},{"source":34,"target":217},{"source":34,"target":132},{"source":34,"target":218},{"source":217,"target":35},{"source":217,"target":219},{"source":217,"target":34},{"source":217,"target":220},{"source":219,"target":35},{"source":132,"target":8},{"source":132,"target":221},{"source":132,"target":34},{"source":132,"target":115},{"source":221,"target":8},{"source":218,"target":8},{"source":35,"target":1},{"source":35,"target":3},{"source":35,"target":220},{"source":35,"target":222},{"source":220,"target":34},{"source":220,"target":223},{"source":220,"target":35},{"source":220,"target":217},{"source":223,"target":34},{"source":222,"target":3},{"source":36,"target":1},{"source":36,"target":35},{"source":36,"target":224},{"source":36,"target":225},{"source":224,"target":88},{"source":224,"target":226},{"source":224,"target":36},{"source":226,"target":88},{"source":225,"target":35},{"source":37,"target":1},{"source":37,"target":35},{"source":37,"target":140},{"source":37,"target":227},{"source":37,"target":228},{"source":140,"target":8},{"source":140,"target":229},{"source":140,"target":37},{"source":140,"target":119},{"source":229,"target":8},{"source":227,"target":88},{"source":227,"target":230},{"source":227,"target":37},{"source":230,"target":88},{"source":228,"target":35},{"source":38,"target":1},{"source":38,"target":8},{"source":38,"target":231},{"source":38,"target":232},{"source":38,"target":152},{"source":38,"target":233},{"source":231,"target":8},{"source":231,"target":234},{"source":231,"target":38},{"source":234,"target":8},{"source":232,"target":88},{"source":232,"target":235},{"source":232,"target":38},{"source":235,"target":88},{"source":152,"target":8},{"source":152,"target":236},{"source":152,"target":38},{"source":152,"target":125},{"source":236,"target":8},{"source":233,"target":8},{"source":39,"target":1},{"source":39,"target":38},{"source":39,"target":237},{"source":237,"target":38},{"source":40,"target":1},{"source":40,"target":38},{"source":40,"target":238},{"source":238,"target":38},{"source":41,"target":1},{"source":41,"target":38},{"source":41,"target":239},{"source":239,"target":38},{"source":42,"target":1},{"source":42,"target":38},{"source":42,"target":240},{"source":240,"target":38},{"source":43,"target":1},{"source":43,"target":38},{"source":43,"target":241},{"source":241,"target":38},{"source":44,"target":1},{"source":44,"target":38},{"source":44,"target":242},{"source":242,"target":38},{"source":45,"target":1},{"source":45,"target":9},{"source":45,"target":243},{"source":45,"target":244},{"source":243,"target":8},{"source":243,"target":245},{"source":243,"target":45},{"source":245,"target":8},{"source":244,"target":9},{"source":46,"target":1},{"source":46,"target":8},{"source":46,"target":246},{"source":46,"target":247},{"source":246,"target":8},{"source":246,"target":248},{"source":246,"target":46},{"source":248,"target":8},{"source":247,"target":8},{"source":47,"target":1},{"source":47,"target":37},{"source":47,"target":249},{"source":249,"target":37},{"source":48,"target":1},{"source":48,"target":35},{"source":48,"target":138},{"source":48,"target":250},{"source":48,"target":251},{"source":138,"target":8},{"source":138,"target":252},{"source":138,"target":48},{"source":138,"target":118},{"source":252,"target":8},{"source":250,"target":55},{"source":250,"target":253},{"source":250,"target":48},{"source":250,"target":254},{"source":253,"target":55},{"source":251,"target":35},{"source":49,"target":1},{"source":49,"target":48},{"source":49,"target":255},{"source":49,"target":256},{"source":255,"target":54},{"source":255,"target":257},{"source":255,"target":49},{"source":255,"target":258},{"source":257,"target":54},{"source":256,"target":48},{"source":50,"target":1},{"source":50,"target":48},{"source":50,"target":259},{"source":50,"target":260},{"source":259,"target":88},{"source":259,"target":261},{"source":259,"target":50},{"source":261,"target":88},{"source":260,"target":48},{"source":51,"target":1},{"source":51,"target":8},{"source":51,"target":262},{"source":51,"target":136},{"source":51,"target":263},{"source":262,"target":54},{"source":262,"target":264},{"source":262,"target":51},{"source":262,"target":265},{"source":264,"target":54},{"source":136,"target":8},{"source":136,"target":266},{"source":136,"target":51},{"source":136,"target":117},{"source":266,"target":8},{"source":263,"target":8},{"source":52,"target":1},{"source":52,"target":8},{"source":52,"target":144},{"source":52,"target":148},{"source":52,"target":130},{"source":52,"target":267},{"source":144,"target":8},{"source":144,"target":268},{"source":144,"target":52},{"source":144,"target":121},{"source":268,"target":8},{"source":148,"target":8},{"source":148,"target":269},{"source":148,"target":52},{"source":148,"target":123},{"source":269,"target":8},{"source":130,"target":8},{"source":130,"target":270},{"source":130,"target":52},{"source":130,"target":114},{"source":270,"target":8},{"source":267,"target":8},{"source":53,"target":1},{"source":53,"target":3},{"source":53,"target":271},{"source":53,"target":272},{"source":53,"target":156},{"source":53,"target":273},{"source":271,"target":88},{"source":271,"target":274},{"source":271,"target":53},{"source":274,"target":88},{"source":272,"target":58},{"source":272,"target":275},{"source":272,"target":53},{"source":272,"target":276},{"source":275,"target":58},{"source":156,"target":9},{"source":156,"target":277},{"source":156,"target":53},{"source":156,"target":153},{"source":277,"target":9},{"source":273,"target":3},{"source":54,"target":1},{"source":54,"target":53},{"source":54,"target":265},{"source":54,"target":142},{"source":54,"target":258},{"source":54,"target":278},{"source":54,"target":279},{"source":265,"target":51},{"source":265,"target":280},{"source":265,"target":54},{"source":265,"target":262},{"source":280,"target":51},{"source":142,"target":8},{"source":142,"target":281},{"source":142,"target":54},{"source":142,"target":120},{"source":281,"target":8},{"source":258,"target":49},{"source":258,"target":282},{"source":258,"target":54},{"source":258,"target":255},{"source":282,"target":49},{"source":278,"target":88},{"source":278,"target":283},{"source":278,"target":54},{"source":283,"target":88},{"source":279,"target":53},{"source":55,"target":1},{"source":55,"target":53},{"source":55,"target":254},{"source":55,"target":284},{"source":254,"target":48},{"source":254,"target":285},{"source":254,"target":55},{"source":254,"target":250},{"source":285,"target":48},{"source":284,"target":53},{"source":56,"target":1},{"source":56,"target":53},{"source":56,"target":286},{"source":56,"target":287},{"source":286,"target":81},{"source":286,"target":288},{"source":286,"target":56},{"source":286,"target":289},{"source":288,"target":81},{"source":287,"target":53},{"source":57,"target":1},{"source":57,"target":58},{"source":57,"target":290},{"source":57,"target":291},{"source":290,"target":58},{"source":290,"target":292},{"source":290,"target":57},{"source":290,"target":293},{"source":292,"target":58},{"source":291,"target":58},{"source":58,"target":1},{"source":58,"target":3},{"source":58,"target":294},{"source":58,"target":295},{"source":58,"target":128},{"source":58,"target":296},{"source":58,"target":297},{"source":58,"target":298},{"source":58,"target":299},{"source":58,"target":293},{"source":58,"target":300},{"source":58,"target":276},{"source":58,"target":301},{"source":58,"target":302},{"source":58,"target":204},{"source":58,"target":303},{"source":294,"target":88},{"source":294,"target":304},{"source":294,"target":58},{"source":304,"target":88},{"source":295,"target":78},{"source":295,"target":305},{"source":295,"target":58},{"source":295,"target":306},{"source":305,"target":78},{"source":128,"target":8},{"source":128,"target":307},{"source":128,"target":58},{"source":128,"target":113},{"source":307,"target":8},{"source":296,"target":81},{"source":296,"target":308},{"source":296,"target":58},{"source":296,"target":309},{"source":308,"target":81},{"source":297,"target":74},{"source":297,"target":310},{"source":297,"target":58},{"source":297,"target":311},{"source":310,"target":74},{"source":298,"target":80},{"source":298,"target":312},{"source":298,"target":58},{"source":298,"target":313},{"source":312,"target":80},{"source":299,"target":74},{"source":299,"target":314},{"source":299,"target":58},{"source":299,"target":315},{"source":314,"target":74},{"source":293,"target":57},{"source":293,"target":316},{"source":293,"target":58},{"source":293,"target":290},{"source":316,"target":57},{"source":300,"target":72},{"source":300,"target":317},{"source":300,"target":58},{"source":300,"target":318},{"source":317,"target":72},{"source":276,"target":53},{"source":276,"target":319},{"source":276,"target":58},{"source":276,"target":272},{"source":319,"target":53},{"source":301,"target":75},{"source":301,"target":320},{"source":301,"target":58},{"source":301,"target":321},{"source":320,"target":75},{"source":302,"target":75},{"source":302,"target":322},{"source":302,"target":58},{"source":302,"target":323},{"source":322,"target":75},{"source":204,"target":30},{"source":204,"target":324},{"source":204,"target":58},{"source":204,"target":200},{"source":324,"target":30},{"source":303,"target":3},{"source":59,"target":1},{"source":59,"target":8},{"source":59,"target":325},{"source":59,"target":326},{"source":59,"target":327},{"source":325,"target":82},{"source":325,"target":328},{"source":325,"target":59},{"source":328,"target":82},{"source":326,"target":88},{"source":326,"target":329},{"source":326,"target":59},{"source":329,"target":88},{"source":327,"target":8},{"source":60,"target":1},{"source":60,"target":58},{"source":60,"target":330},{"source":330,"target":58},{"source":61,"target":1},{"source":61,"target":60},{"source":61,"target":331},{"source":331,"target":60},{"source":62,"target":1},{"source":62,"target":60},{"source":62,"target":332},{"source":332,"target":60},{"source":63,"target":1},{"source":63,"target":60},{"source":63,"target":333},{"source":333,"target":60},{"source":64,"target":1},{"source":64,"target":63},{"source":64,"target":334},{"source":334,"target":63},{"source":65,"target":1},{"source":65,"target":63},{"source":65,"target":335},{"source":335,"target":63},{"source":66,"target":1},{"source":66,"target":57},{"source":66,"target":336},{"source":336,"target":57},{"source":67,"target":1},{"source":67,"target":57},{"source":67,"target":337},{"source":337,"target":57},{"source":68,"target":1},{"source":68,"target":57},{"source":68,"target":338},{"source":338,"target":57},{"source":69,"target":1},{"source":69,"target":57},{"source":69,"target":339},{"source":339,"target":57},{"source":70,"target":1},{"source":70,"target":58},{"source":70,"target":340},{"source":340,"target":58},{"source":71,"target":1},{"source":71,"target":58},{"source":71,"target":341},{"source":71,"target":342},{"source":341,"target":72},{"source":341,"target":343},{"source":341,"target":71},{"source":341,"target":344},{"source":343,"target":72},{"source":342,"target":58},{"source":72,"target":1},{"source":72,"target":3},{"source":72,"target":318},{"source":72,"target":344},{"source":72,"target":345},{"source":72,"target":346},{"source":318,"target":58},{"source":318,"target":347},{"source":318,"target":72},{"source":318,"target":300},{"source":347,"target":58},{"source":344,"target":71},{"source":344,"target":348},{"source":344,"target":72},{"source":344,"target":341},{"source":348,"target":71},{"source":345,"target":88},{"source":345,"target":349},{"source":345,"target":72},{"source":349,"target":88},{"source":346,"target":3},{"source":73,"target":1},{"source":73,"target":58},{"source":73,"target":350},{"source":73,"target":351},{"source":350,"target":82},{"source":350,"target":352},{"source":350,"target":73},{"source":350,"target":353},{"source":352,"target":82},{"source":351,"target":58},{"source":74,"target":1},{"source":74,"target":58},{"source":74,"target":311},{"source":74,"target":315},{"source":74,"target":354},{"source":311,"target":58},{"source":311,"target":355},{"source":311,"target":74},{"source":311,"target":297},{"source":355,"target":58},{"source":315,"target":58},{"source":315,"target":356},{"source":315,"target":74},{"source":315,"target":299},{"source":356,"target":58},{"source":354,"target":58},{"source":75,"target":1},{"source":75,"target":58},{"source":75,"target":321},{"source":75,"target":323},{"source":75,"target":357},{"source":321,"target":58},{"source":321,"target":358},{"source":321,"target":75},{"source":321,"target":301},{"source":358,"target":58},{"source":323,"target":58},{"source":323,"target":359},{"source":323,"target":75},{"source":323,"target":302},{"source":359,"target":58},{"source":357,"target":58},{"source":76,"target":1},{"source":76,"target":58},{"source":76,"target":360},{"source":360,"target":58},{"source":77,"target":1},{"source":77,"target":6},{"source":77,"target":361},{"source":77,"target":362},{"source":77,"target":363},{"source":77,"target":364},{"source":361,"target":79},{"source":361,"target":365},{"source":361,"target":77},{"source":361,"target":366},{"source":365,"target":79},{"source":362,"target":78},{"source":362,"target":367},{"source":362,"target":77},{"source":362,"target":368},{"source":367,"target":78},{"source":363,"target":85},{"source":363,"target":369},{"source":363,"target":77},{"source":369,"target":85},{"source":364,"target":6},{"source":78,"target":1},{"source":78,"target":3},{"source":78,"target":368},{"source":78,"target":306},{"source":78,"target":370},{"source":368,"target":77},{"source":368,"target":371},{"source":368,"target":78},{"source":368,"target":362},{"source":371,"target":77},{"source":306,"target":58},{"source":306,"target":372},{"source":306,"target":78},{"source":306,"target":295},{"source":372,"target":58},{"source":370,"target":3},{"source":79,"target":1},{"source":79,"target":4},{"source":79,"target":366},{"source":79,"target":373},{"source":79,"target":374},{"source":366,"target":77},{"source":366,"target":375},{"source":366,"target":79},{"source":366,"target":361},{"source":375,"target":77},{"source":373,"target":88},{"source":373,"target":376},{"source":373,"target":79},{"source":376,"target":88},{"source":374,"target":4},{"source":80,"target":1},{"source":80,"target":79},{"source":80,"target":150},{"source":80,"target":313},{"source":80,"target":377},{"source":150,"target":8},{"source":150,"target":378},{"source":150,"target":80},{"source":150,"target":124},{"source":378,"target":8},{"source":313,"target":58},{"source":313,"target":379},{"source":313,"target":80},{"source":313,"target":298},{"source":379,"target":58},{"source":377,"target":79},{"source":81,"target":1},{"source":81,"target":79},{"source":81,"target":289},{"source":81,"target":309},{"source":81,"target":146},{"source":81,"target":380},{"source":289,"target":56},{"source":289,"target":381},{"source":289,"target":81},{"source":289,"target":286},{"source":381,"target":56},{"source":309,"target":58},{"source":309,"target":382},{"source":309,"target":81},{"source":309,"target":296},{"source":382,"target":58},{"source":146,"target":8},{"source":146,"target":383},{"source":146,"target":81},{"source":146,"target":122},{"source":383,"target":8},{"source":380,"target":79},{"source":82,"target":1},{"source":82,"target":4},{"source":82,"target":353},{"source":82,"target":384},{"source":353,"target":73},{"source":353,"target":385},{"source":353,"target":82},{"source":353,"target":350},{"source":385,"target":73},{"source":384,"target":4},{"source":83,"target":1},{"source":83,"target":82},{"source":83,"target":386},{"source":83,"target":387},{"source":83,"target":388},{"source":386,"target":84},{"source":386,"target":389},{"source":386,"target":83},{"source":386,"target":390},{"source":389,"target":84},{"source":387,"target":88},{"source":387,"target":391},{"source":387,"target":83},{"source":391,"target":88},{"source":388,"target":82},{"source":84,"target":1},{"source":84,"target":82},{"source":84,"target":390},{"source":84,"target":392},{"source":390,"target":83},{"source":390,"target":393},{"source":390,"target":84},{"source":390,"target":386},{"source":393,"target":83},{"source":392,"target":82},{"source":85,"target":1},{"source":86,"target":1},{"source":87,"target":1},{"source":88,"target":1},{"source":2,"target":394},{"source":2,"target":395},{"source":2,"target":396},{"source":2,"target":397},{"source":2,"target":398},{"source":2,"target":399},{"source":2,"target":400},{"source":2,"target":401},{"source":2,"target":402},{"source":2,"target":403},{"source":2,"target":404},{"source":2,"target":405},{"source":2,"target":406},{"source":2,"target":407},{"source":2,"target":408},{"source":2,"target":409},{"source":2,"target":410},{"source":2,"target":411},{"source":2,"target":412},{"source":2,"target":413},{"source":2,"target":414},{"source":2,"target":415},{"source":2,"target":416},{"source":2,"target":0},{"source":394,"target":2},{"source":394,"target":417},{"source":394,"target":418},{"source":394,"target":419},{"source":394,"target":420},{"source":394,"target":421},{"source":394,"target":422},{"source":394,"target":423},{"source":394,"target":424},{"source":394,"target":425},{"source":417,"target":400},{"source":417,"target":426},{"source":417,"target":394},{"source":417,"target":427},{"source":426,"target":400},{"source":418,"target":413},{"source":418,"target":428},{"source":418,"target":394},{"source":418,"target":429},{"source":428,"target":413},{"source":419,"target":398},{"source":419,"target":430},{"source":419,"target":394},{"source":430,"target":398},{"source":420,"target":399},{"source":420,"target":431},{"source":420,"target":394},{"source":431,"target":399},{"source":421,"target":404},{"source":421,"target":432},{"source":421,"target":394},{"source":432,"target":404},{"source":422,"target":396},{"source":422,"target":433},{"source":422,"target":394},{"source":433,"target":396},{"source":423,"target":396},{"source":423,"target":434},{"source":423,"target":394},{"source":434,"target":396},{"source":424,"target":435},{"source":424,"target":394},{"source":425,"target":395},{"source":425,"target":436},{"source":425,"target":394},{"source":436,"target":395},{"source":395,"target":2},{"source":395,"target":437},{"source":437,"target":438},{"source":437,"target":395},{"source":396,"target":2},{"source":396,"target":83},{"source":396,"target":439},{"source":396,"target":440},{"source":439,"target":441},{"source":439,"target":396},{"source":440,"target":83},{"source":397,"target":2},{"source":397,"target":442},{"source":397,"target":443},{"source":442,"target":444},{"source":442,"target":397},{"source":443,"target":445},{"source":443,"target":397},{"source":398,"target":2},{"source":398,"target":397},{"source":398,"target":446},{"source":446,"target":397},{"source":399,"target":2},{"source":399,"target":397},{"source":399,"target":447},{"source":447,"target":397},{"source":400,"target":2},{"source":400,"target":448},{"source":400,"target":427},{"source":448,"target":449},{"source":448,"target":400},{"source":427,"target":394},{"source":427,"target":450},{"source":427,"target":400},{"source":427,"target":417},{"source":450,"target":394},{"source":401,"target":2},{"source":401,"target":400},{"source":401,"target":451},{"source":401,"target":452},{"source":401,"target":453},{"source":401,"target":454},{"source":451,"target":398},{"source":451,"target":455},{"source":451,"target":401},{"source":455,"target":398},{"source":452,"target":399},{"source":452,"target":456},{"source":452,"target":401},{"source":456,"target":399},{"source":453,"target":8},{"source":453,"target":457},{"source":453,"target":401},{"source":457,"target":8},{"source":454,"target":400},{"source":402,"target":2},{"source":402,"target":400},{"source":402,"target":458},{"source":402,"target":459},{"source":402,"target":460},{"source":402,"target":461},{"source":402,"target":462},{"source":402,"target":463},{"source":402,"target":464},{"source":458,"target":398},{"source":458,"target":465},{"source":458,"target":402},{"source":465,"target":398},{"source":459,"target":399},{"source":459,"target":466},{"source":459,"target":402},{"source":466,"target":399},{"source":460,"target":403},{"source":460,"target":467},{"source":460,"target":402},{"source":467,"target":403},{"source":461,"target":398},{"source":461,"target":468},{"source":461,"target":402},{"source":468,"target":398},{"source":462,"target":469},{"source":462,"target":402},{"source":463,"target":410},{"source":463,"target":470},{"source":463,"target":402},{"source":470,"target":410},{"source":464,"target":400},{"source":403,"target":2},{"source":403,"target":53},{"source":403,"target":471},{"source":471,"target":53},{"source":404,"target":2},{"source":404,"target":397},{"source":404,"target":472},{"source":404,"target":473},{"source":404,"target":474},{"source":404,"target":475},{"source":472,"target":406},{"source":472,"target":476},{"source":472,"target":404},{"source":476,"target":406},{"source":473,"target":407},{"source":473,"target":477},{"source":473,"target":404},{"source":477,"target":407},{"source":474,"target":8},{"source":474,"target":478},{"source":474,"target":404},{"source":478,"target":8},{"source":475,"target":397},{"source":405,"target":2},{"source":405,"target":479},{"source":479,"target":480},{"source":479,"target":405},{"source":406,"target":2},{"source":406,"target":405},{"source":406,"target":481},{"source":406,"target":482},{"source":481,"target":399},{"source":481,"target":483},{"source":481,"target":406},{"source":483,"target":399},{"source":482,"target":405},{"source":407,"target":2},{"source":407,"target":405},{"source":407,"target":484},{"source":407,"target":485},{"source":484,"target":60},{"source":484,"target":486},{"source":484,"target":407},{"source":486,"target":60},{"source":485,"target":405},{"source":408,"target":2},{"source":408,"target":400},{"source":408,"target":487},{"source":408,"target":488},{"source":408,"target":489},{"source":408,"target":490},{"source":487,"target":398},{"source":487,"target":491},{"source":487,"target":408},{"source":491,"target":398},{"source":488,"target":404},{"source":488,"target":492},{"source":488,"target":408},{"source":492,"target":404},{"source":489,"target":409},{"source":489,"target":493},{"source":489,"target":408},{"source":493,"target":409},{"source":490,"target":400},{"source":409,"target":2},{"source":409,"target":494},{"source":409,"target":495},{"source":494,"target":398},{"source":494,"target":496},{"source":494,"target":409},{"source":496,"target":398},{"source":495,"target":497},{"source":495,"target":409},{"source":410,"target":2},{"source":410,"target":400},{"source":410,"target":498},{"source":410,"target":499},{"source":410,"target":500},{"source":410,"target":501},{"source":498,"target":502},{"source":498,"target":410},{"source":499,"target":398},{"source":499,"target":503},{"source":499,"target":410},{"source":503,"target":398},{"source":500,"target":399},{"source":500,"target":504},{"source":500,"target":410},{"source":504,"target":399},{"source":501,"target":400},{"source":411,"target":2},{"source":411,"target":410},{"source":411,"target":505},{"source":411,"target":506},{"source":505,"target":507},{"source":505,"target":411},{"source":506,"target":410},{"source":412,"target":2},{"source":412,"target":410},{"source":412,"target":508},{"source":412,"target":509},{"source":508,"target":8},{"source":508,"target":510},{"source":508,"target":412},{"source":510,"target":8},{"source":509,"target":410},{"source":413,"target":2},{"source":413,"target":511},{"source":413,"target":512},{"source":413,"target":513},{"source":413,"target":429},{"source":511,"target":514},{"source":511,"target":413},{"source":512,"target":8},{"source":512,"target":515},{"source":512,"target":413},{"source":515,"target":8},{"source":513,"target":58},{"source":513,"target":516},{"source":513,"target":413},{"source":516,"target":58},{"source":429,"target":394},{"source":429,"target":517},{"source":429,"target":413},{"source":429,"target":418},{"source":517,"target":394},{"source":414,"target":2},{"source":414,"target":413},{"source":414,"target":518},{"source":414,"target":519},{"source":414,"target":520},{"source":518,"target":399},{"source":518,"target":521},{"source":518,"target":414},{"source":521,"target":399},{"source":519,"target":398},{"source":519,"target":522},{"source":519,"target":414},{"source":522,"target":398},{"source":520,"target":413},{"source":415,"target":2},{"source":415,"target":413},{"source":415,"target":523},{"source":415,"target":524},{"source":415,"target":525},{"source":523,"target":399},{"source":523,"target":526},{"source":523,"target":415},{"source":526,"target":399},{"source":524,"target":416},{"source":524,"target":527},{"source":524,"target":415},{"source":527,"target":416},{"source":525,"target":413},{"source":416,"target":2},{"source":416,"target":53},{"source":416,"target":528},{"source":528,"target":53}],"multigraph":true} |
false | <?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="itculiacan" nsURI="http://itculiacan/1.0" nsPrefix="itculiacan">
<eClassifiers xsi:type="ecore:EClass" name="Alumno">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numeroControl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generacion" lowerBound="1"
eType="#//Generacion" eOpposite="#//Generacion/alumnos"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cursa" lowerBound="1" eType="#//PlanEstudio"
eOpposite="#//PlanEstudio/alumnos"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="grupos" lowerBound="1"
upperBound="-1" eType="#//Grupo" eOpposite="#//Grupo/alumnos"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Generacion">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fechaInicio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fechaFin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="alumnos" lowerBound="1"
upperBound="-1" eType="#//Alumno" eOpposite="#//Alumno/generacion"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Grupo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clave" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aula" lowerBound="1" eType="#//Aula"
eOpposite="#//Aula/grupos"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="materia" lowerBound="1"
eType="#//Materia" eOpposite="#//Materia/grupos"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="profesor" lowerBound="1"
eType="#//Profesor" eOpposite="#//Profesor/grupos"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="alumnos" lowerBound="1"
upperBound="-1" eType="#//Alumno" eOpposite="#//Alumno/grupos"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Aula">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clave" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="capacidad" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="grupos" lowerBound="1"
upperBound="-1" eType="#//Grupo" eOpposite="#//Grupo/aula"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Materia">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clave" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="grupos" lowerBound="1"
upperBound="-1" eType="#//Grupo" eOpposite="#//Grupo/materia"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="planesEstudio" lowerBound="1"
upperBound="-1" eType="#//PlanEstudio" eOpposite="#//PlanEstudio/materias"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Profesor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clave" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numeroMaterias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="grupos" lowerBound="1"
upperBound="-1" eType="#//Grupo" eOpposite="#//Grupo/profesor"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombramiento" eType="#//Nombramiento"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Nombramiento">
<eLiterals name="medioTiempo" value="1" literal="1"/>
<eLiterals name="tiempoCompleto" value="2" literal="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlanEstudio">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clave" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="alumnos" lowerBound="1"
upperBound="-1" eType="#//Alumno" eOpposite="#//Alumno/cursa"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="materias" lowerBound="1"
upperBound="-1" eType="#//Materia" eOpposite="#//Materia/planesEstudio"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Universidad">
<eStructuralFeatures xsi:type="ecore:EReference" name="refProfesor" lowerBound="1"
upperBound="-1" eType="#//Profesor" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refAulas" lowerBound="1"
upperBound="-1" eType="#//Aula" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refPlanEstudio" lowerBound="1"
upperBound="-1" eType="#//PlanEstudio" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refAlumno" lowerBound="1"
upperBound="-1" eType="#//Alumno" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refGeneracion" lowerBound="1"
upperBound="-1" eType="#//Generacion" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refMateria" lowerBound="1"
upperBound="-1" eType="#//Materia" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refGrupo" lowerBound="1"
upperBound="-1" eType="#//Grupo" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/isijara/itcModeling/bin/ITCuliacan.ecore | ecore | itculiacan
Alumno
nombre
numeroControl
generacion
cursa
grupos
Generacion
fechaInicio
fechaFin
alumnos
Grupo
clave
aula
materia
profesor
alumnos
Aula
clave
capacidad
grupos
Materia
clave
nombre
grupos
planesEstudio
Profesor
clave
nombre
numeroMaterias
grupos
nombramiento
Nombramiento
medioTiempo
1
tiempoCompleto
2
PlanEstudio
clave
nombre
alumnos
materias
Universidad
refProfesor
refAulas
refPlanEstudio
refAlumno
refGeneracion
refMateria
refGrupo | null | {"directed":true,"nodes":[{"nsPrefix":"itculiacan","nsURI":"http://itculiacan/1.0","name":"itculiacan","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Alumno","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generacion","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grupo","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aula","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Materia","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profesor","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Nombramiento","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlanEstudio","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Universidad","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numeroControl","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generacion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cursa","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"grupos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alumnos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alumnos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alumnos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fechaInicio","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fechaFin","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clave","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aula","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"materia","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"profesor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"grupos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"grupos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"grupos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clave","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"capacidad","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clave","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"planesEstudio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"materias","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clave","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numeroMaterias","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombramiento","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"name":"medioTiempo","id":62,"value":1,"literal":"1","eClass":"EEnumLiteral"},{"name":"tiempoCompleto","id":63,"value":2,"literal":"2","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clave","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refProfesor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refAulas","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refPlanEstudio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refAlumno","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refGeneracion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refMateria","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refGrupo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":10,"target":15},{"source":10,"target":1},{"source":11,"target":16},{"source":11,"target":1},{"source":12,"target":2},{"source":12,"target":17},{"source":12,"target":1},{"source":12,"target":18},{"source":17,"target":2},{"source":13,"target":8},{"source":13,"target":19},{"source":13,"target":1},{"source":13,"target":20},{"source":19,"target":8},{"source":14,"target":3},{"source":14,"target":21},{"source":14,"target":1},{"source":14,"target":22},{"source":21,"target":3},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":18},{"source":23,"target":25},{"source":23,"target":2},{"source":24,"target":26},{"source":24,"target":2},{"source":18,"target":1},{"source":18,"target":27},{"source":18,"target":2},{"source":18,"target":12},{"source":27,"target":1},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":22},{"source":28,"target":32},{"source":28,"target":3},{"source":29,"target":4},{"source":29,"target":33},{"source":29,"target":3},{"source":29,"target":34},{"source":33,"target":4},{"source":30,"target":5},{"source":30,"target":35},{"source":30,"target":3},{"source":30,"target":36},{"source":35,"target":5},{"source":31,"target":6},{"source":31,"target":37},{"source":31,"target":3},{"source":31,"target":38},{"source":37,"target":6},{"source":22,"target":1},{"source":22,"target":39},{"source":22,"target":3},{"source":22,"target":14},{"source":39,"target":1},{"source":4,"target":0},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":34},{"source":40,"target":42},{"source":40,"target":4},{"source":41,"target":43},{"source":41,"target":4},{"source":34,"target":3},{"source":34,"target":44},{"source":34,"target":4},{"source":34,"target":29},{"source":44,"target":3},{"source":5,"target":0},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":36},{"source":5,"target":47},{"source":45,"target":48},{"source":45,"target":5},{"source":46,"target":49},{"source":46,"target":5},{"source":36,"target":3},{"source":36,"target":50},{"source":36,"target":5},{"source":36,"target":30},{"source":50,"target":3},{"source":47,"target":8},{"source":47,"target":51},{"source":47,"target":5},{"source":47,"target":52},{"source":51,"target":8},{"source":6,"target":0},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":38},{"source":6,"target":56},{"source":53,"target":57},{"source":53,"target":6},{"source":54,"target":58},{"source":54,"target":6},{"source":55,"target":59},{"source":55,"target":6},{"source":38,"target":3},{"source":38,"target":60},{"source":38,"target":6},{"source":38,"target":31},{"source":60,"target":3},{"source":56,"target":7},{"source":56,"target":61},{"source":56,"target":6},{"source":61,"target":7},{"source":7,"target":0},{"source":7,"target":62},{"source":7,"target":63},{"source":62,"target":7},{"source":63,"target":7},{"source":8,"target":0},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":20},{"source":8,"target":52},{"source":64,"target":66},{"source":64,"target":8},{"source":65,"target":67},{"source":65,"target":8},{"source":20,"target":1},{"source":20,"target":68},{"source":20,"target":8},{"source":20,"target":13},{"source":68,"target":1},{"source":52,"target":5},{"source":52,"target":69},{"source":52,"target":8},{"source":52,"target":47},{"source":69,"target":5},{"source":9,"target":0},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":70,"target":6},{"source":70,"target":77},{"source":70,"target":9},{"source":77,"target":6},{"source":71,"target":4},{"source":71,"target":78},{"source":71,"target":9},{"source":78,"target":4},{"source":72,"target":8},{"source":72,"target":79},{"source":72,"target":9},{"source":79,"target":8},{"source":73,"target":1},{"source":73,"target":80},{"source":73,"target":9},{"source":80,"target":1},{"source":74,"target":2},{"source":74,"target":81},{"source":74,"target":9},{"source":81,"target":2},{"source":75,"target":5},{"source":75,"target":82},{"source":75,"target":9},{"source":82,"target":5},{"source":76,"target":3},{"source":76,"target":83},{"source":76,"target":9},{"source":83,"target":3}],"multigraph":true} |
false | <?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="data_definition" nsURI="http://www.eclipse.org/efbt/data_definition"
nsPrefix="data_definition">
<eAnnotations source="license">
<details key="license" value="Copyright (c) 2020 Bird Software Solutions Ltd
 All rights reserved. This file and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html

SPDX-License-Identifier: EPL-2.0 

 Contributors:
 Neil Mackenzie - initial API and implementation
This file contains a representation of the data definition package of the SMCubes Information Model. The SMCubes Information Model is freely available at https://www.ecb.europa.eu/stats/ecb_statistics/co-operation_and_standards/smcube/html/index.en.html"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This package describes the data definition package from SMCubes, using fields from SDD, see ECB documentation for details"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="COMBINATION">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="COMBINATION"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="code"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="combination_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="combination_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="maintenance_agency_id"
eType="ecore:EClass core.ecore#//MAINTENANCE_AGENCY">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="maintenance_agency_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valid_from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="valid_from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valid_to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="valid_to"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="version"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="combination_items" upperBound="-1"
eType="#//COMBINATION_ITEM" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="COMBINATION_ITEM">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="COMBINATION_ITEM"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="member_id" eType="ecore:EClass core.ecore#//MEMBER">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="member_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="subdomain_id" eType="ecore:EClass core.ecore#//SUBDOMAIN">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="subdomain_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable_id" eType="ecore:EClass core.ecore#//VARIABLE">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="variable_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable_set_id" eType="ecore:EClass core.ecore#//VARIABLE_SET">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="variable_set_id"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CUBE">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CUBE"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="code"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cube_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="cube_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="cube_structure_id" eType="#//CUBE_STRUCTURE">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="cube_structure_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cube_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="cube_type"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="framework_id" eType="#//FRAMEWORK">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="framework_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_allowed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="is_allowed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="maintenance_agency_id"
eType="ecore:EClass core.ecore#//MAINTENANCE_AGENCY">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="maintenance_agency_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="published" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="published"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valid_from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="valid_from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valid_to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="valid_to"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="version"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="displayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CUBE_GROUP">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CUBE_GROUP"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="code"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cube_group_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="cube_group_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="maintenance_agency_id"
eType="ecore:EClass core.ecore#//MAINTENANCE_AGENCY">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="maintenance_agency_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CUBE_GROUP_ENUMERATION">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CUBE_GROUP_ENUMERATION"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="cube_group_id" eType="#//CUBE_GROUP">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="cube_group_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="cube_id" eType="#//CUBE">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="cube_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="order"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valid_from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="valid_from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valid_to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="valid_to"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CUBE_HIERARCHY">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CUBE_HIERARCHY"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="code"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cube_hierarchy_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="cube_hierarchy_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cube_hierarchy_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="cube_hierarchy_type"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="framework_id" eType="#//FRAMEWORK">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="framework_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="maintenance_agency_id"
eType="ecore:EClass core.ecore#//MAINTENANCE_AGENCY">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="maintenance_agency_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CUBE_HIERARCHY_NODE">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CUBE_HIERARCHY_NODE"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="cube_group_id" eType="#//CUBE_GROUP">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="cube_group_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="cube_hierarchy_id" eType="#//CUBE_HIERARCHY">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="cube_hierarchy_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="level"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nODE_CODE" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="NODE_CODE"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="node_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="node_name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="order"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent_node_code" eType="#//CUBE_HIERARCHY_NODE">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="parent_node_code"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valid_from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="valid_from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valid_to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="valid_to"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CUBE_RELATIONSHIP">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CUBE_RELATIONSHIP"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="code"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cube_relationship_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="cube_relationship_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="establishes_integrity"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="establishes_integrity"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="foreign_cube_id" eType="#//CUBE">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="foreign_cube_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="foreign_cube_variable_code"
eType="ecore:EClass core.ecore#//VARIABLE">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="foreign_cube_variable_code"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="maintenance_agency_id"
eType="ecore:EClass core.ecore#//MAINTENANCE_AGENCY">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="maintenance_agency_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="primary_cube_id" eType="#//CUBE">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="primary_cube_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="primary_cube_variable_id"
eType="ecore:EClass core.ecore#//VARIABLE">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="primary_cube_variable_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valid_from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="valid_from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valid_to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="valid_to"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="version"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CUBE_STRUCTURE">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CUBE_STRUCTURE"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="code"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cube_structure_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="cube_structure_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="maintenance_agency_id"
eType="ecore:EClass core.ecore#//MAINTENANCE_AGENCY">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="maintenance_agency_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valid_from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="valid_from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valid_to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="valid_to"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="version"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="displayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CUBE_STRUCTURE_ITEM">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CUBE_STRUCTURE_ITEM"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute_associated_variable"
eType="ecore:EClass core.ecore#//VARIABLE">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="attribute_associated_variable"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="cube_structure_id" eType="#//CUBE_STRUCTURE">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="cube_structure_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dimension_type" eType="#//TYP_DMNSN">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="dimension_type"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_flow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="is_flow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_mandatory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="is_mandatory"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="member_id" eType="ecore:EClass core.ecore#//MEMBER">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="member_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="order"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="#//TYP_RL">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="role"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="subdomain_id" eType="ecore:EClass core.ecore#//SUBDOMAIN">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="subdomain_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable_id" eType="ecore:EClass core.ecore#//VARIABLE">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="variable_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable_set_id" eType="ecore:EClass core.ecore#//VARIABLE_SET">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="variable_set_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cube_variable_code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CUBE_TO_COMBINATION">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CUBE_TO_COMBINATION"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="combination_id" eType="#//COMBINATION">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="combination_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="cube_id" eType="#//CUBE">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="cube_id"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FRAMEWORK">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="FRAMEWORK"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="code"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="framework_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="framework_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="maintenance_agency_id"
eType="ecore:EClass core.ecore#//MAINTENANCE_AGENCY">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="maintenance_agency_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FRAMEWORK_SUBDOMAIN">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="FRAMEWORK_SUBDOMAIN"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="framework_id" eType="#//FRAMEWORK">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="framework_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="subdomain_id" eType="ecore:EClass core.ecore#//SUBDOMAIN">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="subdomain_id"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FRAMEWORK_VARIABLE_SET">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="FRAMEWORK_VARIABLE_SET"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="framework_id" eType="#//FRAMEWORK">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="framework_id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable_set_id" eType="ecore:EClass core.ecore#//VARIABLE_SET">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="variable_set_id"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TYP_DMNSN">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="TYP_DMNSN"/>
</eAnnotations>
<eLiterals name="B"/>
<eLiterals name="M" value="1"/>
<eLiterals name="T" value="2"/>
<eLiterals name="U" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TYP_DMNSNObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="TYP_DMNSN:Object"/>
<details key="baseType" value="TYP_DMNSN"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TYP_RL">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="TYP_RL"/>
</eAnnotations>
<eLiterals name="O"/>
<eLiterals name="A" value="1"/>
<eLiterals name="D" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TYP_RLObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="TYP_RL:Object"/>
<details key="baseType" value="TYP_RL"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/eclipse/efbt/cocalimo/smcubes/model/plugins/org.eclipse.efbt.cocalimo.smcubes.model.core/model/data_definition.ecore | ecore | data_definition
COMBINATION
code
combination_id
maintenance_agency_id
name
valid_from
valid_to
version
combination_items
COMBINATION_ITEM
member_id
subdomain_id
variable_id
variable_set_id
CUBE
code
cube_id
cube_structure_id
cube_type
description
framework_id
is_allowed
maintenance_agency_id
name
published
valid_from
valid_to
version
displayName
CUBE_GROUP
code
cube_group_id
description
maintenance_agency_id
name
CUBE_GROUP_ENUMERATION
cube_group_id
cube_id
order
valid_from
valid_to
CUBE_HIERARCHY
code
cube_hierarchy_id
cube_hierarchy_type
framework_id
maintenance_agency_id
name
CUBE_HIERARCHY_NODE
cube_group_id
cube_hierarchy_id
level
nODE_CODE
node_name
order
parent_node_code
valid_from
valid_to
CUBE_RELATIONSHIP
code
cube_relationship_id
description
establishes_integrity
foreign_cube_id
foreign_cube_variable_code
maintenance_agency_id
name
primary_cube_id
primary_cube_variable_id
valid_from
valid_to
version
CUBE_STRUCTURE
code
cube_structure_id
description
maintenance_agency_id
name
valid_from
valid_to
version
displayName
CUBE_STRUCTURE_ITEM
attribute_associated_variable
cube_structure_id
description
dimension_type
is_flow
is_mandatory
member_id
order
role
subdomain_id
variable_id
variable_set_id
isIdentifier
cube_variable_code
CUBE_TO_COMBINATION
combination_id
cube_id
FRAMEWORK
code
description
framework_id
maintenance_agency_id
name
FRAMEWORK_SUBDOMAIN
framework_id
subdomain_id
FRAMEWORK_VARIABLE_SET
framework_id
variable_set_id
TYP_DMNSN
B
B
M
M
T
T
U
U
TYP_DMNSNObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
TYP_RL
O
O
A
A
D
D
TYP_RLObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator | null | {"directed":true,"nodes":[{"nsPrefix":"data_definition","nsURI":"http://www.eclipse.org/efbt/data_definition","name":"data_definition","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"COMBINATION","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"COMBINATION_ITEM","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CUBE","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CUBE_GROUP","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CUBE_GROUP_ENUMERATION","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CUBE_HIERARCHY","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CUBE_HIERARCHY_NODE","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CUBE_RELATIONSHIP","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CUBE_STRUCTURE","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CUBE_STRUCTURE_ITEM","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CUBE_TO_COMBINATION","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FRAMEWORK","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FRAMEWORK_SUBDOMAIN","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FRAMEWORK_VARIABLE_SET","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TYP_DMNSN","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TYP_DMNSNObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"TYP_RL","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TYP_RLObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":18,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"combination_id","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"maintenance_agency_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid_from","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid_to","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"combination_items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subdomain_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable_set_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cube_id","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cube_structure_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cube_type","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"framework_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"is_allowed","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"maintenance_agency_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"published","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid_from","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid_to","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayName","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cube_group_id","changeable":true,"lowerBound":0,"iD":true,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"maintenance_agency_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cube_group_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cube_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"order","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid_from","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid_to","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cube_hierarchy_id","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cube_hierarchy_type","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"framework_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"maintenance_agency_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cube_group_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cube_hierarchy_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"level","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nODE_CODE","changeable":true,"lowerBound":0,"iD":true,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"node_name","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"order","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent_node_code","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid_from","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid_to","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cube_relationship_id","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"establishes_integrity","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"foreign_cube_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"foreign_cube_variable_code","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"maintenance_agency_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primary_cube_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primary_cube_variable_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid_from","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid_to","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cube_structure_id","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"maintenance_agency_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid_from","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid_to","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayName","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute_associated_variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cube_structure_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dimension_type","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"is_flow","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"is_mandatory","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"order","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subdomain_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable_set_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cube_variable_code","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"combination_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cube_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"framework_id","changeable":true,"lowerBound":0,"iD":true,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"maintenance_agency_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"framework_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subdomain_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"framework_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable_set_id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"name":"B","id":215,"value":0,"literal":"B","eClass":"EEnumLiteral"},{"name":"M","id":216,"value":1,"literal":"M","eClass":"EEnumLiteral"},{"name":"T","id":217,"value":2,"literal":"T","eClass":"EEnumLiteral"},{"name":"U","id":218,"value":3,"literal":"U","eClass":"EEnumLiteral"},{"name":"O","id":219,"value":0,"literal":"O","eClass":"EEnumLiteral"},{"name":"A","id":220,"value":1,"literal":"A","eClass":"EEnumLiteral"},{"name":"D","id":221,"value":2,"literal":"D","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":19,"target":27},{"source":19,"target":1},{"source":20,"target":28},{"source":20,"target":1},{"source":21,"target":29},{"source":21,"target":1},{"source":22,"target":30},{"source":22,"target":1},{"source":23,"target":31},{"source":23,"target":1},{"source":24,"target":32},{"source":24,"target":1},{"source":25,"target":33},{"source":25,"target":1},{"source":26,"target":2},{"source":26,"target":34},{"source":26,"target":1},{"source":34,"target":2},{"source":2,"target":0},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":35,"target":39},{"source":35,"target":2},{"source":36,"target":40},{"source":36,"target":2},{"source":37,"target":41},{"source":37,"target":2},{"source":38,"target":42},{"source":38,"target":2},{"source":3,"target":0},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":43,"target":57},{"source":43,"target":3},{"source":44,"target":58},{"source":44,"target":3},{"source":45,"target":9},{"source":45,"target":59},{"source":45,"target":3},{"source":59,"target":9},{"source":46,"target":60},{"source":46,"target":3},{"source":47,"target":61},{"source":47,"target":3},{"source":48,"target":12},{"source":48,"target":62},{"source":48,"target":3},{"source":62,"target":12},{"source":49,"target":63},{"source":49,"target":3},{"source":50,"target":64},{"source":50,"target":3},{"source":51,"target":65},{"source":51,"target":3},{"source":52,"target":66},{"source":52,"target":3},{"source":53,"target":67},{"source":53,"target":3},{"source":54,"target":68},{"source":54,"target":3},{"source":55,"target":69},{"source":55,"target":3},{"source":56,"target":70},{"source":56,"target":3},{"source":4,"target":0},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":4,"target":74},{"source":4,"target":75},{"source":71,"target":76},{"source":71,"target":4},{"source":72,"target":77},{"source":72,"target":4},{"source":73,"target":78},{"source":73,"target":4},{"source":74,"target":79},{"source":74,"target":4},{"source":75,"target":80},{"source":75,"target":4},{"source":5,"target":0},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":5,"target":85},{"source":81,"target":4},{"source":81,"target":86},{"source":81,"target":5},{"source":86,"target":4},{"source":82,"target":3},{"source":82,"target":87},{"source":82,"target":5},{"source":87,"target":3},{"source":83,"target":88},{"source":83,"target":5},{"source":84,"target":89},{"source":84,"target":5},{"source":85,"target":90},{"source":85,"target":5},{"source":6,"target":0},{"source":6,"target":91},{"source":6,"target":92},{"source":6,"target":93},{"source":6,"target":94},{"source":6,"target":95},{"source":6,"target":96},{"source":91,"target":97},{"source":91,"target":6},{"source":92,"target":98},{"source":92,"target":6},{"source":93,"target":99},{"source":93,"target":6},{"source":94,"target":12},{"source":94,"target":100},{"source":94,"target":6},{"source":100,"target":12},{"source":95,"target":101},{"source":95,"target":6},{"source":96,"target":102},{"source":96,"target":6},{"source":7,"target":0},{"source":7,"target":103},{"source":7,"target":104},{"source":7,"target":105},{"source":7,"target":106},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":103,"target":4},{"source":103,"target":112},{"source":103,"target":7},{"source":112,"target":4},{"source":104,"target":6},{"source":104,"target":113},{"source":104,"target":7},{"source":113,"target":6},{"source":105,"target":114},{"source":105,"target":7},{"source":106,"target":115},{"source":106,"target":7},{"source":107,"target":116},{"source":107,"target":7},{"source":108,"target":117},{"source":108,"target":7},{"source":109,"target":7},{"source":109,"target":118},{"source":109,"target":7},{"source":118,"target":7},{"source":110,"target":119},{"source":110,"target":7},{"source":111,"target":120},{"source":111,"target":7},{"source":8,"target":0},{"source":8,"target":121},{"source":8,"target":122},{"source":8,"target":123},{"source":8,"target":124},{"source":8,"target":125},{"source":8,"target":126},{"source":8,"target":127},{"source":8,"target":128},{"source":8,"target":129},{"source":8,"target":130},{"source":8,"target":131},{"source":8,"target":132},{"source":8,"target":133},{"source":121,"target":134},{"source":121,"target":8},{"source":122,"target":135},{"source":122,"target":8},{"source":123,"target":136},{"source":123,"target":8},{"source":124,"target":137},{"source":124,"target":8},{"source":125,"target":3},{"source":125,"target":138},{"source":125,"target":8},{"source":138,"target":3},{"source":126,"target":139},{"source":126,"target":8},{"source":127,"target":140},{"source":127,"target":8},{"source":128,"target":141},{"source":128,"target":8},{"source":129,"target":3},{"source":129,"target":142},{"source":129,"target":8},{"source":142,"target":3},{"source":130,"target":143},{"source":130,"target":8},{"source":131,"target":144},{"source":131,"target":8},{"source":132,"target":145},{"source":132,"target":8},{"source":133,"target":146},{"source":133,"target":8},{"source":9,"target":0},{"source":9,"target":147},{"source":9,"target":148},{"source":9,"target":149},{"source":9,"target":150},{"source":9,"target":151},{"source":9,"target":152},{"source":9,"target":153},{"source":9,"target":154},{"source":9,"target":155},{"source":147,"target":156},{"source":147,"target":9},{"source":148,"target":157},{"source":148,"target":9},{"source":149,"target":158},{"source":149,"target":9},{"source":150,"target":159},{"source":150,"target":9},{"source":151,"target":160},{"source":151,"target":9},{"source":152,"target":161},{"source":152,"target":9},{"source":153,"target":162},{"source":153,"target":9},{"source":154,"target":163},{"source":154,"target":9},{"source":155,"target":164},{"source":155,"target":9},{"source":10,"target":0},{"source":10,"target":165},{"source":10,"target":166},{"source":10,"target":167},{"source":10,"target":168},{"source":10,"target":169},{"source":10,"target":170},{"source":10,"target":171},{"source":10,"target":172},{"source":10,"target":173},{"source":10,"target":174},{"source":10,"target":175},{"source":10,"target":176},{"source":10,"target":177},{"source":10,"target":178},{"source":165,"target":179},{"source":165,"target":10},{"source":166,"target":9},{"source":166,"target":180},{"source":166,"target":10},{"source":180,"target":9},{"source":167,"target":181},{"source":167,"target":10},{"source":168,"target":15},{"source":168,"target":182},{"source":168,"target":10},{"source":182,"target":15},{"source":169,"target":183},{"source":169,"target":10},{"source":170,"target":184},{"source":170,"target":10},{"source":171,"target":185},{"source":171,"target":10},{"source":172,"target":186},{"source":172,"target":10},{"source":173,"target":17},{"source":173,"target":187},{"source":173,"target":10},{"source":187,"target":17},{"source":174,"target":188},{"source":174,"target":10},{"source":175,"target":189},{"source":175,"target":10},{"source":176,"target":190},{"source":176,"target":10},{"source":177,"target":191},{"source":177,"target":10},{"source":178,"target":192},{"source":178,"target":10},{"source":11,"target":0},{"source":11,"target":193},{"source":11,"target":194},{"source":193,"target":1},{"source":193,"target":195},{"source":193,"target":11},{"source":195,"target":1},{"source":194,"target":3},{"source":194,"target":196},{"source":194,"target":11},{"source":196,"target":3},{"source":12,"target":0},{"source":12,"target":197},{"source":12,"target":198},{"source":12,"target":199},{"source":12,"target":200},{"source":12,"target":201},{"source":197,"target":202},{"source":197,"target":12},{"source":198,"target":203},{"source":198,"target":12},{"source":199,"target":204},{"source":199,"target":12},{"source":200,"target":205},{"source":200,"target":12},{"source":201,"target":206},{"source":201,"target":12},{"source":13,"target":0},{"source":13,"target":207},{"source":13,"target":208},{"source":207,"target":12},{"source":207,"target":209},{"source":207,"target":13},{"source":209,"target":12},{"source":208,"target":210},{"source":208,"target":13},{"source":14,"target":0},{"source":14,"target":211},{"source":14,"target":212},{"source":211,"target":12},{"source":211,"target":213},{"source":211,"target":14},{"source":213,"target":12},{"source":212,"target":214},{"source":212,"target":14},{"source":15,"target":0},{"source":15,"target":215},{"source":15,"target":216},{"source":15,"target":217},{"source":15,"target":218},{"source":215,"target":15},{"source":216,"target":15},{"source":217,"target":15},{"source":218,"target":15},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":219},{"source":17,"target":220},{"source":17,"target":221},{"source":219,"target":17},{"source":220,"target":17},{"source":221,"target":17},{"source":18,"target":0}],"multigraph":true} |
false | <?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="ezlivingcolors1"
nsURI="http://www.sf.net/smbt/cc2250/ezlivingcolors1/1.0" nsPrefix="ezlivingcolors1">
<eClassifiers xsi:type="ecore:EClass" name="LivingColorsSetRGBCmd" eSuperTypes="#//LivingColorsCmd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="addr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByte"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="r" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="g" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="b" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LivingColorsSetHSVCmd" eSuperTypes="#//LivingColorsCmd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="addr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByte"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="h" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="s" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="v" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LivingColorsInitCmd" eSuperTypes="#//LivingColorsCmd"/>
<eClassifiers xsi:type="ecore:EClass" name="LivingColorsGetMaxNumLampsCmd" eSuperTypes="#//LivingColorsCmd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="result" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LivingColorsAddLampCmd" eSuperTypes="#//LivingColorsCmd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="addr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LivingColorsLearnLampsCmd" eSuperTypes="#//LivingColorsCmd"/>
<eClassifiers xsi:type="ecore:EClass" name="LivinColorsClearLampsCmd" eSuperTypes="#//LivingColorsCmd"/>
<eClassifiers xsi:type="ecore:EClass" name="LivingColorsTurnLampOnRGBCmd" eSuperTypes="#//LivingColorsCmd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="r" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="g" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="b" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LivingColorsTurnLampOnHSVCmd" eSuperTypes="#//LivingColorsCmd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="h" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="s" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="v" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LivingColorsTurnOffLampCmd" eSuperTypes="#//LivingColorsCmd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LivingColorsSetAddressCmd" eSuperTypes="#//LivingColorsCmd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="addr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LiivngColorsSendCommandCmd" eSuperTypes="#//LivingColorsCmd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cmd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="addr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByte"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="h" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="s" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="v" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LivingColorsCmd" eSuperTypes="../../net.sf.xqz.engine/model/cmd.ecore#//Cmd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByte"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LivingColorsCheckAddressCmd" eSuperTypes="#//LivingColorsCmd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="addr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LivingColorsGetLampCmd" eSuperTypes="#//LivingColorsCmd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="result" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/lucascraft/ubq_3rd_parties/net.sf.smbt.cc2500.livingcolors/model/ezlivingcolors1.ecore | ecore | ezlivingcolors1
LivingColorsSetRGBCmd
addr
r
g
b
index
LivingColorsSetHSVCmd
addr
h
s
v
index
LivingColorsInitCmd
LivingColorsGetMaxNumLampsCmd
result
LivingColorsAddLampCmd
addr
LivingColorsLearnLampsCmd
LivinColorsClearLampsCmd
LivingColorsTurnLampOnRGBCmd
index
r
g
b
LivingColorsTurnLampOnHSVCmd
index
h
s
v
LivingColorsTurnOffLampCmd
index
LivingColorsSetAddressCmd
addr
LiivngColorsSendCommandCmd
cmd
addr
h
s
v
LivingColorsCmd
hex
LivingColorsCheckAddressCmd
addr
LivingColorsGetLampCmd
result
index | null | {"directed":true,"nodes":[{"nsPrefix":"ezlivingcolors1","nsURI":"http://www.sf.net/smbt/cc2250/ezlivingcolors1/1.0","name":"ezlivingcolors1","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LivingColorsSetRGBCmd","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LivingColorsSetHSVCmd","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LivingColorsInitCmd","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LivingColorsGetMaxNumLampsCmd","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LivingColorsAddLampCmd","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LivingColorsLearnLampsCmd","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LivinColorsClearLampsCmd","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LivingColorsTurnLampOnRGBCmd","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LivingColorsTurnLampOnHSVCmd","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LivingColorsTurnOffLampCmd","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LivingColorsSetAddressCmd","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiivngColorsSendCommandCmd","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LivingColorsCmd","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LivingColorsCheckAddressCmd","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LivingColorsGetLampCmd","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"addr","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"r","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"g","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"b","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"addr","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"h","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"s","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"v","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"addr","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"r","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"g","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"b","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"h","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"s","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"v","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"addr","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cmd","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"addr","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"h","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"s","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"v","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hex","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"addr","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":16,"target":22},{"source":16,"target":1},{"source":17,"target":23},{"source":17,"target":1},{"source":18,"target":24},{"source":18,"target":1},{"source":19,"target":25},{"source":19,"target":1},{"source":20,"target":26},{"source":20,"target":1},{"source":21,"target":13},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":27,"target":33},{"source":27,"target":2},{"source":28,"target":34},{"source":28,"target":2},{"source":29,"target":35},{"source":29,"target":2},{"source":30,"target":36},{"source":30,"target":2},{"source":31,"target":37},{"source":31,"target":2},{"source":32,"target":13},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":38},{"source":38,"target":13},{"source":4,"target":0},{"source":4,"target":13},{"source":4,"target":39},{"source":4,"target":40},{"source":39,"target":41},{"source":39,"target":4},{"source":40,"target":13},{"source":5,"target":0},{"source":5,"target":13},{"source":5,"target":42},{"source":5,"target":43},{"source":42,"target":44},{"source":42,"target":5},{"source":43,"target":13},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":45},{"source":45,"target":13},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":46},{"source":46,"target":13},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":47,"target":52},{"source":47,"target":8},{"source":48,"target":53},{"source":48,"target":8},{"source":49,"target":54},{"source":49,"target":8},{"source":50,"target":55},{"source":50,"target":8},{"source":51,"target":13},{"source":9,"target":0},{"source":9,"target":13},{"source":9,"target":56},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":56,"target":61},{"source":56,"target":9},{"source":57,"target":62},{"source":57,"target":9},{"source":58,"target":63},{"source":58,"target":9},{"source":59,"target":64},{"source":59,"target":9},{"source":60,"target":13},{"source":10,"target":0},{"source":10,"target":13},{"source":10,"target":65},{"source":10,"target":66},{"source":65,"target":67},{"source":65,"target":10},{"source":66,"target":13},{"source":11,"target":0},{"source":11,"target":13},{"source":11,"target":68},{"source":11,"target":69},{"source":68,"target":70},{"source":68,"target":11},{"source":69,"target":13},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":71},{"source":12,"target":72},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":71,"target":77},{"source":71,"target":12},{"source":72,"target":78},{"source":72,"target":12},{"source":73,"target":79},{"source":73,"target":12},{"source":74,"target":80},{"source":74,"target":12},{"source":75,"target":81},{"source":75,"target":12},{"source":76,"target":13},{"source":13,"target":0},{"source":13,"target":82},{"source":13,"target":83},{"source":82,"target":84},{"source":82,"target":13},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":85},{"source":14,"target":86},{"source":85,"target":87},{"source":85,"target":14},{"source":86,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":88},{"source":15,"target":89},{"source":15,"target":90},{"source":88,"target":91},{"source":88,"target":15},{"source":89,"target":92},{"source":89,"target":15},{"source":90,"target":13}],"multigraph":true} |
false | <?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="site" nsURI="http://www.soluvas.org/schema/web.site/1.0" nsPrefix="site">
<eClassifiers xsi:type="ecore:EClass" name="Section">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A large division of web application.

For example, Bippo Mall is divided into 4 sections: sys, mall, shop, and pub."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1"
eType="#//Page" containment="true" eOpposite="#//Page/section"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SiteCatalog" eSuperTypes="#//SectionCollection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The site catalog is used to define all *logical* sections and pages in a site.

It is used in 2 ways:
1. at generation time, to generate concrete page classes, Wicket HTML markup, and JS files.
2. at runtime, to inspect *logical* sections and pages in the site.

Note that information about actual concrete page classes etc. are not visible here, and if needed, then it should be described using another schema."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SectionCollection">
<eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1"
eType="#//Section" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Page" abstract="true" interface="true">
<eOperations name="getClassSimpleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Returns the class simple name, which is simply the name + "Page" suffix."/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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 resulting simple name of the Wicket Page subclass, e.g. "ProductSysTable", without the "Page" suffix."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mountPoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Where the page is mounted, relative to application root, e.g. /product/sys, or a URI template with parameters: /product/sys/show/${productId}

mountPoint is highly recommended for SEO and easy URI typing, but not mandatory."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1"
eType="#//PageParam" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="section" eType="#//Section"
eOpposite="#//Section/pages"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GenericPage" eSuperTypes="#//Page">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A page that that specifies the literal Wicket page class name"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RawEntityTablePage" eSuperTypes="#//Page #//EntityPage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Lists raw entities in a page using Backbone and jQuery DataTables.

For normal entities see EntityTablePage.

Entities can be added, shown, and deleted.

Features:
* client-side paging support
* client-side quick search
* client-side table column sorting

TODO: support push for dynamic add/remove and show status."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntityTablePage" eSuperTypes="#//Page #//EntityPage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Lists normal entities in a page using Backbone and jQuery DataTables.

For raw entities see RawEntity TablePage.

Supported folders:
1. Published (virtual; published only)
2. All Items (virtual; except deleted)
3. Drafts (virtual)
4. Trash (virtual)

Actions on entities:
1. add
2. show
3. delete
4. undelete
5. publish (draft->published)
6. unpublish (published->draft; some entities may not support this)

Features:
* client-side paging support
* client-side quick search
* client-side table column sorting

TODO: support push for dynamic add/remove and show status."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntityEditPage" eSuperTypes="#//Page #//EntityPage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Edit page for normal entities"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RawEntityEditPage" eSuperTypes="#//Page #//EntityPage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Edit page for raw entities"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RawEntityNewPage" eSuperTypes="#//Page #//EntityPage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="New normal entity page"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntityNewPage" eSuperTypes="#//Page #//EntityPage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="New raw entity page"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContentPage" eSuperTypes="#//Page">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Contains static but editable HTML content."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DashboardPage" eSuperTypes="#//Page">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A page that can be customized by admin.

Typically used for homepage.

The layout is a bit different than other pages because it has a header and a slider/carousel after the header.
The sidebar is below the header and the carousel."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PageParam">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Parameter name for the page, e.g. "productId"."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoginPage" eSuperTypes="#//Page">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Login page, that also serves as a SSO register page for Facebook, Twitter, Google, etc."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="registerPage" eType="#//RegisterPage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resetPasswordPage" eType="#//ResetPasswordPage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RegisterPage" eSuperTypes="#//Page">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Register as user via email."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResetPasswordPage" eSuperTypes="#//Page">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Used to reset password if user forgets the password."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntityPage" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="entityClass" 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="Full name of the class that represents the entity.

This is required for:
1. Getting the EntityRepository for the entity, scoped to the active tenant
2. Getting the EntityDescriptor which provides metadata about the entity, scoped to the active tenant
"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PermalinkCatalog">
<eStructuralFeatures xsi:type="ecore:EReference" name="permalinks" upperBound="-1"
eType="#//Permalink" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Permalink">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Permalink configuration for an entity."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" 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="e.g. person, shop, etc."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="template" 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="Recognized values are:

<ol>
<li>baseUri (from WebAddress, automatically chosen whether relative ('/'), absolute plain HTTP, or absolute HTTPS),
including scheme and port, and trailing slash.</li>
<li>slugPath</li>
</ol>

<p>Reference: https://github.com/damnhandy/Handy-URI-Templates"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PermalinkManager">
<eOperations name="relative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Get permalink URI relative to current website, no switch of HTTP(S) protocol."/>
</eAnnotations>
<eParameters name="kind" eType="ecore:EEnum ../../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//EntityKind"/>
<eParameters name="slugPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="absolute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Get absolute permalink URI, considering the recommended protocol for the entity show page, e.g. plain HTTP vs secure HTTPS."/>
</eAnnotations>
<eParameters name="webHost" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="kind" eType="ecore:EEnum ../../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//EntityKind"/>
<eParameters name="slugPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="unsecureAbsolute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Get absolute permalink URI, plain HTTP only."/>
</eAnnotations>
<eParameters name="webHost" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="kind" eType="ecore:EEnum ../../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//EntityKind"/>
<eParameters name="slugPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="secureAbsolute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Get absolute permalink URI, secure HTTPS."/>
</eAnnotations>
<eParameters name="webHost" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="kind" eType="ecore:EEnum ../../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//EntityKind"/>
<eParameters name="slugPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="JavaScriptMode">
<eLiterals name="development">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Use original JS."/>
</eAnnotations>
</eLiterals>
<eLiterals name="minified" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Use minified JS."/>
</eAnnotations>
</eLiterals>
<eLiterals name="aggregated_minified" value="2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Aggregate all JavaScript, then minify it."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequireManager">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="javaScriptMode" lowerBound="1"
eType="#//JavaScriptMode" changeable="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cacheBust" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A string used to bust CDN cache, e.g. "2013-02-16 18:43:22+07:00".

This will be appended as a query string to "relative" js, skin, and img URIs. Relative here in reference to webAddres URIs. Absolute URIs won't be cache-busted."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AlexaSysConfig" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="SysConfig for Alexa Verify and Alexa Certify.

<p>Note: Alexa Certify is paid, Verify is free by <a href="http://www.alexa.com/siteowners/claim">claiming your site</a>."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alexaVerifyId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Note: Alexa Certify is paid, Verify is free by <a href="http://www.alexa.com/siteowners/claim">claiming your site</a>."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alexaCertifyEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether Alexa Certify feature is enabled."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alexaCertifyAccount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Account ID for Alexa Certify."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alexaCertifyDomain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Domain for Alexa Certify, e.g. "berbatik.com"."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alexaCertifyJsCdn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Alexa Certify JavaScript CDN, embedded inside Alexa's script, which will be used to dynamically generate the script. e.g. "d31qbv1cthcecs.cloudfront.net""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alexaCertifyImageCdn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Alexa Certify Image CDN, embedded inside Alexa's script, which will be used to dynamically generate the script. e.g. "d5nxst8fruw4z.cloudfront.net""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="LiveChatProvider" instanceClassName="org.soluvas.web.olark.LiveChatProvider"/>
<eClassifiers xsi:type="ecore:EClass" name="LiveChatSysConfig" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="liveChatEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether live chat feature is enabled."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="liveChatProviderId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Live chat provider, if enabled. Available choices: OLARK, LIVECHATINC."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="liveChatProvider" lowerBound="1"
eType="#//LiveChatProvider" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Live chat provider, if enabled. Available choices: OLARK, LIVECHATINC."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="liveChatSiteId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Live chat site ID, if enabled. This is provider-specific."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GoogleAnalyticsSysConfig">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="googleAnalyticsEnabled"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether Google Analytics is enabled."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="googleAnalyticsTrackingId"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Google Analytics Tracking ID, which is mandatory if enabled."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="googleAnalyticsCookieDomain"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Cookie domain for Google Analytics, if different than the default settings (usually the "www" subdomain)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="googleAnalyticsDisplayFeatures"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<a href="https://support.google.com/analytics/answer/2700409">Google Analytics Advertising Features</a> allow you to enable features in Analytics that aren't available through standard implementations. Advertising Features include:

<ol>
<li>Remarketing with Google Analytics</li>
<li>Google Display Network Impression Reporting</li>
<li>DoubleClick Platform integrations</li>
<li>Google Analytics Demographics and Interest Reporting</li>
</ol>

<p>By enabling these advertising features, you enable Google Analytics to collect data about your traffic via Google advertising cookies and anonymous identifiers, in addition to data collected through a standard Google Analytics implementation. Regardless of how you send data to Google Analytics (for example, via the Google Analytics tracking code, Google Analytics SDK, or the Measurement Protocol), if you use Google Analytics Advertising Features, you must adhere to this policy.

<p>You will not facilitate the merging of personally-identifiable information with non-personally identifiable information collected through any Google advertising product or feature unless you have robust notice of, and the user's prior affirmative (i.e., opt-in) consent to, that merger.

<p>If you've enabled any Google Analytics Advertising Features, you are required to notify your visitors by disclosing the following information in your privacy policy:

<ol>
<li>The Google Analytics Advertising Features you've implemented.</li>
<li>How you and third-party vendors use first-party cookies (such as the Google Analytics cookie) or other first-party identifiers, and third-party cookies (such as the DoubleClick cookie) or other third-party identifiers together.</li>
<li>How visitors can opt-out of the Google Analytics Advertising Features you use, including through Ads Settings, Ad Settings for mobile apps, or any other available means (for example, the NAI's consumer opt-out).</li>
</ol>

<p>We also encourage you to point users to Google Analytics' <a href="https://tools.google.com/dlpage/gaoptout/">currently available opt-outs</a> for the web.

<p>Because laws across countries and territories vary, and because Google Analytics can be used in many ways, Google is unable to provide the exact language you need to include in your privacy policy. Only you understand the unique aspects and special considerations of your business, and your privacy policy should account for this information that only you can provide."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThemePref" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Theme Preference, usable by App, Tenant, Shop, Person, and possibly Article/Category/Product.

<p>Should be extended, e.g. {@link id.co.bippo.common.BippoThemePref} contains bippo-specific theme preferences in additional to Soluvas Web's.

<p><b>Notes:</b> These may be disabled for a tenant by FeatureSet, which has veto power.
A ThemePref feature usually requires data from AppManifest/Mall/SysConfig, so without the data, the theme won't be able to show it anyway.
Not all Themes support all ThemePref features."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="navbarColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="HTML color that is usually used for the navbar background color (color 1), but depends on theme."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="navbarTextColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="HTML color that is usually used for the navbar text color (color 2), but depends on theme."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outlineColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="HTML color usually used for link or button outlines (color 3), but it depends on theme."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="HTML color usually used for the overall page background color (color 4), but it depends on theme."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="highlightColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="HTML color usually used for highlight background color selected/active elements (color 5), but it depends on theme."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="twitterLinkVisible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="facebookLinkVisible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="youTubeLinkVisible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="footnoteVisible" 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="Displays the footnote specified in {@link org.soluvas.commons.AppManifest#getFootnote()}.
The footnote is shown on all frontend pages, usually positioned below the main content, but above the footer."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Interaction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Used for providing sound effects (themeable) during or after interactions.

<p><b>Note</b>: Sound effects are generally only playable during user actions, so for example we can't play sound on page load.

<p>A sound theme depend on other themes, so it can use sounds from them.

<p>See <a href="https://idbippo.atlassian.net/browse/BC-1811">BC-1811: Integrasi growl / Wicket feedback dengan sound effect</a>.
"/>
</eAnnotations>
<eLiterals name="login">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tenant user logs in to tenant."/>
</eAnnotations>
</eLiterals>
<eLiterals name="logout" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tenant user logs out from tenant."/>
</eAnnotations>
</eLiterals>
<eLiterals name="info" value="2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="General notification."/>
</eAnnotations>
</eLiterals>
<eLiterals name="question" value="16">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Question or confirmation box, usually a modal."/>
</eAnnotations>
</eLiterals>
<eLiterals name="warning" value="3">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Warning notification."/>
</eAnnotations>
</eLiterals>
<eLiterals name="error" value="4">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Error notification."/>
</eAnnotations>
</eLiterals>
<eLiterals name="deleted" value="5">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="One or more entities have been deleted."/>
</eAnnotations>
</eLiterals>
<eLiterals name="added" value="6">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="One or more entities have been added."/>
</eAnnotations>
</eLiterals>
<eLiterals name="modified" value="7">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="One or more entities have been modified."/>
</eAnnotations>
</eLiterals>
<eLiterals name="searched" value="8">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Search results have been shown."/>
</eAnnotations>
</eLiterals>
<eLiterals name="filtered" value="9">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Filtered results have been shown."/>
</eAnnotations>
</eLiterals>
<eLiterals name="loading_light" value="10">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Loading loop for light/short operations, usually without progress bar. e.g. {@link com.vaynberg.wicket.select2.Select2Choice}."/>
</eAnnotations>
</eLiterals>
<eLiterals name="loading_heavy" value="11">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Loading loop for heavy/long operations, usually with either AJAX spinner or progress bar. e.g. {@link org.soluvas.web.site.widget.AutoDisableAjaxButton}."/>
</eAnnotations>
</eLiterals>
<eLiterals name="message_sent" value="12">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Message or comment sent."/>
</eAnnotations>
</eLiterals>
<eLiterals name="message_received" value="13">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Message or comment (long, non-private) received."/>
</eAnnotations>
</eLiterals>
<eLiterals name="im_received" value="18">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Short/private instant message received."/>
</eAnnotations>
</eLiterals>
<eLiterals name="im_sent" value="17">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Short/private instant message sent."/>
</eAnnotations>
</eLiterals>
<eLiterals name="liked" value="14">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Liked or starred or watched."/>
</eAnnotations>
</eLiterals>
<eLiterals name="unliked" value="15">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Unliked or unstarred or unwatched."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GoogleSysConfig">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="SysConfig for <a href="https://developers.google.com/+/">Google+ Sign-in</a> and <a href="https://www.google.com/webmasters/tools/home">Google Webmasters Toolkit</a>."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="googleApiKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<a href="https://developers.google.com/console/help/using-keys">Public API access</a>

<p>Use of this key does not require any user action or consent, does not grant access to any account information, and is not used for authorization.

<p>Get this from <a href="https://console.developers.google.com/">Google Developers Console</a> - API Project - APIs & auth - Credentials - Public API access."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="googleClientId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<a href="https://developers.google.com/console/help/generating-oauth2">OAuth 2.0 Client ID</a>

<p>OAuth 2.0 allows users to share specific data with you (for example, contact lists) while keeping their usernames, passwords, and other information private.

<p>Get this from <a href="https://console.developers.google.com/">Google Developers Console</a> - API Project - APIs & auth - Credentials - OAuth."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="googleClientSecret" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<a href="https://developers.google.com/console/help/generating-oauth2">OAuth 2.0 Client Secret</a>

<p>OAuth 2.0 allows users to share specific data with you (for example, contact lists) while keeping their usernames, passwords, and other information private.

<p>Get this from <a href="https://console.developers.google.com/">Google Developers Console</a> - API Project - APIs & auth - Credentials - OAuth."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="googleVerifyId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Google site verification ID provided by <a href="https://www.google.com/webmasters/tools/home">Google Webmasters Toolkit</a>, e.g. {@code google187974e610426105}."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GooglePlusSysConfig" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="googlePlusId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="googlePlusKind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="googlePlusUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="googlePlusDisplayName"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BingSysConfig" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This will serve {@code /BingSiteAuth.xml} with the following content (for example):

<pre>
&lt;?xml version="1.0"?>
&lt;users>
	&lt;user>81F7B85A49DDECE76EB169D2EFA46809</user>
&lt;/users>
</pre>

Go to <a href="https://www.bing.com/webmaster/home/mysites">Bing Webmaster</a> to get Bing Verify ID for your website."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bingVerifyId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PerfectAudienceSysConfig" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="perfectAudienceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="perfectAudienceEnabled"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StarterSysConfig" eSuperTypes="../../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//GeneralSysConfig #//GoogleSysConfig #//GoogleAnalyticsSysConfig ../../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//MongoSysConfig">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Typical SysConfig for "Starter" style apps.
This is a temporary quick workaround before rethinking SysConfig mechanism,
which should be JSON-based (not requiring Eclipse/EMF), and supports app-, env-, hotel-, tenant-, person- and entity- levels of SysConfigs."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ZendeskConfig" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zendeskEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zendeskDomain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zendeskUserName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zendeskToken" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GoogleRemarketingSysConfig">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="googleRemarketingEnabled"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="googleRemarketingTagId"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ZendeskChatSysConfig" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zendeskChatEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/soluvas/soluvas-web/site/src/main/resources/org/soluvas/web/site/site.ecore | ecore | site
Section
id
name
pages
SiteCatalog
SectionCollection
sections
Page
getClassSimpleName
name
mountPoint
params
section
GenericPage
RawEntityTablePage
EntityTablePage
EntityEditPage
RawEntityEditPage
RawEntityNewPage
EntityNewPage
ContentPage
DashboardPage
PageParam
name
LoginPage
registerPage
resetPasswordPage
RegisterPage
ResetPasswordPage
EntityPage
entityClass
PermalinkCatalog
permalinks
Permalink
namespace
template
PermalinkManager
relative
kind
slugPath
absolute
webHost
kind
slugPath
unsecureAbsolute
webHost
kind
slugPath
secureAbsolute
webHost
kind
slugPath
JavaScriptMode
development
development
minified
minified
aggregated_minified
aggregated_minified
RequireManager
javaScriptMode
cacheBust
AlexaSysConfig
alexaVerifyId
alexaCertifyEnabled
false
alexaCertifyAccount
alexaCertifyDomain
alexaCertifyJsCdn
alexaCertifyImageCdn
LiveChatProvider
org.soluvas.web.olark.LiveChatProvider
org.soluvas.web.olark.LiveChatProvider
LiveChatSysConfig
liveChatEnabled
false
liveChatProviderId
liveChatProvider
liveChatSiteId
GoogleAnalyticsSysConfig
googleAnalyticsEnabled
false
googleAnalyticsTrackingId
googleAnalyticsCookieDomain
googleAnalyticsDisplayFeatures
ThemePref
navbarColor
navbarTextColor
outlineColor
backgroundColor
highlightColor
twitterLinkVisible
true
facebookLinkVisible
true
youTubeLinkVisible
true
footnoteVisible
true
Interaction
login
login
logout
logout
info
info
question
question
warning
warning
error
error
deleted
deleted
added
added
modified
modified
searched
searched
filtered
filtered
loading_light
loading_light
loading_heavy
loading_heavy
message_sent
message_sent
message_received
message_received
im_received
im_received
im_sent
im_sent
liked
liked
unliked
unliked
GoogleSysConfig
googleApiKey
googleClientId
googleClientSecret
googleVerifyId
GooglePlusSysConfig
googlePlusId
googlePlusKind
googlePlusUrl
googlePlusDisplayName
BingSysConfig
bingVerifyId
PerfectAudienceSysConfig
perfectAudienceId
perfectAudienceEnabled
false
StarterSysConfig
ZendeskConfig
zendeskEnabled
false
zendeskDomain
zendeskUserName
zendeskToken
GoogleRemarketingSysConfig
googleRemarketingEnabled
false
googleRemarketingTagId
ZendeskChatSysConfig
zendeskChatEnabled
false | null | {"directed":true,"nodes":[{"nsPrefix":"site","nsURI":"http://www.soluvas.org/schema/web.site/1.0","name":"site","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SiteCatalog","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SectionCollection","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericPage","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RawEntityTablePage","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityTablePage","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityEditPage","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RawEntityEditPage","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RawEntityNewPage","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityNewPage","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentPage","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DashboardPage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageParam","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoginPage","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegisterPage","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResetPasswordPage","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityPage","instanceClass":null,"abstract":true,"id":18,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PermalinkCatalog","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permalink","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PermalinkManager","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"JavaScriptMode","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequireManager","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlexaSysConfig","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.soluvas.web.olark.LiveChatProvider","defaultValue":null,"instanceClassName":"org.soluvas.web.olark.LiveChatProvider","name":"LiveChatProvider","instanceClass":null,"id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiveChatSysConfig","instanceClass":null,"abstract":true,"id":26,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GoogleAnalyticsSysConfig","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThemePref","instanceClass":null,"abstract":true,"id":28,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GoogleSysConfig","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GooglePlusSysConfig","instanceClass":null,"abstract":true,"id":31,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BingSysConfig","instanceClass":null,"abstract":true,"id":32,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerfectAudienceSysConfig","instanceClass":null,"abstract":true,"id":33,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StarterSysConfig","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ZendeskConfig","instanceClass":null,"abstract":true,"id":35,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GoogleRemarketingSysConfig","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ZendeskChatSysConfig","instanceClass":null,"abstract":true,"id":37,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"section","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassSimpleName","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mountPoint","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"registerPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resetPasswordPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entityClass","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"permalinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relative","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"absolute","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unsecureAbsolute","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"secureAbsolute","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EOperation"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"kind","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"slugPath","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EParameter"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"webHost","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"kind","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"slugPath","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EParameter"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"webHost","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"kind","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"slugPath","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EParameter"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"webHost","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"kind","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"slugPath","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EParameter"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"name":"development","id":119,"value":0,"literal":"development","eClass":"EEnumLiteral"},{"name":"minified","id":120,"value":1,"literal":"minified","eClass":"EEnumLiteral"},{"name":"aggregated_minified","id":121,"value":2,"literal":"aggregated_minified","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"javaScriptMode","changeable":false,"lowerBound":1,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cacheBust","changeable":false,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alexaVerifyId","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"alexaCertifyEnabled","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alexaCertifyAccount","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alexaCertifyDomain","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alexaCertifyJsCdn","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alexaCertifyImageCdn","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"liveChatEnabled","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"liveChatProviderId","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"liveChatProvider","changeable":false,"lowerBound":1,"iD":false,"id":140,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"liveChatSiteId","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"googleAnalyticsEnabled","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"googleAnalyticsTrackingId","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"googleAnalyticsCookieDomain","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"googleAnalyticsDisplayFeatures","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"navbarColor","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"navbarTextColor","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outlineColor","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"highlightColor","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"twitterLinkVisible","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"facebookLinkVisible","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"youTubeLinkVisible","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"footnoteVisible","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"name":"login","id":172,"value":0,"literal":"login","eClass":"EEnumLiteral"},{"name":"logout","id":173,"value":1,"literal":"logout","eClass":"EEnumLiteral"},{"name":"info","id":174,"value":2,"literal":"info","eClass":"EEnumLiteral"},{"name":"question","id":175,"value":16,"literal":"question","eClass":"EEnumLiteral"},{"name":"warning","id":176,"value":3,"literal":"warning","eClass":"EEnumLiteral"},{"name":"error","id":177,"value":4,"literal":"error","eClass":"EEnumLiteral"},{"name":"deleted","id":178,"value":5,"literal":"deleted","eClass":"EEnumLiteral"},{"name":"added","id":179,"value":6,"literal":"added","eClass":"EEnumLiteral"},{"name":"modified","id":180,"value":7,"literal":"modified","eClass":"EEnumLiteral"},{"name":"searched","id":181,"value":8,"literal":"searched","eClass":"EEnumLiteral"},{"name":"filtered","id":182,"value":9,"literal":"filtered","eClass":"EEnumLiteral"},{"name":"loading_light","id":183,"value":10,"literal":"loading_light","eClass":"EEnumLiteral"},{"name":"loading_heavy","id":184,"value":11,"literal":"loading_heavy","eClass":"EEnumLiteral"},{"name":"message_sent","id":185,"value":12,"literal":"message_sent","eClass":"EEnumLiteral"},{"name":"message_received","id":186,"value":13,"literal":"message_received","eClass":"EEnumLiteral"},{"name":"im_received","id":187,"value":18,"literal":"im_received","eClass":"EEnumLiteral"},{"name":"im_sent","id":188,"value":17,"literal":"im_sent","eClass":"EEnumLiteral"},{"name":"liked","id":189,"value":14,"literal":"liked","eClass":"EEnumLiteral"},{"name":"unliked","id":190,"value":15,"literal":"unliked","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"googleApiKey","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"googleClientId","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"googleClientSecret","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"googleVerifyId","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"googlePlusId","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"googlePlusKind","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"googlePlusUrl","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"googlePlusDisplayName","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bingVerifyId","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"perfectAudienceId","changeable":true,"lowerBound":0,"iD":true,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"perfectAudienceEnabled","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"zendeskEnabled","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zendeskDomain","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zendeskUserName","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zendeskToken","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"googleRemarketingEnabled","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"googleRemarketingTagId","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"zendeskChatEnabled","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":1,"target":0},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":38,"target":41},{"source":38,"target":1},{"source":39,"target":42},{"source":39,"target":1},{"source":40,"target":4},{"source":40,"target":43},{"source":40,"target":1},{"source":40,"target":44},{"source":43,"target":4},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":45},{"source":45,"target":3},{"source":3,"target":0},{"source":3,"target":46},{"source":46,"target":1},{"source":46,"target":47},{"source":46,"target":3},{"source":47,"target":1},{"source":4,"target":0},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":44},{"source":48,"target":52},{"source":48,"target":4},{"source":49,"target":53},{"source":49,"target":4},{"source":50,"target":54},{"source":50,"target":4},{"source":51,"target":14},{"source":51,"target":55},{"source":51,"target":4},{"source":55,"target":14},{"source":44,"target":1},{"source":44,"target":56},{"source":44,"target":4},{"source":44,"target":40},{"source":56,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":57},{"source":57,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":18},{"source":6,"target":58},{"source":6,"target":59},{"source":58,"target":4},{"source":59,"target":18},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":18},{"source":7,"target":60},{"source":7,"target":61},{"source":60,"target":4},{"source":61,"target":18},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":18},{"source":8,"target":62},{"source":8,"target":63},{"source":62,"target":4},{"source":63,"target":18},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":18},{"source":9,"target":64},{"source":9,"target":65},{"source":64,"target":4},{"source":65,"target":18},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":18},{"source":10,"target":66},{"source":10,"target":67},{"source":66,"target":4},{"source":67,"target":18},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":18},{"source":11,"target":68},{"source":11,"target":69},{"source":68,"target":4},{"source":69,"target":18},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":70},{"source":70,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":71},{"source":71,"target":4},{"source":14,"target":0},{"source":14,"target":72},{"source":72,"target":73},{"source":72,"target":14},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":74},{"source":15,"target":75},{"source":15,"target":76},{"source":74,"target":16},{"source":74,"target":77},{"source":74,"target":15},{"source":77,"target":16},{"source":75,"target":17},{"source":75,"target":78},{"source":75,"target":15},{"source":78,"target":17},{"source":76,"target":4},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":79},{"source":79,"target":4},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":80},{"source":80,"target":4},{"source":18,"target":0},{"source":18,"target":81},{"source":81,"target":82},{"source":81,"target":18},{"source":19,"target":0},{"source":19,"target":83},{"source":83,"target":20},{"source":83,"target":84},{"source":83,"target":19},{"source":84,"target":20},{"source":20,"target":0},{"source":20,"target":85},{"source":20,"target":86},{"source":85,"target":87},{"source":85,"target":20},{"source":86,"target":88},{"source":86,"target":20},{"source":21,"target":0},{"source":21,"target":89},{"source":21,"target":90},{"source":21,"target":91},{"source":21,"target":92},{"source":89,"target":93},{"source":89,"target":21},{"source":89,"target":94},{"source":89,"target":95},{"source":94,"target":96},{"source":94,"target":89},{"source":95,"target":97},{"source":95,"target":89},{"source":90,"target":98},{"source":90,"target":21},{"source":90,"target":99},{"source":90,"target":100},{"source":90,"target":101},{"source":99,"target":102},{"source":99,"target":90},{"source":100,"target":103},{"source":100,"target":90},{"source":101,"target":104},{"source":101,"target":90},{"source":91,"target":105},{"source":91,"target":21},{"source":91,"target":106},{"source":91,"target":107},{"source":91,"target":108},{"source":106,"target":109},{"source":106,"target":91},{"source":107,"target":110},{"source":107,"target":91},{"source":108,"target":111},{"source":108,"target":91},{"source":92,"target":112},{"source":92,"target":21},{"source":92,"target":113},{"source":92,"target":114},{"source":92,"target":115},{"source":113,"target":116},{"source":113,"target":92},{"source":114,"target":117},{"source":114,"target":92},{"source":115,"target":118},{"source":115,"target":92},{"source":22,"target":0},{"source":22,"target":119},{"source":22,"target":120},{"source":22,"target":121},{"source":119,"target":22},{"source":120,"target":22},{"source":121,"target":22},{"source":23,"target":0},{"source":23,"target":122},{"source":23,"target":123},{"source":122,"target":22},{"source":122,"target":124},{"source":122,"target":23},{"source":124,"target":22},{"source":123,"target":125},{"source":123,"target":23},{"source":24,"target":0},{"source":24,"target":126},{"source":24,"target":127},{"source":24,"target":128},{"source":24,"target":129},{"source":24,"target":130},{"source":24,"target":131},{"source":126,"target":132},{"source":126,"target":24},{"source":127,"target":133},{"source":127,"target":24},{"source":128,"target":134},{"source":128,"target":24},{"source":129,"target":135},{"source":129,"target":24},{"source":130,"target":136},{"source":130,"target":24},{"source":131,"target":137},{"source":131,"target":24},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":138},{"source":26,"target":139},{"source":26,"target":140},{"source":26,"target":141},{"source":138,"target":142},{"source":138,"target":26},{"source":139,"target":143},{"source":139,"target":26},{"source":140,"target":25},{"source":140,"target":144},{"source":140,"target":26},{"source":144,"target":25},{"source":141,"target":145},{"source":141,"target":26},{"source":27,"target":0},{"source":27,"target":146},{"source":27,"target":147},{"source":27,"target":148},{"source":27,"target":149},{"source":146,"target":150},{"source":146,"target":27},{"source":147,"target":151},{"source":147,"target":27},{"source":148,"target":152},{"source":148,"target":27},{"source":149,"target":153},{"source":149,"target":27},{"source":28,"target":0},{"source":28,"target":154},{"source":28,"target":155},{"source":28,"target":156},{"source":28,"target":157},{"source":28,"target":158},{"source":28,"target":159},{"source":28,"target":160},{"source":28,"target":161},{"source":28,"target":162},{"source":154,"target":163},{"source":154,"target":28},{"source":155,"target":164},{"source":155,"target":28},{"source":156,"target":165},{"source":156,"target":28},{"source":157,"target":166},{"source":157,"target":28},{"source":158,"target":167},{"source":158,"target":28},{"source":159,"target":168},{"source":159,"target":28},{"source":160,"target":169},{"source":160,"target":28},{"source":161,"target":170},{"source":161,"target":28},{"source":162,"target":171},{"source":162,"target":28},{"source":29,"target":0},{"source":29,"target":172},{"source":29,"target":173},{"source":29,"target":174},{"source":29,"target":175},{"source":29,"target":176},{"source":29,"target":177},{"source":29,"target":178},{"source":29,"target":179},{"source":29,"target":180},{"source":29,"target":181},{"source":29,"target":182},{"source":29,"target":183},{"source":29,"target":184},{"source":29,"target":185},{"source":29,"target":186},{"source":29,"target":187},{"source":29,"target":188},{"source":29,"target":189},{"source":29,"target":190},{"source":172,"target":29},{"source":173,"target":29},{"source":174,"target":29},{"source":175,"target":29},{"source":176,"target":29},{"source":177,"target":29},{"source":178,"target":29},{"source":179,"target":29},{"source":180,"target":29},{"source":181,"target":29},{"source":182,"target":29},{"source":183,"target":29},{"source":184,"target":29},{"source":185,"target":29},{"source":186,"target":29},{"source":187,"target":29},{"source":188,"target":29},{"source":189,"target":29},{"source":190,"target":29},{"source":30,"target":0},{"source":30,"target":191},{"source":30,"target":192},{"source":30,"target":193},{"source":30,"target":194},{"source":191,"target":195},{"source":191,"target":30},{"source":192,"target":196},{"source":192,"target":30},{"source":193,"target":197},{"source":193,"target":30},{"source":194,"target":198},{"source":194,"target":30},{"source":31,"target":0},{"source":31,"target":199},{"source":31,"target":200},{"source":31,"target":201},{"source":31,"target":202},{"source":199,"target":203},{"source":199,"target":31},{"source":200,"target":204},{"source":200,"target":31},{"source":201,"target":205},{"source":201,"target":31},{"source":202,"target":206},{"source":202,"target":31},{"source":32,"target":0},{"source":32,"target":207},{"source":207,"target":208},{"source":207,"target":32},{"source":33,"target":0},{"source":33,"target":209},{"source":33,"target":210},{"source":209,"target":211},{"source":209,"target":33},{"source":210,"target":212},{"source":210,"target":33},{"source":34,"target":0},{"source":34,"target":30},{"source":34,"target":27},{"source":34,"target":213},{"source":34,"target":214},{"source":34,"target":215},{"source":34,"target":216},{"source":214,"target":30},{"source":215,"target":27},{"source":35,"target":0},{"source":35,"target":217},{"source":35,"target":218},{"source":35,"target":219},{"source":35,"target":220},{"source":217,"target":221},{"source":217,"target":35},{"source":218,"target":222},{"source":218,"target":35},{"source":219,"target":223},{"source":219,"target":35},{"source":220,"target":224},{"source":220,"target":35},{"source":36,"target":0},{"source":36,"target":225},{"source":36,"target":226},{"source":225,"target":227},{"source":225,"target":36},{"source":226,"target":228},{"source":226,"target":36},{"source":37,"target":0},{"source":37,"target":229},{"source":229,"target":230},{"source":229,"target":37}],"multigraph":true} |
false | <?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="storm" nsURI="http://io.github.dice-project/dtsm/storm-framework/1.0"
nsPrefix="dtsm.storm">
<eClassifiers xsi:type="ecore:EClass" name="Bolt" eSuperTypes="../../io.github.dice-project.dtsm.core/model/dtsm.core.ecore#//DAGNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MinTTF" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="d" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alpha" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sigma" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minRebootTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxRebootTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Spout" eSuperTypes="../../io.github.dice-project.dtsm.core/model/dtsm.core.ecore#//DAGSourceNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="avgEmitRateName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StormTopology" eSuperTypes="../../io.github.dice-project.dtsm.core/model/dtsm.core.ecore#//DirectAcyclicGraph">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="queueThreshold" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mainClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StormApplication" eSuperTypes="../../io.github.dice-project.dtsm.core/model/dtsm.core.ecore#//ComputeNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasManager" eType="#//Nimbus"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasSlaves" eType="#//Supervisor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependsOn" eType="#//Zookeeper"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Nimbus" eSuperTypes="../../io.github.dice-project.dtsm.core/model/dtsm.core.ecore#//DIAElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="taskTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="supervisorTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="monitorFrequency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="queueSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="retryTimes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="retryInterval" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxPendingSpout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nettyMessagingMinWait"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sleepSpoutWaitStrategy"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Supervisor" eSuperTypes="../../io.github.dice-project.dtsm.core/model/dtsm.core.ecore#//DIAElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workerSatrtTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workerTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workerShutdownSleepTime"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="monitorFrequency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="heartbrackFrequency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cpuCapacity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memoryCapacity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Zookeeper" eSuperTypes="../../io.github.dice-project.dtsm.core/model/dtsm.core.ecore#//DIAElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sessionTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="retryTimes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="retryInterval" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="username" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MicheleGuerriero/DICE-Models-Sosym/io.github.dice-project.dtsm.storm/model/dtsm.storm.ecore | ecore | storm
Bolt
MinTTF
d
alpha
sigma
minRebootTime
maxRebootTime
Spout
avgEmitRateName
StormTopology
queueThreshold
mainClassName
StormApplication
hasManager
hasSlaves
dependsOn
Nimbus
taskTimeout
supervisorTimeout
monitorFrequency
queueSize
retryTimes
retryInterval
maxPendingSpout
nettyMessagingMinWait
sleepSpoutWaitStrategy
Supervisor
workerSatrtTimeout
workerTimeout
workerShutdownSleepTime
monitorFrequency
heartbrackFrequency
cpuCapacity
memoryCapacity
Zookeeper
sessionTimeout
connectionTimeout
retryTimes
retryInterval
username
password | null | {"directed":true,"nodes":[{"nsPrefix":"dtsm.storm","nsURI":"http://io.github.dice-project/dtsm/storm-framework/1.0","name":"storm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bolt","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spout","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StormTopology","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StormApplication","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nimbus","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Supervisor","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Zookeeper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"MinTTF","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"d","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alpha","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sigma","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minRebootTime","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxRebootTime","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"avgEmitRateName","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"queueThreshold","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mainClassName","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasManager","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasSlaves","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependsOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"taskTimeout","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"supervisorTimeout","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"monitorFrequency","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"queueSize","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retryTimes","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retryInterval","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxPendingSpout","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nettyMessagingMinWait","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sleepSpoutWaitStrategy","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"workerSatrtTimeout","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"workerTimeout","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"workerShutdownSleepTime","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"monitorFrequency","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"heartbrackFrequency","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cpuCapacity","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memoryCapacity","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sessionTimeout","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionTimeout","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retryTimes","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retryInterval","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":8,"target":15},{"source":8,"target":1},{"source":9,"target":16},{"source":9,"target":1},{"source":10,"target":17},{"source":10,"target":1},{"source":11,"target":18},{"source":11,"target":1},{"source":12,"target":19},{"source":12,"target":1},{"source":13,"target":20},{"source":13,"target":1},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":21,"target":23},{"source":21,"target":2},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":24,"target":27},{"source":24,"target":3},{"source":25,"target":28},{"source":25,"target":3},{"source":4,"target":0},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":29,"target":5},{"source":29,"target":33},{"source":29,"target":4},{"source":33,"target":5},{"source":30,"target":6},{"source":30,"target":34},{"source":30,"target":4},{"source":34,"target":6},{"source":31,"target":7},{"source":31,"target":35},{"source":31,"target":4},{"source":35,"target":7},{"source":5,"target":0},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":36,"target":46},{"source":36,"target":5},{"source":37,"target":47},{"source":37,"target":5},{"source":38,"target":48},{"source":38,"target":5},{"source":39,"target":49},{"source":39,"target":5},{"source":40,"target":50},{"source":40,"target":5},{"source":41,"target":51},{"source":41,"target":5},{"source":42,"target":52},{"source":42,"target":5},{"source":43,"target":53},{"source":43,"target":5},{"source":44,"target":54},{"source":44,"target":5},{"source":6,"target":0},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":55,"target":63},{"source":55,"target":6},{"source":56,"target":64},{"source":56,"target":6},{"source":57,"target":65},{"source":57,"target":6},{"source":58,"target":66},{"source":58,"target":6},{"source":59,"target":67},{"source":59,"target":6},{"source":60,"target":68},{"source":60,"target":6},{"source":61,"target":69},{"source":61,"target":6},{"source":7,"target":0},{"source":7,"target":70},{"source":7,"target":71},{"source":7,"target":72},{"source":7,"target":73},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":70,"target":77},{"source":70,"target":7},{"source":71,"target":78},{"source":71,"target":7},{"source":72,"target":79},{"source":72,"target":7},{"source":73,"target":80},{"source":73,"target":7},{"source":74,"target":81},{"source":74,"target":7},{"source":75,"target":82},{"source":75,"target":7}],"multigraph":true} |
false | <?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="myDsl" nsURI="http://www.xtext.org/example/mydsl/MyDsl" nsPrefix="myDsl">
<eClassifiers xsi:type="ecore:EClass" name="PascalProgram">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/matheusbs/Compiladores/org.xtext.example.mydsl/model/generated/MyDsl.ecore | ecore | myDsl
PascalProgram
name | null | {"directed":true,"nodes":[{"nsPrefix":"myDsl","nsURI":"http://www.xtext.org/example/mydsl/MyDsl","name":"myDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PascalProgram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
true | <?xml version="1.0"?>
<ecore:EPackage name="react_todo_app_2017062714_master_c9ef612a" nsPrefix="ecoreTest" nsURI="http://www.example.org/ecoreTest" xmi:version="2.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<eClassifiers name="ButtonWrapper" xsi:type="ecore:EClass">
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="modeProp" xsi:type="ecore:EAttribute"/>
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="changeModeProp" xsi:type="ecore:EAttribute"/>
</eClassifiers>
<eClassifiers name="CheckBox" xsi:type="ecore:EClass">
<eOperations name="handleChange"/>
</eClassifiers>
<eClassifiers name="Filter" xsi:type="ecore:EClass">
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="filterProp" xsi:type="ecore:EAttribute"/>
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="changeFilterProp" xsi:type="ecore:EAttribute"/>
</eClassifiers>
<eClassifiers name="FilteredList" xsi:type="ecore:EClass">
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="itemsProp" xsi:type="ecore:EAttribute"/>
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="changeStatusProp" xsi:type="ecore:EAttribute"/>
<eStructuralFeatures containment="true" eType="#//TodoItem" name="renderTodoItem" xsi:type="ecore:EReference"/>
</eClassifiers>
<eClassifiers name="Footer" xsi:type="ecore:EClass">
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="countProp" xsi:type="ecore:EAttribute"/>
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="filterProp" xsi:type="ecore:EAttribute"/>
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="changeFilterProp" xsi:type="ecore:EAttribute"/>
<eStructuralFeatures containment="true" eType="#//ButtonWrapper" name="renderButtonWrapper" xsi:type="ecore:EReference"/>
<eStructuralFeatures containment="true" eType="#//Filter" name="renderFilter" xsi:type="ecore:EReference"/>
</eClassifiers>
<eClassifiers name="Header" xsi:type="ecore:EClass">
<eStructuralFeatures containment="true" eType="#//InputWrapper" name="renderInputWrapper" xsi:type="ecore:EReference"/>
</eClassifiers>
<eClassifiers name="Info" xsi:type="ecore:EClass"/>
<eClassifiers name="InputBox" xsi:type="ecore:EClass">
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="valueProp" xsi:type="ecore:EAttribute"/>
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="handleChangeProp" xsi:type="ecore:EAttribute"/>
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="handleKeyUpProp" xsi:type="ecore:EAttribute"/>
</eClassifiers>
<eClassifiers name="InputWrapper" xsi:type="ecore:EClass">
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="modeProp" xsi:type="ecore:EAttribute"/>
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="addNewProp" xsi:type="ecore:EAttribute"/>
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="queryProp" xsi:type="ecore:EAttribute"/>
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="setSearchQueryProp" xsi:type="ecore:EAttribute"/>
<eStructuralFeatures containment="true" eType="#//InputBox" name="renderInputBox" xsi:type="ecore:EReference"/>
<eStructuralFeatures containment="true" eType="#//SearchBox" name="renderSearchBox" xsi:type="ecore:EReference"/>
</eClassifiers>
<eClassifiers name="SearchBox" xsi:type="ecore:EClass">
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="queryProp" xsi:type="ecore:EAttribute"/>
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="setSearchQueryProp" xsi:type="ecore:EAttribute"/>
</eClassifiers>
<eClassifiers name="TodoItem" xsi:type="ecore:EClass">
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="dataProp" xsi:type="ecore:EAttribute"/>
<eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" name="changeStatusProp" xsi:type="ecore:EAttribute"/>
<eStructuralFeatures containment="true" eType="#//CheckBox" name="renderCheckBox" xsi:type="ecore:EReference"/>
</eClassifiers>
<eClassifiers name="TodoList" xsi:type="ecore:EClass">
<eStructuralFeatures containment="true" eType="#//Header" name="renderHeader" xsi:type="ecore:EReference"/>
<eStructuralFeatures containment="true" eType="#//FilteredList" name="renderFilteredList" xsi:type="ecore:EReference"/>
<eStructuralFeatures containment="true" eType="#//Footer" name="renderFooter" xsi:type="ecore:EReference"/>
<eStructuralFeatures containment="true" eType="#//Info" name="renderInfo" xsi:type="ecore:EReference"/>
</eClassifiers>
<eClassifiers name="App" xsi:type="ecore:EClass">
<eStructuralFeatures containment="true" eType="#//StateProvider" name="renderStateProvider" xsi:type="ecore:EReference"/>
<eStructuralFeatures containment="true" eType="#//KeyStrokeHandler" name="renderKeyStrokeHandler" xsi:type="ecore:EReference"/>
<eStructuralFeatures containment="true" eType="#//TodoList" name="renderTodoList" xsi:type="ecore:EReference"/>
</eClassifiers>
<eClassifiers name="KeyStrokeHandler" xsi:type="ecore:EClass">
<eOperations name="handleKeyUp"/>
</eClassifiers>
<eClassifiers name="StateProvider" xsi:type="ecore:EClass">
<eOperations name="addNew"/>
<eOperations name="changeFilter"/>
<eOperations name="changeStatus"/>
<eOperations name="changeMode"/>
<eOperations name="setSearchQuery"/>
</eClassifiers>
</ecore:EPackage> | github:ecore:/data/dcsaszar/raqun/NModelCompare/testdata/react_todo_app_2017062714_master_c9ef612a.ecore | ecore | react_todo_app_2017062714_master_c9ef612a
ButtonWrapper
modeProp
changeModeProp
CheckBox
handleChange
Filter
filterProp
changeFilterProp
FilteredList
itemsProp
changeStatusProp
renderTodoItem
Footer
countProp
filterProp
changeFilterProp
renderButtonWrapper
renderFilter
Header
renderInputWrapper
Info
InputBox
valueProp
handleChangeProp
handleKeyUpProp
InputWrapper
modeProp
addNewProp
queryProp
setSearchQueryProp
renderInputBox
renderSearchBox
SearchBox
queryProp
setSearchQueryProp
TodoItem
dataProp
changeStatusProp
renderCheckBox
TodoList
renderHeader
renderFilteredList
renderFooter
renderInfo
App
renderStateProvider
renderKeyStrokeHandler
renderTodoList
KeyStrokeHandler
handleKeyUp
StateProvider
addNew
changeFilter
changeStatus
changeMode
setSearchQuery | null | {"directed":true,"nodes":[{"nsPrefix":"ecoreTest","nsURI":"http://www.example.org/ecoreTest","name":"react_todo_app_2017062714_master_c9ef612a","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ButtonWrapper","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckBox","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Filter","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilteredList","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Footer","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Header","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Info","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputBox","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputWrapper","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SearchBox","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TodoItem","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TodoList","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"App","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyStrokeHandler","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateProvider","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modeProp","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeModeProp","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"handleChange","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filterProp","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeFilterProp","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"itemsProp","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeStatusProp","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renderTodoItem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"countProp","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filterProp","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeFilterProp","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renderButtonWrapper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renderFilter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renderInputWrapper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valueProp","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"handleChangeProp","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"handleKeyUpProp","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modeProp","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"addNewProp","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"queryProp","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setSearchQueryProp","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renderInputBox","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renderSearchBox","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"queryProp","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setSearchQueryProp","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataProp","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeStatusProp","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renderCheckBox","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renderHeader","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renderFilteredList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renderFooter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renderInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renderStateProvider","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renderKeyStrokeHandler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renderTodoList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"handleKeyUp","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addNew","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"changeFilter","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"changeStatus","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"changeMode","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setSearchQuery","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":16,"target":18},{"source":16,"target":1},{"source":17,"target":19},{"source":17,"target":1},{"source":2,"target":0},{"source":2,"target":20},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":22},{"source":21,"target":23},{"source":21,"target":3},{"source":22,"target":24},{"source":22,"target":3},{"source":4,"target":0},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":25,"target":28},{"source":25,"target":4},{"source":26,"target":29},{"source":26,"target":4},{"source":27,"target":11},{"source":27,"target":30},{"source":27,"target":4},{"source":30,"target":11},{"source":5,"target":0},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":31,"target":36},{"source":31,"target":5},{"source":32,"target":37},{"source":32,"target":5},{"source":33,"target":38},{"source":33,"target":5},{"source":34,"target":1},{"source":34,"target":39},{"source":34,"target":5},{"source":39,"target":1},{"source":35,"target":3},{"source":35,"target":40},{"source":35,"target":5},{"source":40,"target":3},{"source":6,"target":0},{"source":6,"target":41},{"source":41,"target":9},{"source":41,"target":42},{"source":41,"target":6},{"source":42,"target":9},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":43},{"source":8,"target":44},{"source":8,"target":45},{"source":43,"target":46},{"source":43,"target":8},{"source":44,"target":47},{"source":44,"target":8},{"source":45,"target":48},{"source":45,"target":8},{"source":9,"target":0},{"source":9,"target":49},{"source":9,"target":50},{"source":9,"target":51},{"source":9,"target":52},{"source":9,"target":53},{"source":9,"target":54},{"source":49,"target":55},{"source":49,"target":9},{"source":50,"target":56},{"source":50,"target":9},{"source":51,"target":57},{"source":51,"target":9},{"source":52,"target":58},{"source":52,"target":9},{"source":53,"target":8},{"source":53,"target":59},{"source":53,"target":9},{"source":59,"target":8},{"source":54,"target":10},{"source":54,"target":60},{"source":54,"target":9},{"source":60,"target":10},{"source":10,"target":0},{"source":10,"target":61},{"source":10,"target":62},{"source":61,"target":63},{"source":61,"target":10},{"source":62,"target":64},{"source":62,"target":10},{"source":11,"target":0},{"source":11,"target":65},{"source":11,"target":66},{"source":11,"target":67},{"source":65,"target":68},{"source":65,"target":11},{"source":66,"target":69},{"source":66,"target":11},{"source":67,"target":2},{"source":67,"target":70},{"source":67,"target":11},{"source":70,"target":2},{"source":12,"target":0},{"source":12,"target":71},{"source":12,"target":72},{"source":12,"target":73},{"source":12,"target":74},{"source":71,"target":6},{"source":71,"target":75},{"source":71,"target":12},{"source":75,"target":6},{"source":72,"target":4},{"source":72,"target":76},{"source":72,"target":12},{"source":76,"target":4},{"source":73,"target":5},{"source":73,"target":77},{"source":73,"target":12},{"source":77,"target":5},{"source":74,"target":7},{"source":74,"target":78},{"source":74,"target":12},{"source":78,"target":7},{"source":13,"target":0},{"source":13,"target":79},{"source":13,"target":80},{"source":13,"target":81},{"source":79,"target":15},{"source":79,"target":82},{"source":79,"target":13},{"source":82,"target":15},{"source":80,"target":14},{"source":80,"target":83},{"source":80,"target":13},{"source":83,"target":14},{"source":81,"target":12},{"source":81,"target":84},{"source":81,"target":13},{"source":84,"target":12},{"source":14,"target":0},{"source":14,"target":85},{"source":85,"target":14},{"source":15,"target":0},{"source":15,"target":86},{"source":15,"target":87},{"source":15,"target":88},{"source":15,"target":89},{"source":15,"target":90},{"source":86,"target":15},{"source":87,"target":15},{"source":88,"target":15},{"source":89,"target":15},{"source":90,"target":15}],"multigraph":true} |
false | <?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="library" nsURI="library" nsPrefix="library">
<eClassifiers xsi:type="ecore:EClass" name="Book">
<eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-2"
eType="#//Author"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Author"/>
</ecore:EPackage>
| github:ecore:/data/abstratt/simon/compiler/src/test/Simple.ecore | ecore | library
Book
authors
Author | null | {"directed":true,"nodes":[{"nsPrefix":"library","nsURI":"library","name":"library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0}],"multigraph":true} |
true | <?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="CIM14"
nsURI="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile"
nsPrefix="cim">
<eSubpackages name="ENTSOE" nsURI="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile/ENTSOE"
nsPrefix="entsoe">
<eSubpackages name="StateVariables" nsURI="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile/ENTSOE/StateVariables"
nsPrefix="sv">
<eAnnotations source="http://rwl.github.com/enerate">
<details key="mapPackage" value="true"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="UUID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ApparentPower" instanceClassName="float">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/>
</eAnnotations>
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="Product of the RMS value of the voltage and the RMS value of the current"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="Product of the RMS value of the voltage and the RMS value of the current"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Voltage" instanceClassName="float">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/>
</eAnnotations>
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="Electrical voltage."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="Electrical voltage."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ReactivePower" instanceClassName="float">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/>
</eAnnotations>
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="Product of RMS value of the voltage and the RMS value of the quadrature component of the current."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="Product of RMS value of the voltage and the RMS value of the quadrature component of the current."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="AngleRadians" instanceClassName="float">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/>
</eAnnotations>
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="Phase angle in radians"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="Phase angle in radians"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ActivePower" instanceClassName="float">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/>
</eAnnotations>
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="Product of RMS value of the voltage and the RMS value of the in-phase component of the current"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="Product of RMS value of the voltage and the RMS value of the in-phase component of the current"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="CIMTime" instanceClassName="java.util.Date">
<eAnnotations source="http://cimphony.com/rdf/2010/serialisation">
<details key="CIMDatePattern" value="HH:mm:ss.SSSZ"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#time"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="CIMDateTime" instanceClassName="java.util.Date">
<eAnnotations source="http://cimphony.com/rdf/2010/serialisation">
<details key="CIMDatePattern" value="yyyy-MM-dd'T'HH:mm:ss.SSSZ"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#dateTime"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="CIMDuration" instanceClassName="java.util.Date">
<eAnnotations source="http://cimphony.com/rdf/2010/serialisation">
<details key="CIMDatePattern" value="HH:mm:ss.SSS"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#duration"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="CIMGYear" instanceClassName="java.util.Date">
<eAnnotations source="http://cimphony.com/rdf/2010/serialisation">
<details key="CIMDatePattern" value="yyyy"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#gYear"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="CIMDate" instanceClassName="java.util.Date">
<eAnnotations source="http://cimphony.com/rdf/2010/serialisation">
<details key="CIMDatePattern" value="yyyy-MM-dd"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#date"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="CIMGMonthDay" instanceClassName="java.util.Date">
<eAnnotations source="http://cimphony.com/rdf/2010/serialisation">
<details key="CIMDatePattern" value="dd"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#gMonthDay"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="CIMGMonth" instanceClassName="java.util.Date">
<eAnnotations source="http://cimphony.com/rdf/2010/serialisation">
<details key="CIMDatePattern" value="MM"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#gMonth"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="CIMGDay" instanceClassName="java.util.Date">
<eAnnotations source="http://cimphony.com/rdf/2010/serialisation">
<details key="CIMDatePattern" value="DD"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#gDay"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="CIMGYearMonth" instanceClassName="java.util.Date">
<eAnnotations source="http://cimphony.com/rdf/2010/serialisation">
<details key="CIMDatePattern" value="MM"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#gYearMonth"/>
</eAnnotations>
</eClassifiers>
<eSubpackages name="Core" nsURI="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile#Core"
nsPrefix="cimCore">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="Contains the core PowerSystemResource and ConductingEquipment entities shared by all applications plus common collections of those entities. Not all applications require all the Core entities. This package does not depend on any other package except the Domain package, but most of the other packages have associations and generalizations that depend on it."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="Contains the core PowerSystemResource and ConductingEquipment entities shared by all applications plus common collections of those entities. Not all applications require all the Core entities. This package does not depend on any other package except the Domain package, but most of the other packages have associations and generalizations that depend on it."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Terminal" abstract="true" eSuperTypes="#//ENTSOE/StateVariables/Element">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="An electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called "connectivity nodes"."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="An electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called "connectivity nodes"."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="SvPowerFlow" eType="#//ENTSOE/StateVariables/StateVariables/SvPowerFlow"
eOpposite="#//ENTSOE/StateVariables/StateVariables/SvPowerFlow/Terminal">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The power flow state associated with the terminal."/>
</eAnnotations>
<eAnnotations source="http://langdale.com.au/2005/UML">
<details key="Profile documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The power flow state associated with the terminal."/>
<details key="Profile documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</eSubpackages>
<eSubpackages name="StateVariables" nsURI="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile#StateVariables"
nsPrefix="cimStateVariables">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="State variables for analysis solutions such as powerflow."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="State variables for analysis solutions such as powerflow."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="SvTapStep" eSuperTypes="#//ENTSOE/StateVariables/Element">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="State variable for transformer tap step. This class is to be used for taps of LTC (load tap changing) transformers, not fixed tap transformers. Normally a profile specifies only one of the attributes "position"or "tapRatio"."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="State variable for transformer tap step. This class is to be used for taps of LTC (load tap changing) transformers, not fixed tap transformers. Normally a profile specifies only one of the attributes "position"or "tapRatio"."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="position" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
unsettable="true">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The integer tap position."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The integer tap position."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="TapChanger" lowerBound="1"
eType="#//ENTSOE/StateVariables/Wires/TapChanger" eOpposite="#//ENTSOE/StateVariables/Wires/TapChanger/SvTapStep">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The tap changer associated with the tap step state."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The tap changer associated with the tap step state."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="continuousPosition"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
unsettable="true">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The floating point tap position."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The floating point tap position."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SvInjection" eSuperTypes="#//ENTSOE/StateVariables/Element">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="Injection state variable."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="Injection state variable."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qNetInjection" lowerBound="1"
eType="#//ENTSOE/StateVariables/ReactivePower" unsettable="true">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The reactive power injected into the bus at this location. Positive sign means injection into the bus."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The reactive power injected into the bus at this location. Positive sign means injection into the bus."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="TopologicalNode"
lowerBound="1" eType="#//ENTSOE/StateVariables/Topology/TopologicalNode"
eOpposite="#//ENTSOE/StateVariables/Topology/TopologicalNode/SvInjection">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The topological node associated with the state injection."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The topological node associated with the state injection."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pNetInjection" lowerBound="1"
eType="#//ENTSOE/StateVariables/ActivePower" unsettable="true">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The active power injected into the bus at this location. Positive sign means injection into the bus."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The active power injected into the bus at this location. Positive sign means injection into the bus."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SvVoltage" eSuperTypes="#//ENTSOE/StateVariables/Element">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="State variable for voltage."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="State variable for voltage."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="angle" lowerBound="1"
eType="#//ENTSOE/StateVariables/AngleRadians" unsettable="true">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The voltage angle in radians of the topological node."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The voltage angle in radians of the topological node."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="v" lowerBound="1"
eType="#//ENTSOE/StateVariables/Voltage" unsettable="true">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The voltage magnitude of the topological node."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The voltage magnitude of the topological node."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="TopologicalNode"
lowerBound="1" eType="#//ENTSOE/StateVariables/Topology/TopologicalNode"
eOpposite="#//ENTSOE/StateVariables/Topology/TopologicalNode/SvVoltage">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The topological node associated with the voltage state."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The topological node associated with the voltage state."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SvPowerFlow" eSuperTypes="#//ENTSOE/StateVariables/Element">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="State variable for power flow."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="State variable for power flow."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="p" lowerBound="1"
eType="#//ENTSOE/StateVariables/ActivePower" unsettable="true">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The active power flow into the terminal."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The active power flow into the terminal."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="Terminal" lowerBound="1"
eType="#//ENTSOE/StateVariables/Core/Terminal" eOpposite="#//ENTSOE/StateVariables/Core/Terminal/SvPowerFlow">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The terminal associated with the power flow state."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The terminal associated with the power flow state."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="q" lowerBound="1"
eType="#//ENTSOE/StateVariables/ReactivePower" unsettable="true">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The reactive power flow into the terminal."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The reactive power flow into the terminal."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SvShortCircuit" eSuperTypes="#//ENTSOE/StateVariables/Element">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="State variable for short circuit."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="State variable for short circuit."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sShortCircuit" lowerBound="1"
eType="#//ENTSOE/StateVariables/ApparentPower" unsettable="true">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The short circuit apparent power drawn at this node when faulted."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The short circuit apparent power drawn at this node when faulted."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x0PerX" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
unsettable="true">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The ratio of zero sequence reactance per positive sequence reactance."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The ratio of zero sequence reactance per positive sequence reactance."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="r0PerR" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
unsettable="true">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The ratio of zero sequence resistance to positive sequence resistance."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The ratio of zero sequence resistance to positive sequence resistance."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xPerR" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
unsettable="true">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="Ratio of positive sequence reactance per postive sequence resistance."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="Ratio of positive sequence reactance per postive sequence resistance."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="TopologicalNode"
lowerBound="1" eType="#//ENTSOE/StateVariables/Topology/TopologicalNode"
eOpposite="#//ENTSOE/StateVariables/Topology/TopologicalNode/SvShortCircuit">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The topological node associated with the short circuit state."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The topological node associated with the short circuit state."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SvShuntCompensatorSections" eSuperTypes="#//ENTSOE/StateVariables/Element">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="State variable for the number of sections in service for a shunt compensator."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="State variable for the number of sections in service for a shunt compensator."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sections" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
unsettable="true">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The number of sections in service."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The number of sections in service."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ShuntCompensator"
lowerBound="1" eType="#//ENTSOE/StateVariables/Wires/ShuntCompensator"
eOpposite="#//ENTSOE/StateVariables/Wires/ShuntCompensator/SvShuntCompensatorSections">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The shunt compensator for which the state applies."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The shunt compensator for which the state applies."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="continuousSections"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
unsettable="true">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The number of sections in service as a continous variable."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The number of sections in service as a continous variable."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</eSubpackages>
<eSubpackages name="Topology" nsURI="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile#Topology"
nsPrefix="cimTopology">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="An extension to the Core Package that in association with the Terminal class models Connectivity, that is the physical definition of how equipment is connected together. In addition it models Topology, that is the logical definition of how equipment is connected via closed switches. The Topology definition is independent of the other electrical characteristics."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="An extension to the Core Package that in association with the Terminal class models Connectivity, that is the physical definition of how equipment is connected together. In addition it models Topology, that is the logical definition of how equipment is connected via closed switches. The Topology definition is independent of the other electrical characteristics."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="TopologicalNode" abstract="true"
eSuperTypes="#//ENTSOE/StateVariables/Element">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="For a detailed substation model a TopologicalNode is a set of connectivity nodes that, in the current network state, are connected together through any type of closed switches, including jumpers. Topological nodes changes as the current network state changes (i.e., switches, breakers, etc. change state).
For a planning model switch statuses are not used to form TopologicalNodes. Instead they are manually created or deleted in a model builder tool. TopologialNodes maintained this way are also called "busses"."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="For a detailed substation model a TopologicalNode is a set of connectivity nodes that, in the current network state, are connected together through any type of closed switches, including jumpers. Topological nodes changes as the current network state changes (i.e., switches, breakers, etc. change state).
For a planning model switch statuses are not used to form TopologicalNodes. Instead they are manually created or deleted in a model builder tool. TopologialNodes maintained this way are also called "busses"."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="SvShortCircuit" eType="#//ENTSOE/StateVariables/StateVariables/SvShortCircuit"
eOpposite="#//ENTSOE/StateVariables/StateVariables/SvShortCircuit/TopologicalNode">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The short circuit state associated with the topological node."/>
</eAnnotations>
<eAnnotations source="http://langdale.com.au/2005/UML">
<details key="Profile documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The short circuit state associated with the topological node."/>
<details key="Profile documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="SvVoltage" eType="#//ENTSOE/StateVariables/StateVariables/SvVoltage"
eOpposite="#//ENTSOE/StateVariables/StateVariables/SvVoltage/TopologicalNode">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The state voltage associated with the topological node."/>
</eAnnotations>
<eAnnotations source="http://langdale.com.au/2005/UML">
<details key="Profile documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The state voltage associated with the topological node."/>
<details key="Profile documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="SvInjection" eType="#//ENTSOE/StateVariables/StateVariables/SvInjection"
eOpposite="#//ENTSOE/StateVariables/StateVariables/SvInjection/TopologicalNode">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The injection state associated with the topological node."/>
</eAnnotations>
<eAnnotations source="http://langdale.com.au/2005/UML">
<details key="Profile documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The injection state associated with the topological node."/>
<details key="Profile documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</eSubpackages>
<eSubpackages name="Wires" nsURI="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile#Wires"
nsPrefix="cimWires">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="An extension to the Core and Topology package that models information on the electrical characteristics of Transmission and Distribution networks. This package is used by network applications such as State Estimation, Load Flow and Optimal Power Flow."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="An extension to the Core and Topology package that models information on the electrical characteristics of Transmission and Distribution networks. This package is used by network applications such as State Estimation, Load Flow and Optimal Power Flow."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="ShuntCompensator" abstract="true"
eSuperTypes="#//ENTSOE/StateVariables/Element">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for reactivePerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for reactivePerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="SvShuntCompensatorSections"
eType="#//ENTSOE/StateVariables/StateVariables/SvShuntCompensatorSections"
eOpposite="#//ENTSOE/StateVariables/StateVariables/SvShuntCompensatorSections/ShuntCompensator">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The state for the number of shunt compensator sections in service."/>
</eAnnotations>
<eAnnotations source="http://langdale.com.au/2005/UML">
<details key="Profile documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The state for the number of shunt compensator sections in service."/>
<details key="Profile documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TapChanger" abstract="true" eSuperTypes="#//ENTSOE/StateVariables/Element">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="Mechanism for changing transformer winding tap positions."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="Mechanism for changing transformer winding tap positions."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="SvTapStep" eType="#//ENTSOE/StateVariables/StateVariables/SvTapStep"
eOpposite="#//ENTSOE/StateVariables/StateVariables/SvTapStep/TapChanger">
<eAnnotations source="http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile">
<details key="Documentation" value="The tap step state associated with the tap changer."/>
</eAnnotations>
<eAnnotations source="http://langdale.com.au/2005/UML">
<details key="Profile documentation" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="The tap step state associated with the tap changer."/>
<details key="Profile documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</eSubpackages>
</eSubpackages>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodelsdataset-ECMFA2020/StateVariables.ecore | ecore | CIM14
ENTSOE
StateVariables
Element
UUID
ApparentPower
float
float
Voltage
float
float
ReactivePower
float
float
AngleRadians
float
float
ActivePower
float
float
CIMTime
java.util.Date
java.util.Date
CIMDateTime
java.util.Date
java.util.Date
CIMDuration
java.util.Date
java.util.Date
CIMGYear
java.util.Date
java.util.Date
CIMDate
java.util.Date
java.util.Date
CIMGMonthDay
java.util.Date
java.util.Date
CIMGMonth
java.util.Date
java.util.Date
CIMGDay
java.util.Date
java.util.Date
CIMGYearMonth
java.util.Date
java.util.Date
Core
Terminal
SvPowerFlow
StateVariables
SvTapStep
position
TapChanger
continuousPosition
SvInjection
qNetInjection
TopologicalNode
pNetInjection
SvVoltage
angle
v
TopologicalNode
SvPowerFlow
p
Terminal
q
SvShortCircuit
sShortCircuit
x0PerX
r0PerR
xPerR
TopologicalNode
SvShuntCompensatorSections
sections
ShuntCompensator
continuousSections
Topology
TopologicalNode
SvShortCircuit
SvVoltage
SvInjection
Wires
ShuntCompensator
SvShuntCompensatorSections
TapChanger
SvTapStep | null | {"directed":true,"nodes":[{"nsPrefix":"cim","nsURI":"http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile","name":"CIM14","id":0,"eClass":"EPackage"},{"nsPrefix":"entsoe","nsURI":"http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile/ENTSOE","name":"ENTSOE","id":1,"eClass":"EPackage"},{"nsPrefix":"sv","nsURI":"http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile/ENTSOE/StateVariables","name":"StateVariables","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"ApparentPower","instanceClass":"float","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"Voltage","instanceClass":"float","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"ReactivePower","instanceClass":"float","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"AngleRadians","instanceClass":"float","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"ActivePower","instanceClass":"float","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"CIMTime","instanceClass":"java.util.Date","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"CIMDateTime","instanceClass":"java.util.Date","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"CIMDuration","instanceClass":"java.util.Date","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"CIMGYear","instanceClass":"java.util.Date","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"CIMDate","instanceClass":"java.util.Date","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"CIMGMonthDay","instanceClass":"java.util.Date","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"CIMGMonth","instanceClass":"java.util.Date","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"CIMGDay","instanceClass":"java.util.Date","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"CIMGYearMonth","instanceClass":"java.util.Date","id":17,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"cimCore","nsURI":"http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile#Core","name":"Core","id":18,"eClass":"EPackage"},{"nsPrefix":"cimStateVariables","nsURI":"http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile#StateVariables","name":"StateVariables","id":19,"eClass":"EPackage"},{"nsPrefix":"cimTopology","nsURI":"http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile#Topology","name":"Topology","id":20,"eClass":"EPackage"},{"nsPrefix":"cimWires","nsURI":"http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile#Wires","name":"Wires","id":21,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"UUID","changeable":true,"lowerBound":0,"iD":true,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Terminal","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SvPowerFlow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SvPowerFlow","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Terminal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SvTapStep","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SvInjection","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SvVoltage","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SvShortCircuit","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SvShuntCompensatorSections","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"TapChanger","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"continuousPosition","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TapChanger","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SvTapStep","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"qNetInjection","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"TopologicalNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"pNetInjection","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopologicalNode","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SvInjection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"angle","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"v","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"TopologicalNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SvVoltage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"p","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"q","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"sShortCircuit","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"x0PerX","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"r0PerR","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"xPerR","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"TopologicalNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SvShortCircuit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"sections","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ShuntCompensator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"continuousSections","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShuntCompensator","instanceClass":null,"abstract":true,"id":84,"interface":false,"eClass":"EClass"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SvShuntCompensatorSections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":0},{"source":2,"target":3},{"source":2,"target":4},{"source":2,"target":5},{"source":2,"target":6},{"source":2,"target":7},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":1},{"source":3,"target":2},{"source":3,"target":22},{"source":22,"target":23},{"source":22,"target":3},{"source":4,"target":2},{"source":5,"target":2},{"source":6,"target":2},{"source":7,"target":2},{"source":8,"target":2},{"source":9,"target":2},{"source":10,"target":2},{"source":11,"target":2},{"source":12,"target":2},{"source":13,"target":2},{"source":14,"target":2},{"source":15,"target":2},{"source":16,"target":2},{"source":17,"target":2},{"source":18,"target":24},{"source":18,"target":2},{"source":24,"target":18},{"source":24,"target":3},{"source":24,"target":25},{"source":24,"target":26},{"source":25,"target":27},{"source":25,"target":28},{"source":25,"target":24},{"source":25,"target":29},{"source":28,"target":27},{"source":26,"target":3},{"source":19,"target":30},{"source":19,"target":31},{"source":19,"target":32},{"source":19,"target":27},{"source":19,"target":33},{"source":19,"target":34},{"source":19,"target":2},{"source":30,"target":19},{"source":30,"target":3},{"source":30,"target":35},{"source":30,"target":36},{"source":30,"target":37},{"source":30,"target":38},{"source":35,"target":39},{"source":35,"target":30},{"source":36,"target":40},{"source":36,"target":41},{"source":36,"target":30},{"source":36,"target":42},{"source":41,"target":40},{"source":37,"target":43},{"source":37,"target":30},{"source":38,"target":3},{"source":31,"target":19},{"source":31,"target":3},{"source":31,"target":44},{"source":31,"target":45},{"source":31,"target":46},{"source":31,"target":47},{"source":44,"target":6},{"source":44,"target":48},{"source":44,"target":31},{"source":48,"target":6},{"source":45,"target":49},{"source":45,"target":50},{"source":45,"target":31},{"source":45,"target":51},{"source":50,"target":49},{"source":46,"target":8},{"source":46,"target":52},{"source":46,"target":31},{"source":52,"target":8},{"source":47,"target":3},{"source":32,"target":19},{"source":32,"target":3},{"source":32,"target":53},{"source":32,"target":54},{"source":32,"target":55},{"source":32,"target":56},{"source":53,"target":7},{"source":53,"target":57},{"source":53,"target":32},{"source":57,"target":7},{"source":54,"target":5},{"source":54,"target":58},{"source":54,"target":32},{"source":58,"target":5},{"source":55,"target":49},{"source":55,"target":59},{"source":55,"target":32},{"source":55,"target":60},{"source":59,"target":49},{"source":56,"target":3},{"source":27,"target":19},{"source":27,"target":3},{"source":27,"target":61},{"source":27,"target":29},{"source":27,"target":62},{"source":27,"target":63},{"source":61,"target":8},{"source":61,"target":64},{"source":61,"target":27},{"source":64,"target":8},{"source":29,"target":24},{"source":29,"target":65},{"source":29,"target":27},{"source":29,"target":25},{"source":65,"target":24},{"source":62,"target":6},{"source":62,"target":66},{"source":62,"target":27},{"source":66,"target":6},{"source":63,"target":3},{"source":33,"target":19},{"source":33,"target":3},{"source":33,"target":67},{"source":33,"target":68},{"source":33,"target":69},{"source":33,"target":70},{"source":33,"target":71},{"source":33,"target":72},{"source":67,"target":4},{"source":67,"target":73},{"source":67,"target":33},{"source":73,"target":4},{"source":68,"target":74},{"source":68,"target":33},{"source":69,"target":75},{"source":69,"target":33},{"source":70,"target":76},{"source":70,"target":33},{"source":71,"target":49},{"source":71,"target":77},{"source":71,"target":33},{"source":71,"target":78},{"source":77,"target":49},{"source":72,"target":3},{"source":34,"target":19},{"source":34,"target":3},{"source":34,"target":79},{"source":34,"target":80},{"source":34,"target":81},{"source":34,"target":82},{"source":79,"target":83},{"source":79,"target":34},{"source":80,"target":84},{"source":80,"target":85},{"source":80,"target":34},{"source":80,"target":86},{"source":85,"target":84},{"source":81,"target":87},{"source":81,"target":34},{"source":82,"target":3},{"source":20,"target":49},{"source":20,"target":2},{"source":49,"target":20},{"source":49,"target":3},{"source":49,"target":78},{"source":49,"target":60},{"source":49,"target":51},{"source":49,"target":88},{"source":78,"target":33},{"source":78,"target":89},{"source":78,"target":49},{"source":78,"target":71},{"source":89,"target":33},{"source":60,"target":32},{"source":60,"target":90},{"source":60,"target":49},{"source":60,"target":55},{"source":90,"target":32},{"source":51,"target":31},{"source":51,"target":91},{"source":51,"target":49},{"source":51,"target":45},{"source":91,"target":31},{"source":88,"target":3},{"source":21,"target":84},{"source":21,"target":40},{"source":21,"target":2},{"source":84,"target":21},{"source":84,"target":3},{"source":84,"target":86},{"source":84,"target":92},{"source":86,"target":34},{"source":86,"target":93},{"source":86,"target":84},{"source":86,"target":80},{"source":93,"target":34},{"source":92,"target":3},{"source":40,"target":21},{"source":40,"target":3},{"source":40,"target":42},{"source":40,"target":94},{"source":42,"target":30},{"source":42,"target":95},{"source":42,"target":40},{"source":42,"target":36},{"source":95,"target":30},{"source":94,"target":3}],"multigraph":true} |
true | <?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="synccharts"
nsURI="http://kieler.cs.cau.de/synccharts" nsPrefix="synccharts">
<eClassifiers xsi:type="ecore:EClass" name="Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="effects" upperBound="-1"
eType="#//Effect" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trigger" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="triggersAndEffects" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Effect">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComplexExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="subExpressions" lowerBound="1"
upperBound="-1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//OperatorType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Effect" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Emission" eSuperTypes="#//Effect">
<eStructuralFeatures xsi:type="ecore:EReference" name="signal" lowerBound="1"
eType="#//Signal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression"/>
<eClassifiers xsi:type="ecore:EEnum" name="OperatorType">
<eLiterals name="EQ" value="1" literal="="/>
<eLiterals name="LT" value="2" literal="<"/>
<eLiterals name="LEQ" value="3" literal="<="/>
<eLiterals name="GT" value="12" literal=">"/>
<eLiterals name="GEQ" value="10" literal=">="/>
<eLiterals name="NOT" literal="not"/>
<eLiterals name="AND" value="4" literal="and"/>
<eLiterals name="OR" value="5" literal="or"/>
<eLiterals name="ADD" value="6" literal="+"/>
<eLiterals name="SUB" value="7" literal="-"/>
<eLiterals name="MULT" value="8" literal="*"/>
<eLiterals name="DIV" value="9" literal="/"/>
<eLiterals name="MOD" value="13" literal="mod"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Region">
<eStructuralFeatures xsi:type="ecore:EReference" name="innerStates" upperBound="-1"
eType="#//State" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//ValuedObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isInput" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isOutput" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SignalReference" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="signal" lowerBound="1"
eType="#//Signal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//StateType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signals" upperBound="-1"
eType="#//Signal" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="regions" upperBound="-1"
eType="#//Region" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1"
eType="#//Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isInitial" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFinal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bodyText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StateType">
<eLiterals name="NORMAL"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Action">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//TransitionType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetState" lowerBound="1"
eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isHistory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TransitionType">
<eLiterals name="WEAKABORT" literal="WEAKABORT"/>
<eLiterals name="STRONGABORT" value="1"/>
<eLiterals name="NORMALTERMINATION" value="2" literal="NORMALTERMINATION"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ValueType">
<eLiterals name="PURE"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValuedObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ValueType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/imace/de.cau.cs.kieler/plugins/de.cau.cs.kieler.synccharts.sim.ptolemy/junk/synccharts_sim.ecore | ecore | synccharts
Action
effects
trigger
triggersAndEffects
Assignment
variable
expression
ComplexExpression
subExpressions
operator
Effect
Emission
signal
Expression
OperatorType
EQ
=
LT
<
LEQ
<=
GT
>
GEQ
>=
NOT
not
AND
and
OR
or
ADD
+
SUB
-
MULT
*
DIV
/
MOD
mod
Region
innerStates
id
Signal
isInput
isOutput
SignalReference
signal
State
id
label
type
signals
regions
outgoingTransitions
isInitial
isFinal
bodyText
StateType
NORMAL
NORMAL
Transition
type
priority
targetState
isHistory
TransitionType
WEAKABORT
WEAKABORT
STRONGABORT
STRONGABORT
NORMALTERMINATION
NORMALTERMINATION
ValueType
PURE
PURE
ValuedObject
type
name | null | {"directed":true,"nodes":[{"nsPrefix":"synccharts","nsURI":"http://kieler.cs.cau.de/synccharts","name":"synccharts","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexExpression","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Effect","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Emission","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperatorType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalReference","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StateType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TransitionType","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ValueType","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuedObject","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"effects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"triggersAndEffects","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subExpressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"name":"EQ","id":35,"value":1,"literal":"=","eClass":"EEnumLiteral"},{"name":"LT","id":36,"value":2,"literal":"<","eClass":"EEnumLiteral"},{"name":"LEQ","id":37,"value":3,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GT","id":38,"value":12,"literal":">","eClass":"EEnumLiteral"},{"name":"GEQ","id":39,"value":10,"literal":">=","eClass":"EEnumLiteral"},{"name":"NOT","id":40,"value":0,"literal":"not","eClass":"EEnumLiteral"},{"name":"AND","id":41,"value":4,"literal":"and","eClass":"EEnumLiteral"},{"name":"OR","id":42,"value":5,"literal":"or","eClass":"EEnumLiteral"},{"name":"ADD","id":43,"value":6,"literal":"+","eClass":"EEnumLiteral"},{"name":"SUB","id":44,"value":7,"literal":"-","eClass":"EEnumLiteral"},{"name":"MULT","id":45,"value":8,"literal":"*","eClass":"EEnumLiteral"},{"name":"DIV","id":46,"value":9,"literal":"/","eClass":"EEnumLiteral"},{"name":"MOD","id":47,"value":13,"literal":"mod","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInput","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isOutput","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"regions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outgoingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInitial","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isFinal","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bodyText","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"name":"NORMAL","id":78,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isHistory","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"name":"WEAKABORT","id":88,"value":0,"literal":"WEAKABORT","eClass":"EEnumLiteral"},{"name":"STRONGABORT","id":89,"value":1,"literal":"STRONGABORT","eClass":"EEnumLiteral"},{"name":"NORMALTERMINATION","id":90,"value":2,"literal":"NORMALTERMINATION","eClass":"EEnumLiteral"},{"name":"PURE","id":91,"value":0,"literal":"PURE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":17,"target":4},{"source":17,"target":20},{"source":17,"target":1},{"source":20,"target":4},{"source":18,"target":6},{"source":18,"target":21},{"source":18,"target":1},{"source":21,"target":6},{"source":19,"target":22},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":23,"target":2},{"source":24,"target":6},{"source":24,"target":26},{"source":24,"target":2},{"source":26,"target":6},{"source":25,"target":4},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":27,"target":6},{"source":27,"target":30},{"source":27,"target":3},{"source":30,"target":6},{"source":28,"target":7},{"source":28,"target":31},{"source":28,"target":3},{"source":31,"target":7},{"source":29,"target":6},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":32},{"source":5,"target":33},{"source":32,"target":9},{"source":32,"target":34},{"source":32,"target":5},{"source":34,"target":9},{"source":33,"target":4},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":35},{"source":7,"target":36},{"source":7,"target":37},{"source":7,"target":38},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":35,"target":7},{"source":36,"target":7},{"source":37,"target":7},{"source":38,"target":7},{"source":39,"target":7},{"source":40,"target":7},{"source":41,"target":7},{"source":42,"target":7},{"source":43,"target":7},{"source":44,"target":7},{"source":45,"target":7},{"source":46,"target":7},{"source":47,"target":7},{"source":8,"target":0},{"source":8,"target":48},{"source":8,"target":49},{"source":48,"target":11},{"source":48,"target":50},{"source":48,"target":8},{"source":50,"target":11},{"source":49,"target":51},{"source":49,"target":8},{"source":9,"target":0},{"source":9,"target":16},{"source":9,"target":52},{"source":9,"target":53},{"source":9,"target":54},{"source":52,"target":55},{"source":52,"target":9},{"source":53,"target":56},{"source":53,"target":9},{"source":54,"target":16},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":57},{"source":10,"target":58},{"source":57,"target":9},{"source":57,"target":59},{"source":57,"target":10},{"source":59,"target":9},{"source":58,"target":6},{"source":11,"target":0},{"source":11,"target":60},{"source":11,"target":61},{"source":11,"target":62},{"source":11,"target":63},{"source":11,"target":64},{"source":11,"target":65},{"source":11,"target":66},{"source":11,"target":67},{"source":11,"target":68},{"source":60,"target":69},{"source":60,"target":11},{"source":61,"target":70},{"source":61,"target":11},{"source":62,"target":12},{"source":62,"target":71},{"source":62,"target":11},{"source":71,"target":12},{"source":63,"target":9},{"source":63,"target":72},{"source":63,"target":11},{"source":72,"target":9},{"source":64,"target":8},{"source":64,"target":73},{"source":64,"target":11},{"source":73,"target":8},{"source":65,"target":13},{"source":65,"target":74},{"source":65,"target":11},{"source":74,"target":13},{"source":66,"target":75},{"source":66,"target":11},{"source":67,"target":76},{"source":67,"target":11},{"source":68,"target":77},{"source":68,"target":11},{"source":12,"target":0},{"source":12,"target":78},{"source":78,"target":12},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":79},{"source":13,"target":80},{"source":13,"target":81},{"source":13,"target":82},{"source":13,"target":83},{"source":79,"target":14},{"source":79,"target":84},{"source":79,"target":13},{"source":84,"target":14},{"source":80,"target":85},{"source":80,"target":13},{"source":81,"target":11},{"source":81,"target":86},{"source":81,"target":13},{"source":86,"target":11},{"source":82,"target":87},{"source":82,"target":13},{"source":83,"target":1},{"source":14,"target":0},{"source":14,"target":88},{"source":14,"target":89},{"source":14,"target":90},{"source":88,"target":14},{"source":89,"target":14},{"source":90,"target":14},{"source":15,"target":0},{"source":15,"target":91},{"source":91,"target":15},{"source":16,"target":0},{"source":16,"target":92},{"source":16,"target":93},{"source":92,"target":15},{"source":92,"target":94},{"source":92,"target":16},{"source":94,"target":15},{"source":93,"target":95},{"source":93,"target":16}],"multigraph":true} |
false | <?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="myDsl" nsURI="http://www.xtext.org/example/mydsl1/MyDsl" nsPrefix="myDsl">
<eClassifiers xsi:type="ecore:EClass" name="ProjectModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/FAMILIAR-project/xtext-dsl-compiler-example/org.xtext.example.mydsl1/model/generated/MyDsl.ecore | ecore | myDsl
ProjectModel
data | null | {"directed":true,"nodes":[{"nsPrefix":"myDsl","nsURI":"http://www.xtext.org/example/mydsl1/MyDsl","name":"myDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?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="foo" nsURI="http://foo" nsPrefix="foo">
<eClassifiers xsi:type="ecore:EClass" name="FooClass"/>
<eClassifiers xsi:type="ecore:EClass" name="FooDerivedClass" eSuperTypes="#//FooClass"/>
<eClassifiers xsi:type="ecore:EDataType" name="FooDataType" instanceClassName="java.lang.String"/>
</ecore:EPackage>
| github:ecore:/data/LorenzoBettini/edelta/edelta.parent/edelta.tests/testecores/foo.ecore | ecore | foo
FooClass
FooDerivedClass
FooDataType
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":"foo","nsURI":"http://foo","name":"foo","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FooClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FooDerivedClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"FooDataType","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":4},{"source":4,"target":1},{"source":3,"target":0}],"multigraph":true} |
false | <?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="catalog" nsURI="urn:oasis:names:tc:entity:xmlns:xml:catalog"
nsPrefix="catalog">
<eClassifiers xsi:type="ecore:EClass" name="Catalog">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="catalog"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="public" upperBound="-1"
eType="#//Public" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="public"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="system" upperBound="-1"
eType="#//System" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="system"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="uri" upperBound="-1" eType="#//Uri"
volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="uri"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rewriteSystem" upperBound="-1"
eType="#//RewriteSystem" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="rewriteSystem"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rewriteURI" upperBound="-1"
eType="#//RewriteURI" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="rewriteURI"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="delegatePublic" upperBound="-1"
eType="#//DelegatePublic" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="delegatePublic"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="delegateSystem" upperBound="-1"
eType="#//DelegateSystem" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="delegateSystem"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="delegateURI" upperBound="-1"
eType="#//DelegateURI" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="delegateURI"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nextCatalog" upperBound="-1"
eType="#//NextCatalog" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="nextCatalog"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="group1" upperBound="-1"
eType="#//Group" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="group"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"
volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":11"/>
<details key="processing" value="skip"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prefer" eType="#//SystemOrPublic"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="prefer"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":14"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelegatePublic">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="delegatePublic"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="catalog" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="catalog"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="publicIdStartString" lowerBound="1"
eType="#//PartialPublicIdentifier">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="publicIdStartString"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":3"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelegateSystem">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="delegateSystem"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="catalog" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="catalog"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="systemIdStartString" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="systemIdStartString"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":3"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelegateURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="delegateURI"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="catalog" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="catalog"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uriStartString" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="uriStartString"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":3"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xmlns:prefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xsi:schemaLocation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="catalog" upperBound="-2"
eType="#//Catalog" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="catalog"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="delegatePublic" upperBound="-2"
eType="#//DelegatePublic" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="delegatePublic"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="delegateSystem" upperBound="-2"
eType="#//DelegateSystem" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="delegateSystem"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="delegateURI" upperBound="-2"
eType="#//DelegateURI" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="delegateURI"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="group" upperBound="-2"
eType="#//Group" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="group"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nextCatalog" upperBound="-2"
eType="#//NextCatalog" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="nextCatalog"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="public" upperBound="-2"
eType="#//Public" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="public"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rewriteSystem" upperBound="-2"
eType="#//RewriteSystem" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="rewriteSystem"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rewriteURI" upperBound="-2"
eType="#//RewriteURI" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="rewriteURI"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="system" upperBound="-2"
eType="#//System" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="system"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="uri" upperBound="-2" eType="#//Uri"
volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="uri"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Group">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="group"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="public" upperBound="-1"
eType="#//Public" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="public"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="system" upperBound="-1"
eType="#//System" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="system"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="uri" upperBound="-1" eType="#//Uri"
volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="uri"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rewriteSystem" upperBound="-1"
eType="#//RewriteSystem" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="rewriteSystem"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rewriteURI" upperBound="-1"
eType="#//RewriteURI" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="rewriteURI"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="delegatePublic" upperBound="-1"
eType="#//DelegatePublic" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="delegatePublic"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="delegateSystem" upperBound="-1"
eType="#//DelegateSystem" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="delegateSystem"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="delegateURI" upperBound="-1"
eType="#//DelegateURI" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="delegateURI"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nextCatalog" upperBound="-1"
eType="#//NextCatalog" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="nextCatalog"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"
volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":10"/>
<details key="processing" value="skip"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prefer" eType="#//SystemOrPublic"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="prefer"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":13"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NextCatalog">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="nextCatalog"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="catalog" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="catalog"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":2"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="PartialPublicIdentifier" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="partialPublicIdentifier"/>
<details key="baseType" value="pubIdChars"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="PubIdChars" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="pubIdChars"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Public">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="public"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="publicId" lowerBound="1"
eType="#//PublicIdentifier">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="publicId"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="uri"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":3"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="PublicIdentifier" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="publicIdentifier"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RewriteSystem">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="rewriteSystem"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rewritePrefix" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="rewritePrefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="systemIdStartString" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="systemIdStartString"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":3"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RewriteURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="rewriteURI"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rewritePrefix" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="rewritePrefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uriIdStartString" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="uriIdStartString"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":3"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="System">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="system"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="systemId" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="systemId"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="uri"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":3"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SystemOrPublic">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="systemOrPublic"/>
</eAnnotations>
<eLiterals name="system"/>
<eLiterals name="public" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="SystemOrPublicObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="systemOrPublic:Object"/>
<details key="baseType" value="systemOrPublic"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Uri">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="uri"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="uri"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":3"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/NIEM/NIEM-UML/Archive/Phase1/Specification/NIEM UML Machine Readable Files/Nonnormative/catalog.ecore | ecore | catalog
Catalog
group
public
system
uri
rewriteSystem
rewriteURI
delegatePublic
delegateSystem
delegateURI
nextCatalog
group1
any
id
prefer
anyAttribute
DelegatePublic
catalog
id
publicIdStartString
anyAttribute
DelegateSystem
catalog
id
systemIdStartString
anyAttribute
DelegateURI
catalog
id
uriStartString
anyAttribute
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
catalog
delegatePublic
delegateSystem
delegateURI
group
nextCatalog
public
rewriteSystem
rewriteURI
system
uri
Group
group
public
system
uri
rewriteSystem
rewriteURI
delegatePublic
delegateSystem
delegateURI
nextCatalog
any
id
prefer
anyAttribute
NextCatalog
catalog
id
anyAttribute
PartialPublicIdentifier
java.lang.String
java.lang.String
PubIdChars
java.lang.String
java.lang.String
Public
id
publicId
uri
anyAttribute
PublicIdentifier
java.lang.String
java.lang.String
RewriteSystem
id
rewritePrefix
systemIdStartString
anyAttribute
RewriteURI
id
rewritePrefix
uriIdStartString
anyAttribute
System
id
systemId
uri
anyAttribute
SystemOrPublic
system
system
public
public
SystemOrPublicObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
Uri
id
name
uri
anyAttribute | null | {"directed":true,"nodes":[{"nsPrefix":"catalog","nsURI":"urn:oasis:names:tc:entity:xmlns:xml:catalog","name":"catalog","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Catalog","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelegatePublic","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelegateSystem","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelegateURI","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NextCatalog","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"PartialPublicIdentifier","instanceClass":"java.lang.String","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"PubIdChars","instanceClass":"java.lang.String","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Public","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"PublicIdentifier","instanceClass":"java.lang.String","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RewriteSystem","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RewriteURI","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SystemOrPublic","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"SystemOrPublicObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Uri","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"public","changeable":true,"resolveProxies":false,"lowerBound":0,"id":19,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"system","changeable":true,"resolveProxies":false,"lowerBound":0,"id":20,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"uri","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"rewriteSystem","changeable":true,"resolveProxies":false,"lowerBound":0,"id":22,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"rewriteURI","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"delegatePublic","changeable":true,"resolveProxies":false,"lowerBound":0,"id":24,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"delegateSystem","changeable":true,"resolveProxies":false,"lowerBound":0,"id":25,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"delegateURI","changeable":true,"resolveProxies":false,"lowerBound":0,"id":26,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"nextCatalog","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"group1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":30,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"prefer","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"catalog","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publicIdStartString","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"catalog","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemIdStartString","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"catalog","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uriStartString","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"catalog","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"delegatePublic","changeable":true,"resolveProxies":false,"lowerBound":0,"id":76,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"delegateSystem","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"delegateURI","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"group","changeable":true,"resolveProxies":false,"lowerBound":0,"id":79,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"nextCatalog","changeable":true,"resolveProxies":false,"lowerBound":0,"id":80,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"public","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"rewriteSystem","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"rewriteURI","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"system","changeable":true,"resolveProxies":false,"lowerBound":0,"id":84,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"uri","changeable":true,"resolveProxies":false,"lowerBound":0,"id":85,"derived":true},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"public","changeable":true,"resolveProxies":false,"lowerBound":0,"id":101,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"system","changeable":true,"resolveProxies":false,"lowerBound":0,"id":102,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"uri","changeable":true,"resolveProxies":false,"lowerBound":0,"id":103,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"rewriteSystem","changeable":true,"resolveProxies":false,"lowerBound":0,"id":104,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"rewriteURI","changeable":true,"resolveProxies":false,"lowerBound":0,"id":105,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"delegatePublic","changeable":true,"resolveProxies":false,"lowerBound":0,"id":106,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"delegateSystem","changeable":true,"resolveProxies":false,"lowerBound":0,"id":107,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"delegateURI","changeable":true,"resolveProxies":false,"lowerBound":0,"id":108,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"nextCatalog","changeable":true,"resolveProxies":false,"lowerBound":0,"id":109,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":111,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"prefer","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"catalog","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":129,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publicId","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rewritePrefix","changeable":true,"lowerBound":1,"iD":false,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemIdStartString","changeable":true,"lowerBound":1,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rewritePrefix","changeable":true,"lowerBound":1,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uriIdStartString","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemId","changeable":true,"lowerBound":1,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"name":"system","id":166,"value":0,"literal":"system","eClass":"EEnumLiteral"},{"name":"public","id":167,"value":1,"literal":"public","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":18,"target":33},{"source":18,"target":1},{"source":19,"target":10},{"source":19,"target":34},{"source":19,"target":1},{"source":34,"target":10},{"source":20,"target":14},{"source":20,"target":35},{"source":20,"target":1},{"source":35,"target":14},{"source":21,"target":17},{"source":21,"target":36},{"source":21,"target":1},{"source":36,"target":17},{"source":22,"target":12},{"source":22,"target":37},{"source":22,"target":1},{"source":37,"target":12},{"source":23,"target":13},{"source":23,"target":38},{"source":23,"target":1},{"source":38,"target":13},{"source":24,"target":2},{"source":24,"target":39},{"source":24,"target":1},{"source":39,"target":2},{"source":25,"target":3},{"source":25,"target":40},{"source":25,"target":1},{"source":40,"target":3},{"source":26,"target":4},{"source":26,"target":41},{"source":26,"target":1},{"source":41,"target":4},{"source":27,"target":7},{"source":27,"target":42},{"source":27,"target":1},{"source":42,"target":7},{"source":28,"target":6},{"source":28,"target":43},{"source":28,"target":1},{"source":43,"target":6},{"source":29,"target":44},{"source":29,"target":1},{"source":30,"target":45},{"source":30,"target":1},{"source":31,"target":15},{"source":31,"target":46},{"source":31,"target":1},{"source":46,"target":15},{"source":32,"target":47},{"source":32,"target":1},{"source":2,"target":0},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":48,"target":52},{"source":48,"target":2},{"source":49,"target":53},{"source":49,"target":2},{"source":50,"target":8},{"source":50,"target":54},{"source":50,"target":2},{"source":54,"target":8},{"source":51,"target":55},{"source":51,"target":2},{"source":3,"target":0},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":56,"target":60},{"source":56,"target":3},{"source":57,"target":61},{"source":57,"target":3},{"source":58,"target":62},{"source":58,"target":3},{"source":59,"target":63},{"source":59,"target":3},{"source":4,"target":0},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":64,"target":68},{"source":64,"target":4},{"source":65,"target":69},{"source":65,"target":4},{"source":66,"target":70},{"source":66,"target":4},{"source":67,"target":71},{"source":67,"target":4},{"source":5,"target":0},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":5,"target":85},{"source":72,"target":86},{"source":72,"target":5},{"source":73,"target":87},{"source":73,"target":5},{"source":74,"target":88},{"source":74,"target":5},{"source":75,"target":1},{"source":75,"target":89},{"source":75,"target":5},{"source":89,"target":1},{"source":76,"target":2},{"source":76,"target":90},{"source":76,"target":5},{"source":90,"target":2},{"source":77,"target":3},{"source":77,"target":91},{"source":77,"target":5},{"source":91,"target":3},{"source":78,"target":4},{"source":78,"target":92},{"source":78,"target":5},{"source":92,"target":4},{"source":79,"target":6},{"source":79,"target":93},{"source":79,"target":5},{"source":93,"target":6},{"source":80,"target":7},{"source":80,"target":94},{"source":80,"target":5},{"source":94,"target":7},{"source":81,"target":10},{"source":81,"target":95},{"source":81,"target":5},{"source":95,"target":10},{"source":82,"target":12},{"source":82,"target":96},{"source":82,"target":5},{"source":96,"target":12},{"source":83,"target":13},{"source":83,"target":97},{"source":83,"target":5},{"source":97,"target":13},{"source":84,"target":14},{"source":84,"target":98},{"source":84,"target":5},{"source":98,"target":14},{"source":85,"target":17},{"source":85,"target":99},{"source":85,"target":5},{"source":99,"target":17},{"source":6,"target":0},{"source":6,"target":100},{"source":6,"target":101},{"source":6,"target":102},{"source":6,"target":103},{"source":6,"target":104},{"source":6,"target":105},{"source":6,"target":106},{"source":6,"target":107},{"source":6,"target":108},{"source":6,"target":109},{"source":6,"target":110},{"source":6,"target":111},{"source":6,"target":112},{"source":6,"target":113},{"source":100,"target":114},{"source":100,"target":6},{"source":101,"target":10},{"source":101,"target":115},{"source":101,"target":6},{"source":115,"target":10},{"source":102,"target":14},{"source":102,"target":116},{"source":102,"target":6},{"source":116,"target":14},{"source":103,"target":17},{"source":103,"target":117},{"source":103,"target":6},{"source":117,"target":17},{"source":104,"target":12},{"source":104,"target":118},{"source":104,"target":6},{"source":118,"target":12},{"source":105,"target":13},{"source":105,"target":119},{"source":105,"target":6},{"source":119,"target":13},{"source":106,"target":2},{"source":106,"target":120},{"source":106,"target":6},{"source":120,"target":2},{"source":107,"target":3},{"source":107,"target":121},{"source":107,"target":6},{"source":121,"target":3},{"source":108,"target":4},{"source":108,"target":122},{"source":108,"target":6},{"source":122,"target":4},{"source":109,"target":7},{"source":109,"target":123},{"source":109,"target":6},{"source":123,"target":7},{"source":110,"target":124},{"source":110,"target":6},{"source":111,"target":125},{"source":111,"target":6},{"source":112,"target":15},{"source":112,"target":126},{"source":112,"target":6},{"source":126,"target":15},{"source":113,"target":127},{"source":113,"target":6},{"source":7,"target":0},{"source":7,"target":128},{"source":7,"target":129},{"source":7,"target":130},{"source":128,"target":131},{"source":128,"target":7},{"source":129,"target":132},{"source":129,"target":7},{"source":130,"target":133},{"source":130,"target":7},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":134},{"source":10,"target":135},{"source":10,"target":136},{"source":10,"target":137},{"source":134,"target":138},{"source":134,"target":10},{"source":135,"target":11},{"source":135,"target":139},{"source":135,"target":10},{"source":139,"target":11},{"source":136,"target":140},{"source":136,"target":10},{"source":137,"target":141},{"source":137,"target":10},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":142},{"source":12,"target":143},{"source":12,"target":144},{"source":12,"target":145},{"source":142,"target":146},{"source":142,"target":12},{"source":143,"target":147},{"source":143,"target":12},{"source":144,"target":148},{"source":144,"target":12},{"source":145,"target":149},{"source":145,"target":12},{"source":13,"target":0},{"source":13,"target":150},{"source":13,"target":151},{"source":13,"target":152},{"source":13,"target":153},{"source":150,"target":154},{"source":150,"target":13},{"source":151,"target":155},{"source":151,"target":13},{"source":152,"target":156},{"source":152,"target":13},{"source":153,"target":157},{"source":153,"target":13},{"source":14,"target":0},{"source":14,"target":158},{"source":14,"target":159},{"source":14,"target":160},{"source":14,"target":161},{"source":158,"target":162},{"source":158,"target":14},{"source":159,"target":163},{"source":159,"target":14},{"source":160,"target":164},{"source":160,"target":14},{"source":161,"target":165},{"source":161,"target":14},{"source":15,"target":0},{"source":15,"target":166},{"source":15,"target":167},{"source":166,"target":15},{"source":167,"target":15},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":168},{"source":17,"target":169},{"source":17,"target":170},{"source":17,"target":171},{"source":168,"target":172},{"source":168,"target":17},{"source":169,"target":173},{"source":169,"target":17},{"source":170,"target":174},{"source":170,"target":17},{"source":171,"target":175},{"source":171,"target":17}],"multigraph":true} |
false | <?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="packagename"
nsURI="packageuri" nsPrefix="packageprefix">
<eClassifiers xsi:type="ecore:EClass" name="class1"/>
<eClassifiers xsi:type="ecore:EClass" name="class2"/>
<eClassifiers xsi:type="ecore:EClass" name="class3"/>
<eClassifiers xsi:type="ecore:EClass" name="class4"/>
</ecore:EPackage>
| github:ecore:/data/damianaboulhassan/AcceleoAR/tests/org.eclipse.acceleo.traceability.tests/data/query/model.ecore | ecore | packagename
class1
class2
class3
class4 | null | {"directed":true,"nodes":[{"nsPrefix":"packageprefix","nsURI":"packageuri","name":"packagename","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"class1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"class2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"class3","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"class4","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0}],"multigraph":true} |
false | <?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="astrans"
nsURI="http://rain.ifmo.ru/~breslav/2007/astrans" nsPrefix="astrans">
<eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="EClassifierReference" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="EClassReference" abstract="true" eSuperTypes="#//EClassifierReference"/>
<eClassifiers xsi:type="ecore:EClass" name="CreatedEClass" eSuperTypes="#//EClassReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="create" lowerBound="1"
eType="#//CreateClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappedEClass" eSuperTypes="#//EClassReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="proto" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExistingEClass" eSuperTypes="#//EClassReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="eClass" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExistingEDataType" eSuperTypes="#//EClassifierReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="eDataType" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TranslateReferences" eSuperTypes="#//Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelReferenceTypeProto"
lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="textualReferenceType" lowerBound="1"
eType="#//EClassifierReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeDescendants" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateClass" eSuperTypes="#//Action">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superclasses" upperBound="-1"
eType="#//EClassReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="structuralFeatures" upperBound="-1"
eType="#//StructuralFeature" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//StructuralFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//StructuralFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//EClassReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangeInheritance" eSuperTypes="#//Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="targetProto" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superclasses" upperBound="-1"
eType="#//EClassReference" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SkipClass" eSuperTypes="#//Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="targetProto" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeDescendants" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transformation">
<eStructuralFeatures xsi:type="ecore:EReference" name="createClassActions" upperBound="-1"
eType="#//CreateClass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="translateReferencesActions"
upperBound="-1" eType="#//TranslateReferences" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="changeInheritanceActions"
upperBound="-1" eType="#//ChangeInheritance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="skipClassActions" upperBound="-1"
eType="#//SkipClass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="input" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outputName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outputNsURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/abreslav-from-google-code/abreslav/astrans/ru.ifmo.rain.astrans.interpreter/test_data/testAstransToAstransast/input.ecore | ecore | astrans
Action
EClassifierReference
EClassReference
CreatedEClass
create
MappedEClass
proto
ExistingEClass
eClass
ExistingEDataType
eDataType
TranslateReferences
modelReferenceTypeProto
textualReferenceType
includeDescendants
false
CreateClass
name
abstract
false
superclasses
structuralFeatures
StructuralFeature
name
lowerBound
0
upperBound
1
Attribute
type
Reference
type
containment
false
ChangeInheritance
targetProto
superclasses
SkipClass
targetProto
includeDescendants
false
Transformation
createClassActions
translateReferencesActions
changeInheritanceActions
skipClassActions
input
outputName
outputNsURI | null | {"directed":true,"nodes":[{"nsPrefix":"astrans","nsURI":"http://rain.ifmo.ru/~breslav/2007/astrans","name":"astrans","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifierReference","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassReference","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreatedEClass","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappedEClass","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistingEClass","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistingEDataType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TranslateReferences","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateClass","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeInheritance","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SkipClass","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"create","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"proto","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eDataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelReferenceTypeProto","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"textualReferenceType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"includeDescendants","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superclasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structuralFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetProto","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superclasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetProto","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"includeDescendants","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"createClassActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"translateReferencesActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changeInheritanceActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"skipClassActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputName","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputNsURI","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":16},{"source":16,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":17},{"source":4,"target":18},{"source":17,"target":9},{"source":17,"target":19},{"source":17,"target":4},{"source":19,"target":9},{"source":18,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":20},{"source":5,"target":21},{"source":20,"target":22},{"source":20,"target":5},{"source":21,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":23},{"source":6,"target":24},{"source":23,"target":25},{"source":23,"target":6},{"source":24,"target":3},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":26},{"source":7,"target":27},{"source":26,"target":28},{"source":26,"target":7},{"source":27,"target":2},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":29},{"source":8,"target":30},{"source":8,"target":31},{"source":8,"target":32},{"source":29,"target":33},{"source":29,"target":8},{"source":30,"target":2},{"source":30,"target":34},{"source":30,"target":8},{"source":34,"target":2},{"source":31,"target":35},{"source":31,"target":8},{"source":32,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":36},{"source":9,"target":37},{"source":9,"target":38},{"source":9,"target":39},{"source":9,"target":40},{"source":36,"target":41},{"source":36,"target":9},{"source":37,"target":42},{"source":37,"target":9},{"source":38,"target":3},{"source":38,"target":43},{"source":38,"target":9},{"source":43,"target":3},{"source":39,"target":10},{"source":39,"target":44},{"source":39,"target":9},{"source":44,"target":10},{"source":40,"target":1},{"source":10,"target":0},{"source":10,"target":45},{"source":10,"target":46},{"source":10,"target":47},{"source":45,"target":48},{"source":45,"target":10},{"source":46,"target":49},{"source":46,"target":10},{"source":47,"target":50},{"source":47,"target":10},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":51},{"source":11,"target":52},{"source":51,"target":53},{"source":51,"target":11},{"source":52,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":54},{"source":12,"target":55},{"source":12,"target":56},{"source":54,"target":3},{"source":54,"target":57},{"source":54,"target":12},{"source":57,"target":3},{"source":55,"target":58},{"source":55,"target":12},{"source":56,"target":10},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":59},{"source":13,"target":60},{"source":13,"target":61},{"source":59,"target":62},{"source":59,"target":13},{"source":60,"target":3},{"source":60,"target":63},{"source":60,"target":13},{"source":63,"target":3},{"source":61,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":64},{"source":14,"target":65},{"source":14,"target":66},{"source":64,"target":67},{"source":64,"target":14},{"source":65,"target":68},{"source":65,"target":14},{"source":66,"target":1},{"source":15,"target":0},{"source":15,"target":69},{"source":15,"target":70},{"source":15,"target":71},{"source":15,"target":72},{"source":15,"target":73},{"source":15,"target":74},{"source":15,"target":75},{"source":69,"target":9},{"source":69,"target":76},{"source":69,"target":15},{"source":76,"target":9},{"source":70,"target":8},{"source":70,"target":77},{"source":70,"target":15},{"source":77,"target":8},{"source":71,"target":13},{"source":71,"target":78},{"source":71,"target":15},{"source":78,"target":13},{"source":72,"target":14},{"source":72,"target":79},{"source":72,"target":15},{"source":79,"target":14},{"source":73,"target":80},{"source":73,"target":15},{"source":74,"target":81},{"source":74,"target":15},{"source":75,"target":82},{"source":75,"target":15}],"multigraph":true} |
false | <?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="gastm"
nsURI="http://www.eclipse.org/MoDisco/GASTM/1.0.Beta2/gastm" nsPrefix="gastm">
<eClassifiers xsi:type="ecore:EClass" name="GASTMObject"/>
<eClassifiers xsi:type="ecore:EClass" name="GASTMSourceObject" abstract="true" eSuperTypes="#//GASTMObject"/>
<eClassifiers xsi:type="ecore:EClass" name="GASTMSemanticObject" abstract="true"
eSuperTypes="#//GASTMObject"/>
<eClassifiers xsi:type="ecore:EClass" name="GASTMSyntaxObject" abstract="true" eSuperTypes="#//GASTMObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="locationInfo" lowerBound="1"
eType="#//SourceLocation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="preProcessorElements" upperBound="-1"
eType="#//PreprocessorElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//AnnotationExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceFile" eSuperTypes="#//GASTMSourceObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceLocation" eSuperTypes="#//GASTMSourceObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inSourceFile" lowerBound="1"
eType="#//SourceFile" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//SourceFile">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#//DefinitionObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//ProgramScope"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceFileReference" eSuperTypes="#//SourceFile">
<eStructuralFeatures xsi:type="ecore:EReference" name="locationInfo" lowerBound="1"
eType="#//SourceLocation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ofSourceFile" lowerBound="1"
eType="#//SourceFile"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#//GASTMSemanticObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="files" lowerBound="1" upperBound="-1"
eType="#//CompilationUnit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outerScope" eType="#//GlobalScope"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Scope" eSuperTypes="#//GASTMSemanticObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="definitionObject" upperBound="-1"
eType="#//DefinitionObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childScope" upperBound="-1"
eType="#//Scope"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProgramScope" eSuperTypes="#//Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionScope" eSuperTypes="#//Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="AggregateScope" eSuperTypes="#//Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="BlockScope" eSuperTypes="#//Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="GlobalScope" eSuperTypes="#//Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="PreprocessorElement" abstract="true"
eSuperTypes="#//GASTMSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="DefinitionObject" abstract="true" eSuperTypes="#//GASTMSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//GASTMSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isConst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//GASTMSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionType" lowerBound="1"
eType="#//TypeReference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//GASTMSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="MinorSyntaxObject" abstract="true" eSuperTypes="#//GASTMSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="Dimension" eSuperTypes="#//MinorSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="lowBound" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="highBound" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Name" eSuperTypes="#//MinorSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nameString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#//MinorSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEvaluateAllCases" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" upperBound="-1"
eType="#//Statement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CatchBlock" eSuperTypes="#//MinorSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryOperator" abstract="true" eSuperTypes="#//MinorSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="BinaryOperator" abstract="true" eSuperTypes="#//MinorSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="StorageSpecification" abstract="true"
eSuperTypes="#//MinorSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="VirtualSpecification" abstract="true"
eSuperTypes="#//MinorSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="AccessKind" eSuperTypes="#//MinorSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="ActualParameter" abstract="true" eSuperTypes="#//MinorSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionMemberAttributes" eSuperTypes="#//MinorSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFriend" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isInLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isThisConst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="virtualSpecifier" lowerBound="1"
eType="#//VirtualSpecification" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DerivesFrom" eSuperTypes="#//MinorSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="virtualSpecifier" eType="#//VirtualSpecification"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessKind" lowerBound="1"
eType="#//AccessKind" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="className" lowerBound="1"
eType="#//NamedTypeReference" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemberObject" eSuperTypes="#//MinorSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="member" lowerBound="1"
eType="#//DefinitionObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeclarationOrDefinition" abstract="true"
eSuperTypes="#//DefinitionObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="storageSpecifiers" lowerBound="1"
eType="#//StorageSpecification" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessKind" lowerBound="1"
eType="#//AccessKind" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="linkageSpecifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDefinition" eSuperTypes="#//DefinitionObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeName" lowerBound="1"
eType="#//Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NameSpaceDefinition" eSuperTypes="#//DefinitionObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="nameSpace" lowerBound="1"
eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" upperBound="-1"
eType="#//DefinitionObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nameSpaceType" lowerBound="1"
eType="#//NameSpaceType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelDefinition" eSuperTypes="#//DefinitionObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="labelName" lowerBound="1"
eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelType" lowerBound="1"
eType="#//LabelType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#//DefinitionObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" lowerBound="1"
eType="#//TypeReference" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Definition" abstract="true" eSuperTypes="#//DeclarationOrDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="identifierName" lowerBound="1"
eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitionType" eType="#//TypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Declaration" abstract="true" eSuperTypes="#//DeclarationOrDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="defRef" lowerBound="1"
eType="#//Definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="identifierName" eType="#//Name"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="declarationType" lowerBound="1"
eType="#//TypeReference" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionDefinition" eSuperTypes="#//Definition">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//TypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1"
eType="#//FormalParameterDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Statement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionMemberAttributes"
eType="#//FunctionMemberAttributes" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" lowerBound="1"
eType="#//FunctionScope"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntryDefinition" eSuperTypes="#//Definition">
<eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1"
eType="#//FormalParameterDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataDefinition" abstract="true" eSuperTypes="#//Definition">
<eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralDefinition" eSuperTypes="#//Definition">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionDeclaration" eSuperTypes="#//Declaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1"
eType="#//FormalParameterDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionMemberAttributes"
eType="#//FunctionMemberAttributes" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#//Declaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormalParameterDeclaration" eSuperTypes="#//Declaration"/>
<eClassifiers xsi:type="ecore:EClass" name="External" eSuperTypes="#//StorageSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionPersistent" eSuperTypes="#//StorageSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="FileLocal" eSuperTypes="#//StorageSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="PerClassMember" eSuperTypes="#//StorageSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="NoDef" eSuperTypes="#//StorageSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Virtual" eSuperTypes="#//VirtualSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableDefinition" eSuperTypes="#//DataDefinition"/>
<eClassifiers xsi:type="ecore:EClass" name="FormalParameterDefinition" eSuperTypes="#//DataDefinition"/>
<eClassifiers xsi:type="ecore:EClass" name="BitFieldDefinition" eSuperTypes="#//DataDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="bitFieldSize" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedTypeDefinition" eSuperTypes="#//TypeDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="definitionType" lowerBound="1"
eType="#//NamedType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AggregateTypeDefinition" eSuperTypes="#//TypeDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="aggregateType" lowerBound="1"
eType="#//AggregateType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumTypeDefinition" eSuperTypes="#//TypeDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="definitionType" lowerBound="1"
eType="#//EnumType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AggregateTypeDeclaration" eSuperTypes="#//TypeDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumTypeDeclaration" eSuperTypes="#//TypeDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="IncludeUnit" eSuperTypes="#//PreprocessorElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="file" lowerBound="1" eType="#//SourceFileReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MacroCall" eSuperTypes="#//PreprocessorElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" lowerBound="1"
eType="#//MacroDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MacroDefinition" eSuperTypes="#//PreprocessorElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="macroName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//PreprocessorElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//TypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterTypes" upperBound="-1"
eType="#//FormalParameterType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="LabelType" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="NameSpaceType" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeReference" abstract="true" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumType" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="enumLiterals" lowerBound="1"
upperBound="-1" eType="#//EnumLiteralDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstructedType" abstract="true" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="baseType" lowerBound="1"
eType="#//TypeReference" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AggregateType" abstract="true" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="members" lowerBound="1"
upperBound="-1" eType="#//MemberObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" lowerBound="1"
eType="#//AggregateScope"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExceptionType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="FormalParameterType" abstract="true"
eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//TypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedType" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Type"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumberType" abstract="true" eSuperTypes="#//PrimitiveType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSigned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Void" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="Boolean" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegralType" abstract="true" eSuperTypes="#//NumberType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RealType" abstract="true" eSuperTypes="#//NumberType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Byte" eSuperTypes="#//NumberType"/>
<eClassifiers xsi:type="ecore:EClass" name="Character" eSuperTypes="#//NumberType"/>
<eClassifiers xsi:type="ecore:EClass" name="ShortInteger" eSuperTypes="#//IntegralType"/>
<eClassifiers xsi:type="ecore:EClass" name="Integer" eSuperTypes="#//IntegerLiteral"/>
<eClassifiers xsi:type="ecore:EClass" name="LongInteger" eSuperTypes="#//IntegralType"/>
<eClassifiers xsi:type="ecore:EClass" name="Real" eSuperTypes="#//RealType"/>
<eClassifiers xsi:type="ecore:EClass" name="Double" eSuperTypes="#//RealType"/>
<eClassifiers xsi:type="ecore:EClass" name="LongDouble" eSuperTypes="#//RealType"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//ConstructedType"/>
<eClassifiers xsi:type="ecore:EClass" name="PointerType" eSuperTypes="#//ConstructedType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceType" eSuperTypes="#//ConstructedType"/>
<eClassifiers xsi:type="ecore:EClass" name="RangeType" eSuperTypes="#//ConstructedType"/>
<eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//ConstructedType">
<eStructuralFeatures xsi:type="ecore:EReference" name="ranks" lowerBound="1" upperBound="-1"
eType="#//Dimension" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructureType" eSuperTypes="#//AggregateType"/>
<eClassifiers xsi:type="ecore:EClass" name="UnionType" eSuperTypes="#//AggregateType"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassType" eSuperTypes="#//AggregateType">
<eStructuralFeatures xsi:type="ecore:EReference" name="derivesFrom" upperBound="-1"
eType="#//DerivesFrom" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationType" eSuperTypes="#//AggregateType"/>
<eClassifiers xsi:type="ecore:EClass" name="ByValueFormalParameterType" eSuperTypes="#//FormalParameterType"/>
<eClassifiers xsi:type="ecore:EClass" name="ByReferenceFormalParameterType" eSuperTypes="#//FormalParameterType"/>
<eClassifiers xsi:type="ecore:EClass" name="Public" eSuperTypes="#//AccessKind"/>
<eClassifiers xsi:type="ecore:EClass" name="Protected" eSuperTypes="#//AccessKind"/>
<eClassifiers xsi:type="ecore:EClass" name="Private" eSuperTypes="#//AccessKind"/>
<eClassifiers xsi:type="ecore:EClass" name="UnnamedTypeReference" eSuperTypes="#//TypeReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedTypeReference" eSuperTypes="#//TypeReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeName" lowerBound="1"
eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//TypeDefinition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JumpStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//LabelAccess"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//LabelAccess"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" lowerBound="1" eType="#//LabelDefinition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BlockStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="subStatements" upperBound="-1"
eType="#//Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" lowerBound="1"
eType="#//BlockScope"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenBody" lowerBound="1"
eType="#//Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="switchExpression" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cases" lowerBound="1" eType="#//SwitchCase"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="guardedStatement" lowerBound="1"
eType="#//Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="catchBlocks" upperBound="-1"
eType="#//CatchBlock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finalStatement" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeclarationOrDefinitionStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="declOrDefn" lowerBound="1"
eType="#//DefinitionObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="exception" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TerminateStatement" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="CaseBlock" eSuperTypes="#//SwitchCase">
<eStructuralFeatures xsi:type="ecore:EReference" name="caseExpressions" lowerBound="1"
upperBound="-1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefaultBlock" eSuperTypes="#//SwitchCase"/>
<eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//LoopStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="DoWhileStatement" eSuperTypes="#//LoopStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ForStatement" abstract="true" eSuperTypes="#//LoopStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="initBody" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterationBody" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForCheckBeforeStatement" eSuperTypes="#//ForStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ForCheckAfterStatement" eSuperTypes="#//ForStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="TypesCatchBlock" eSuperTypes="#//CatchBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" lowerBound="1"
upperBound="-1" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableCatchBlock" eSuperTypes="#//CatchBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="exceptionVariable" lowerBound="1"
eType="#//DataDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="castType" lowerBound="1"
eType="#//TypeReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AggregateExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="subExpressions" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operator" lowerBound="1"
eType="#//UnaryOperator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operator" lowerBound="1"
eType="#//BinaryOperator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="onTrueOperand" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="onFalseOperand" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RangeExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="fromExpression" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toExpression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionCallExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="calledFunction" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actualParams" upperBound="-1"
eType="#//ActualParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NewExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="newType" lowerBound="1"
eType="#//TypeReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actualParams" upperBound="-1"
eType="#//ActualParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NameReference" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//Name"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" lowerBound="1"
eType="#//DefinitionObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelAccess" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="labelName" lowerBound="1"
eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelDefinition" lowerBound="1"
eType="#//LabelDefinition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayName" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subscripts" lowerBound="1"
upperBound="-1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotationType" eType="#//TypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="memberValues" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionList" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdentifierReference" eSuperTypes="#//NameReference"/>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedIdentifierReference" abstract="true"
eSuperTypes="#//NameReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifiers" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="member" lowerBound="1"
eType="#//IdentifierReference" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeQualifiedIdentifierReference" eSuperTypes="#//NameReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="aggregateType" lowerBound="1"
upperBound="-1" eType="#//TypeReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="member" lowerBound="1"
eType="#//IdentifierReference" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedOverPointer" eSuperTypes="#//QualifiedIdentifierReference"/>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedOverData" eSuperTypes="#//QualifiedIdentifierReference"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="CharLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="RealLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="BitLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="UnaryPlus" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="UnaryMinus" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="BitNot" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="AddressOf" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Deref" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Increment" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Decrement" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="PostIncrement" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="PostDecrement" eSuperTypes="#//UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Add" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Subtract" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Multiply" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Divide" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Modulus" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Exponent" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="NotEqual" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="NotGreater" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Less" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="NotLess" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="BitAnd" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="BitOr" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="BitXor" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="BitLeftShift" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="BitRightShift" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#//BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="OperatorAssign" eSuperTypes="#//BinaryOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="operator" lowerBound="1"
eType="#//BinaryOperator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActualParameterExpression" abstract="true"
eSuperTypes="#//ActualParameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MissingActualParameter" eSuperTypes="#//ActualParameter"/>
<eClassifiers xsi:type="ecore:EClass" name="ByValueActualParameterExpression" eSuperTypes="#//ActualParameterExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="ByReferenceActualParameterExpression"
eSuperTypes="#//ActualParameterExpression"/>
</ecore:EPackage>
| github:ecore:/data/atlanmod/modisco/modisco-models/org.eclipse.modisco.omg.gastm/src/main/resources/model/gastm.ecore | ecore | gastm
GASTMObject
GASTMSourceObject
GASTMSemanticObject
GASTMSyntaxObject
locationInfo
preProcessorElements
annotations
SourceFile
path
SourceLocation
startLine
startPosition
endLine
endPosition
inSourceFile
CompilationUnit
language
fragments
opensScope
SourceFileReference
locationInfo
ofSourceFile
Project
files
outerScope
Scope
definitionObject
childScope
ProgramScope
FunctionScope
AggregateScope
BlockScope
GlobalScope
PreprocessorElement
DefinitionObject
Type
isConst
Expression
expressionType
Statement
MinorSyntaxObject
Dimension
lowBound
highBound
Name
nameString
SwitchCase
isEvaluateAllCases
body
CatchBlock
body
UnaryOperator
BinaryOperator
StorageSpecification
VirtualSpecification
AccessKind
ActualParameter
FunctionMemberAttributes
isFriend
isInLine
isThisConst
virtualSpecifier
DerivesFrom
virtualSpecifier
accessKind
className
MemberObject
offset
member
DeclarationOrDefinition
storageSpecifiers
accessKind
linkageSpecifier
TypeDefinition
typeName
NameSpaceDefinition
nameSpace
body
nameSpaceType
LabelDefinition
labelName
labelType
TypeDeclaration
typeRef
Definition
identifierName
definitionType
Declaration
defRef
identifierName
declarationType
FunctionDefinition
returnType
formalParameters
body
functionMemberAttributes
opensScope
EntryDefinition
formalParameters
body
DataDefinition
initialValue
isMutable
EnumLiteralDefinition
value
FunctionDeclaration
formalParameters
functionMemberAttributes
VariableDeclaration
isMutable
true
FormalParameterDeclaration
External
FunctionPersistent
FileLocal
PerClassMember
NoDef
Virtual
VariableDefinition
FormalParameterDefinition
BitFieldDefinition
bitFieldSize
NamedTypeDefinition
definitionType
AggregateTypeDefinition
aggregateType
EnumTypeDefinition
definitionType
AggregateTypeDeclaration
EnumTypeDeclaration
IncludeUnit
file
MacroCall
refersTo
MacroDefinition
macroName
body
Comment
body
FunctionType
returnType
parameterTypes
DataType
LabelType
NameSpaceType
TypeReference
PrimitiveType
EnumType
enumLiterals
ConstructedType
baseType
AggregateType
members
opensScope
ExceptionType
FormalParameterType
type
NamedType
body
NumberType
isSigned
Void
Boolean
IntegralType
size
RealType
precision
Byte
Character
ShortInteger
Integer
LongInteger
Real
Double
LongDouble
CollectionType
PointerType
size
ReferenceType
RangeType
ArrayType
ranks
StructureType
UnionType
ClassType
derivesFrom
AnnotationType
ByValueFormalParameterType
ByReferenceFormalParameterType
Public
Protected
Private
UnnamedTypeReference
type
NamedTypeReference
typeName
type
ExpressionStatement
expression
JumpStatement
target
BreakStatement
target
ContinueStatement
target
LabeledStatement
label
statement
BlockStatement
subStatements
opensScope
EmptyStatement
IfStatement
condition
thenBody
elseBody
SwitchStatement
switchExpression
cases
ReturnStatement
returnValue
LoopStatement
condition
body
TryStatement
guardedStatement
catchBlocks
finalStatement
DeclarationOrDefinitionStatement
declOrDefn
ThrowStatement
exception
DeleteStatement
operand
TerminateStatement
CaseBlock
caseExpressions
DefaultBlock
WhileStatement
DoWhileStatement
ForStatement
initBody
iterationBody
ForCheckBeforeStatement
ForCheckAfterStatement
TypesCatchBlock
exceptions
VariableCatchBlock
exceptionVariable
Literal
value
CastExpression
castType
expression
AggregateExpression
subExpressions
UnaryExpression
operator
operand
BinaryExpression
operator
leftOperand
rightOperand
ConditionalExpression
condition
onTrueOperand
onFalseOperand
RangeExpression
fromExpression
toExpression
FunctionCallExpression
calledFunction
actualParams
NewExpression
newType
actualParams
NameReference
name
refersTo
LabelAccess
labelName
labelDefinition
ArrayAccess
arrayName
subscripts
AnnotationExpression
annotationType
memberValues
CollectionExpression
expressionList
IdentifierReference
QualifiedIdentifierReference
qualifiers
member
TypeQualifiedIdentifierReference
aggregateType
member
QualifiedOverPointer
QualifiedOverData
IntegerLiteral
CharLiteral
RealLiteral
StringLiteral
BooleanLiteral
BitLiteral
EnumLiteral
UnaryPlus
UnaryMinus
Not
BitNot
AddressOf
Deref
Increment
Decrement
PostIncrement
PostDecrement
Add
Subtract
Multiply
Divide
Modulus
Exponent
And
Or
Equal
NotEqual
Greater
NotGreater
Less
NotLess
BitAnd
BitOr
BitXor
BitLeftShift
BitRightShift
Assign
OperatorAssign
operator
ActualParameterExpression
value
MissingActualParameter
ByValueActualParameterExpression
ByReferenceActualParameterExpression | null | {"directed":true,"nodes":[{"nsPrefix":"gastm","nsURI":"http://www.eclipse.org/MoDisco/GASTM/1.0.Beta2/gastm","name":"gastm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMObject","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSourceObject","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSemanticObject","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSyntaxObject","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceFile","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceLocation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceFileReference","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scope","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramScope","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionScope","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateScope","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockScope","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalScope","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreprocessorElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefinitionObject","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinorSyntaxObject","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchBlock","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageSpecification","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualSpecification","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessKind","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualParameter","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionMemberAttributes","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivesFrom","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberObject","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclarationOrDefinition","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinition","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpaceDefinition","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelDefinition","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDefinition","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryDefinition","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataDefinition","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralDefinition","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDeclaration","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterDeclaration","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"External","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionPersistent","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileLocal","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerClassMember","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoDef","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Virtual","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDefinition","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterDefinition","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitFieldDefinition","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTypeDefinition","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateTypeDefinition","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumTypeDefinition","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateTypeDeclaration","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumTypeDeclaration","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncludeUnit","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroCall","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroDefinition","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionType","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelType","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpaceType","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":true,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumType","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructedType","instanceClass":null,"abstract":true,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateType","instanceClass":null,"abstract":true,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionType","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterType","instanceClass":null,"abstract":true,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedType","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberType","instanceClass":null,"abstract":true,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Void","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegralType","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":true,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Byte","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Character","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShortInteger","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongInteger","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Real","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongDouble","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointerType","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceType","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeType","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureType","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnionType","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassType","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationType","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByValueFormalParameterType","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByReferenceFormalParameterType","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Public","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protected","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Private","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnnamedTypeReference","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTypeReference","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JumpStatement","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockStatement","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStatement","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclarationOrDefinitionStatement","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteStatement","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminateStatement","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseBlock","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultBlock","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileStatement","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":true,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForCheckBeforeStatement","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForCheckAfterStatement","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypesCatchBlock","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableCatchBlock","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateExpression","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeExpression","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCallExpression","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewExpression","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameReference","instanceClass":null,"abstract":true,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelAccess","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationExpression","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExpression","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierReference","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedIdentifierReference","instanceClass":null,"abstract":true,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeQualifiedIdentifierReference","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedOverPointer","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedOverData","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharLiteral","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitLiteral","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteral","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryPlus","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryMinus","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitNot","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddressOf","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deref","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Increment","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decrement","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostIncrement","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostDecrement","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Add","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subtract","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiply","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Divide","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modulus","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exponent","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotGreater","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Less","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotLess","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitAnd","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitOr","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitXor","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitLeftShift","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitRightShift","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorAssign","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualParameterExpression","instanceClass":null,"abstract":true,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MissingActualParameter","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByValueActualParameterExpression","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByReferenceActualParameterExpression","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"locationInfo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preProcessorElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startLine","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startPosition","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endLine","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endPosition","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inSourceFile","changeable":true,"resolveProxies":true,"lowerBound":1,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"locationInfo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ofSourceFile","changeable":true,"resolveProxies":true,"lowerBound":1,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"files","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outerScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitionObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isConst","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expressionType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"highBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameString","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isEvaluateAllCases","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isFriend","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInLine","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isThisConst","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualSpecifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualSpecifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessKind","changeable":true,"resolveProxies":true,"lowerBound":1,"id":286,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storageSpecifiers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessKind","changeable":true,"resolveProxies":true,"lowerBound":1,"id":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkageSpecifier","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nameSpace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nameSpaceType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarationType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionMemberAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMutable","changeable":true,"lowerBound":0,"iD":false,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionMemberAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isMutable","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bitFieldSize","changeable":true,"resolveProxies":true,"lowerBound":1,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitionType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregateType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitionType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"resolveProxies":true,"lowerBound":1,"id":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"macroName","changeable":true,"lowerBound":0,"iD":false,"id":395,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumLiterals","changeable":true,"resolveProxies":true,"lowerBound":1,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":1,"id":419,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSigned","changeable":true,"lowerBound":0,"iD":false,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ranks","changeable":true,"resolveProxies":true,"lowerBound":1,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"derivesFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":473,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":490,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":495,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":501,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":502,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"switchExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":508,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":1,"id":509,"derived":false},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":513,"derived":false},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":516,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guardedStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":521,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declOrDefn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caseExpressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":538,"derived":false},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":544,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterationBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":545,"derived":false},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"castType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":560,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":561,"derived":false},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":565,"derived":false},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":568,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":573,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":574,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":575,"derived":false},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":580,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onTrueOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":581,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onFalseOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":582,"derived":false},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":587,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":588,"derived":false},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calledFunction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":592,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":593,"derived":false},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":597,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":598,"derived":false},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":602,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":603,"derived":false},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":607,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"labelDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":608,"derived":false},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":612,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subscripts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":613,"derived":false},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":617,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"memberValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":618,"derived":false},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":622,"derived":false},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifiers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":626,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":627,"derived":false},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregateType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":631,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":632,"derived":false},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":675,"derived":false},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":678,"derived":false},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":194},{"source":194,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":195},{"source":195,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":196},{"source":4,"target":197},{"source":4,"target":198},{"source":4,"target":199},{"source":196,"target":6},{"source":196,"target":200},{"source":196,"target":4},{"source":200,"target":6},{"source":197,"target":16},{"source":197,"target":201},{"source":197,"target":4},{"source":201,"target":16},{"source":198,"target":145},{"source":198,"target":202},{"source":198,"target":4},{"source":202,"target":145},{"source":199,"target":1},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":203},{"source":5,"target":204},{"source":203,"target":205},{"source":203,"target":5},{"source":204,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":206},{"source":6,"target":207},{"source":6,"target":208},{"source":6,"target":209},{"source":6,"target":210},{"source":6,"target":211},{"source":206,"target":212},{"source":206,"target":6},{"source":207,"target":213},{"source":207,"target":6},{"source":208,"target":214},{"source":208,"target":6},{"source":209,"target":215},{"source":209,"target":6},{"source":210,"target":5},{"source":210,"target":216},{"source":210,"target":6},{"source":216,"target":5},{"source":211,"target":2},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":217},{"source":7,"target":218},{"source":7,"target":219},{"source":7,"target":220},{"source":217,"target":221},{"source":217,"target":7},{"source":218,"target":17},{"source":218,"target":222},{"source":218,"target":7},{"source":222,"target":17},{"source":219,"target":11},{"source":219,"target":223},{"source":219,"target":7},{"source":223,"target":11},{"source":220,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":224},{"source":8,"target":225},{"source":8,"target":226},{"source":224,"target":6},{"source":224,"target":227},{"source":224,"target":8},{"source":227,"target":6},{"source":225,"target":5},{"source":225,"target":228},{"source":225,"target":8},{"source":228,"target":5},{"source":226,"target":5},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":229},{"source":9,"target":230},{"source":9,"target":231},{"source":229,"target":7},{"source":229,"target":232},{"source":229,"target":9},{"source":232,"target":7},{"source":230,"target":15},{"source":230,"target":233},{"source":230,"target":9},{"source":233,"target":15},{"source":231,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":234},{"source":10,"target":235},{"source":10,"target":236},{"source":234,"target":17},{"source":234,"target":237},{"source":234,"target":10},{"source":237,"target":17},{"source":235,"target":10},{"source":235,"target":238},{"source":235,"target":10},{"source":238,"target":10},{"source":236,"target":3},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":239},{"source":239,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":240},{"source":240,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":241},{"source":241,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":242},{"source":242,"target":10},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":243},{"source":243,"target":10},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":244},{"source":244,"target":4},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":245},{"source":245,"target":4},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":246},{"source":18,"target":247},{"source":246,"target":248},{"source":246,"target":18},{"source":247,"target":4},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":249},{"source":19,"target":250},{"source":249,"target":71},{"source":249,"target":251},{"source":249,"target":19},{"source":251,"target":71},{"source":250,"target":4},{"source":20,"target":0},{"source":20,"target":4},{"source":20,"target":252},{"source":252,"target":4},{"source":21,"target":0},{"source":21,"target":4},{"source":21,"target":253},{"source":253,"target":4},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":254},{"source":22,"target":255},{"source":22,"target":256},{"source":254,"target":19},{"source":254,"target":257},{"source":254,"target":22},{"source":257,"target":19},{"source":255,"target":19},{"source":255,"target":258},{"source":255,"target":22},{"source":258,"target":19},{"source":256,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":259},{"source":23,"target":260},{"source":259,"target":261},{"source":259,"target":23},{"source":260,"target":21},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":262},{"source":24,"target":263},{"source":24,"target":264},{"source":262,"target":265},{"source":262,"target":24},{"source":263,"target":20},{"source":263,"target":266},{"source":263,"target":24},{"source":266,"target":20},{"source":264,"target":21},{"source":25,"target":0},{"source":25,"target":21},{"source":25,"target":267},{"source":25,"target":268},{"source":267,"target":20},{"source":267,"target":269},{"source":267,"target":25},{"source":269,"target":20},{"source":268,"target":21},{"source":26,"target":0},{"source":26,"target":21},{"source":26,"target":270},{"source":270,"target":21},{"source":27,"target":0},{"source":27,"target":21},{"source":27,"target":271},{"source":271,"target":21},{"source":28,"target":0},{"source":28,"target":21},{"source":28,"target":272},{"source":272,"target":21},{"source":29,"target":0},{"source":29,"target":21},{"source":29,"target":273},{"source":273,"target":21},{"source":30,"target":0},{"source":30,"target":21},{"source":30,"target":274},{"source":274,"target":21},{"source":31,"target":0},{"source":31,"target":21},{"source":31,"target":275},{"source":275,"target":21},{"source":32,"target":0},{"source":32,"target":21},{"source":32,"target":276},{"source":32,"target":277},{"source":32,"target":278},{"source":32,"target":279},{"source":32,"target":280},{"source":276,"target":281},{"source":276,"target":32},{"source":277,"target":282},{"source":277,"target":32},{"source":278,"target":283},{"source":278,"target":32},{"source":279,"target":29},{"source":279,"target":284},{"source":279,"target":32},{"source":284,"target":29},{"source":280,"target":21},{"source":33,"target":0},{"source":33,"target":21},{"source":33,"target":285},{"source":33,"target":286},{"source":33,"target":287},{"source":33,"target":288},{"source":285,"target":29},{"source":285,"target":289},{"source":285,"target":33},{"source":289,"target":29},{"source":286,"target":30},{"source":286,"target":290},{"source":286,"target":33},{"source":290,"target":30},{"source":287,"target":107},{"source":287,"target":291},{"source":287,"target":33},{"source":291,"target":107},{"source":288,"target":21},{"source":34,"target":0},{"source":34,"target":21},{"source":34,"target":292},{"source":34,"target":293},{"source":34,"target":294},{"source":292,"target":295},{"source":292,"target":34},{"source":293,"target":17},{"source":293,"target":296},{"source":293,"target":34},{"source":296,"target":17},{"source":294,"target":21},{"source":35,"target":0},{"source":35,"target":17},{"source":35,"target":297},{"source":35,"target":298},{"source":35,"target":299},{"source":35,"target":300},{"source":297,"target":28},{"source":297,"target":301},{"source":297,"target":35},{"source":301,"target":28},{"source":298,"target":30},{"source":298,"target":302},{"source":298,"target":35},{"source":302,"target":30},{"source":299,"target":303},{"source":299,"target":35},{"source":300,"target":17},{"source":36,"target":0},{"source":36,"target":17},{"source":36,"target":304},{"source":36,"target":305},{"source":304,"target":23},{"source":304,"target":306},{"source":304,"target":36},{"source":306,"target":23},{"source":305,"target":17},{"source":37,"target":0},{"source":37,"target":17},{"source":37,"target":307},{"source":37,"target":308},{"source":37,"target":309},{"source":37,"target":310},{"source":307,"target":23},{"source":307,"target":311},{"source":307,"target":37},{"source":311,"target":23},{"source":308,"target":17},{"source":308,"target":312},{"source":308,"target":37},{"source":312,"target":17},{"source":309,"target":70},{"source":309,"target":313},{"source":309,"target":37},{"source":313,"target":70},{"source":310,"target":17},{"source":38,"target":0},{"source":38,"target":17},{"source":38,"target":314},{"source":38,"target":315},{"source":38,"target":316},{"source":314,"target":23},{"source":314,"target":317},{"source":314,"target":38},{"source":317,"target":23},{"source":315,"target":69},{"source":315,"target":318},{"source":315,"target":38},{"source":318,"target":69},{"source":316,"target":17},{"source":39,"target":0},{"source":39,"target":17},{"source":39,"target":319},{"source":39,"target":320},{"source":319,"target":71},{"source":319,"target":321},{"source":319,"target":39},{"source":321,"target":71},{"source":320,"target":17},{"source":40,"target":0},{"source":40,"target":35},{"source":40,"target":322},{"source":40,"target":323},{"source":40,"target":324},{"source":322,"target":23},{"source":322,"target":325},{"source":322,"target":40},{"source":325,"target":23},{"source":323,"target":71},{"source":323,"target":326},{"source":323,"target":40},{"source":326,"target":71},{"source":324,"target":35},{"source":41,"target":0},{"source":41,"target":35},{"source":41,"target":327},{"source":41,"target":328},{"source":41,"target":329},{"source":41,"target":330},{"source":327,"target":40},{"source":327,"target":331},{"source":327,"target":41},{"source":331,"target":40},{"source":328,"target":23},{"source":328,"target":332},{"source":328,"target":41},{"source":332,"target":23},{"source":329,"target":71},{"source":329,"target":333},{"source":329,"target":41},{"source":333,"target":71},{"source":330,"target":35},{"source":42,"target":0},{"source":42,"target":40},{"source":42,"target":334},{"source":42,"target":335},{"source":42,"target":336},{"source":42,"target":337},{"source":42,"target":338},{"source":42,"target":339},{"source":334,"target":71},{"source":334,"target":340},{"source":334,"target":42},{"source":340,"target":71},{"source":335,"target":56},{"source":335,"target":341},{"source":335,"target":42},{"source":341,"target":56},{"source":336,"target":20},{"source":336,"target":342},{"source":336,"target":42},{"source":342,"target":20},{"source":337,"target":32},{"source":337,"target":343},{"source":337,"target":42},{"source":343,"target":32},{"source":338,"target":12},{"source":338,"target":344},{"source":338,"target":42},{"source":344,"target":12},{"source":339,"target":40},{"source":43,"target":0},{"source":43,"target":40},{"source":43,"target":345},{"source":43,"target":346},{"source":43,"target":347},{"source":345,"target":56},{"source":345,"target":348},{"source":345,"target":43},{"source":348,"target":56},{"source":346,"target":20},{"source":346,"target":349},{"source":346,"target":43},{"source":349,"target":20},{"source":347,"target":40},{"source":44,"target":0},{"source":44,"target":40},{"source":44,"target":350},{"source":44,"target":351},{"source":44,"target":352},{"source":350,"target":19},{"source":350,"target":353},{"source":350,"target":44},{"source":353,"target":19},{"source":351,"target":354},{"source":351,"target":44},{"source":352,"target":40},{"source":45,"target":0},{"source":45,"target":40},{"source":45,"target":355},{"source":45,"target":356},{"source":355,"target":19},{"source":355,"target":357},{"source":355,"target":45},{"source":357,"target":19},{"source":356,"target":40},{"source":46,"target":0},{"source":46,"target":41},{"source":46,"target":358},{"source":46,"target":359},{"source":46,"target":360},{"source":358,"target":48},{"source":358,"target":361},{"source":358,"target":46},{"source":361,"target":48},{"source":359,"target":32},{"source":359,"target":362},{"source":359,"target":46},{"source":362,"target":32},{"source":360,"target":41},{"source":47,"target":0},{"source":47,"target":41},{"source":47,"target":363},{"source":47,"target":364},{"source":363,"target":365},{"source":363,"target":47},{"source":364,"target":41},{"source":48,"target":0},{"source":48,"target":41},{"source":48,"target":366},{"source":366,"target":41},{"source":49,"target":0},{"source":49,"target":28},{"source":49,"target":367},{"source":367,"target":28},{"source":50,"target":0},{"source":50,"target":28},{"source":50,"target":368},{"source":368,"target":28},{"source":51,"target":0},{"source":51,"target":28},{"source":51,"target":369},{"source":369,"target":28},{"source":52,"target":0},{"source":52,"target":28},{"source":52,"target":370},{"source":370,"target":28},{"source":53,"target":0},{"source":53,"target":28},{"source":53,"target":371},{"source":371,"target":28},{"source":54,"target":0},{"source":54,"target":29},{"source":54,"target":372},{"source":372,"target":29},{"source":55,"target":0},{"source":55,"target":44},{"source":55,"target":373},{"source":373,"target":44},{"source":56,"target":0},{"source":56,"target":44},{"source":56,"target":374},{"source":374,"target":44},{"source":57,"target":0},{"source":57,"target":44},{"source":57,"target":375},{"source":57,"target":376},{"source":375,"target":19},{"source":375,"target":377},{"source":375,"target":57},{"source":377,"target":19},{"source":376,"target":44},{"source":58,"target":0},{"source":58,"target":36},{"source":58,"target":378},{"source":58,"target":379},{"source":378,"target":78},{"source":378,"target":380},{"source":378,"target":58},{"source":380,"target":78},{"source":379,"target":36},{"source":59,"target":0},{"source":59,"target":36},{"source":59,"target":381},{"source":59,"target":382},{"source":381,"target":75},{"source":381,"target":383},{"source":381,"target":59},{"source":383,"target":75},{"source":382,"target":36},{"source":60,"target":0},{"source":60,"target":36},{"source":60,"target":384},{"source":60,"target":385},{"source":384,"target":73},{"source":384,"target":386},{"source":384,"target":60},{"source":386,"target":73},{"source":385,"target":36},{"source":61,"target":0},{"source":61,"target":39},{"source":61,"target":387},{"source":387,"target":39},{"source":62,"target":0},{"source":62,"target":39},{"source":62,"target":388},{"source":388,"target":39},{"source":63,"target":0},{"source":63,"target":16},{"source":63,"target":389},{"source":63,"target":390},{"source":389,"target":8},{"source":389,"target":391},{"source":389,"target":63},{"source":391,"target":8},{"source":390,"target":16},{"source":64,"target":0},{"source":64,"target":16},{"source":64,"target":392},{"source":64,"target":393},{"source":392,"target":65},{"source":392,"target":394},{"source":392,"target":64},{"source":394,"target":65},{"source":393,"target":16},{"source":65,"target":0},{"source":65,"target":16},{"source":65,"target":395},{"source":65,"target":396},{"source":65,"target":397},{"source":395,"target":398},{"source":395,"target":65},{"source":396,"target":399},{"source":396,"target":65},{"source":397,"target":16},{"source":66,"target":0},{"source":66,"target":16},{"source":66,"target":400},{"source":66,"target":401},{"source":400,"target":402},{"source":400,"target":66},{"source":401,"target":16},{"source":67,"target":0},{"source":67,"target":18},{"source":67,"target":403},{"source":67,"target":404},{"source":67,"target":405},{"source":403,"target":71},{"source":403,"target":406},{"source":403,"target":67},{"source":406,"target":71},{"source":404,"target":77},{"source":404,"target":407},{"source":404,"target":67},{"source":407,"target":77},{"source":405,"target":18},{"source":68,"target":0},{"source":68,"target":18},{"source":68,"target":408},{"source":408,"target":18},{"source":69,"target":0},{"source":69,"target":18},{"source":69,"target":409},{"source":409,"target":18},{"source":70,"target":0},{"source":70,"target":18},{"source":70,"target":410},{"source":410,"target":18},{"source":71,"target":0},{"source":71,"target":18},{"source":71,"target":411},{"source":411,"target":18},{"source":72,"target":0},{"source":72,"target":68},{"source":72,"target":412},{"source":412,"target":68},{"source":73,"target":0},{"source":73,"target":68},{"source":73,"target":413},{"source":73,"target":414},{"source":413,"target":45},{"source":413,"target":415},{"source":413,"target":73},{"source":415,"target":45},{"source":414,"target":68},{"source":74,"target":0},{"source":74,"target":68},{"source":74,"target":416},{"source":74,"target":417},{"source":416,"target":71},{"source":416,"target":418},{"source":416,"target":74},{"source":418,"target":71},{"source":417,"target":68},{"source":75,"target":0},{"source":75,"target":68},{"source":75,"target":419},{"source":75,"target":420},{"source":75,"target":421},{"source":419,"target":34},{"source":419,"target":422},{"source":419,"target":75},{"source":422,"target":34},{"source":420,"target":13},{"source":420,"target":423},{"source":420,"target":75},{"source":423,"target":13},{"source":421,"target":68},{"source":76,"target":0},{"source":76,"target":68},{"source":76,"target":424},{"source":424,"target":68},{"source":77,"target":0},{"source":77,"target":68},{"source":77,"target":425},{"source":77,"target":426},{"source":425,"target":71},{"source":425,"target":427},{"source":425,"target":77},{"source":427,"target":71},{"source":426,"target":68},{"source":78,"target":0},{"source":78,"target":68},{"source":78,"target":428},{"source":78,"target":429},{"source":428,"target":18},{"source":428,"target":430},{"source":428,"target":78},{"source":430,"target":18},{"source":429,"target":68},{"source":79,"target":0},{"source":79,"target":72},{"source":79,"target":431},{"source":79,"target":432},{"source":431,"target":433},{"source":431,"target":79},{"source":432,"target":72},{"source":80,"target":0},{"source":80,"target":72},{"source":80,"target":434},{"source":434,"target":72},{"source":81,"target":0},{"source":81,"target":72},{"source":81,"target":435},{"source":435,"target":72},{"source":82,"target":0},{"source":82,"target":79},{"source":82,"target":436},{"source":82,"target":437},{"source":436,"target":438},{"source":436,"target":82},{"source":437,"target":79},{"source":83,"target":0},{"source":83,"target":79},{"source":83,"target":439},{"source":83,"target":440},{"source":439,"target":441},{"source":439,"target":83},{"source":440,"target":79},{"source":84,"target":0},{"source":84,"target":79},{"source":84,"target":442},{"source":442,"target":79},{"source":85,"target":0},{"source":85,"target":79},{"source":85,"target":443},{"source":443,"target":79},{"source":86,"target":0},{"source":86,"target":82},{"source":86,"target":444},{"source":444,"target":82},{"source":87,"target":0},{"source":87,"target":152},{"source":87,"target":445},{"source":445,"target":152},{"source":88,"target":0},{"source":88,"target":82},{"source":88,"target":446},{"source":446,"target":82},{"source":89,"target":0},{"source":89,"target":83},{"source":89,"target":447},{"source":447,"target":83},{"source":90,"target":0},{"source":90,"target":83},{"source":90,"target":448},{"source":448,"target":83},{"source":91,"target":0},{"source":91,"target":83},{"source":91,"target":449},{"source":449,"target":83},{"source":92,"target":0},{"source":92,"target":74},{"source":92,"target":450},{"source":450,"target":74},{"source":93,"target":0},{"source":93,"target":74},{"source":93,"target":451},{"source":93,"target":452},{"source":451,"target":453},{"source":451,"target":93},{"source":452,"target":74},{"source":94,"target":0},{"source":94,"target":74},{"source":94,"target":454},{"source":454,"target":74},{"source":95,"target":0},{"source":95,"target":74},{"source":95,"target":455},{"source":455,"target":74},{"source":96,"target":0},{"source":96,"target":74},{"source":96,"target":456},{"source":96,"target":457},{"source":456,"target":22},{"source":456,"target":458},{"source":456,"target":96},{"source":458,"target":22},{"source":457,"target":74},{"source":97,"target":0},{"source":97,"target":75},{"source":97,"target":459},{"source":459,"target":75},{"source":98,"target":0},{"source":98,"target":75},{"source":98,"target":460},{"source":460,"target":75},{"source":99,"target":0},{"source":99,"target":75},{"source":99,"target":461},{"source":99,"target":462},{"source":461,"target":33},{"source":461,"target":463},{"source":461,"target":99},{"source":463,"target":33},{"source":462,"target":75},{"source":100,"target":0},{"source":100,"target":75},{"source":100,"target":464},{"source":464,"target":75},{"source":101,"target":0},{"source":101,"target":77},{"source":101,"target":465},{"source":465,"target":77},{"source":102,"target":0},{"source":102,"target":77},{"source":102,"target":466},{"source":466,"target":77},{"source":103,"target":0},{"source":103,"target":30},{"source":103,"target":467},{"source":467,"target":30},{"source":104,"target":0},{"source":104,"target":30},{"source":104,"target":468},{"source":468,"target":30},{"source":105,"target":0},{"source":105,"target":30},{"source":105,"target":469},{"source":469,"target":30},{"source":106,"target":0},{"source":106,"target":71},{"source":106,"target":470},{"source":106,"target":471},{"source":470,"target":18},{"source":470,"target":472},{"source":470,"target":106},{"source":472,"target":18},{"source":471,"target":71},{"source":107,"target":0},{"source":107,"target":71},{"source":107,"target":473},{"source":107,"target":474},{"source":107,"target":475},{"source":473,"target":23},{"source":473,"target":476},{"source":473,"target":107},{"source":476,"target":23},{"source":474,"target":36},{"source":474,"target":477},{"source":474,"target":107},{"source":477,"target":36},{"source":475,"target":71},{"source":108,"target":0},{"source":108,"target":20},{"source":108,"target":478},{"source":108,"target":479},{"source":478,"target":19},{"source":478,"target":480},{"source":478,"target":108},{"source":480,"target":19},{"source":479,"target":20},{"source":109,"target":0},{"source":109,"target":20},{"source":109,"target":481},{"source":109,"target":482},{"source":481,"target":19},{"source":481,"target":483},{"source":481,"target":109},{"source":483,"target":19},{"source":482,"target":20},{"source":110,"target":0},{"source":110,"target":20},{"source":110,"target":484},{"source":110,"target":485},{"source":484,"target":143},{"source":484,"target":486},{"source":484,"target":110},{"source":486,"target":143},{"source":485,"target":20},{"source":111,"target":0},{"source":111,"target":20},{"source":111,"target":487},{"source":111,"target":488},{"source":487,"target":143},{"source":487,"target":489},{"source":487,"target":111},{"source":489,"target":143},{"source":488,"target":20},{"source":112,"target":0},{"source":112,"target":20},{"source":112,"target":490},{"source":112,"target":491},{"source":112,"target":492},{"source":490,"target":38},{"source":490,"target":493},{"source":490,"target":112},{"source":493,"target":38},{"source":491,"target":20},{"source":491,"target":494},{"source":491,"target":112},{"source":494,"target":20},{"source":492,"target":20},{"source":113,"target":0},{"source":113,"target":20},{"source":113,"target":495},{"source":113,"target":496},{"source":113,"target":497},{"source":495,"target":20},{"source":495,"target":498},{"source":495,"target":113},{"source":498,"target":20},{"source":496,"target":14},{"source":496,"target":499},{"source":496,"target":113},{"source":499,"target":14},{"source":497,"target":20},{"source":114,"target":0},{"source":114,"target":20},{"source":114,"target":500},{"source":500,"target":20},{"source":115,"target":0},{"source":115,"target":20},{"source":115,"target":501},{"source":115,"target":502},{"source":115,"target":503},{"source":115,"target":504},{"source":501,"target":19},{"source":501,"target":505},{"source":501,"target":115},{"source":505,"target":19},{"source":502,"target":20},{"source":502,"target":506},{"source":502,"target":115},{"source":506,"target":20},{"source":503,"target":20},{"source":503,"target":507},{"source":503,"target":115},{"source":507,"target":20},{"source":504,"target":20},{"source":116,"target":0},{"source":116,"target":20},{"source":116,"target":508},{"source":116,"target":509},{"source":116,"target":510},{"source":508,"target":19},{"source":508,"target":511},{"source":508,"target":116},{"source":511,"target":19},{"source":509,"target":24},{"source":509,"target":512},{"source":509,"target":116},{"source":512,"target":24},{"source":510,"target":20},{"source":117,"target":0},{"source":117,"target":20},{"source":117,"target":513},{"source":117,"target":514},{"source":513,"target":19},{"source":513,"target":515},{"source":513,"target":117},{"source":515,"target":19},{"source":514,"target":20},{"source":118,"target":0},{"source":118,"target":20},{"source":118,"target":516},{"source":118,"target":517},{"source":118,"target":518},{"source":516,"target":19},{"source":516,"target":519},{"source":516,"target":118},{"source":519,"target":19},{"source":517,"target":20},{"source":517,"target":520},{"source":517,"target":118},{"source":520,"target":20},{"source":518,"target":20},{"source":119,"target":0},{"source":119,"target":20},{"source":119,"target":521},{"source":119,"target":522},{"source":119,"target":523},{"source":119,"target":524},{"source":521,"target":20},{"source":521,"target":525},{"source":521,"target":119},{"source":525,"target":20},{"source":522,"target":25},{"source":522,"target":526},{"source":522,"target":119},{"source":526,"target":25},{"source":523,"target":20},{"source":523,"target":527},{"source":523,"target":119},{"source":527,"target":20},{"source":524,"target":20},{"source":120,"target":0},{"source":120,"target":20},{"source":120,"target":528},{"source":120,"target":529},{"source":528,"target":17},{"source":528,"target":530},{"source":528,"target":120},{"source":530,"target":17},{"source":529,"target":20},{"source":121,"target":0},{"source":121,"target":20},{"source":121,"target":531},{"source":121,"target":532},{"source":531,"target":19},{"source":531,"target":533},{"source":531,"target":121},{"source":533,"target":19},{"source":532,"target":20},{"source":122,"target":0},{"source":122,"target":20},{"source":122,"target":534},{"source":122,"target":535},{"source":534,"target":19},{"source":534,"target":536},{"source":534,"target":122},{"source":536,"target":19},{"source":535,"target":20},{"source":123,"target":0},{"source":123,"target":20},{"source":123,"target":537},{"source":537,"target":20},{"source":124,"target":0},{"source":124,"target":24},{"source":124,"target":538},{"source":124,"target":539},{"source":538,"target":19},{"source":538,"target":540},{"source":538,"target":124},{"source":540,"target":19},{"source":539,"target":24},{"source":125,"target":0},{"source":125,"target":24},{"source":125,"target":541},{"source":541,"target":24},{"source":126,"target":0},{"source":126,"target":118},{"source":126,"target":542},{"source":542,"target":118},{"source":127,"target":0},{"source":127,"target":118},{"source":127,"target":543},{"source":543,"target":118},{"source":128,"target":0},{"source":128,"target":118},{"source":128,"target":544},{"source":128,"target":545},{"source":128,"target":546},{"source":544,"target":19},{"source":544,"target":547},{"source":544,"target":128},{"source":547,"target":19},{"source":545,"target":19},{"source":545,"target":548},{"source":545,"target":128},{"source":548,"target":19},{"source":546,"target":118},{"source":129,"target":0},{"source":129,"target":128},{"source":129,"target":549},{"source":549,"target":128},{"source":130,"target":0},{"source":130,"target":128},{"source":130,"target":550},{"source":550,"target":128},{"source":131,"target":0},{"source":131,"target":25},{"source":131,"target":551},{"source":131,"target":552},{"source":551,"target":18},{"source":551,"target":553},{"source":551,"target":131},{"source":553,"target":18},{"source":552,"target":25},{"source":132,"target":0},{"source":132,"target":25},{"source":132,"target":554},{"source":132,"target":555},{"source":554,"target":44},{"source":554,"target":556},{"source":554,"target":132},{"source":556,"target":44},{"source":555,"target":25},{"source":133,"target":0},{"source":133,"target":19},{"source":133,"target":557},{"source":133,"target":558},{"source":557,"target":559},{"source":557,"target":133},{"source":558,"target":19},{"source":134,"target":0},{"source":134,"target":19},{"source":134,"target":560},{"source":134,"target":561},{"source":134,"target":562},{"source":560,"target":71},{"source":560,"target":563},{"source":560,"target":134},{"source":563,"target":71},{"source":561,"target":19},{"source":561,"target":564},{"source":561,"target":134},{"source":564,"target":19},{"source":562,"target":19},{"source":135,"target":0},{"source":135,"target":19},{"source":135,"target":565},{"source":135,"target":566},{"source":565,"target":19},{"source":565,"target":567},{"source":565,"target":135},{"source":567,"target":19},{"source":566,"target":19},{"source":136,"target":0},{"source":136,"target":19},{"source":136,"target":568},{"source":136,"target":569},{"source":136,"target":570},{"source":568,"target":26},{"source":568,"target":571},{"source":568,"target":136},{"source":571,"target":26},{"source":569,"target":19},{"source":569,"target":572},{"source":569,"target":136},{"source":572,"target":19},{"source":570,"target":19},{"source":137,"target":0},{"source":137,"target":19},{"source":137,"target":573},{"source":137,"target":574},{"source":137,"target":575},{"source":137,"target":576},{"source":573,"target":27},{"source":573,"target":577},{"source":573,"target":137},{"source":577,"target":27},{"source":574,"target":19},{"source":574,"target":578},{"source":574,"target":137},{"source":578,"target":19},{"source":575,"target":19},{"source":575,"target":579},{"source":575,"target":137},{"source":579,"target":19},{"source":576,"target":19},{"source":138,"target":0},{"source":138,"target":19},{"source":138,"target":580},{"source":138,"target":581},{"source":138,"target":582},{"source":138,"target":583},{"source":580,"target":19},{"source":580,"target":584},{"source":580,"target":138},{"source":584,"target":19},{"source":581,"target":19},{"source":581,"target":585},{"source":581,"target":138},{"source":585,"target":19},{"source":582,"target":19},{"source":582,"target":586},{"source":582,"target":138},{"source":586,"target":19},{"source":583,"target":19},{"source":139,"target":0},{"source":139,"target":19},{"source":139,"target":587},{"source":139,"target":588},{"source":139,"target":589},{"source":587,"target":19},{"source":587,"target":590},{"source":587,"target":139},{"source":590,"target":19},{"source":588,"target":19},{"source":588,"target":591},{"source":588,"target":139},{"source":591,"target":19},{"source":589,"target":19},{"source":140,"target":0},{"source":140,"target":19},{"source":140,"target":592},{"source":140,"target":593},{"source":140,"target":594},{"source":592,"target":19},{"source":592,"target":595},{"source":592,"target":140},{"source":595,"target":19},{"source":593,"target":31},{"source":593,"target":596},{"source":593,"target":140},{"source":596,"target":31},{"source":594,"target":19},{"source":141,"target":0},{"source":141,"target":19},{"source":141,"target":597},{"source":141,"target":598},{"source":141,"target":599},{"source":597,"target":71},{"source":597,"target":600},{"source":597,"target":141},{"source":600,"target":71},{"source":598,"target":31},{"source":598,"target":601},{"source":598,"target":141},{"source":601,"target":31},{"source":599,"target":19},{"source":142,"target":0},{"source":142,"target":19},{"source":142,"target":602},{"source":142,"target":603},{"source":142,"target":604},{"source":602,"target":23},{"source":602,"target":605},{"source":602,"target":142},{"source":605,"target":23},{"source":603,"target":17},{"source":603,"target":606},{"source":603,"target":142},{"source":606,"target":17},{"source":604,"target":19},{"source":143,"target":0},{"source":143,"target":19},{"source":143,"target":607},{"source":143,"target":608},{"source":143,"target":609},{"source":607,"target":23},{"source":607,"target":610},{"source":607,"target":143},{"source":610,"target":23},{"source":608,"target":38},{"source":608,"target":611},{"source":608,"target":143},{"source":611,"target":38},{"source":609,"target":19},{"source":144,"target":0},{"source":144,"target":19},{"source":144,"target":612},{"source":144,"target":613},{"source":144,"target":614},{"source":612,"target":19},{"source":612,"target":615},{"source":612,"target":144},{"source":615,"target":19},{"source":613,"target":19},{"source":613,"target":616},{"source":613,"target":144},{"source":616,"target":19},{"source":614,"target":19},{"source":145,"target":0},{"source":145,"target":19},{"source":145,"target":617},{"source":145,"target":618},{"source":145,"target":619},{"source":617,"target":71},{"source":617,"target":620},{"source":617,"target":145},{"source":620,"target":71},{"source":618,"target":19},{"source":618,"target":621},{"source":618,"target":145},{"source":621,"target":19},{"source":619,"target":19},{"source":146,"target":0},{"source":146,"target":19},{"source":146,"target":622},{"source":146,"target":623},{"source":622,"target":19},{"source":622,"target":624},{"source":622,"target":146},{"source":624,"target":19},{"source":623,"target":19},{"source":147,"target":0},{"source":147,"target":142},{"source":147,"target":625},{"source":625,"target":142},{"source":148,"target":0},{"source":148,"target":142},{"source":148,"target":626},{"source":148,"target":627},{"source":148,"target":628},{"source":626,"target":19},{"source":626,"target":629},{"source":626,"target":148},{"source":629,"target":19},{"source":627,"target":147},{"source":627,"target":630},{"source":627,"target":148},{"source":630,"target":147},{"source":628,"target":142},{"source":149,"target":0},{"source":149,"target":142},{"source":149,"target":631},{"source":149,"target":632},{"source":149,"target":633},{"source":631,"target":71},{"source":631,"target":634},{"source":631,"target":149},{"source":634,"target":71},{"source":632,"target":147},{"source":632,"target":635},{"source":632,"target":149},{"source":635,"target":147},{"source":633,"target":142},{"source":150,"target":0},{"source":150,"target":148},{"source":150,"target":636},{"source":636,"target":148},{"source":151,"target":0},{"source":151,"target":148},{"source":151,"target":637},{"source":637,"target":148},{"source":152,"target":0},{"source":152,"target":133},{"source":152,"target":638},{"source":638,"target":133},{"source":153,"target":0},{"source":153,"target":133},{"source":153,"target":639},{"source":639,"target":133},{"source":154,"target":0},{"source":154,"target":133},{"source":154,"target":640},{"source":640,"target":133},{"source":155,"target":0},{"source":155,"target":133},{"source":155,"target":641},{"source":641,"target":133},{"source":156,"target":0},{"source":156,"target":133},{"source":156,"target":642},{"source":642,"target":133},{"source":157,"target":0},{"source":157,"target":133},{"source":157,"target":643},{"source":643,"target":133},{"source":158,"target":0},{"source":158,"target":133},{"source":158,"target":644},{"source":644,"target":133},{"source":159,"target":0},{"source":159,"target":26},{"source":159,"target":645},{"source":645,"target":26},{"source":160,"target":0},{"source":160,"target":26},{"source":160,"target":646},{"source":646,"target":26},{"source":161,"target":0},{"source":161,"target":26},{"source":161,"target":647},{"source":647,"target":26},{"source":162,"target":0},{"source":162,"target":26},{"source":162,"target":648},{"source":648,"target":26},{"source":163,"target":0},{"source":163,"target":26},{"source":163,"target":649},{"source":649,"target":26},{"source":164,"target":0},{"source":164,"target":26},{"source":164,"target":650},{"source":650,"target":26},{"source":165,"target":0},{"source":165,"target":26},{"source":165,"target":651},{"source":651,"target":26},{"source":166,"target":0},{"source":166,"target":26},{"source":166,"target":652},{"source":652,"target":26},{"source":167,"target":0},{"source":167,"target":26},{"source":167,"target":653},{"source":653,"target":26},{"source":168,"target":0},{"source":168,"target":26},{"source":168,"target":654},{"source":654,"target":26},{"source":169,"target":0},{"source":169,"target":27},{"source":169,"target":655},{"source":655,"target":27},{"source":170,"target":0},{"source":170,"target":27},{"source":170,"target":656},{"source":656,"target":27},{"source":171,"target":0},{"source":171,"target":27},{"source":171,"target":657},{"source":657,"target":27},{"source":172,"target":0},{"source":172,"target":27},{"source":172,"target":658},{"source":658,"target":27},{"source":173,"target":0},{"source":173,"target":27},{"source":173,"target":659},{"source":659,"target":27},{"source":174,"target":0},{"source":174,"target":27},{"source":174,"target":660},{"source":660,"target":27},{"source":175,"target":0},{"source":175,"target":27},{"source":175,"target":661},{"source":661,"target":27},{"source":176,"target":0},{"source":176,"target":27},{"source":176,"target":662},{"source":662,"target":27},{"source":177,"target":0},{"source":177,"target":27},{"source":177,"target":663},{"source":663,"target":27},{"source":178,"target":0},{"source":178,"target":27},{"source":178,"target":664},{"source":664,"target":27},{"source":179,"target":0},{"source":179,"target":27},{"source":179,"target":665},{"source":665,"target":27},{"source":180,"target":0},{"source":180,"target":27},{"source":180,"target":666},{"source":666,"target":27},{"source":181,"target":0},{"source":181,"target":27},{"source":181,"target":667},{"source":667,"target":27},{"source":182,"target":0},{"source":182,"target":27},{"source":182,"target":668},{"source":668,"target":27},{"source":183,"target":0},{"source":183,"target":27},{"source":183,"target":669},{"source":669,"target":27},{"source":184,"target":0},{"source":184,"target":27},{"source":184,"target":670},{"source":670,"target":27},{"source":185,"target":0},{"source":185,"target":27},{"source":185,"target":671},{"source":671,"target":27},{"source":186,"target":0},{"source":186,"target":27},{"source":186,"target":672},{"source":672,"target":27},{"source":187,"target":0},{"source":187,"target":27},{"source":187,"target":673},{"source":673,"target":27},{"source":188,"target":0},{"source":188,"target":27},{"source":188,"target":674},{"source":674,"target":27},{"source":189,"target":0},{"source":189,"target":27},{"source":189,"target":675},{"source":189,"target":676},{"source":675,"target":27},{"source":675,"target":677},{"source":675,"target":189},{"source":677,"target":27},{"source":676,"target":27},{"source":190,"target":0},{"source":190,"target":31},{"source":190,"target":678},{"source":190,"target":679},{"source":678,"target":19},{"source":678,"target":680},{"source":678,"target":190},{"source":680,"target":19},{"source":679,"target":31},{"source":191,"target":0},{"source":191,"target":31},{"source":191,"target":681},{"source":681,"target":31},{"source":192,"target":0},{"source":192,"target":190},{"source":192,"target":682},{"source":682,"target":190},{"source":193,"target":0},{"source":193,"target":190},{"source":193,"target":683},{"source":683,"target":190}],"multigraph":true} |
false | <?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="int" nsURI="http://se.cs.toronto.edu/modelepedia/Int" nsPrefix="int">
<eClassifiers xsi:type="ecore:EClass" name="Int">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/adisandro/MMINT/plugins/Core-Extensions/Recommended/edu.toronto.cs.se.modelepedia.primitive/model/int.ecore | ecore | int
Int
value | null | {"directed":true,"nodes":[{"nsPrefix":"int","nsURI":"http://se.cs.toronto.edu/modelepedia/Int","name":"int","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Int","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?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="example" nsURI="org.example" nsPrefix="example">
<eClassifiers xsi:type="ecore:EClass" name="Player"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractPlayer" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="InterfacePlayer" abstract="true" interface="true"/>
</ecore:EPackage>
| github:ecore:/data/repairvision/repairvision/doc/org.sidiff.ecore.constraints.doc/examples/AClassThatIsAnInterfaceMustAlsoBeAbstract/valid_example/example.ecore | ecore | example
Player
AbstractPlayer
InterfacePlayer | null | {"directed":true,"nodes":[{"nsPrefix":"example","nsURI":"org.example","name":"example","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Player","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractPlayer","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfacePlayer","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0}],"multigraph":true} |
false | <?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="TaxationWithRoot" nsURI="http:///TaxCardWithRoot.ecore" nsPrefix="TaxCardWithRoot">
<eAnnotations source="http://www.eclipse.org/OCL/Import">
<details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EEnum" name="Grantor">
<eLiterals name="WWW" literal="WWW"/>
<eLiterals name="Employer" value="1" literal="Employer"/>
<eLiterals name="MMM" value="2" literal="MMM"/>
<eLiterals name="UUU" value="3" literal="UUU"/>
<eLiterals name="YYY" value="4" literal="YYY"/>
<eLiterals name="OOO" value="5" literal="OOO"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constants" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MAXIMUM_CE_RATE_FOR_CHILD_NOT_BEING_PART_OF_HOUSEHOLD"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="3480.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MAXIMUM_CE_RATE_FOR_HOUSE_CARE_AND_CHILD_PART_OF_THE_HOUSEHOLD_CARE"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="3600.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MINIMUM_SALARY" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1500.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FLAT_RATE_FOR_EXTRA_PROFESSIONAL_DEDUCTION"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="4500.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MAXIMUM_DEDUCTIBLE_PERCENTAGE_FOR_DONATIONS"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="20.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MINIMUM_DEDUCTIBLE_AMOUNT_FOR_DONATIONS"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="120.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MAXIMUM_DEDUCTIBLE_AMOUNT_FOR_ADDITIONAL_PENSION_AND_INSURANC"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MAXIMUM_DEDUCTIBLE_AMOUNT_FOR_ALIMONY_EXPENSE"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="24000.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MAXIMAL_DISTANCE_FOR_TRAVEL_EXPENSE_DEDUCTION"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="99.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MAXIMAL_FLAT_DISTANCE_FOR_TRAVEL_EXPENSE_DEDUCTION"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="30.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MINIMAL_DISTANCE_FOR_TRAVEL_EXPENSE_DEDUCTION"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="4.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FLAT_RATE_CIM_DAILY" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="2.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FLAT_RATE_CIM_MONTHLY"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="62.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FLAT_RATE_CIM_YEARLY" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="750.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FLAT_RATE_CIP_DAILY" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FLAT_RATE_CIP_MONTHLY"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="25.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FLAT_RATE_CIP_YEARLY" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="30.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FLAT_RATE_CIS_DAILY" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FLAT_RATE_CIS_MONTHLY"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="25.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FLAT_RATE_CIS_YEARLY" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="300.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FLAT_RATE_FOR_TRAVEL_EXPENSE_PER_UNIT"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="99.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MAXIMUM_DEDUCTIBLE_AMOUNT_FOR_DS"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FLAT_RATE_FOR_MISCELLANEOUS_EXPENSE"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DISABILITY_FLAT_RATE_FOR_MISCELLANEOUS_EXPENSE"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MAXIMUM_DEDUCTIBLE_AMOUNT_FOR_ADDITIONAL_PENSION_AND_INSURANCE"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Disability_Types">
<eLiterals name="beug"/>
<eLiterals name="NONE" value="1"/>
<eLiterals name="A" value="2" literal="A"/>
<eLiterals name="B" value="3" literal="B"/>
<eLiterals name="C" value="4" literal="C"/>
<eLiterals name="D" value="5" literal="D"/>
<eLiterals name="E" value="6" literal="E"/>
<eLiterals name="OTHER" value="7"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Country">
<eLiterals name="ZZ" literal="ZZ"/>
<eLiterals name="FF" value="1" literal="FF"/>
<eLiterals name="BB" value="2" literal="BB"/>
<eLiterals name="DD" value="3" literal="DD"/>
<eLiterals name="NN" value="4" literal="NN"/>
<eLiterals name="OTHER" value="5" literal="OTHER"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Tax_Office">
<eLiterals name="RTS_2" literal="RTS_2"/>
<eLiterals name="RTS_3" value="1" literal="RTS_3"/>
<eLiterals name="RTS_4" value="2" literal="RTS_4"/>
<eLiterals name="RTS_5" value="3" literal="RTS_5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Tax_Class_Category">
<eLiterals name="One" literal="One"/>
<eLiterals name="One_A" value="1" literal="One_A"/>
<eLiterals name="Two" value="2" literal="Two"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Job_Activity">
<eLiterals name="Salary" literal="Salary"/>
<eLiterals name="Pension" value="1" literal="Pension"/>
<eLiterals name="Annuity" value="2" literal="Annuity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Town">
<eLiterals name="LL" literal="LL"/>
<eLiterals name="BB" value="1" literal="BB"/>
<eLiterals name="SS" value="2" literal="SS"/>
<eLiterals name="TT" value="3" literal="TT"/>
<eLiterals name="Other" value="4" literal="Other"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CE_Type">
<eLiterals name="INALIDITY_AND_INFIRMITY" literal="INALIDITY_AND_INFIRMITY"/>
<eLiterals name="DEPENDENCE_AND_CARE_EXCLUDING_CHLIDREN_NOT_PART_OF_HOUSEHOLD"
value="1" literal="DEPENDENCE_AND_CARE_EXCLUDING_CHLIDREN_NOT_PART_OF_HOUSEHOLD"/>
<eLiterals name="CARE_FOR_CHILDREN_NOT_BEING_PART_OF_HOUSEHOLD" value="2" literal="CARE_FOR_CHILDREN_NOT_BEING_PART_OF_HOUSEHOLD"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Expense_Purpose">
<eLiterals name="HOUSE_CARE" literal="HOUSE_CARE"/>
<eLiterals name="CHILD_CARE" value="1" literal="CHILD_CARE"/>
<eLiterals name="DEPENDENCE_CARE" value="2" literal="DEPENDENCE_CARE"/>
<eLiterals name="OTHER" value="3" literal="OTHER"/>
<eLiterals name="ALIMONY" value="4"/>
<eLiterals name="RECURRENT_DEPT" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Dependent_Type">
<eLiterals name="CHILD" literal="CHILD"/>
<eLiterals name="SPOUSE" value="1" literal="SPOUSE"/>
<eLiterals name="RELATIVE" value="2" literal="RELATIVE"/>
<eLiterals name="OTHER_FAMILY_MEMBER" value="3" literal="OTHER_FAMILY_MEMBER"/>
<eLiterals name="NOT_OWN_CHILD" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Income_Tax">
<eStructuralFeatures xsi:type="ecore:EReference" name="taxPayer" lowerBound="1"
eType="#//Tax_Payer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tax_amount" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tax_year" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id6" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tax_Payer" abstract="true" eSuperTypes="#//Physical_Person #//Tax_Case">
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="expenses" ordered="false" upperBound="-1"
eType="#//Expense" containment="true">
<eAnnotations source="redefines" references="#//Physical_Person/expenses"/>
</contents>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependents" ordered="false"
upperBound="6" eType="#//Dependent" containment="true" eOpposite="#//Dependent/responsible_person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from_agent" lowerBound="1"
eType="#//FromAgent" containment="true" eOpposite="#//FromAgent/taxPayer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incomes" ordered="false"
lowerBound="1" upperBound="-1" eType="#//Income" containment="true" eOpposite="#//Income/taxPayer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from_law" lowerBound="1"
eType="#//FromLaw" containment="true" eOpposite="#//FromLaw/taxPayer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Physical_Person">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SSNo" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="addresses" ordered="false"
upperBound="-1" eType="#//Address" eOpposite="#//Address/taxPayer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="birth_year" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="disability_percentage"
ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="disability_type" ordered="false"
unique="false" lowerBound="1" eType="#//Disability_Types"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="birth_month" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="birth_day" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expenses" ordered="false"
upperBound="-1" eType="#//Expense" eOpposite="#//Expense/beneficiary"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_widower" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Address">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" lowerBound="1"
eType="#//Country" defaultValueLiteral="ZZ"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="street" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zipCode" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id2" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="taxPayer" ordered="false"
upperBound="-1" eType="#//Physical_Person" eOpposite="#//Physical_Person/addresses"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expense">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="declared_amount" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expense_purpose" lowerBound="1"
eType="#//Expense_Purpose" defaultValueLiteral="OTHER"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependent" eType="#//Dependent"
eOpposite="#//Dependent/expense"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from_agent" ordered="false"
eType="#//FromAgent" eOpposite="#//FromAgent/expense"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="income" lowerBound="1"
eType="#//Income" eOpposite="#//Income/expenses"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id4" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="beneficiary" ordered="false"
eType="#//Physical_Person" eOpposite="#//Physical_Person/expenses"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dependent" eSuperTypes="#//Physical_Person">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dependent_type" lowerBound="1"
eType="#//Dependent_Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="responsible_person" eType="#//Tax_Payer"
eOpposite="#//Tax_Payer/dependents"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="continued_studies" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allowances" ordered="false"
eType="#//External_Allowance" containment="true" eOpposite="#//External_Allowance/person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="household" ordered="false"
eType="#//Household" eOpposite="#//Household/children"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from_agent" ordered="false"
eType="#//FromAgent" eOpposite="#//FromAgent/dependent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expense" ordered="false"
upperBound="-1" eType="#//Expense" eOpposite="#//Expense/dependent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="External_Allowance">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="grantor" lowerBound="1"
eType="#//Grantor"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="starting_year" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ending_year" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reciver" ordered="false"
lowerBound="1" eType="#//Physical_Person"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id5" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="person" ordered="false"
lowerBound="1" eType="#//Dependent" eOpposite="#//Dependent/allowances"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Household" eSuperTypes="#//Tax_Case">
<eStructuralFeatures xsi:type="ecore:EReference" name="parents" ordered="false"
lowerBound="1" eType="#//Legal_Union_Record" containment="true" eOpposite="#//Legal_Union_Record/household"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id1" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false"
upperBound="-1" eType="#//Dependent" containment="true" eOpposite="#//Dependent/household"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Legal_Union_Record" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="start_year" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="end_year" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="separation_cause" ordered="false"
lowerBound="1" eType="#//Separation_Causes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="individual_A" ordered="false"
lowerBound="1" eType="#//Physical_Person" containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="legal_union_A"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="individual_B" ordered="false"
lowerBound="1" upperBound="-1" eType="#//Physical_Person" containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="legal_union_B"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" ordered="false"
lowerBound="1" upperBound="-1" eType="#//Tax_Property" containment="true"
eOpposite="#//Tax_Property/union_record"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mutual_agreement" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id9" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="household" ordered="false"
lowerBound="1" eType="#//Household" eOpposite="#//Household/parents"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Separation_Causes">
<eLiterals name="NONE"/>
<eLiterals name="DIVORCE" value="1"/>
<eLiterals name="SEPARATION_DE_FAIT" value="2"/>
<eLiterals name="SEPARATION_BY_COURT" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tax_Property">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="starting_year" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id10" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="union_record" ordered="false"
lowerBound="1" eType="#//Legal_Union_Record" eOpposite="#//Legal_Union_Record/properties"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tax_Case" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="FromAgent">
<eStructuralFeatures xsi:type="ecore:EReference" name="taxPayer" lowerBound="1"
eType="#//Tax_Payer" eOpposite="#//Tax_Payer/from_agent"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_dependent_eligible_for_CE_Not_In_Houshold_Children_Care"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expense" ordered="false"
eType="#//Expense" eOpposite="#//Expense/from_agent"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_eligible_debt" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependent" ordered="false"
eType="#//Dependent" eOpposite="#//Dependent/from_agent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Income" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="income_amount" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="let non_null_amounts:OrderedSet(Income_Detail)=self.details->select(det:Income_Detail|det.amount>0)->asOrderedSet() in
non_null_amounts->collect(amount)->min()"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="income_type" lowerBound="1"
eType="#//Income_Type" containment="true" eOpposite="#//Income_Type/income"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tax_card" eType="#//Tax_Card"
containment="true" eOpposite="#//Tax_Card/income"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tax_liability" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="taxPayer" ordered="false"
lowerBound="1" eType="#//Tax_Payer" eOpposite="#//Tax_Payer/incomes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="details" lowerBound="12"
upperBound="12" eType="#//Income_Detail" containment="true" eOpposite="#//Income_Detail/income"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="num" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expenses" ordered="false"
upperBound="-1" eType="#//Expense" containment="true" eOpposite="#//Expense/income"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Income_Type" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id8" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="income" lowerBound="1"
eType="#//Income" eOpposite="#//Income/income_type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tax_Card">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="card_identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tax_office" lowerBound="1"
eType="#//Tax_Office"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="percentage_of_witholding"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tax_payers_name_surname"
ordered="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tax_payers_partner_name_surname"
ordered="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tax_payers_address" eType="#//Address"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="jobs_Employer_SSNo" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="jobs_employers_name" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="jobs_activity_type" lowerBound="1"
eType="#//Job_Activity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="jobs_place_of_work" lowerBound="1"
eType="#//Town"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deduction_FD_daily" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deduction_FD_monthly" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deduction_AC_daily" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deduction_AC_monthly" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deduction_AC_yearly" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deduction_CE_daily" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deduction_CE_monthly" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deduction_CE_yearly" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deduction_DS_daily" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deduction_DS_monthly" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deduction_FO_daily" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deduction_FO_monthly" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deduction_FO_yearly" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="credit_CIS_daily" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="credit_CIS_monthly" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="credit_CIM_daily" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validity" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="income_Tax_Credit" ordered="false"
upperBound="-1" eType="#//Income_Tax_Credit" eOpposite="#//Income_Tax_Credit/taxation_Frame"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="previous" eType="#//Tax_Card"
eOpposite="#//Tax_Card/current_tax_card"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="current_tax_card" eType="#//Tax_Card"
eOpposite="#//Tax_Card/previous"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="credit_CIM_yearly" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deduction_DS_Alimony_yearly"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deduction_DS_Debt_yearly"
ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="income" lowerBound="1"
eType="#//Income" eOpposite="#//Income/tax_card"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Income_Tax_Credit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="grantedBy" lowerBound="1"
eType="#//Grantor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="taxPayer" eType="#//Tax_Payer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tax_year" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="yearly" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="300.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="monthly" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="25.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="daily" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="1.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id7" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="taxation_Frame" eType="#//Tax_Card"
eOpposite="#//Tax_Card/income_Tax_Credit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Income_Detail">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_worked" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="distance" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="worked_days" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_contributing_CNS" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id5" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="income" lowerBound="1"
eType="#//Income" eOpposite="#//Income/details"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FromLaw">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="taxPayer" lowerBound="1"
eType="#//Tax_Payer" eOpposite="#//Tax_Payer/from_law"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fiscal_Address" eSuperTypes="#//Address"/>
<eClassifiers xsi:type="ecore:EClass" name="Habitual_Address" eSuperTypes="#//Address"/>
<eClassifiers xsi:type="ecore:EClass" name="Marriage_Record" eSuperTypes="#//Legal_Union_Record"/>
<eClassifiers xsi:type="ecore:EClass" name="Non_Resident_Tax_Payer" eSuperTypes="#//Tax_Payer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_assimilated_to_resident"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Partnership_Record" eSuperTypes="#//Legal_Union_Record"/>
<eClassifiers xsi:type="ecore:EClass" name="Resident_Tax_Payer" eSuperTypes="#//Tax_Payer"/>
<eClassifiers xsi:type="ecore:EClass" name="Trade_and_Business_Income" eSuperTypes="#//Income_Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Agriculture_and_Forestry_Income" eSuperTypes="#//Income_Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Pensions_and_Annuities_Income" eSuperTypes="#//Income_Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="occasional_payement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Capital_and_Investments_Income" eSuperTypes="#//Income_Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Employment_Income" eSuperTypes="#//Income_Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Rentals_and_Leases_Income" eSuperTypes="#//Income_Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_periodic" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Foreign_Income" eSuperTypes="#//Income"/>
<eClassifiers xsi:type="ecore:EClass" name="Local_Income" eSuperTypes="#//Income"/>
<eClassifiers xsi:type="ecore:EClass" name="CIM" eSuperTypes="#//Income_Tax_Credit"/>
<eClassifiers xsi:type="ecore:EClass" name="CIP" eSuperTypes="#//Income_Tax_Credit"/>
<eClassifiers xsi:type="ecore:EClass" name="CIS" eSuperTypes="#//Income_Tax_Credit"/>
<eClassifiers xsi:type="ecore:EEnum" name="Category_of_Permanent_Expense">
<eLiterals name="MISCELLANEOUS_DEBT" literal="MISCELLANEOUS_DEBT"/>
<eLiterals name="ALIMONY" value="1" literal="ALIMONY"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Category_of_Health_and_Pension_Insurances">
<eLiterals name="MANDATORY_HEALTH_AND_PENSION_INSURANCE" literal="MANDATORY_HEALTH_AND_PENSION_INSURANCE"/>
<eLiterals name="ADDITIONAL_EMPLOYERS_PENSION_INSURANCE" value="1" literal="ADDITIONAL_EMPLOYERS_PENSION_INSURANCE"/>
<eLiterals name="CONTINUED_HEALTH_AND_PENSION_INSURANCE" value="2" literal="CONTINUED_HEALTH_AND_PENSION_INSURANCE"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Category_of_Private_Insurance_and_Plan">
<eLiterals name="PRIVATE_INSURANCE" literal="PRIVATE_INSURANCE"/>
<eLiterals name="PRIVATE_LIFE_INSURANCE" value="1" literal="PRIVATE_LIFE_INSURANCE"/>
<eLiterals name="COMPANY_MEMBERS_PRIVATE_INSURANCE" value="2" literal="COMPANY_MEMBERS_PRIVATE_INSURANCE"/>
<eLiterals name="HOUSING_SAVING_PLAN" value="3" literal="HOUSING_SAVING_PLAN"/>
<eLiterals name="OLD_AGE_PENSION_PLAN" value="4" literal="OLD_AGE_PENSION_PLAN"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Permanent_Expense" eSuperTypes="#//Special_Expense_DS">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="category" lowerBound="1"
eType="#//Category_of_Permanent_Expense"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Special_Expense_DS" eSuperTypes="#//Expense"/>
<eClassifiers xsi:type="ecore:EClass" name="Interest_Expense" eSuperTypes="#//Special_Expense_DS"/>
<eClassifiers xsi:type="ecore:EClass" name="Private_Insurance_and_Plan" eSuperTypes="#//Special_Expense_DS">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="category" lowerBound="1"
eType="#//Category_of_Private_Insurance_and_Plan"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration_of_contract" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Health_and_Pension_Insurance" eSuperTypes="#//Special_Expense_DS">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="category" lowerBound="1"
eType="#//Category_of_Health_and_Pension_Insurances"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_related_to_additional_salary"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Donation" eSuperTypes="#//Special_Expense_DS">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="beneficiary1" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_donation_reported" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Loss_Carryforward" eSuperTypes="#//Special_Expense_DS"/>
<eClassifiers xsi:type="ecore:EClass" name="Spousal_Expense_AC" eSuperTypes="#//Expense"/>
<eClassifiers xsi:type="ecore:EClass" name="Extraordinary_Expense_CE" eSuperTypes="#//Expense">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="thresholded_deduction_percentage"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ce_type" lowerBound="1"
eType="#//CE_Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Travel_Expense_FD" eSuperTypes="#//Professional_Expense"/>
<eClassifiers xsi:type="ecore:EClass" name="Professional_Expense" eSuperTypes="#//Expense"/>
<eClassifiers xsi:type="ecore:EClass" name="Miscellaneous_Expense_FO" eSuperTypes="#//Professional_Expense"/>
<eClassifiers xsi:type="ecore:EEnum" name="Legal_Union_Types">
<eLiterals name="MARIAGE"/>
<eLiterals name="PARTNERSHIP" value="1"/>
<eLiterals name="OTHER" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Resource">
<eStructuralFeatures xsi:type="ecore:EReference" name="contains" upperBound="-1"
eType="#//Household" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/viatra/VIATRA-Generator/Tests/MODELS2020-CaseStudies/case.study.pledge.model/model/TaxationWithRoot.ecore | ecore | TaxationWithRoot
Grantor
WWW
WWW
Employer
Employer
MMM
MMM
UUU
UUU
YYY
YYY
OOO
OOO
Constants
MAXIMUM_CE_RATE_FOR_CHILD_NOT_BEING_PART_OF_HOUSEHOLD
3480.0
MAXIMUM_CE_RATE_FOR_HOUSE_CARE_AND_CHILD_PART_OF_THE_HOUSEHOLD_CARE
3600.0
MINIMUM_SALARY
1500.0
FLAT_RATE_FOR_EXTRA_PROFESSIONAL_DEDUCTION
4500.0
MAXIMUM_DEDUCTIBLE_PERCENTAGE_FOR_DONATIONS
20.0
MINIMUM_DEDUCTIBLE_AMOUNT_FOR_DONATIONS
120.0
MAXIMUM_DEDUCTIBLE_AMOUNT_FOR_ADDITIONAL_PENSION_AND_INSURANC
0.0
MAXIMUM_DEDUCTIBLE_AMOUNT_FOR_ALIMONY_EXPENSE
24000.0
MAXIMAL_DISTANCE_FOR_TRAVEL_EXPENSE_DEDUCTION
99.0
MAXIMAL_FLAT_DISTANCE_FOR_TRAVEL_EXPENSE_DEDUCTION
30.0
MINIMAL_DISTANCE_FOR_TRAVEL_EXPENSE_DEDUCTION
4.0
FLAT_RATE_CIM_DAILY
2.0
FLAT_RATE_CIM_MONTHLY
62.0
FLAT_RATE_CIM_YEARLY
750.0
FLAT_RATE_CIP_DAILY
1.0
FLAT_RATE_CIP_MONTHLY
25.0
FLAT_RATE_CIP_YEARLY
30.0
FLAT_RATE_CIS_DAILY
1.0
FLAT_RATE_CIS_MONTHLY
25.0
FLAT_RATE_CIS_YEARLY
300.0
FLAT_RATE_FOR_TRAVEL_EXPENSE_PER_UNIT
99.0
MAXIMUM_DEDUCTIBLE_AMOUNT_FOR_DS
FLAT_RATE_FOR_MISCELLANEOUS_EXPENSE
DISABILITY_FLAT_RATE_FOR_MISCELLANEOUS_EXPENSE
MAXIMUM_DEDUCTIBLE_AMOUNT_FOR_ADDITIONAL_PENSION_AND_INSURANCE
Disability_Types
beug
beug
NONE
NONE
A
A
B
B
C
C
D
D
E
E
OTHER
OTHER
Country
ZZ
ZZ
FF
FF
BB
BB
DD
DD
NN
NN
OTHER
OTHER
Tax_Office
RTS_2
RTS_2
RTS_3
RTS_3
RTS_4
RTS_4
RTS_5
RTS_5
Tax_Class_Category
One
One
One_A
One_A
Two
Two
Job_Activity
Salary
Salary
Pension
Pension
Annuity
Annuity
Town
LL
LL
BB
BB
SS
SS
TT
TT
Other
Other
CE_Type
INALIDITY_AND_INFIRMITY
INALIDITY_AND_INFIRMITY
DEPENDENCE_AND_CARE_EXCLUDING_CHLIDREN_NOT_PART_OF_HOUSEHOLD
DEPENDENCE_AND_CARE_EXCLUDING_CHLIDREN_NOT_PART_OF_HOUSEHOLD
CARE_FOR_CHILDREN_NOT_BEING_PART_OF_HOUSEHOLD
CARE_FOR_CHILDREN_NOT_BEING_PART_OF_HOUSEHOLD
Expense_Purpose
HOUSE_CARE
HOUSE_CARE
CHILD_CARE
CHILD_CARE
DEPENDENCE_CARE
DEPENDENCE_CARE
OTHER
OTHER
ALIMONY
ALIMONY
RECURRENT_DEPT
RECURRENT_DEPT
Dependent_Type
CHILD
CHILD
SPOUSE
SPOUSE
RELATIVE
RELATIVE
OTHER_FAMILY_MEMBER
OTHER_FAMILY_MEMBER
NOT_OWN_CHILD
NOT_OWN_CHILD
Income_Tax
taxPayer
tax_amount
tax_year
id6
Tax_Payer
expenses
dependents
from_agent
incomes
from_law
Physical_Person
SSNo
addresses
birth_year
disability_percentage
disability_type
birth_month
birth_day
expenses
is_widower
Address
country
ZZ
street
zipCode
city
id2
taxPayer
Expense
declared_amount
expense_purpose
OTHER
dependent
from_agent
income
id4
beneficiary
Dependent
dependent_type
responsible_person
continued_studies
false
allowances
household
from_agent
expense
External_Allowance
grantor
starting_year
ending_year
reciver
id5
person
Household
parents
id1
children
Legal_Union_Record
start_year
end_year
separation_cause
individual_A
individual_B
properties
mutual_agreement
id9
household
Separation_Causes
NONE
NONE
DIVORCE
DIVORCE
SEPARATION_DE_FAIT
SEPARATION_DE_FAIT
SEPARATION_BY_COURT
SEPARATION_BY_COURT
Tax_Property
starting_year
id10
union_record
Tax_Case
FromAgent
taxPayer
is_dependent_eligible_for_CE_Not_In_Houshold_Children_Care
expense
is_eligible_debt
dependent
Income
income_amount
income_type
tax_card
tax_liability
taxPayer
details
num
expenses
Income_Type
id8
income
Tax_Card
card_identifier
tax_office
percentage_of_witholding
tax_payers_name_surname
tax_payers_partner_name_surname
tax_payers_address
jobs_Employer_SSNo
jobs_employers_name
jobs_activity_type
jobs_place_of_work
deduction_FD_daily
0.0
deduction_FD_monthly
0.0
deduction_AC_daily
0.0
deduction_AC_monthly
0.0
deduction_AC_yearly
0.0
deduction_CE_daily
0.0
deduction_CE_monthly
0.0
deduction_CE_yearly
0.0
deduction_DS_daily
0.0
deduction_DS_monthly
0.0
deduction_FO_daily
0.0
deduction_FO_monthly
0.0
deduction_FO_yearly
0.0
credit_CIS_daily
0.0
credit_CIS_monthly
0.0
credit_CIM_daily
0.0
validity
income_Tax_Credit
previous
current_tax_card
credit_CIM_yearly
deduction_DS_Alimony_yearly
deduction_DS_Debt_yearly
income
Income_Tax_Credit
grantedBy
taxPayer
tax_year
yearly
300.0
monthly
25.0
daily
1.0
id7
taxation_Frame
Income_Detail
amount
is_worked
distance
worked_days
is_contributing_CNS
id5
income
FromLaw
id
taxPayer
Fiscal_Address
Habitual_Address
Marriage_Record
Non_Resident_Tax_Payer
is_assimilated_to_resident
false
Partnership_Record
Resident_Tax_Payer
Trade_and_Business_Income
Agriculture_and_Forestry_Income
Pensions_and_Annuities_Income
occasional_payement
false
Capital_and_Investments_Income
Employment_Income
Rentals_and_Leases_Income
is_periodic
true
Foreign_Income
Local_Income
CIM
CIP
CIS
Category_of_Permanent_Expense
MISCELLANEOUS_DEBT
MISCELLANEOUS_DEBT
ALIMONY
ALIMONY
Category_of_Health_and_Pension_Insurances
MANDATORY_HEALTH_AND_PENSION_INSURANCE
MANDATORY_HEALTH_AND_PENSION_INSURANCE
ADDITIONAL_EMPLOYERS_PENSION_INSURANCE
ADDITIONAL_EMPLOYERS_PENSION_INSURANCE
CONTINUED_HEALTH_AND_PENSION_INSURANCE
CONTINUED_HEALTH_AND_PENSION_INSURANCE
Category_of_Private_Insurance_and_Plan
PRIVATE_INSURANCE
PRIVATE_INSURANCE
PRIVATE_LIFE_INSURANCE
PRIVATE_LIFE_INSURANCE
COMPANY_MEMBERS_PRIVATE_INSURANCE
COMPANY_MEMBERS_PRIVATE_INSURANCE
HOUSING_SAVING_PLAN
HOUSING_SAVING_PLAN
OLD_AGE_PENSION_PLAN
OLD_AGE_PENSION_PLAN
Permanent_Expense
category
Special_Expense_DS
Interest_Expense
Private_Insurance_and_Plan
category
duration_of_contract
Health_and_Pension_Insurance
category
is_related_to_additional_salary
false
Donation
beneficiary1
is_donation_reported
Loss_Carryforward
Spousal_Expense_AC
Extraordinary_Expense_CE
thresholded_deduction_percentage
ce_type
Travel_Expense_FD
Professional_Expense
Miscellaneous_Expense_FO
Legal_Union_Types
MARIAGE
MARIAGE
PARTNERSHIP
PARTNERSHIP
OTHER
OTHER
Resource
contains | null | {"directed":true,"nodes":[{"nsPrefix":"TaxCardWithRoot","nsURI":"http:///TaxCardWithRoot.ecore","name":"TaxationWithRoot","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"Grantor","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constants","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Disability_Types","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Country","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Tax_Office","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Tax_Class_Category","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Job_Activity","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Town","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CE_Type","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Expense_Purpose","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Dependent_Type","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Income_Tax","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tax_Payer","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Physical_Person","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expense","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependent","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"External_Allowance","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Household","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Legal_Union_Record","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Separation_Causes","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tax_Property","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tax_Case","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromAgent","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Income","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Income_Type","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tax_Card","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Income_Tax_Credit","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Income_Detail","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromLaw","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fiscal_Address","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Habitual_Address","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Marriage_Record","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Non_Resident_Tax_Payer","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Partnership_Record","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resident_Tax_Payer","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trade_and_Business_Income","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Agriculture_and_Forestry_Income","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pensions_and_Annuities_Income","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Capital_and_Investments_Income","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employment_Income","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rentals_and_Leases_Income","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Foreign_Income","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Local_Income","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CIM","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CIP","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CIS","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Category_of_Permanent_Expense","instanceClass":null,"id":48,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Category_of_Health_and_Pension_Insurances","instanceClass":null,"id":49,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Category_of_Private_Insurance_and_Plan","instanceClass":null,"id":50,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permanent_Expense","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Special_Expense_DS","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interest_Expense","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Private_Insurance_and_Plan","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Health_and_Pension_Insurance","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Donation","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loss_Carryforward","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spousal_Expense_AC","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extraordinary_Expense_CE","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Travel_Expense_FD","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Professional_Expense","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Miscellaneous_Expense_FO","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Legal_Union_Types","instanceClass":null,"id":63,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"name":"WWW","id":65,"value":0,"literal":"WWW","eClass":"EEnumLiteral"},{"name":"Employer","id":66,"value":1,"literal":"Employer","eClass":"EEnumLiteral"},{"name":"MMM","id":67,"value":2,"literal":"MMM","eClass":"EEnumLiteral"},{"name":"UUU","id":68,"value":3,"literal":"UUU","eClass":"EEnumLiteral"},{"name":"YYY","id":69,"value":4,"literal":"YYY","eClass":"EEnumLiteral"},{"name":"OOO","id":70,"value":5,"literal":"OOO","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":3480.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"3480.0","unsettable":false,"transient":false,"unique":true,"name":"MAXIMUM_CE_RATE_FOR_CHILD_NOT_BEING_PART_OF_HOUSEHOLD","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3600.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"3600.0","unsettable":false,"transient":false,"unique":true,"name":"MAXIMUM_CE_RATE_FOR_HOUSE_CARE_AND_CHILD_PART_OF_THE_HOUSEHOLD_CARE","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1500.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1500.0","unsettable":false,"transient":false,"unique":true,"name":"MINIMUM_SALARY","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":4500.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"4500.0","unsettable":false,"transient":false,"unique":true,"name":"FLAT_RATE_FOR_EXTRA_PROFESSIONAL_DEDUCTION","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":20.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"20.0","unsettable":false,"transient":false,"unique":true,"name":"MAXIMUM_DEDUCTIBLE_PERCENTAGE_FOR_DONATIONS","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":120.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"120.0","unsettable":false,"transient":false,"unique":true,"name":"MINIMUM_DEDUCTIBLE_AMOUNT_FOR_DONATIONS","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"MAXIMUM_DEDUCTIBLE_AMOUNT_FOR_ADDITIONAL_PENSION_AND_INSURANC","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":24000.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"24000.0","unsettable":false,"transient":false,"unique":true,"name":"MAXIMUM_DEDUCTIBLE_AMOUNT_FOR_ALIMONY_EXPENSE","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":99.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"99.0","unsettable":false,"transient":false,"unique":true,"name":"MAXIMAL_DISTANCE_FOR_TRAVEL_EXPENSE_DEDUCTION","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":30.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"30.0","unsettable":false,"transient":false,"unique":true,"name":"MAXIMAL_FLAT_DISTANCE_FOR_TRAVEL_EXPENSE_DEDUCTION","changeable":true,"lowerBound":1,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":4.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"4.0","unsettable":false,"transient":false,"unique":true,"name":"MINIMAL_DISTANCE_FOR_TRAVEL_EXPENSE_DEDUCTION","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":2.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"2.0","unsettable":false,"transient":false,"unique":true,"name":"FLAT_RATE_CIM_DAILY","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":62.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"62.0","unsettable":false,"transient":false,"unique":true,"name":"FLAT_RATE_CIM_MONTHLY","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":750.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"750.0","unsettable":false,"transient":false,"unique":true,"name":"FLAT_RATE_CIM_YEARLY","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"FLAT_RATE_CIP_DAILY","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":25.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"25.0","unsettable":false,"transient":false,"unique":true,"name":"FLAT_RATE_CIP_MONTHLY","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":30.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"30.0","unsettable":false,"transient":false,"unique":true,"name":"FLAT_RATE_CIP_YEARLY","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"FLAT_RATE_CIS_DAILY","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":25.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"25.0","unsettable":false,"transient":false,"unique":true,"name":"FLAT_RATE_CIS_MONTHLY","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":300.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"300.0","unsettable":false,"transient":false,"unique":true,"name":"FLAT_RATE_CIS_YEARLY","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":99.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"99.0","unsettable":false,"transient":false,"unique":true,"name":"FLAT_RATE_FOR_TRAVEL_EXPENSE_PER_UNIT","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"MAXIMUM_DEDUCTIBLE_AMOUNT_FOR_DS","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"FLAT_RATE_FOR_MISCELLANEOUS_EXPENSE","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DISABILITY_FLAT_RATE_FOR_MISCELLANEOUS_EXPENSE","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"MAXIMUM_DEDUCTIBLE_AMOUNT_FOR_ADDITIONAL_PENSION_AND_INSURANCE","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"name":"beug","id":121,"value":0,"literal":"beug","eClass":"EEnumLiteral"},{"name":"NONE","id":122,"value":1,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"A","id":123,"value":2,"literal":"A","eClass":"EEnumLiteral"},{"name":"B","id":124,"value":3,"literal":"B","eClass":"EEnumLiteral"},{"name":"C","id":125,"value":4,"literal":"C","eClass":"EEnumLiteral"},{"name":"D","id":126,"value":5,"literal":"D","eClass":"EEnumLiteral"},{"name":"E","id":127,"value":6,"literal":"E","eClass":"EEnumLiteral"},{"name":"OTHER","id":128,"value":7,"literal":"OTHER","eClass":"EEnumLiteral"},{"name":"ZZ","id":129,"value":0,"literal":"ZZ","eClass":"EEnumLiteral"},{"name":"FF","id":130,"value":1,"literal":"FF","eClass":"EEnumLiteral"},{"name":"BB","id":131,"value":2,"literal":"BB","eClass":"EEnumLiteral"},{"name":"DD","id":132,"value":3,"literal":"DD","eClass":"EEnumLiteral"},{"name":"NN","id":133,"value":4,"literal":"NN","eClass":"EEnumLiteral"},{"name":"OTHER","id":134,"value":5,"literal":"OTHER","eClass":"EEnumLiteral"},{"name":"RTS_2","id":135,"value":0,"literal":"RTS_2","eClass":"EEnumLiteral"},{"name":"RTS_3","id":136,"value":1,"literal":"RTS_3","eClass":"EEnumLiteral"},{"name":"RTS_4","id":137,"value":2,"literal":"RTS_4","eClass":"EEnumLiteral"},{"name":"RTS_5","id":138,"value":3,"literal":"RTS_5","eClass":"EEnumLiteral"},{"name":"One","id":139,"value":0,"literal":"One","eClass":"EEnumLiteral"},{"name":"One_A","id":140,"value":1,"literal":"One_A","eClass":"EEnumLiteral"},{"name":"Two","id":141,"value":2,"literal":"Two","eClass":"EEnumLiteral"},{"name":"Salary","id":142,"value":0,"literal":"Salary","eClass":"EEnumLiteral"},{"name":"Pension","id":143,"value":1,"literal":"Pension","eClass":"EEnumLiteral"},{"name":"Annuity","id":144,"value":2,"literal":"Annuity","eClass":"EEnumLiteral"},{"name":"LL","id":145,"value":0,"literal":"LL","eClass":"EEnumLiteral"},{"name":"BB","id":146,"value":1,"literal":"BB","eClass":"EEnumLiteral"},{"name":"SS","id":147,"value":2,"literal":"SS","eClass":"EEnumLiteral"},{"name":"TT","id":148,"value":3,"literal":"TT","eClass":"EEnumLiteral"},{"name":"Other","id":149,"value":4,"literal":"Other","eClass":"EEnumLiteral"},{"name":"INALIDITY_AND_INFIRMITY","id":150,"value":0,"literal":"INALIDITY_AND_INFIRMITY","eClass":"EEnumLiteral"},{"name":"DEPENDENCE_AND_CARE_EXCLUDING_CHLIDREN_NOT_PART_OF_HOUSEHOLD","id":151,"value":1,"literal":"DEPENDENCE_AND_CARE_EXCLUDING_CHLIDREN_NOT_PART_OF_HOUSEHOLD","eClass":"EEnumLiteral"},{"name":"CARE_FOR_CHILDREN_NOT_BEING_PART_OF_HOUSEHOLD","id":152,"value":2,"literal":"CARE_FOR_CHILDREN_NOT_BEING_PART_OF_HOUSEHOLD","eClass":"EEnumLiteral"},{"name":"HOUSE_CARE","id":153,"value":0,"literal":"HOUSE_CARE","eClass":"EEnumLiteral"},{"name":"CHILD_CARE","id":154,"value":1,"literal":"CHILD_CARE","eClass":"EEnumLiteral"},{"name":"DEPENDENCE_CARE","id":155,"value":2,"literal":"DEPENDENCE_CARE","eClass":"EEnumLiteral"},{"name":"OTHER","id":156,"value":3,"literal":"OTHER","eClass":"EEnumLiteral"},{"name":"ALIMONY","id":157,"value":4,"literal":"ALIMONY","eClass":"EEnumLiteral"},{"name":"RECURRENT_DEPT","id":158,"value":5,"literal":"RECURRENT_DEPT","eClass":"EEnumLiteral"},{"name":"CHILD","id":159,"value":0,"literal":"CHILD","eClass":"EEnumLiteral"},{"name":"SPOUSE","id":160,"value":1,"literal":"SPOUSE","eClass":"EEnumLiteral"},{"name":"RELATIVE","id":161,"value":2,"literal":"RELATIVE","eClass":"EEnumLiteral"},{"name":"OTHER_FAMILY_MEMBER","id":162,"value":3,"literal":"OTHER_FAMILY_MEMBER","eClass":"EEnumLiteral"},{"name":"NOT_OWN_CHILD","id":163,"value":4,"literal":"NOT_OWN_CHILD","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"taxPayer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tax_amount","changeable":true,"lowerBound":1,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tax_year","changeable":true,"lowerBound":1,"iD":false,"id":166,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id6","changeable":true,"lowerBound":1,"iD":true,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":6,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from_agent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":173,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"incomes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from_law","changeable":true,"resolveProxies":true,"lowerBound":1,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expenses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"responsible_person","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"taxPayer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"taxPayer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"taxPayer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SSNo","changeable":true,"lowerBound":1,"iD":true,"id":188,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"addresses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"birth_year","changeable":true,"lowerBound":1,"iD":false,"id":190,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"disability_percentage","changeable":true,"lowerBound":1,"iD":false,"id":191,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"disability_type","changeable":true,"lowerBound":1,"iD":false,"id":192,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"birth_month","changeable":true,"lowerBound":1,"iD":false,"id":193,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"birth_day","changeable":true,"lowerBound":1,"iD":false,"id":194,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expenses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"is_widower","changeable":true,"lowerBound":1,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"taxPayer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"beneficiary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"ZZ","unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"lowerBound":1,"iD":false,"id":208,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"street","changeable":true,"lowerBound":1,"iD":false,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zipCode","changeable":true,"lowerBound":1,"iD":false,"id":210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":1,"iD":false,"id":211,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id2","changeable":true,"lowerBound":1,"iD":true,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"declared_amount","changeable":true,"lowerBound":1,"iD":false,"id":219,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"OTHER","unsettable":false,"transient":false,"unique":true,"name":"expense_purpose","changeable":true,"lowerBound":1,"iD":false,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from_agent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"income","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id4","changeable":true,"lowerBound":1,"iD":true,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expense","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expense","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expenses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dependent_type","changeable":true,"lowerBound":1,"iD":false,"id":235,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"continued_studies","changeable":true,"lowerBound":1,"iD":false,"id":236,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allowances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"household","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from_agent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"grantor","changeable":true,"lowerBound":1,"iD":false,"id":251,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"starting_year","changeable":true,"lowerBound":1,"iD":false,"id":252,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ending_year","changeable":true,"lowerBound":1,"iD":false,"id":253,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reciver","changeable":true,"resolveProxies":true,"lowerBound":1,"id":254,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id5","changeable":true,"lowerBound":1,"iD":true,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parents","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id1","changeable":true,"lowerBound":1,"iD":true,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"household","changeable":true,"resolveProxies":true,"lowerBound":1,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start_year","changeable":true,"lowerBound":1,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"end_year","changeable":true,"lowerBound":1,"iD":false,"id":270,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"separation_cause","changeable":true,"lowerBound":1,"iD":false,"id":271,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"individual_A","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"individual_B","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":1,"id":274,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mutual_agreement","changeable":true,"lowerBound":1,"iD":false,"id":275,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id9","changeable":true,"lowerBound":1,"iD":true,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"union_record","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"name":"NONE","id":287,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"DIVORCE","id":288,"value":1,"literal":"DIVORCE","eClass":"EEnumLiteral"},{"name":"SEPARATION_DE_FAIT","id":289,"value":2,"literal":"SEPARATION_DE_FAIT","eClass":"EEnumLiteral"},{"name":"SEPARATION_BY_COURT","id":290,"value":3,"literal":"SEPARATION_BY_COURT","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"starting_year","changeable":true,"lowerBound":1,"iD":false,"id":291,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id10","changeable":true,"lowerBound":1,"iD":true,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"is_dependent_eligible_for_CE_Not_In_Houshold_Children_Care","changeable":true,"lowerBound":1,"iD":false,"id":296,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"is_eligible_debt","changeable":true,"lowerBound":1,"iD":false,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"income_amount","changeable":true,"lowerBound":1,"iD":false,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"income_type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":304,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tax_card","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tax_liability","changeable":true,"lowerBound":1,"iD":false,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":12,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":true,"lowerBound":12,"id":307,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"num","changeable":true,"lowerBound":1,"iD":true,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"income","changeable":true,"resolveProxies":true,"lowerBound":1,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"income","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"income","changeable":true,"resolveProxies":true,"lowerBound":1,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id8","changeable":true,"lowerBound":1,"iD":true,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"card_identifier","changeable":true,"lowerBound":0,"iD":true,"id":323,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tax_office","changeable":true,"lowerBound":1,"iD":false,"id":324,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"percentage_of_witholding","changeable":true,"lowerBound":1,"iD":false,"id":325,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tax_payers_name_surname","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tax_payers_partner_name_surname","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tax_payers_address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"jobs_Employer_SSNo","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"jobs_employers_name","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jobs_activity_type","changeable":true,"lowerBound":1,"iD":false,"id":331,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jobs_place_of_work","changeable":true,"lowerBound":1,"iD":false,"id":332,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":false,"name":"deduction_FD_daily","changeable":true,"lowerBound":1,"iD":false,"id":333,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":false,"name":"deduction_FD_monthly","changeable":true,"lowerBound":1,"iD":false,"id":334,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":false,"name":"deduction_AC_daily","changeable":true,"lowerBound":1,"iD":false,"id":335,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":false,"name":"deduction_AC_monthly","changeable":true,"lowerBound":1,"iD":false,"id":336,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":false,"name":"deduction_AC_yearly","changeable":true,"lowerBound":1,"iD":false,"id":337,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":false,"name":"deduction_CE_daily","changeable":true,"lowerBound":1,"iD":false,"id":338,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":false,"name":"deduction_CE_monthly","changeable":true,"lowerBound":1,"iD":false,"id":339,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":false,"name":"deduction_CE_yearly","changeable":true,"lowerBound":1,"iD":false,"id":340,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":false,"name":"deduction_DS_daily","changeable":true,"lowerBound":1,"iD":false,"id":341,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"deduction_DS_monthly","changeable":true,"lowerBound":1,"iD":false,"id":342,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":false,"name":"deduction_FO_daily","changeable":true,"lowerBound":1,"iD":false,"id":343,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":false,"name":"deduction_FO_monthly","changeable":true,"lowerBound":1,"iD":false,"id":344,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":false,"name":"deduction_FO_yearly","changeable":true,"lowerBound":1,"iD":false,"id":345,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":false,"name":"credit_CIS_daily","changeable":true,"lowerBound":1,"iD":false,"id":346,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":false,"name":"credit_CIS_monthly","changeable":true,"lowerBound":1,"iD":false,"id":347,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":false,"name":"credit_CIM_daily","changeable":true,"lowerBound":1,"iD":false,"id":348,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validity","changeable":true,"lowerBound":1,"iD":false,"id":349,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"income_Tax_Credit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previous","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"current_tax_card","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"credit_CIM_yearly","changeable":true,"lowerBound":1,"iD":false,"id":353,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deduction_DS_Alimony_yearly","changeable":true,"lowerBound":1,"iD":false,"id":354,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deduction_DS_Debt_yearly","changeable":true,"lowerBound":1,"iD":false,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"taxation_Frame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"grantedBy","changeable":true,"lowerBound":1,"iD":false,"id":391,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"taxPayer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tax_year","changeable":true,"lowerBound":1,"iD":false,"id":393,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":300.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"300.0","unsettable":false,"transient":false,"unique":true,"name":"yearly","changeable":true,"lowerBound":1,"iD":false,"id":394,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":25.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"25.0","unsettable":false,"transient":false,"unique":true,"name":"monthly","changeable":true,"lowerBound":1,"iD":false,"id":395,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"daily","changeable":true,"lowerBound":1,"iD":false,"id":396,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id7","changeable":true,"lowerBound":1,"iD":true,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"amount","changeable":true,"lowerBound":1,"iD":false,"id":406,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"is_worked","changeable":true,"lowerBound":1,"iD":false,"id":407,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distance","changeable":true,"lowerBound":1,"iD":false,"id":408,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"worked_days","changeable":true,"lowerBound":1,"iD":false,"id":409,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"is_contributing_CNS","changeable":true,"lowerBound":1,"iD":false,"id":410,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id5","changeable":true,"lowerBound":1,"iD":true,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"is_assimilated_to_resident","changeable":true,"lowerBound":1,"iD":false,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"occasional_payement","changeable":true,"lowerBound":0,"iD":false,"id":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"is_periodic","changeable":true,"lowerBound":1,"iD":false,"id":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"name":"MISCELLANEOUS_DEBT","id":445,"value":0,"literal":"MISCELLANEOUS_DEBT","eClass":"EEnumLiteral"},{"name":"ALIMONY","id":446,"value":1,"literal":"ALIMONY","eClass":"EEnumLiteral"},{"name":"MANDATORY_HEALTH_AND_PENSION_INSURANCE","id":447,"value":0,"literal":"MANDATORY_HEALTH_AND_PENSION_INSURANCE","eClass":"EEnumLiteral"},{"name":"ADDITIONAL_EMPLOYERS_PENSION_INSURANCE","id":448,"value":1,"literal":"ADDITIONAL_EMPLOYERS_PENSION_INSURANCE","eClass":"EEnumLiteral"},{"name":"CONTINUED_HEALTH_AND_PENSION_INSURANCE","id":449,"value":2,"literal":"CONTINUED_HEALTH_AND_PENSION_INSURANCE","eClass":"EEnumLiteral"},{"name":"PRIVATE_INSURANCE","id":450,"value":0,"literal":"PRIVATE_INSURANCE","eClass":"EEnumLiteral"},{"name":"PRIVATE_LIFE_INSURANCE","id":451,"value":1,"literal":"PRIVATE_LIFE_INSURANCE","eClass":"EEnumLiteral"},{"name":"COMPANY_MEMBERS_PRIVATE_INSURANCE","id":452,"value":2,"literal":"COMPANY_MEMBERS_PRIVATE_INSURANCE","eClass":"EEnumLiteral"},{"name":"HOUSING_SAVING_PLAN","id":453,"value":3,"literal":"HOUSING_SAVING_PLAN","eClass":"EEnumLiteral"},{"name":"OLD_AGE_PENSION_PLAN","id":454,"value":4,"literal":"OLD_AGE_PENSION_PLAN","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":1,"iD":false,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":1,"iD":false,"id":460,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration_of_contract","changeable":true,"lowerBound":1,"iD":false,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":1,"iD":false,"id":465,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"is_related_to_additional_salary","changeable":true,"lowerBound":1,"iD":false,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"beneficiary1","changeable":true,"lowerBound":1,"iD":false,"id":470,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"is_donation_reported","changeable":true,"lowerBound":1,"iD":false,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"thresholded_deduction_percentage","changeable":true,"lowerBound":1,"iD":false,"id":477,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ce_type","changeable":true,"lowerBound":1,"iD":false,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"name":"MARIAGE","id":485,"value":0,"literal":"MARIAGE","eClass":"EEnumLiteral"},{"name":"PARTNERSHIP","id":486,"value":1,"literal":"PARTNERSHIP","eClass":"EEnumLiteral"},{"name":"OTHER","id":487,"value":2,"literal":"OTHER","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":1,"target":0},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":65,"target":1},{"source":66,"target":1},{"source":67,"target":1},{"source":68,"target":1},{"source":69,"target":1},{"source":70,"target":1},{"source":2,"target":0},{"source":2,"target":71},{"source":2,"target":72},{"source":2,"target":73},{"source":2,"target":74},{"source":2,"target":75},{"source":2,"target":76},{"source":2,"target":77},{"source":2,"target":78},{"source":2,"target":79},{"source":2,"target":80},{"source":2,"target":81},{"source":2,"target":82},{"source":2,"target":83},{"source":2,"target":84},{"source":2,"target":85},{"source":2,"target":86},{"source":2,"target":87},{"source":2,"target":88},{"source":2,"target":89},{"source":2,"target":90},{"source":2,"target":91},{"source":2,"target":92},{"source":2,"target":93},{"source":2,"target":94},{"source":2,"target":95},{"source":71,"target":96},{"source":71,"target":2},{"source":72,"target":97},{"source":72,"target":2},{"source":73,"target":98},{"source":73,"target":2},{"source":74,"target":99},{"source":74,"target":2},{"source":75,"target":100},{"source":75,"target":2},{"source":76,"target":101},{"source":76,"target":2},{"source":77,"target":102},{"source":77,"target":2},{"source":78,"target":103},{"source":78,"target":2},{"source":79,"target":104},{"source":79,"target":2},{"source":80,"target":105},{"source":80,"target":2},{"source":81,"target":106},{"source":81,"target":2},{"source":82,"target":107},{"source":82,"target":2},{"source":83,"target":108},{"source":83,"target":2},{"source":84,"target":109},{"source":84,"target":2},{"source":85,"target":110},{"source":85,"target":2},{"source":86,"target":111},{"source":86,"target":2},{"source":87,"target":112},{"source":87,"target":2},{"source":88,"target":113},{"source":88,"target":2},{"source":89,"target":114},{"source":89,"target":2},{"source":90,"target":115},{"source":90,"target":2},{"source":91,"target":116},{"source":91,"target":2},{"source":92,"target":117},{"source":92,"target":2},{"source":93,"target":118},{"source":93,"target":2},{"source":94,"target":119},{"source":94,"target":2},{"source":95,"target":120},{"source":95,"target":2},{"source":3,"target":0},{"source":3,"target":121},{"source":3,"target":122},{"source":3,"target":123},{"source":3,"target":124},{"source":3,"target":125},{"source":3,"target":126},{"source":3,"target":127},{"source":3,"target":128},{"source":121,"target":3},{"source":122,"target":3},{"source":123,"target":3},{"source":124,"target":3},{"source":125,"target":3},{"source":126,"target":3},{"source":127,"target":3},{"source":128,"target":3},{"source":4,"target":0},{"source":4,"target":129},{"source":4,"target":130},{"source":4,"target":131},{"source":4,"target":132},{"source":4,"target":133},{"source":4,"target":134},{"source":129,"target":4},{"source":130,"target":4},{"source":131,"target":4},{"source":132,"target":4},{"source":133,"target":4},{"source":134,"target":4},{"source":5,"target":0},{"source":5,"target":135},{"source":5,"target":136},{"source":5,"target":137},{"source":5,"target":138},{"source":135,"target":5},{"source":136,"target":5},{"source":137,"target":5},{"source":138,"target":5},{"source":6,"target":0},{"source":6,"target":139},{"source":6,"target":140},{"source":6,"target":141},{"source":139,"target":6},{"source":140,"target":6},{"source":141,"target":6},{"source":7,"target":0},{"source":7,"target":142},{"source":7,"target":143},{"source":7,"target":144},{"source":142,"target":7},{"source":143,"target":7},{"source":144,"target":7},{"source":8,"target":0},{"source":8,"target":145},{"source":8,"target":146},{"source":8,"target":147},{"source":8,"target":148},{"source":8,"target":149},{"source":145,"target":8},{"source":146,"target":8},{"source":147,"target":8},{"source":148,"target":8},{"source":149,"target":8},{"source":9,"target":0},{"source":9,"target":150},{"source":9,"target":151},{"source":9,"target":152},{"source":150,"target":9},{"source":151,"target":9},{"source":152,"target":9},{"source":10,"target":0},{"source":10,"target":153},{"source":10,"target":154},{"source":10,"target":155},{"source":10,"target":156},{"source":10,"target":157},{"source":10,"target":158},{"source":153,"target":10},{"source":154,"target":10},{"source":155,"target":10},{"source":156,"target":10},{"source":157,"target":10},{"source":158,"target":10},{"source":11,"target":0},{"source":11,"target":159},{"source":11,"target":160},{"source":11,"target":161},{"source":11,"target":162},{"source":11,"target":163},{"source":159,"target":11},{"source":160,"target":11},{"source":161,"target":11},{"source":162,"target":11},{"source":163,"target":11},{"source":12,"target":0},{"source":12,"target":164},{"source":12,"target":165},{"source":12,"target":166},{"source":12,"target":167},{"source":164,"target":13},{"source":164,"target":168},{"source":164,"target":12},{"source":168,"target":13},{"source":165,"target":169},{"source":165,"target":12},{"source":166,"target":170},{"source":166,"target":12},{"source":167,"target":171},{"source":167,"target":12},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":23},{"source":13,"target":172},{"source":13,"target":173},{"source":13,"target":174},{"source":13,"target":175},{"source":13,"target":176},{"source":13,"target":177},{"source":178,"target":16},{"source":178,"target":179},{"source":179,"target":16},{"source":172,"target":17},{"source":172,"target":180},{"source":172,"target":13},{"source":172,"target":181},{"source":180,"target":17},{"source":173,"target":24},{"source":173,"target":182},{"source":173,"target":13},{"source":173,"target":183},{"source":182,"target":24},{"source":174,"target":25},{"source":174,"target":184},{"source":174,"target":13},{"source":174,"target":185},{"source":184,"target":25},{"source":175,"target":30},{"source":175,"target":186},{"source":175,"target":13},{"source":175,"target":187},{"source":186,"target":30},{"source":176,"target":14},{"source":177,"target":23},{"source":14,"target":0},{"source":14,"target":188},{"source":14,"target":189},{"source":14,"target":190},{"source":14,"target":191},{"source":14,"target":192},{"source":14,"target":193},{"source":14,"target":194},{"source":14,"target":195},{"source":14,"target":196},{"source":188,"target":197},{"source":188,"target":14},{"source":189,"target":15},{"source":189,"target":198},{"source":189,"target":14},{"source":189,"target":199},{"source":198,"target":15},{"source":190,"target":200},{"source":190,"target":14},{"source":191,"target":201},{"source":191,"target":14},{"source":192,"target":3},{"source":192,"target":202},{"source":192,"target":14},{"source":202,"target":3},{"source":193,"target":203},{"source":193,"target":14},{"source":194,"target":204},{"source":194,"target":14},{"source":195,"target":16},{"source":195,"target":205},{"source":195,"target":14},{"source":195,"target":206},{"source":205,"target":16},{"source":196,"target":207},{"source":196,"target":14},{"source":15,"target":0},{"source":15,"target":208},{"source":15,"target":209},{"source":15,"target":210},{"source":15,"target":211},{"source":15,"target":212},{"source":15,"target":199},{"source":208,"target":4},{"source":208,"target":213},{"source":208,"target":15},{"source":213,"target":4},{"source":209,"target":214},{"source":209,"target":15},{"source":210,"target":215},{"source":210,"target":15},{"source":211,"target":216},{"source":211,"target":15},{"source":212,"target":217},{"source":212,"target":15},{"source":199,"target":14},{"source":199,"target":218},{"source":199,"target":15},{"source":199,"target":189},{"source":218,"target":14},{"source":16,"target":0},{"source":16,"target":219},{"source":16,"target":220},{"source":16,"target":221},{"source":16,"target":222},{"source":16,"target":223},{"source":16,"target":224},{"source":16,"target":206},{"source":219,"target":225},{"source":219,"target":16},{"source":220,"target":10},{"source":220,"target":226},{"source":220,"target":16},{"source":226,"target":10},{"source":221,"target":17},{"source":221,"target":227},{"source":221,"target":16},{"source":221,"target":228},{"source":227,"target":17},{"source":222,"target":24},{"source":222,"target":229},{"source":222,"target":16},{"source":222,"target":230},{"source":229,"target":24},{"source":223,"target":25},{"source":223,"target":231},{"source":223,"target":16},{"source":223,"target":232},{"source":231,"target":25},{"source":224,"target":233},{"source":224,"target":16},{"source":206,"target":14},{"source":206,"target":234},{"source":206,"target":16},{"source":206,"target":195},{"source":234,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":235},{"source":17,"target":181},{"source":17,"target":236},{"source":17,"target":237},{"source":17,"target":238},{"source":17,"target":239},{"source":17,"target":228},{"source":17,"target":240},{"source":235,"target":11},{"source":235,"target":241},{"source":235,"target":17},{"source":241,"target":11},{"source":181,"target":13},{"source":181,"target":242},{"source":181,"target":17},{"source":181,"target":172},{"source":242,"target":13},{"source":236,"target":243},{"source":236,"target":17},{"source":237,"target":18},{"source":237,"target":244},{"source":237,"target":17},{"source":237,"target":245},{"source":244,"target":18},{"source":238,"target":19},{"source":238,"target":246},{"source":238,"target":17},{"source":238,"target":247},{"source":246,"target":19},{"source":239,"target":24},{"source":239,"target":248},{"source":239,"target":17},{"source":239,"target":249},{"source":248,"target":24},{"source":228,"target":16},{"source":228,"target":250},{"source":228,"target":17},{"source":228,"target":221},{"source":250,"target":16},{"source":240,"target":14},{"source":18,"target":0},{"source":18,"target":251},{"source":18,"target":252},{"source":18,"target":253},{"source":18,"target":254},{"source":18,"target":255},{"source":18,"target":245},{"source":251,"target":1},{"source":251,"target":256},{"source":251,"target":18},{"source":256,"target":1},{"source":252,"target":257},{"source":252,"target":18},{"source":253,"target":258},{"source":253,"target":18},{"source":254,"target":14},{"source":254,"target":259},{"source":254,"target":18},{"source":259,"target":14},{"source":255,"target":260},{"source":255,"target":18},{"source":245,"target":17},{"source":245,"target":261},{"source":245,"target":18},{"source":245,"target":237},{"source":261,"target":17},{"source":19,"target":0},{"source":19,"target":23},{"source":19,"target":262},{"source":19,"target":263},{"source":19,"target":247},{"source":19,"target":264},{"source":262,"target":20},{"source":262,"target":265},{"source":262,"target":19},{"source":262,"target":266},{"source":265,"target":20},{"source":263,"target":267},{"source":263,"target":19},{"source":247,"target":17},{"source":247,"target":268},{"source":247,"target":19},{"source":247,"target":238},{"source":268,"target":17},{"source":264,"target":23},{"source":20,"target":0},{"source":20,"target":269},{"source":20,"target":270},{"source":20,"target":271},{"source":20,"target":272},{"source":20,"target":273},{"source":20,"target":274},{"source":20,"target":275},{"source":20,"target":276},{"source":20,"target":266},{"source":269,"target":277},{"source":269,"target":20},{"source":270,"target":278},{"source":270,"target":20},{"source":271,"target":21},{"source":271,"target":279},{"source":271,"target":20},{"source":279,"target":21},{"source":272,"target":14},{"source":272,"target":280},{"source":272,"target":20},{"source":280,"target":14},{"source":273,"target":14},{"source":273,"target":281},{"source":273,"target":20},{"source":281,"target":14},{"source":274,"target":22},{"source":274,"target":282},{"source":274,"target":20},{"source":274,"target":283},{"source":282,"target":22},{"source":275,"target":284},{"source":275,"target":20},{"source":276,"target":285},{"source":276,"target":20},{"source":266,"target":19},{"source":266,"target":286},{"source":266,"target":20},{"source":266,"target":262},{"source":286,"target":19},{"source":21,"target":0},{"source":21,"target":287},{"source":21,"target":288},{"source":21,"target":289},{"source":21,"target":290},{"source":287,"target":21},{"source":288,"target":21},{"source":289,"target":21},{"source":290,"target":21},{"source":22,"target":0},{"source":22,"target":291},{"source":22,"target":292},{"source":22,"target":283},{"source":291,"target":293},{"source":291,"target":22},{"source":292,"target":294},{"source":292,"target":22},{"source":283,"target":20},{"source":283,"target":295},{"source":283,"target":22},{"source":283,"target":274},{"source":295,"target":20},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":183},{"source":24,"target":296},{"source":24,"target":230},{"source":24,"target":297},{"source":24,"target":249},{"source":183,"target":13},{"source":183,"target":298},{"source":183,"target":24},{"source":183,"target":173},{"source":298,"target":13},{"source":296,"target":299},{"source":296,"target":24},{"source":230,"target":16},{"source":230,"target":300},{"source":230,"target":24},{"source":230,"target":222},{"source":300,"target":16},{"source":297,"target":301},{"source":297,"target":24},{"source":249,"target":17},{"source":249,"target":302},{"source":249,"target":24},{"source":249,"target":239},{"source":302,"target":17},{"source":25,"target":0},{"source":25,"target":303},{"source":25,"target":304},{"source":25,"target":305},{"source":25,"target":306},{"source":25,"target":185},{"source":25,"target":307},{"source":25,"target":308},{"source":25,"target":232},{"source":303,"target":309},{"source":303,"target":25},{"source":304,"target":26},{"source":304,"target":310},{"source":304,"target":25},{"source":304,"target":311},{"source":310,"target":26},{"source":305,"target":27},{"source":305,"target":312},{"source":305,"target":25},{"source":305,"target":313},{"source":312,"target":27},{"source":306,"target":314},{"source":306,"target":25},{"source":185,"target":13},{"source":185,"target":315},{"source":185,"target":25},{"source":185,"target":174},{"source":315,"target":13},{"source":307,"target":29},{"source":307,"target":316},{"source":307,"target":25},{"source":307,"target":317},{"source":316,"target":29},{"source":308,"target":318},{"source":308,"target":25},{"source":232,"target":16},{"source":232,"target":319},{"source":232,"target":25},{"source":232,"target":223},{"source":319,"target":16},{"source":26,"target":0},{"source":26,"target":320},{"source":26,"target":311},{"source":320,"target":321},{"source":320,"target":26},{"source":311,"target":25},{"source":311,"target":322},{"source":311,"target":26},{"source":311,"target":304},{"source":322,"target":25},{"source":27,"target":0},{"source":27,"target":323},{"source":27,"target":324},{"source":27,"target":325},{"source":27,"target":326},{"source":27,"target":327},{"source":27,"target":328},{"source":27,"target":329},{"source":27,"target":330},{"source":27,"target":331},{"source":27,"target":332},{"source":27,"target":333},{"source":27,"target":334},{"source":27,"target":335},{"source":27,"target":336},{"source":27,"target":337},{"source":27,"target":338},{"source":27,"target":339},{"source":27,"target":340},{"source":27,"target":341},{"source":27,"target":342},{"source":27,"target":343},{"source":27,"target":344},{"source":27,"target":345},{"source":27,"target":346},{"source":27,"target":347},{"source":27,"target":348},{"source":27,"target":349},{"source":27,"target":350},{"source":27,"target":351},{"source":27,"target":352},{"source":27,"target":353},{"source":27,"target":354},{"source":27,"target":355},{"source":27,"target":313},{"source":323,"target":356},{"source":323,"target":27},{"source":324,"target":5},{"source":324,"target":357},{"source":324,"target":27},{"source":357,"target":5},{"source":325,"target":358},{"source":325,"target":27},{"source":326,"target":359},{"source":326,"target":27},{"source":327,"target":360},{"source":327,"target":27},{"source":328,"target":15},{"source":328,"target":361},{"source":328,"target":27},{"source":361,"target":15},{"source":329,"target":362},{"source":329,"target":27},{"source":330,"target":363},{"source":330,"target":27},{"source":331,"target":7},{"source":331,"target":364},{"source":331,"target":27},{"source":364,"target":7},{"source":332,"target":8},{"source":332,"target":365},{"source":332,"target":27},{"source":365,"target":8},{"source":333,"target":366},{"source":333,"target":27},{"source":334,"target":367},{"source":334,"target":27},{"source":335,"target":368},{"source":335,"target":27},{"source":336,"target":369},{"source":336,"target":27},{"source":337,"target":370},{"source":337,"target":27},{"source":338,"target":371},{"source":338,"target":27},{"source":339,"target":372},{"source":339,"target":27},{"source":340,"target":373},{"source":340,"target":27},{"source":341,"target":374},{"source":341,"target":27},{"source":342,"target":375},{"source":342,"target":27},{"source":343,"target":376},{"source":343,"target":27},{"source":344,"target":377},{"source":344,"target":27},{"source":345,"target":378},{"source":345,"target":27},{"source":346,"target":379},{"source":346,"target":27},{"source":347,"target":380},{"source":347,"target":27},{"source":348,"target":381},{"source":348,"target":27},{"source":349,"target":382},{"source":349,"target":27},{"source":350,"target":28},{"source":350,"target":383},{"source":350,"target":27},{"source":350,"target":384},{"source":383,"target":28},{"source":351,"target":27},{"source":351,"target":385},{"source":351,"target":27},{"source":351,"target":352},{"source":385,"target":27},{"source":352,"target":27},{"source":352,"target":386},{"source":352,"target":27},{"source":352,"target":351},{"source":386,"target":27},{"source":353,"target":387},{"source":353,"target":27},{"source":354,"target":388},{"source":354,"target":27},{"source":355,"target":389},{"source":355,"target":27},{"source":313,"target":25},{"source":313,"target":390},{"source":313,"target":27},{"source":313,"target":305},{"source":390,"target":25},{"source":28,"target":0},{"source":28,"target":391},{"source":28,"target":392},{"source":28,"target":393},{"source":28,"target":394},{"source":28,"target":395},{"source":28,"target":396},{"source":28,"target":397},{"source":28,"target":384},{"source":391,"target":1},{"source":391,"target":398},{"source":391,"target":28},{"source":398,"target":1},{"source":392,"target":13},{"source":392,"target":399},{"source":392,"target":28},{"source":399,"target":13},{"source":393,"target":400},{"source":393,"target":28},{"source":394,"target":401},{"source":394,"target":28},{"source":395,"target":402},{"source":395,"target":28},{"source":396,"target":403},{"source":396,"target":28},{"source":397,"target":404},{"source":397,"target":28},{"source":384,"target":27},{"source":384,"target":405},{"source":384,"target":28},{"source":384,"target":350},{"source":405,"target":27},{"source":29,"target":0},{"source":29,"target":406},{"source":29,"target":407},{"source":29,"target":408},{"source":29,"target":409},{"source":29,"target":410},{"source":29,"target":411},{"source":29,"target":317},{"source":406,"target":412},{"source":406,"target":29},{"source":407,"target":413},{"source":407,"target":29},{"source":408,"target":414},{"source":408,"target":29},{"source":409,"target":415},{"source":409,"target":29},{"source":410,"target":416},{"source":410,"target":29},{"source":411,"target":417},{"source":411,"target":29},{"source":317,"target":25},{"source":317,"target":418},{"source":317,"target":29},{"source":317,"target":307},{"source":418,"target":25},{"source":30,"target":0},{"source":30,"target":419},{"source":30,"target":187},{"source":419,"target":420},{"source":419,"target":30},{"source":187,"target":13},{"source":187,"target":421},{"source":187,"target":30},{"source":187,"target":175},{"source":421,"target":13},{"source":31,"target":0},{"source":31,"target":15},{"source":31,"target":422},{"source":422,"target":15},{"source":32,"target":0},{"source":32,"target":15},{"source":32,"target":423},{"source":423,"target":15},{"source":33,"target":0},{"source":33,"target":20},{"source":33,"target":424},{"source":424,"target":20},{"source":34,"target":0},{"source":34,"target":13},{"source":34,"target":425},{"source":34,"target":426},{"source":425,"target":427},{"source":425,"target":34},{"source":426,"target":13},{"source":35,"target":0},{"source":35,"target":20},{"source":35,"target":428},{"source":428,"target":20},{"source":36,"target":0},{"source":36,"target":13},{"source":36,"target":429},{"source":429,"target":13},{"source":37,"target":0},{"source":37,"target":26},{"source":37,"target":430},{"source":430,"target":26},{"source":38,"target":0},{"source":38,"target":26},{"source":38,"target":431},{"source":431,"target":26},{"source":39,"target":0},{"source":39,"target":26},{"source":39,"target":432},{"source":39,"target":433},{"source":432,"target":434},{"source":432,"target":39},{"source":433,"target":26},{"source":40,"target":0},{"source":40,"target":26},{"source":40,"target":435},{"source":435,"target":26},{"source":41,"target":0},{"source":41,"target":26},{"source":41,"target":436},{"source":436,"target":26},{"source":42,"target":0},{"source":42,"target":26},{"source":42,"target":437},{"source":42,"target":438},{"source":437,"target":439},{"source":437,"target":42},{"source":438,"target":26},{"source":43,"target":0},{"source":43,"target":25},{"source":43,"target":440},{"source":440,"target":25},{"source":44,"target":0},{"source":44,"target":25},{"source":44,"target":441},{"source":441,"target":25},{"source":45,"target":0},{"source":45,"target":28},{"source":45,"target":442},{"source":442,"target":28},{"source":46,"target":0},{"source":46,"target":28},{"source":46,"target":443},{"source":443,"target":28},{"source":47,"target":0},{"source":47,"target":28},{"source":47,"target":444},{"source":444,"target":28},{"source":48,"target":0},{"source":48,"target":445},{"source":48,"target":446},{"source":445,"target":48},{"source":446,"target":48},{"source":49,"target":0},{"source":49,"target":447},{"source":49,"target":448},{"source":49,"target":449},{"source":447,"target":49},{"source":448,"target":49},{"source":449,"target":49},{"source":50,"target":0},{"source":50,"target":450},{"source":50,"target":451},{"source":50,"target":452},{"source":50,"target":453},{"source":50,"target":454},{"source":450,"target":50},{"source":451,"target":50},{"source":452,"target":50},{"source":453,"target":50},{"source":454,"target":50},{"source":51,"target":0},{"source":51,"target":52},{"source":51,"target":455},{"source":51,"target":456},{"source":455,"target":48},{"source":455,"target":457},{"source":455,"target":51},{"source":457,"target":48},{"source":456,"target":52},{"source":52,"target":0},{"source":52,"target":16},{"source":52,"target":458},{"source":458,"target":16},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":459},{"source":459,"target":52},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":460},{"source":54,"target":461},{"source":54,"target":462},{"source":460,"target":50},{"source":460,"target":463},{"source":460,"target":54},{"source":463,"target":50},{"source":461,"target":464},{"source":461,"target":54},{"source":462,"target":52},{"source":55,"target":0},{"source":55,"target":52},{"source":55,"target":465},{"source":55,"target":466},{"source":55,"target":467},{"source":465,"target":49},{"source":465,"target":468},{"source":465,"target":55},{"source":468,"target":49},{"source":466,"target":469},{"source":466,"target":55},{"source":467,"target":52},{"source":56,"target":0},{"source":56,"target":52},{"source":56,"target":470},{"source":56,"target":471},{"source":56,"target":472},{"source":470,"target":473},{"source":470,"target":56},{"source":471,"target":474},{"source":471,"target":56},{"source":472,"target":52},{"source":57,"target":0},{"source":57,"target":52},{"source":57,"target":475},{"source":475,"target":52},{"source":58,"target":0},{"source":58,"target":16},{"source":58,"target":476},{"source":476,"target":16},{"source":59,"target":0},{"source":59,"target":16},{"source":59,"target":477},{"source":59,"target":478},{"source":59,"target":479},{"source":477,"target":480},{"source":477,"target":59},{"source":478,"target":9},{"source":478,"target":481},{"source":478,"target":59},{"source":481,"target":9},{"source":479,"target":16},{"source":60,"target":0},{"source":60,"target":61},{"source":60,"target":482},{"source":482,"target":61},{"source":61,"target":0},{"source":61,"target":16},{"source":61,"target":483},{"source":483,"target":16},{"source":62,"target":0},{"source":62,"target":61},{"source":62,"target":484},{"source":484,"target":61},{"source":63,"target":0},{"source":63,"target":485},{"source":63,"target":486},{"source":63,"target":487},{"source":485,"target":63},{"source":486,"target":63},{"source":487,"target":63},{"source":64,"target":0},{"source":64,"target":488},{"source":488,"target":19},{"source":488,"target":489},{"source":488,"target":64},{"source":489,"target":19}],"multigraph":true} |
false | <?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="qvtoperational"
nsURI="http://www.eclipse.org/qvt/1.0.0/Operational" nsPrefix="qvtoperational">
<eSubpackages name="expressions" nsURI="http://www.eclipse.org/qvt/1.0.0/Operational/Expressions"
nsPrefix="qvtoperational.expr">
<eClassifiers xsi:type="ecore:EClass" name="Constructor" eSuperTypes="#//expressions/ImperativeOperation">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitConstructor(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/Constructor/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/Constructor/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/Constructor/accept/U"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstructorBody" eSuperTypes="#//expressions/OperationBody">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitConstructorBody(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ConstructorBody/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ConstructorBody/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ConstructorBody/accept/U"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContextualProperty" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature #//expressions/VisitableASTNode">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitContextualProperty(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ContextualProperty/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ContextualProperty/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ContextualProperty/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="overridden" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DirectionKind">
<eLiterals name="in"/>
<eLiterals name="inout" value="1"/>
<eLiterals name="out" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntryOperation" eSuperTypes="#//expressions/ImperativeOperation">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitEntryOperation(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/EntryOperation/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/EntryOperation/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/EntryOperation/accept/U"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#//expressions/ImperativeOperation">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitHelper(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/Helper/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/Helper/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/Helper/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImperativeCallExp" eSuperTypes="platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OperationCallExp ImperativeOCL.ecore#//ImperativeExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isVirtual" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImperativeOperation" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EOperation #//expressions/VisitableASTNode">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitImperativeOperation(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ImperativeOperation/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ImperativeOperation/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ImperativeOperation/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//expressions/OperationBody"
containment="true" eOpposite="#//expressions/OperationBody/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//expressions/VarParameter"
containment="true" eOpposite="#//expressions/VarParameter/ctxOwner"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isBlackbox" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="overridden" eType="#//expressions/ImperativeOperation">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="overriding"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="result" upperBound="-1"
eType="#//expressions/VarParameter" containment="true" eOpposite="#//expressions/VarParameter/resOwner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ImportKind">
<eLiterals name="extension"/>
<eLiterals name="access" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#//expressions/Module">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitLibrary(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/Library/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/Library/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/Library/accept/U"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingBody" eSuperTypes="#//expressions/OperationBody">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitMappingBody(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/MappingBody/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/MappingBody/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/MappingBody/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="endSection" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initSection" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingCallExp" eSuperTypes="#//expressions/ImperativeCallExp">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitMappingCallExp(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/MappingCallExp/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/MappingCallExp/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/MappingCallExp/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isStrict" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingOperation" eSuperTypes="#//expressions/ImperativeOperation">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitMappingOperation(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/MappingOperation/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/MappingOperation/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/MappingOperation/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="disjunct" upperBound="-1"
eType="#//expressions/MappingOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inherited" upperBound="-1"
eType="#//expressions/MappingOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="merged" upperBound="-1"
eType="#//expressions/MappingOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="when" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="where" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="whereOwner"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingParameter" eSuperTypes="#//expressions/VarParameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="extent" eType="#//expressions/ModelParameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelParameter" eSuperTypes="#//expressions/VarParameter"/>
<eClassifiers xsi:type="ecore:EClass" name="ModelType" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass #//expressions/VisitableASTNode">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitModelType(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ModelType/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ModelType/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ModelType/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="additionalCondition"
upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conformanceKind" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" lowerBound="1"
upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage #//expressions/VisitableASTNode">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitModule(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/Module/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/Module/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/Module/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="configProperty" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entry" eType="#//expressions/EntryOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isBlackbox" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="moduleImport" upperBound="-1"
eType="#//expressions/ModuleImport" containment="true" eOpposite="#//expressions/ModuleImport/module"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedTag" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EAnnotation"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="owner"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedVariable" ordered="false"
upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="usedModelType" upperBound="-1"
eType="#//expressions/ModelType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleImport" eSuperTypes="#//expressions/VisitableASTNode platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EModelElement">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitModuleImport(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ModuleImport/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ModuleImport/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ModuleImport/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="binding" upperBound="-1"
eType="#//expressions/ModelType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedModule" lowerBound="1"
eType="#//expressions/Module"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//expressions/ImportKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//expressions/Module"
transient="true" eOpposite="#//expressions/Module/moduleImport"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectExp" eSuperTypes="ImperativeOCL.ecore#//InstantiationExp">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitObjectExp(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ObjectExp/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ObjectExp/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ObjectExp/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//expressions/ConstructorBody"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referredObject" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationBody" eSuperTypes="#//expressions/VisitableASTNode platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EModelElement">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitOperationBody(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/OperationBody/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/OperationBody/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/OperationBody/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//expressions/ImperativeOperation"
transient="true" eOpposite="#//expressions/ImperativeOperation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationalTransformation" eSuperTypes="#//expressions/Module">
<eStructuralFeatures xsi:type="ecore:EReference" name="intermediateClass" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intermediateProperty"
upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelParameter" upperBound="-1"
eType="#//expressions/ModelParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResolveExp" eSuperTypes="platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/CallExp">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitResolveExp(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ResolveExp/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ResolveExp/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ResolveExp/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDeferred" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isInverse" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="one" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResolveInExp" eSuperTypes="#//expressions/ResolveExp">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitResolveInExp(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ResolveInExp/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ResolveInExp/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ResolveInExp/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="inMapping" eType="#//expressions/MappingOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VarParameter" eSuperTypes="platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EParameter">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitVarParameter(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/VarParameter/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/VarParameter/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/VarParameter/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ctxOwner" eType="#//expressions/ImperativeOperation"
transient="true" eOpposite="#//expressions/ImperativeOperation/context"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//expressions/DirectionKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resOwner" eType="#//expressions/ImperativeOperation"
transient="true" eOpposite="#//expressions/ImperativeOperation/result"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VisitableASTNode" abstract="true"
interface="true" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitable platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/ASTNode"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/lehrig/m2m-quality/de.upb.m2m.quality.languages.qvto/metamodel/QVTOperational.ecore | ecore | qvtoperational
expressions
Constructor
accept
T
U
v
ConstructorBody
accept
T
U
v
ContextualProperty
accept
T
U
v
context
initExpression
overridden
DirectionKind
in
in
inout
inout
out
out
EntryOperation
accept
T
U
v
Helper
accept
T
U
v
isQuery
ImperativeCallExp
isVirtual
true
ImperativeOperation
accept
T
U
v
body
context
isBlackbox
overridden
result
ImportKind
extension
extension
access
access
Library
accept
T
U
v
MappingBody
accept
T
U
v
endSection
initSection
MappingCallExp
accept
T
U
v
isStrict
MappingOperation
accept
T
U
v
disjunct
inherited
merged
when
where
MappingParameter
extent
ModelParameter
ModelType
accept
T
U
v
additionalCondition
conformanceKind
metamodel
Module
accept
T
U
v
configProperty
entry
isBlackbox
moduleImport
ownedTag
ownedVariable
usedModelType
ModuleImport
accept
T
U
v
binding
importedModule
kind
module
ObjectExp
accept
T
U
v
body
referredObject
OperationBody
accept
T
U
v
content
operation
variable
OperationalTransformation
intermediateClass
intermediateProperty
modelParameter
ResolveExp
accept
T
U
v
condition
isDeferred
isInverse
one
target
ResolveInExp
accept
T
U
v
inMapping
VarParameter
accept
T
U
v
ctxOwner
kind
resOwner
VisitableASTNode | null | {"directed":true,"nodes":[{"nsPrefix":"qvtoperational","nsURI":"http://www.eclipse.org/qvt/1.0.0/Operational","name":"qvtoperational","id":0,"eClass":"EPackage"},{"nsPrefix":"qvtoperational.expr","nsURI":"http://www.eclipse.org/qvt/1.0.0/Operational/Expressions","name":"expressions","id":1,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorBody","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextualProperty","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionKind","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryOperation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeCallExp","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeOperation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImportKind","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingBody","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCallExp","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingOperation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingParameter","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelParameter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleImport","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectExp","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationBody","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationalTransformation","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveExp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveInExp","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarParameter","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisitableASTNode","instanceClass":null,"abstract":true,"id":26,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"name":"T","id":30,"eClass":"ETypeParameter"},{"name":"U","id":31,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EParameter"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"name":"T","id":48,"eClass":"ETypeParameter"},{"name":"U","id":49,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EParameter"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overridden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"name":"T","id":70,"eClass":"ETypeParameter"},{"name":"U","id":71,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EParameter"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"name":"in","id":88,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"inout","id":89,"value":1,"literal":"inout","eClass":"EEnumLiteral"},{"name":"out","id":90,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"name":"T","id":94,"eClass":"ETypeParameter"},{"name":"U","id":95,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EParameter"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isQuery","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"name":"T","id":113,"eClass":"ETypeParameter"},{"name":"U","id":114,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EParameter"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isVirtual","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isBlackbox","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overridden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"name":"T","id":142,"eClass":"ETypeParameter"},{"name":"U","id":143,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EParameter"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ctxOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"resOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"name":"extension","id":165,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"access","id":166,"value":1,"literal":"access","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EOperation"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"name":"T","id":170,"eClass":"ETypeParameter"},{"name":"U","id":171,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"name":"T","id":190,"eClass":"ETypeParameter"},{"name":"U","id":191,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EParameter"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStrict","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"name":"T","id":211,"eClass":"ETypeParameter"},{"name":"U","id":212,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EParameter"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"disjunct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inherited","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"merged","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"name":"T","id":235,"eClass":"ETypeParameter"},{"name":"U","id":236,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EParameter"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":259,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conformanceKind","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"name":"T","id":266,"eClass":"ETypeParameter"},{"name":"U","id":267,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EParameter"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"isBlackbox","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedModelType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"name":"T","id":296,"eClass":"ETypeParameter"},{"name":"U","id":297,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":298,"many":false,"required":false,"eClass":"EParameter"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":319,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":321,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"name":"T","id":326,"eClass":"ETypeParameter"},{"name":"U","id":327,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":328,"many":false,"required":false,"eClass":"EParameter"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":345,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"name":"T","id":350,"eClass":"ETypeParameter"},{"name":"U","id":351,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":352,"many":false,"required":false,"eClass":"EParameter"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":367,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"name":"T","id":373,"eClass":"ETypeParameter"},{"name":"U","id":374,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":375,"many":false,"required":false,"eClass":"EParameter"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":398,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDeferred","changeable":true,"lowerBound":1,"iD":false,"id":400,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInverse","changeable":true,"lowerBound":1,"iD":false,"id":401,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"one","changeable":true,"lowerBound":1,"iD":false,"id":402,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"name":"T","id":406,"eClass":"ETypeParameter"},{"name":"U","id":407,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":408,"many":false,"required":false,"eClass":"EParameter"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":426,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"name":"T","id":430,"eClass":"ETypeParameter"},{"name":"U","id":431,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":432,"many":false,"required":false,"eClass":"EParameter"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":446,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"name":"T","id":451,"eClass":"ETypeParameter"},{"name":"U","id":452,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":453,"many":false,"required":false,"eClass":"EParameter"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":0},{"source":2,"target":1},{"source":2,"target":9},{"source":2,"target":27},{"source":2,"target":28},{"source":27,"target":29},{"source":27,"target":2},{"source":27,"target":30},{"source":27,"target":31},{"source":27,"target":32},{"source":29,"target":30},{"source":31,"target":33},{"source":33,"target":34},{"source":33,"target":35},{"source":33,"target":36},{"source":33,"target":37},{"source":33,"target":38},{"source":33,"target":39},{"source":33,"target":40},{"source":33,"target":41},{"source":33,"target":42},{"source":33,"target":43},{"source":34,"target":30},{"source":32,"target":44},{"source":32,"target":27},{"source":44,"target":31},{"source":28,"target":9},{"source":3,"target":1},{"source":3,"target":21},{"source":3,"target":45},{"source":3,"target":46},{"source":45,"target":47},{"source":45,"target":3},{"source":45,"target":48},{"source":45,"target":49},{"source":45,"target":50},{"source":47,"target":48},{"source":49,"target":51},{"source":51,"target":52},{"source":51,"target":53},{"source":51,"target":54},{"source":51,"target":55},{"source":51,"target":56},{"source":51,"target":57},{"source":51,"target":58},{"source":51,"target":59},{"source":51,"target":60},{"source":51,"target":61},{"source":52,"target":48},{"source":50,"target":62},{"source":50,"target":45},{"source":62,"target":49},{"source":46,"target":21},{"source":4,"target":1},{"source":4,"target":26},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":63,"target":69},{"source":63,"target":4},{"source":63,"target":70},{"source":63,"target":71},{"source":63,"target":72},{"source":69,"target":70},{"source":71,"target":73},{"source":73,"target":74},{"source":73,"target":75},{"source":73,"target":76},{"source":73,"target":77},{"source":73,"target":78},{"source":73,"target":79},{"source":73,"target":80},{"source":73,"target":81},{"source":73,"target":82},{"source":73,"target":83},{"source":74,"target":70},{"source":72,"target":84},{"source":72,"target":63},{"source":84,"target":71},{"source":64,"target":85},{"source":64,"target":4},{"source":65,"target":86},{"source":65,"target":4},{"source":66,"target":87},{"source":66,"target":4},{"source":68,"target":26},{"source":5,"target":1},{"source":5,"target":88},{"source":5,"target":89},{"source":5,"target":90},{"source":88,"target":5},{"source":89,"target":5},{"source":90,"target":5},{"source":6,"target":1},{"source":6,"target":9},{"source":6,"target":91},{"source":6,"target":92},{"source":91,"target":93},{"source":91,"target":6},{"source":91,"target":94},{"source":91,"target":95},{"source":91,"target":96},{"source":93,"target":94},{"source":95,"target":97},{"source":97,"target":98},{"source":97,"target":99},{"source":97,"target":100},{"source":97,"target":101},{"source":97,"target":102},{"source":97,"target":103},{"source":97,"target":104},{"source":97,"target":105},{"source":97,"target":106},{"source":97,"target":107},{"source":98,"target":94},{"source":96,"target":108},{"source":96,"target":91},{"source":108,"target":95},{"source":92,"target":9},{"source":7,"target":1},{"source":7,"target":9},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":109,"target":112},{"source":109,"target":7},{"source":109,"target":113},{"source":109,"target":114},{"source":109,"target":115},{"source":112,"target":113},{"source":114,"target":116},{"source":116,"target":117},{"source":116,"target":118},{"source":116,"target":119},{"source":116,"target":120},{"source":116,"target":121},{"source":116,"target":122},{"source":116,"target":123},{"source":116,"target":124},{"source":116,"target":125},{"source":116,"target":126},{"source":117,"target":113},{"source":115,"target":127},{"source":115,"target":109},{"source":127,"target":114},{"source":110,"target":128},{"source":110,"target":7},{"source":111,"target":9},{"source":8,"target":1},{"source":8,"target":129},{"source":8,"target":130},{"source":8,"target":131},{"source":129,"target":132},{"source":129,"target":8},{"source":9,"target":1},{"source":9,"target":26},{"source":9,"target":133},{"source":9,"target":134},{"source":9,"target":135},{"source":9,"target":136},{"source":9,"target":137},{"source":9,"target":138},{"source":9,"target":139},{"source":9,"target":140},{"source":133,"target":141},{"source":133,"target":9},{"source":133,"target":142},{"source":133,"target":143},{"source":133,"target":144},{"source":141,"target":142},{"source":143,"target":145},{"source":145,"target":146},{"source":145,"target":147},{"source":145,"target":148},{"source":145,"target":149},{"source":145,"target":150},{"source":145,"target":151},{"source":145,"target":152},{"source":145,"target":153},{"source":145,"target":154},{"source":145,"target":155},{"source":146,"target":142},{"source":144,"target":156},{"source":144,"target":133},{"source":156,"target":143},{"source":134,"target":21},{"source":134,"target":157},{"source":134,"target":9},{"source":134,"target":158},{"source":157,"target":21},{"source":135,"target":25},{"source":135,"target":159},{"source":135,"target":9},{"source":135,"target":160},{"source":159,"target":25},{"source":136,"target":161},{"source":136,"target":9},{"source":137,"target":9},{"source":137,"target":162},{"source":137,"target":9},{"source":162,"target":9},{"source":138,"target":25},{"source":138,"target":163},{"source":138,"target":9},{"source":138,"target":164},{"source":163,"target":25},{"source":140,"target":26},{"source":10,"target":1},{"source":10,"target":165},{"source":10,"target":166},{"source":165,"target":10},{"source":166,"target":10},{"source":11,"target":1},{"source":11,"target":18},{"source":11,"target":167},{"source":11,"target":168},{"source":167,"target":169},{"source":167,"target":11},{"source":167,"target":170},{"source":167,"target":171},{"source":167,"target":172},{"source":169,"target":170},{"source":171,"target":173},{"source":173,"target":174},{"source":173,"target":175},{"source":173,"target":176},{"source":173,"target":177},{"source":173,"target":178},{"source":173,"target":179},{"source":173,"target":180},{"source":173,"target":181},{"source":173,"target":182},{"source":173,"target":183},{"source":174,"target":170},{"source":172,"target":184},{"source":172,"target":167},{"source":184,"target":171},{"source":168,"target":18},{"source":12,"target":1},{"source":12,"target":21},{"source":12,"target":185},{"source":12,"target":186},{"source":12,"target":187},{"source":12,"target":188},{"source":185,"target":189},{"source":185,"target":12},{"source":185,"target":190},{"source":185,"target":191},{"source":185,"target":192},{"source":189,"target":190},{"source":191,"target":193},{"source":193,"target":194},{"source":193,"target":195},{"source":193,"target":196},{"source":193,"target":197},{"source":193,"target":198},{"source":193,"target":199},{"source":193,"target":200},{"source":193,"target":201},{"source":193,"target":202},{"source":193,"target":203},{"source":194,"target":190},{"source":192,"target":204},{"source":192,"target":185},{"source":204,"target":191},{"source":186,"target":205},{"source":186,"target":12},{"source":187,"target":206},{"source":187,"target":12},{"source":188,"target":21},{"source":13,"target":1},{"source":13,"target":8},{"source":13,"target":207},{"source":13,"target":208},{"source":13,"target":209},{"source":207,"target":210},{"source":207,"target":13},{"source":207,"target":211},{"source":207,"target":212},{"source":207,"target":213},{"source":210,"target":211},{"source":212,"target":214},{"source":214,"target":215},{"source":214,"target":216},{"source":214,"target":217},{"source":214,"target":218},{"source":214,"target":219},{"source":214,"target":220},{"source":214,"target":221},{"source":214,"target":222},{"source":214,"target":223},{"source":214,"target":224},{"source":215,"target":211},{"source":213,"target":225},{"source":213,"target":207},{"source":225,"target":212},{"source":208,"target":226},{"source":208,"target":13},{"source":209,"target":8},{"source":14,"target":1},{"source":14,"target":9},{"source":14,"target":227},{"source":14,"target":228},{"source":14,"target":229},{"source":14,"target":230},{"source":14,"target":231},{"source":14,"target":232},{"source":14,"target":233},{"source":227,"target":234},{"source":227,"target":14},{"source":227,"target":235},{"source":227,"target":236},{"source":227,"target":237},{"source":234,"target":235},{"source":236,"target":238},{"source":238,"target":239},{"source":238,"target":240},{"source":238,"target":241},{"source":238,"target":242},{"source":238,"target":243},{"source":238,"target":244},{"source":238,"target":245},{"source":238,"target":246},{"source":238,"target":247},{"source":238,"target":248},{"source":239,"target":235},{"source":237,"target":249},{"source":237,"target":227},{"source":249,"target":236},{"source":228,"target":14},{"source":228,"target":250},{"source":228,"target":14},{"source":250,"target":14},{"source":229,"target":14},{"source":229,"target":251},{"source":229,"target":14},{"source":251,"target":14},{"source":230,"target":14},{"source":230,"target":252},{"source":230,"target":14},{"source":252,"target":14},{"source":231,"target":253},{"source":231,"target":14},{"source":232,"target":254},{"source":232,"target":14},{"source":233,"target":9},{"source":15,"target":1},{"source":15,"target":25},{"source":15,"target":255},{"source":15,"target":256},{"source":255,"target":16},{"source":255,"target":257},{"source":255,"target":15},{"source":257,"target":16},{"source":256,"target":25},{"source":16,"target":1},{"source":16,"target":25},{"source":16,"target":258},{"source":258,"target":25},{"source":17,"target":1},{"source":17,"target":26},{"source":17,"target":259},{"source":17,"target":260},{"source":17,"target":261},{"source":17,"target":262},{"source":17,"target":263},{"source":17,"target":264},{"source":259,"target":265},{"source":259,"target":17},{"source":259,"target":266},{"source":259,"target":267},{"source":259,"target":268},{"source":265,"target":266},{"source":267,"target":269},{"source":269,"target":270},{"source":269,"target":271},{"source":269,"target":272},{"source":269,"target":273},{"source":269,"target":274},{"source":269,"target":275},{"source":269,"target":276},{"source":269,"target":277},{"source":269,"target":278},{"source":269,"target":279},{"source":270,"target":266},{"source":268,"target":280},{"source":268,"target":259},{"source":280,"target":267},{"source":260,"target":281},{"source":260,"target":17},{"source":261,"target":282},{"source":261,"target":17},{"source":262,"target":283},{"source":262,"target":17},{"source":264,"target":26},{"source":18,"target":1},{"source":18,"target":26},{"source":18,"target":284},{"source":18,"target":285},{"source":18,"target":286},{"source":18,"target":287},{"source":18,"target":288},{"source":18,"target":289},{"source":18,"target":290},{"source":18,"target":291},{"source":18,"target":292},{"source":18,"target":293},{"source":18,"target":294},{"source":284,"target":295},{"source":284,"target":18},{"source":284,"target":296},{"source":284,"target":297},{"source":284,"target":298},{"source":295,"target":296},{"source":297,"target":299},{"source":299,"target":300},{"source":299,"target":301},{"source":299,"target":302},{"source":299,"target":303},{"source":299,"target":304},{"source":299,"target":305},{"source":299,"target":306},{"source":299,"target":307},{"source":299,"target":308},{"source":299,"target":309},{"source":300,"target":296},{"source":298,"target":310},{"source":298,"target":284},{"source":310,"target":297},{"source":285,"target":311},{"source":285,"target":18},{"source":286,"target":6},{"source":286,"target":312},{"source":286,"target":18},{"source":312,"target":6},{"source":287,"target":313},{"source":287,"target":18},{"source":288,"target":19},{"source":288,"target":314},{"source":288,"target":18},{"source":288,"target":315},{"source":314,"target":19},{"source":289,"target":316},{"source":289,"target":18},{"source":290,"target":317},{"source":290,"target":18},{"source":291,"target":17},{"source":291,"target":318},{"source":291,"target":18},{"source":318,"target":17},{"source":294,"target":26},{"source":19,"target":1},{"source":19,"target":26},{"source":19,"target":319},{"source":19,"target":320},{"source":19,"target":321},{"source":19,"target":322},{"source":19,"target":315},{"source":19,"target":323},{"source":19,"target":324},{"source":319,"target":325},{"source":319,"target":19},{"source":319,"target":326},{"source":319,"target":327},{"source":319,"target":328},{"source":325,"target":326},{"source":327,"target":329},{"source":329,"target":330},{"source":329,"target":331},{"source":329,"target":332},{"source":329,"target":333},{"source":329,"target":334},{"source":329,"target":335},{"source":329,"target":336},{"source":329,"target":337},{"source":329,"target":338},{"source":329,"target":339},{"source":330,"target":326},{"source":328,"target":340},{"source":328,"target":319},{"source":340,"target":327},{"source":320,"target":17},{"source":320,"target":341},{"source":320,"target":19},{"source":341,"target":17},{"source":321,"target":18},{"source":321,"target":342},{"source":321,"target":19},{"source":342,"target":18},{"source":322,"target":10},{"source":322,"target":343},{"source":322,"target":19},{"source":343,"target":10},{"source":315,"target":18},{"source":315,"target":344},{"source":315,"target":19},{"source":315,"target":288},{"source":344,"target":18},{"source":323,"target":26},{"source":20,"target":1},{"source":20,"target":345},{"source":20,"target":346},{"source":20,"target":347},{"source":20,"target":348},{"source":345,"target":349},{"source":345,"target":20},{"source":345,"target":350},{"source":345,"target":351},{"source":345,"target":352},{"source":349,"target":350},{"source":351,"target":353},{"source":353,"target":354},{"source":353,"target":355},{"source":353,"target":356},{"source":353,"target":357},{"source":353,"target":358},{"source":353,"target":359},{"source":353,"target":360},{"source":353,"target":361},{"source":353,"target":362},{"source":353,"target":363},{"source":354,"target":350},{"source":352,"target":364},{"source":352,"target":345},{"source":364,"target":351},{"source":346,"target":3},{"source":346,"target":365},{"source":346,"target":20},{"source":365,"target":3},{"source":347,"target":366},{"source":347,"target":20},{"source":21,"target":1},{"source":21,"target":26},{"source":21,"target":367},{"source":21,"target":368},{"source":21,"target":158},{"source":21,"target":369},{"source":21,"target":370},{"source":21,"target":371},{"source":367,"target":372},{"source":367,"target":21},{"source":367,"target":373},{"source":367,"target":374},{"source":367,"target":375},{"source":372,"target":373},{"source":374,"target":376},{"source":376,"target":377},{"source":376,"target":378},{"source":376,"target":379},{"source":376,"target":380},{"source":376,"target":381},{"source":376,"target":382},{"source":376,"target":383},{"source":376,"target":384},{"source":376,"target":385},{"source":376,"target":386},{"source":377,"target":373},{"source":375,"target":387},{"source":375,"target":367},{"source":387,"target":374},{"source":368,"target":388},{"source":368,"target":21},{"source":158,"target":9},{"source":158,"target":389},{"source":158,"target":21},{"source":158,"target":134},{"source":389,"target":9},{"source":369,"target":390},{"source":369,"target":21},{"source":370,"target":26},{"source":22,"target":1},{"source":22,"target":18},{"source":22,"target":391},{"source":22,"target":392},{"source":22,"target":393},{"source":22,"target":394},{"source":391,"target":395},{"source":391,"target":22},{"source":392,"target":396},{"source":392,"target":22},{"source":393,"target":16},{"source":393,"target":397},{"source":393,"target":22},{"source":397,"target":16},{"source":394,"target":18},{"source":23,"target":1},{"source":23,"target":398},{"source":23,"target":399},{"source":23,"target":400},{"source":23,"target":401},{"source":23,"target":402},{"source":23,"target":403},{"source":23,"target":404},{"source":398,"target":405},{"source":398,"target":23},{"source":398,"target":406},{"source":398,"target":407},{"source":398,"target":408},{"source":405,"target":406},{"source":407,"target":409},{"source":409,"target":410},{"source":409,"target":411},{"source":409,"target":412},{"source":409,"target":413},{"source":409,"target":414},{"source":409,"target":415},{"source":409,"target":416},{"source":409,"target":417},{"source":409,"target":418},{"source":409,"target":419},{"source":410,"target":406},{"source":408,"target":420},{"source":408,"target":398},{"source":420,"target":407},{"source":399,"target":421},{"source":399,"target":23},{"source":400,"target":422},{"source":400,"target":23},{"source":401,"target":423},{"source":401,"target":23},{"source":402,"target":424},{"source":402,"target":23},{"source":403,"target":425},{"source":403,"target":23},{"source":24,"target":1},{"source":24,"target":23},{"source":24,"target":426},{"source":24,"target":427},{"source":24,"target":428},{"source":426,"target":429},{"source":426,"target":24},{"source":426,"target":430},{"source":426,"target":431},{"source":426,"target":432},{"source":429,"target":430},{"source":431,"target":433},{"source":433,"target":434},{"source":433,"target":435},{"source":433,"target":436},{"source":433,"target":437},{"source":433,"target":438},{"source":433,"target":439},{"source":433,"target":440},{"source":433,"target":441},{"source":433,"target":442},{"source":433,"target":443},{"source":434,"target":430},{"source":432,"target":444},{"source":432,"target":426},{"source":444,"target":431},{"source":427,"target":14},{"source":427,"target":445},{"source":427,"target":24},{"source":445,"target":14},{"source":428,"target":23},{"source":25,"target":1},{"source":25,"target":446},{"source":25,"target":160},{"source":25,"target":447},{"source":25,"target":164},{"source":25,"target":448},{"source":25,"target":449},{"source":446,"target":450},{"source":446,"target":25},{"source":446,"target":451},{"source":446,"target":452},{"source":446,"target":453},{"source":450,"target":451},{"source":452,"target":454},{"source":454,"target":455},{"source":454,"target":456},{"source":454,"target":457},{"source":454,"target":458},{"source":454,"target":459},{"source":454,"target":460},{"source":454,"target":461},{"source":454,"target":462},{"source":454,"target":463},{"source":454,"target":464},{"source":455,"target":451},{"source":453,"target":465},{"source":453,"target":446},{"source":465,"target":452},{"source":160,"target":9},{"source":160,"target":466},{"source":160,"target":25},{"source":160,"target":135},{"source":466,"target":9},{"source":447,"target":5},{"source":447,"target":467},{"source":447,"target":25},{"source":467,"target":5},{"source":164,"target":9},{"source":164,"target":468},{"source":164,"target":25},{"source":164,"target":138},{"source":468,"target":9},{"source":26,"target":1},{"source":26,"target":469},{"source":26,"target":470}],"multigraph":true} |
true | <?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="dbdefinition"
nsURI="http:///org/eclipse/datatools/modelbase/dbdefinition/dbdefinition.ecore"
nsPrefix="DBDefinition">
<eClassifiers xsi:type="ecore:EClass" name="DatabaseVendorDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="predefinedDataTypeDefinitions"
upperBound="-1" eType="#//PredefinedDataTypeDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tableSpaceDefinition" lowerBound="1"
eType="#//TableSpaceDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="storedProcedureDefinition"
lowerBound="1" eType="#//StoredProcedureDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="triggerDefinition" lowerBound="1"
eType="#//TriggerDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columnDefinition" lowerBound="1"
eType="#//ColumnDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constraintDefinition" lowerBound="1"
eType="#//ConstraintDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedDefinitions" upperBound="-1"
eType="#//ExtendedDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="indexDefinition" lowerBound="1"
eType="#//IndexDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tableDefinition" lowerBound="1"
eType="#//TableDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sequenceDefinition" lowerBound="1"
eType="#//SequenceDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="udtDefinition" lowerBound="1"
eType="#//UserDefinedTypeDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="queryDefinition" lowerBound="1"
eType="#//QueryDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SQLSyntaxDefinition" lowerBound="1"
eType="#//SQLSyntaxDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nicknameDefinition" lowerBound="1"
eType="#//NicknameDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schemaDefinition" lowerBound="1"
eType="#//SchemaDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="viewDefinition" lowerBound="1"
eType="#//ViewDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="debuggerDefinition" lowerBound="1"
eType="#//DebuggerDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="privilegedElementDefinitions"
upperBound="-1" eType="#//PrivilegedElementDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constructedDataTypeDefinition"
lowerBound="1" eType="#//ConstructedDataTypeDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vendor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraintsSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumIdentifierLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="triggerSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="snapshotViewSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="joinSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="viewTriggerSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tablespacesSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumCommentLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sequenceSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mQTSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="schemaSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aliasSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="synonymSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="userDefinedTypeSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SQLStatementSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nicknameSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="quotedDMLSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="quotedDDLSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xmlSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mQTIndexSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eventSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sqlUDFSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="storedProcedureSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="authorizationIdentifierSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="roleSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="groupSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="userSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="roleAuthorizationSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constructedDataTypeSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uDFSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PredefinedDataTypeDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="leadingFieldQualifierDefinition"
upperBound="-1" eType="#//FieldQualifierDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trailingFieldQualifierDefinition"
upperBound="-1" eType="#//FieldQualifierDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultTrailingFieldQualifierDefinition"
eType="#//FieldQualifierDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultLeadingFieldQualifierDefinition"
eType="#//FieldQualifierDefinition"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lengthSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scaleSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precisionSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keyConstraintSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identitySupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multipleColumnsSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nullableSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clusteringSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fillFactorSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bitDataSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumPrecision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumScale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumScale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueTypes" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="primitiveType" eType="ecore:EEnum ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//datatypes/PrimitiveType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="jdbcEnumType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="characterSet" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="encodingScheme" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="characterSetSuffix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="encodingSchemeSuffix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="javaClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultPrecision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultScale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cutoffPrecision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lengthUnit" eType="#//LengthUnit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orderingSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="groupingSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="displayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="displayNameSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="leadingFieldQualifierSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="trailingFieldQualifierSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldQualifierSeparator"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="largeValueSpecifierSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="largeValueSpecifierName"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="largeValueSpecifierLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lengthSemanticSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lengthSemantic" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="languageType" upperBound="-1"
eType="#//LanguageType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CheckOption">
<eLiterals name="NONE"/>
<eLiterals name="CASCADE" value="1"/>
<eLiterals name="LOCAL" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LanguageType">
<eLiterals name="SQL"/>
<eLiterals name="JAVA" value="1"/>
<eLiterals name="C" value="2"/>
<eLiterals name="OLE" value="3"/>
<eLiterals name="ASSEMBLY" value="4"/>
<eLiterals name="COBOL" value="5"/>
<eLiterals name="PLI" value="6"/>
<eLiterals name="CPLUSPLUS" value="7"/>
<eLiterals name="CL" value="8"/>
<eLiterals name="COBOLLE" value="9"/>
<eLiterals name="FORTRAN" value="10"/>
<eLiterals name="REXX" value="11"/>
<eLiterals name="RPG" value="12"/>
<eLiterals name="RPGLE" value="13"/>
<eLiterals name="PLSQL" value="14"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ParameterStyle">
<eLiterals name="DB2SQL"/>
<eLiterals name="GENERAL" value="1"/>
<eLiterals name="GENERAL_WITH_NULLS" value="2"/>
<eLiterals name="DB2GENRL" value="3"/>
<eLiterals name="DB2DARI" value="4"/>
<eLiterals name="JAVA" value="5"/>
<eLiterals name="SQL" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ParentDeleteDRIRuleType">
<eLiterals name="NO_ACTION"/>
<eLiterals name="RESTRICT" value="1"/>
<eLiterals name="CASCADE" value="2"/>
<eLiterals name="SET_NULL" value="3"/>
<eLiterals name="SET_DEFAULT" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ParentUpdateDRIRuleType">
<eLiterals name="NO_ACTION"/>
<eLiterals name="RESTRICT" value="1"/>
<eLiterals name="CASCADE" value="2"/>
<eLiterals name="SET_NULL" value="3"/>
<eLiterals name="SET_DEFAULT" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ProcedureType">
<eLiterals name="PROCEDURE"/>
<eLiterals name="FUNCTION" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TableSpaceType">
<eLiterals name="REGULAR"/>
<eLiterals name="LOB" value="1"/>
<eLiterals name="SYSTEM_TEMPORARY" value="2"/>
<eLiterals name="USER_TEMPORARY" value="3"/>
<eLiterals name="PERMANENT" value="4"/>
<eLiterals name="TEMPORARY" value="5"/>
<eLiterals name="LONG" value="6"/>
<eLiterals name="LARGE" value="7"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableSpaceDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extentSizeSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prefetchSizeSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="managedBySupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pageSizeSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bufferPoolSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="containerMaximumSizeSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="containerInitialSizeSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="containerExtentSizeSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tableSpaceType" upperBound="-1"
eType="#//TableSpaceType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumIdentifierLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StoredProcedureDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="predefinedDataTypeDefinitions"
upperBound="-1" eType="#//PredefinedDataTypeDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nullInputActionSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageGenerationSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="determininsticSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returnedNullSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returnedTypeDeclarationConstraintSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterInitValueSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterStyleSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returnTypeSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterDeclarationConstraintSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumActionBodyLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterStyle" upperBound="-1"
eType="#//ParameterStyle"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="languageType" upperBound="-1"
eType="#//LanguageType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="functionLanguageType" upperBound="-1"
eType="#//LanguageType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="procedureType" upperBound="-1"
eType="#//ProcedureType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumIdentifierLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TriggerDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumReferencePartLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumActionBodyLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="whenClauseSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="granularitySupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referencesClauseSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="perColumnUpdateTriggerSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="insteadOfTriggerSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rowTriggerReferenceSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tableTriggerReferenceSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumIdentifierLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="identityColumnDataTypeDefinitions"
lowerBound="1" upperBound="-1" eType="#//PredefinedDataTypeDefinition"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identitySupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="computedSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identityStartValueSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identityIncrementSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identityMinimumSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identityMaximumSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identityCycleSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumIdentifierLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstraintDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deferrableConstraintSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="informationalConstraintSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clusteredPrimaryKeySupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clusteredUniqueConstraintSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="primaryKeyNullable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueKeyNullable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumCheckExpressionLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parentUpdateDRIRuleType"
upperBound="-1" eType="#//ParentUpdateDRIRuleType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parentDeleteDRIRuleType"
upperBound="-1" eType="#//ParentDeleteDRIRuleType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="checkOption" upperBound="-1"
eType="#//CheckOption"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumPrimaryKeyIdentifierLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumForeignKeyIdentifierLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumCheckConstraintIdentifierLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PercentFreeTerminology">
<eLiterals name="PERCENT_FREE"/>
<eLiterals name="FILL_FACTOR" value="1"/>
<eLiterals name="THRESHOLD" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IndexDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="percentFreeTerminology"
eType="#//PercentFreeTerminology"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="percentFreeChangeable"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clusteringSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clusterChangeable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fillFactorSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includedColumnsSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumIdentifierLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtendedDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="auditSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataCaptureSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="editProcSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="encodingSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validProcSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumIdentifierLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="predefinedDataTypeDefinitions"
lowerBound="1" upperBound="-1" eType="#//PredefinedDataTypeDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultDataTypeDefinition"
lowerBound="1" eType="#//PredefinedDataTypeDefinition"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeEnumerationSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cacheSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orderSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noMaximumValueString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noMinimumValueString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noCacheString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cacheDefaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserDefinedTypeDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="distinctTypeSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="structuredTypeSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumIdentifierLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QueryDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifierQuoteString"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="\""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hostVariableMarker" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=":"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hostVariableMarkerSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="castExpressionSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultKeywordForInsertValueSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extendedGroupingSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tableAliasInDeleteSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SQLSyntaxDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keywords" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operators" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="terminationCharacter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=";"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LengthUnit">
<eLiterals name="DECIMAL"/>
<eLiterals name="BIT" value="1"/>
<eLiterals name="BYTE" value="2"/>
<eLiterals name="DOUBLE_BYTE" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NicknameDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraintSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="indexSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumIdentifierLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SchemaDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumIdentifierLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ViewDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumIdentifierLength"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="indexSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="checkOptionSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="checkOptionLevelsSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldQualifierDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="validTrailingFieldQualifierDefinitions"
upperBound="-1" eType="#//FieldQualifierDefinition"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EEnum ../../org.eclipse.datatools.modelbase.sql/model/sqlmodel.ecore#//datatypes/IntervalQualifierType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumPrecision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultPrecision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precisionSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumScale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultScale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scaleSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DebuggerDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrivilegedElementDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="privilegeDefinitions" upperBound="-1"
eType="#//PrivilegeDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrivilegeDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="actionElementDefinitions"
upperBound="-1" eType="#//PrivilegedElementDefinition"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstructedDataTypeDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arrayDatatypeSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multisetDatatypeSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rowDatatypeSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceDatatypeSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cursorDatatypeSupported"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/anhgun/org.eclipse.datatools/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/model/dbdefinition.ecore | ecore | dbdefinition
DatabaseVendorDefinition
predefinedDataTypeDefinitions
tableSpaceDefinition
storedProcedureDefinition
triggerDefinition
columnDefinition
constraintDefinition
extendedDefinitions
indexDefinition
tableDefinition
sequenceDefinition
udtDefinition
queryDefinition
SQLSyntaxDefinition
nicknameDefinition
schemaDefinition
viewDefinition
debuggerDefinition
privilegedElementDefinitions
constructedDataTypeDefinition
vendor
version
constraintsSupported
true
maximumIdentifierLength
triggerSupported
true
snapshotViewSupported
joinSupported
viewTriggerSupported
tablespacesSupported
true
maximumCommentLength
sequenceSupported
mQTSupported
schemaSupported
true
aliasSupported
synonymSupported
userDefinedTypeSupported
domainSupported
SQLStatementSupported
nicknameSupported
quotedDMLSupported
true
quotedDDLSupported
true
xmlSupported
mQTIndexSupported
eventSupported
sqlUDFSupported
true
storedProcedureSupported
true
packageSupported
authorizationIdentifierSupported
true
roleSupported
groupSupported
userSupported
roleAuthorizationSupported
constructedDataTypeSupported
uDFSupported
true
PredefinedDataTypeDefinition
leadingFieldQualifierDefinition
trailingFieldQualifierDefinition
defaultTrailingFieldQualifierDefinition
defaultLeadingFieldQualifierDefinition
lengthSupported
scaleSupported
precisionSupported
keyConstraintSupported
identitySupported
multipleColumnsSupported
nullableSupported
true
defaultSupported
true
clusteringSupported
fillFactorSupported
bitDataSupported
maximumValue
minimumValue
maximumLength
maximumPrecision
maximumScale
minimumScale
defaultValueTypes
primitiveType
name
jdbcEnumType
characterSet
encodingScheme
characterSetSuffix
encodingSchemeSuffix
javaClassName
defaultLength
defaultPrecision
defaultScale
cutoffPrecision
lengthUnit
orderingSupported
true
groupingSupported
true
displayName
displayNameSupported
leadingFieldQualifierSupported
trailingFieldQualifierSupported
fieldQualifierSeparator
largeValueSpecifierSupported
largeValueSpecifierName
largeValueSpecifierLength
lengthSemanticSupported
lengthSemantic
languageType
CheckOption
NONE
NONE
CASCADE
CASCADE
LOCAL
LOCAL
LanguageType
SQL
SQL
JAVA
JAVA
C
C
OLE
OLE
ASSEMBLY
ASSEMBLY
COBOL
COBOL
PLI
PLI
CPLUSPLUS
CPLUSPLUS
CL
CL
COBOLLE
COBOLLE
FORTRAN
FORTRAN
REXX
REXX
RPG
RPG
RPGLE
RPGLE
PLSQL
PLSQL
ParameterStyle
DB2SQL
DB2SQL
GENERAL
GENERAL
GENERAL_WITH_NULLS
GENERAL_WITH_NULLS
DB2GENRL
DB2GENRL
DB2DARI
DB2DARI
JAVA
JAVA
SQL
SQL
ParentDeleteDRIRuleType
NO_ACTION
NO_ACTION
RESTRICT
RESTRICT
CASCADE
CASCADE
SET_NULL
SET_NULL
SET_DEFAULT
SET_DEFAULT
ParentUpdateDRIRuleType
NO_ACTION
NO_ACTION
RESTRICT
RESTRICT
CASCADE
CASCADE
SET_NULL
SET_NULL
SET_DEFAULT
SET_DEFAULT
ProcedureType
PROCEDURE
PROCEDURE
FUNCTION
FUNCTION
TableSpaceType
REGULAR
REGULAR
LOB
LOB
SYSTEM_TEMPORARY
SYSTEM_TEMPORARY
USER_TEMPORARY
USER_TEMPORARY
PERMANENT
PERMANENT
TEMPORARY
TEMPORARY
LONG
LONG
LARGE
LARGE
TableSpaceDefinition
typeSupported
extentSizeSupported
prefetchSizeSupported
managedBySupported
pageSizeSupported
bufferPoolSupported
defaultSupported
containerMaximumSizeSupported
containerInitialSizeSupported
containerExtentSizeSupported
tableSpaceType
maximumIdentifierLength
StoredProcedureDefinition
predefinedDataTypeDefinitions
nullInputActionSupported
packageGenerationSupported
determininsticSupported
returnedNullSupported
returnedTypeDeclarationConstraintSupported
parameterInitValueSupported
parameterStyleSupported
returnTypeSupported
parameterDeclarationConstraintSupported
maximumActionBodyLength
parameterStyle
languageType
functionLanguageType
procedureType
maximumIdentifierLength
TriggerDefinition
maximumReferencePartLength
maximumActionBodyLength
typeSupported
whenClauseSupported
true
granularitySupported
referencesClauseSupported
perColumnUpdateTriggerSupported
insteadOfTriggerSupported
rowTriggerReferenceSupported
tableTriggerReferenceSupported
maximumIdentifierLength
ColumnDefinition
identityColumnDataTypeDefinitions
identitySupported
computedSupported
true
identityStartValueSupported
false
identityIncrementSupported
false
identityMinimumSupported
false
identityMaximumSupported
false
identityCycleSupported
false
maximumIdentifierLength
ConstraintDefinition
deferrableConstraintSupported
informationalConstraintSupported
clusteredPrimaryKeySupported
clusteredUniqueConstraintSupported
primaryKeyNullable
uniqueKeyNullable
maximumCheckExpressionLength
parentUpdateDRIRuleType
parentDeleteDRIRuleType
checkOption
maximumPrimaryKeyIdentifierLength
maximumForeignKeyIdentifierLength
maximumCheckConstraintIdentifierLength
PercentFreeTerminology
PERCENT_FREE
PERCENT_FREE
FILL_FACTOR
FILL_FACTOR
THRESHOLD
THRESHOLD
IndexDefinition
percentFreeTerminology
percentFreeChangeable
clusteringSupported
clusterChangeable
fillFactorSupported
includedColumnsSupported
false
maximumIdentifierLength
ExtendedDefinition
name
value
TableDefinition
auditSupported
dataCaptureSupported
editProcSupported
encodingSupported
validProcSupported
maximumIdentifierLength
SequenceDefinition
predefinedDataTypeDefinitions
defaultDataTypeDefinition
typeEnumerationSupported
cacheSupported
orderSupported
noMaximumValueString
noMinimumValueString
noCacheString
cacheDefaultValue
UserDefinedTypeDefinition
defaultValueSupported
distinctTypeSupported
structuredTypeSupported
maximumIdentifierLength
QueryDefinition
identifierQuoteString
\"
hostVariableMarker
:
hostVariableMarkerSupported
false
castExpressionSupported
false
defaultKeywordForInsertValueSupported
false
extendedGroupingSupported
false
tableAliasInDeleteSupported
false
SQLSyntaxDefinition
keywords
operators
terminationCharacter
;
LengthUnit
DECIMAL
DECIMAL
BIT
BIT
BYTE
BYTE
DOUBLE_BYTE
DOUBLE_BYTE
NicknameDefinition
constraintSupported
indexSupported
maximumIdentifierLength
SchemaDefinition
maximumIdentifierLength
ViewDefinition
maximumIdentifierLength
indexSupported
checkOptionSupported
true
checkOptionLevelsSupported
FieldQualifierDefinition
validTrailingFieldQualifierDefinitions
name
maximumPrecision
defaultPrecision
precisionSupported
maximumScale
defaultScale
scaleSupported
DebuggerDefinition
conditionSupported
PrivilegedElementDefinition
privilegeDefinitions
name
PrivilegeDefinition
actionElementDefinitions
name
ConstructedDataTypeDefinition
arrayDatatypeSupported
multisetDatatypeSupported
rowDatatypeSupported
referenceDatatypeSupported
cursorDatatypeSupported | null | {"directed":true,"nodes":[{"nsPrefix":"DBDefinition","nsURI":"http:///org/eclipse/datatools/modelbase/dbdefinition/dbdefinition.ecore","name":"dbdefinition","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatabaseVendorDefinition","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredefinedDataTypeDefinition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CheckOption","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LanguageType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterStyle","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParentDeleteDRIRuleType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParentUpdateDRIRuleType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProcedureType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TableSpaceType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableSpaceDefinition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoredProcedureDefinition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerDefinition","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnDefinition","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintDefinition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PercentFreeTerminology","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexDefinition","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedDefinition","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableDefinition","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceDefinition","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserDefinedTypeDefinition","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDefinition","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SQLSyntaxDefinition","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LengthUnit","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NicknameDefinition","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SchemaDefinition","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewDefinition","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldQualifierDefinition","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DebuggerDefinition","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrivilegedElementDefinition","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrivilegeDefinition","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructedDataTypeDefinition","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predefinedDataTypeDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tableSpaceDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storedProcedureDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"triggerDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columnDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraintDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indexDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tableDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"udtDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queryDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"SQLSyntaxDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nicknameDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schemaDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"viewDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"debuggerDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"privilegedElementDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constructedDataTypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vendor","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"constraintsSupported","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumIdentifierLength","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"triggerSupported","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"snapshotViewSupported","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"joinSupported","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"viewTriggerSupported","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"tablespacesSupported","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumCommentLength","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sequenceSupported","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mQTSupported","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"schemaSupported","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aliasSupported","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"synonymSupported","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userDefinedTypeSupported","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainSupported","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SQLStatementSupported","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nicknameSupported","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"quotedDMLSupported","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"quotedDDLSupported","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xmlSupported","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mQTIndexSupported","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eventSupported","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"sqlUDFSupported","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"storedProcedureSupported","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageSupported","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"authorizationIdentifierSupported","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roleSupported","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"groupSupported","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userSupported","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roleAuthorizationSupported","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constructedDataTypeSupported","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"uDFSupported","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leadingFieldQualifierDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trailingFieldQualifierDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultTrailingFieldQualifierDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultLeadingFieldQualifierDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lengthSupported","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scaleSupported","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precisionSupported","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keyConstraintSupported","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identitySupported","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multipleColumnsSupported","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"nullableSupported","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"defaultSupported","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clusteringSupported","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fillFactorSupported","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bitDataSupported","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumValue","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minimumValue","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumLength","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumPrecision","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumScale","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minimumScale","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValueTypes","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primitiveType","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jdbcEnumType","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"characterSet","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"encodingScheme","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"characterSetSuffix","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"encodingSchemeSuffix","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"javaClassName","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultLength","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultPrecision","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultScale","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cutoffPrecision","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lengthUnit","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"orderingSupported","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"groupingSupported","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayName","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayNameSupported","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"leadingFieldQualifierSupported","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"trailingFieldQualifierSupported","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fieldQualifierSeparator","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"largeValueSpecifierSupported","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"largeValueSpecifierName","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"largeValueSpecifierLength","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lengthSemanticSupported","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lengthSemantic","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"languageType","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"name":"NONE","id":234,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"CASCADE","id":235,"value":1,"literal":"CASCADE","eClass":"EEnumLiteral"},{"name":"LOCAL","id":236,"value":2,"literal":"LOCAL","eClass":"EEnumLiteral"},{"name":"SQL","id":237,"value":0,"literal":"SQL","eClass":"EEnumLiteral"},{"name":"JAVA","id":238,"value":1,"literal":"JAVA","eClass":"EEnumLiteral"},{"name":"C","id":239,"value":2,"literal":"C","eClass":"EEnumLiteral"},{"name":"OLE","id":240,"value":3,"literal":"OLE","eClass":"EEnumLiteral"},{"name":"ASSEMBLY","id":241,"value":4,"literal":"ASSEMBLY","eClass":"EEnumLiteral"},{"name":"COBOL","id":242,"value":5,"literal":"COBOL","eClass":"EEnumLiteral"},{"name":"PLI","id":243,"value":6,"literal":"PLI","eClass":"EEnumLiteral"},{"name":"CPLUSPLUS","id":244,"value":7,"literal":"CPLUSPLUS","eClass":"EEnumLiteral"},{"name":"CL","id":245,"value":8,"literal":"CL","eClass":"EEnumLiteral"},{"name":"COBOLLE","id":246,"value":9,"literal":"COBOLLE","eClass":"EEnumLiteral"},{"name":"FORTRAN","id":247,"value":10,"literal":"FORTRAN","eClass":"EEnumLiteral"},{"name":"REXX","id":248,"value":11,"literal":"REXX","eClass":"EEnumLiteral"},{"name":"RPG","id":249,"value":12,"literal":"RPG","eClass":"EEnumLiteral"},{"name":"RPGLE","id":250,"value":13,"literal":"RPGLE","eClass":"EEnumLiteral"},{"name":"PLSQL","id":251,"value":14,"literal":"PLSQL","eClass":"EEnumLiteral"},{"name":"DB2SQL","id":252,"value":0,"literal":"DB2SQL","eClass":"EEnumLiteral"},{"name":"GENERAL","id":253,"value":1,"literal":"GENERAL","eClass":"EEnumLiteral"},{"name":"GENERAL_WITH_NULLS","id":254,"value":2,"literal":"GENERAL_WITH_NULLS","eClass":"EEnumLiteral"},{"name":"DB2GENRL","id":255,"value":3,"literal":"DB2GENRL","eClass":"EEnumLiteral"},{"name":"DB2DARI","id":256,"value":4,"literal":"DB2DARI","eClass":"EEnumLiteral"},{"name":"JAVA","id":257,"value":5,"literal":"JAVA","eClass":"EEnumLiteral"},{"name":"SQL","id":258,"value":6,"literal":"SQL","eClass":"EEnumLiteral"},{"name":"NO_ACTION","id":259,"value":0,"literal":"NO_ACTION","eClass":"EEnumLiteral"},{"name":"RESTRICT","id":260,"value":1,"literal":"RESTRICT","eClass":"EEnumLiteral"},{"name":"CASCADE","id":261,"value":2,"literal":"CASCADE","eClass":"EEnumLiteral"},{"name":"SET_NULL","id":262,"value":3,"literal":"SET_NULL","eClass":"EEnumLiteral"},{"name":"SET_DEFAULT","id":263,"value":4,"literal":"SET_DEFAULT","eClass":"EEnumLiteral"},{"name":"NO_ACTION","id":264,"value":0,"literal":"NO_ACTION","eClass":"EEnumLiteral"},{"name":"RESTRICT","id":265,"value":1,"literal":"RESTRICT","eClass":"EEnumLiteral"},{"name":"CASCADE","id":266,"value":2,"literal":"CASCADE","eClass":"EEnumLiteral"},{"name":"SET_NULL","id":267,"value":3,"literal":"SET_NULL","eClass":"EEnumLiteral"},{"name":"SET_DEFAULT","id":268,"value":4,"literal":"SET_DEFAULT","eClass":"EEnumLiteral"},{"name":"PROCEDURE","id":269,"value":0,"literal":"PROCEDURE","eClass":"EEnumLiteral"},{"name":"FUNCTION","id":270,"value":1,"literal":"FUNCTION","eClass":"EEnumLiteral"},{"name":"REGULAR","id":271,"value":0,"literal":"REGULAR","eClass":"EEnumLiteral"},{"name":"LOB","id":272,"value":1,"literal":"LOB","eClass":"EEnumLiteral"},{"name":"SYSTEM_TEMPORARY","id":273,"value":2,"literal":"SYSTEM_TEMPORARY","eClass":"EEnumLiteral"},{"name":"USER_TEMPORARY","id":274,"value":3,"literal":"USER_TEMPORARY","eClass":"EEnumLiteral"},{"name":"PERMANENT","id":275,"value":4,"literal":"PERMANENT","eClass":"EEnumLiteral"},{"name":"TEMPORARY","id":276,"value":5,"literal":"TEMPORARY","eClass":"EEnumLiteral"},{"name":"LONG","id":277,"value":6,"literal":"LONG","eClass":"EEnumLiteral"},{"name":"LARGE","id":278,"value":7,"literal":"LARGE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeSupported","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extentSizeSupported","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefetchSizeSupported","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"managedBySupported","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pageSizeSupported","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bufferPoolSupported","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultSupported","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containerMaximumSizeSupported","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containerInitialSizeSupported","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containerExtentSizeSupported","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tableSpaceType","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumIdentifierLength","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predefinedDataTypeDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nullInputActionSupported","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageGenerationSupported","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"determininsticSupported","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returnedNullSupported","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returnedTypeDeclarationConstraintSupported","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterInitValueSupported","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterStyleSupported","changeable":true,"lowerBound":0,"iD":false,"id":310,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returnTypeSupported","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterDeclarationConstraintSupported","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumActionBodyLength","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterStyle","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"languageType","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functionLanguageType","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"procedureType","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumIdentifierLength","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumReferencePartLength","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumActionBodyLength","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeSupported","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"whenClauseSupported","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"granularitySupported","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referencesClauseSupported","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"perColumnUpdateTriggerSupported","changeable":true,"lowerBound":0,"iD":false,"id":341,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"insteadOfTriggerSupported","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rowTriggerReferenceSupported","changeable":true,"lowerBound":0,"iD":false,"id":343,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tableTriggerReferenceSupported","changeable":true,"lowerBound":0,"iD":false,"id":344,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumIdentifierLength","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identityColumnDataTypeDefinitions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":357,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identitySupported","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"computedSupported","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"identityStartValueSupported","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"identityIncrementSupported","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"identityMinimumSupported","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"identityMaximumSupported","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"identityCycleSupported","changeable":true,"lowerBound":0,"iD":false,"id":364,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumIdentifierLength","changeable":true,"lowerBound":0,"iD":false,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deferrableConstraintSupported","changeable":true,"lowerBound":0,"iD":false,"id":375,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"informationalConstraintSupported","changeable":true,"lowerBound":0,"iD":false,"id":376,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clusteredPrimaryKeySupported","changeable":true,"lowerBound":0,"iD":false,"id":377,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clusteredUniqueConstraintSupported","changeable":true,"lowerBound":0,"iD":false,"id":378,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primaryKeyNullable","changeable":true,"lowerBound":0,"iD":false,"id":379,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uniqueKeyNullable","changeable":true,"lowerBound":0,"iD":false,"id":380,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumCheckExpressionLength","changeable":true,"lowerBound":0,"iD":false,"id":381,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parentUpdateDRIRuleType","changeable":true,"lowerBound":0,"iD":false,"id":382,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parentDeleteDRIRuleType","changeable":true,"lowerBound":0,"iD":false,"id":383,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"checkOption","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumPrimaryKeyIdentifierLength","changeable":true,"lowerBound":0,"iD":false,"id":385,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumForeignKeyIdentifierLength","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumCheckConstraintIdentifierLength","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"name":"PERCENT_FREE","id":401,"value":0,"literal":"PERCENT_FREE","eClass":"EEnumLiteral"},{"name":"FILL_FACTOR","id":402,"value":1,"literal":"FILL_FACTOR","eClass":"EEnumLiteral"},{"name":"THRESHOLD","id":403,"value":2,"literal":"THRESHOLD","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"percentFreeTerminology","changeable":true,"lowerBound":0,"iD":false,"id":404,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"percentFreeChangeable","changeable":true,"lowerBound":0,"iD":false,"id":405,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clusteringSupported","changeable":true,"lowerBound":0,"iD":false,"id":406,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clusterChangeable","changeable":true,"lowerBound":0,"iD":false,"id":407,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fillFactorSupported","changeable":true,"lowerBound":0,"iD":false,"id":408,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"includedColumnsSupported","changeable":true,"lowerBound":0,"iD":false,"id":409,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumIdentifierLength","changeable":true,"lowerBound":0,"iD":false,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":418,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"auditSupported","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataCaptureSupported","changeable":true,"lowerBound":0,"iD":false,"id":423,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"editProcSupported","changeable":true,"lowerBound":0,"iD":false,"id":424,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"encodingSupported","changeable":true,"lowerBound":0,"iD":false,"id":425,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validProcSupported","changeable":true,"lowerBound":0,"iD":false,"id":426,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumIdentifierLength","changeable":true,"lowerBound":0,"iD":false,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predefinedDataTypeDefinitions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":434,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultDataTypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":435,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeEnumerationSupported","changeable":true,"lowerBound":0,"iD":false,"id":436,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cacheSupported","changeable":true,"lowerBound":0,"iD":false,"id":437,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"orderSupported","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noMaximumValueString","changeable":true,"lowerBound":0,"iD":false,"id":439,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noMinimumValueString","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noCacheString","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cacheDefaultValue","changeable":true,"lowerBound":0,"iD":false,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValueSupported","changeable":true,"lowerBound":0,"iD":false,"id":452,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distinctTypeSupported","changeable":true,"lowerBound":0,"iD":false,"id":453,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"structuredTypeSupported","changeable":true,"lowerBound":0,"iD":false,"id":454,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumIdentifierLength","changeable":true,"lowerBound":0,"iD":false,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\\\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\\\"","unsettable":false,"transient":false,"unique":true,"name":"identifierQuoteString","changeable":true,"lowerBound":0,"iD":false,"id":460,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":":","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":":","unsettable":false,"transient":false,"unique":true,"name":"hostVariableMarker","changeable":true,"lowerBound":0,"iD":false,"id":461,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"hostVariableMarkerSupported","changeable":true,"lowerBound":0,"iD":false,"id":462,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"castExpressionSupported","changeable":true,"lowerBound":0,"iD":false,"id":463,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"defaultKeywordForInsertValueSupported","changeable":true,"lowerBound":0,"iD":false,"id":464,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"extendedGroupingSupported","changeable":true,"lowerBound":0,"iD":false,"id":465,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"tableAliasInDeleteSupported","changeable":true,"lowerBound":0,"iD":false,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keywords","changeable":true,"lowerBound":0,"iD":false,"id":474,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operators","changeable":true,"lowerBound":0,"iD":false,"id":475,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":";","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":";","unsettable":false,"transient":false,"unique":true,"name":"terminationCharacter","changeable":true,"lowerBound":0,"iD":false,"id":476,"derived":false},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"name":"DECIMAL","id":480,"value":0,"literal":"DECIMAL","eClass":"EEnumLiteral"},{"name":"BIT","id":481,"value":1,"literal":"BIT","eClass":"EEnumLiteral"},{"name":"BYTE","id":482,"value":2,"literal":"BYTE","eClass":"EEnumLiteral"},{"name":"DOUBLE_BYTE","id":483,"value":3,"literal":"DOUBLE_BYTE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraintSupported","changeable":true,"lowerBound":0,"iD":false,"id":484,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexSupported","changeable":true,"lowerBound":0,"iD":false,"id":485,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumIdentifierLength","changeable":true,"lowerBound":0,"iD":false,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumIdentifierLength","changeable":true,"lowerBound":0,"iD":false,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumIdentifierLength","changeable":true,"lowerBound":0,"iD":false,"id":492,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexSupported","changeable":true,"lowerBound":0,"iD":false,"id":493,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"checkOptionSupported","changeable":true,"lowerBound":0,"iD":false,"id":494,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"checkOptionLevelsSupported","changeable":true,"lowerBound":0,"iD":false,"id":495,"derived":false},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"validTrailingFieldQualifierDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":501,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumPrecision","changeable":true,"lowerBound":0,"iD":false,"id":502,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultPrecision","changeable":true,"lowerBound":0,"iD":false,"id":503,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precisionSupported","changeable":true,"lowerBound":0,"iD":false,"id":504,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumScale","changeable":true,"lowerBound":0,"iD":false,"id":505,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultScale","changeable":true,"lowerBound":0,"iD":false,"id":506,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scaleSupported","changeable":true,"lowerBound":0,"iD":false,"id":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conditionSupported","changeable":true,"lowerBound":0,"iD":false,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"privilegeDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":518,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actionElementDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arrayDatatypeSupported","changeable":true,"lowerBound":0,"iD":false,"id":526,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multisetDatatypeSupported","changeable":true,"lowerBound":0,"iD":false,"id":527,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rowDatatypeSupported","changeable":true,"lowerBound":0,"iD":false,"id":528,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referenceDatatypeSupported","changeable":true,"lowerBound":0,"iD":false,"id":529,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cursorDatatypeSupported","changeable":true,"lowerBound":0,"iD":false,"id":530,"derived":false},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":1,"target":0},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":1,"target":75},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":1,"target":79},{"source":1,"target":80},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":32,"target":2},{"source":32,"target":85},{"source":32,"target":1},{"source":85,"target":2},{"source":33,"target":10},{"source":33,"target":86},{"source":33,"target":1},{"source":86,"target":10},{"source":34,"target":11},{"source":34,"target":87},{"source":34,"target":1},{"source":87,"target":11},{"source":35,"target":12},{"source":35,"target":88},{"source":35,"target":1},{"source":88,"target":12},{"source":36,"target":13},{"source":36,"target":89},{"source":36,"target":1},{"source":89,"target":13},{"source":37,"target":14},{"source":37,"target":90},{"source":37,"target":1},{"source":90,"target":14},{"source":38,"target":17},{"source":38,"target":91},{"source":38,"target":1},{"source":91,"target":17},{"source":39,"target":16},{"source":39,"target":92},{"source":39,"target":1},{"source":92,"target":16},{"source":40,"target":18},{"source":40,"target":93},{"source":40,"target":1},{"source":93,"target":18},{"source":41,"target":19},{"source":41,"target":94},{"source":41,"target":1},{"source":94,"target":19},{"source":42,"target":20},{"source":42,"target":95},{"source":42,"target":1},{"source":95,"target":20},{"source":43,"target":21},{"source":43,"target":96},{"source":43,"target":1},{"source":96,"target":21},{"source":44,"target":22},{"source":44,"target":97},{"source":44,"target":1},{"source":97,"target":22},{"source":45,"target":24},{"source":45,"target":98},{"source":45,"target":1},{"source":98,"target":24},{"source":46,"target":25},{"source":46,"target":99},{"source":46,"target":1},{"source":99,"target":25},{"source":47,"target":26},{"source":47,"target":100},{"source":47,"target":1},{"source":100,"target":26},{"source":48,"target":28},{"source":48,"target":101},{"source":48,"target":1},{"source":101,"target":28},{"source":49,"target":29},{"source":49,"target":102},{"source":49,"target":1},{"source":102,"target":29},{"source":50,"target":31},{"source":50,"target":103},{"source":50,"target":1},{"source":103,"target":31},{"source":51,"target":104},{"source":51,"target":1},{"source":52,"target":105},{"source":52,"target":1},{"source":53,"target":106},{"source":53,"target":1},{"source":54,"target":107},{"source":54,"target":1},{"source":55,"target":108},{"source":55,"target":1},{"source":56,"target":109},{"source":56,"target":1},{"source":57,"target":110},{"source":57,"target":1},{"source":58,"target":111},{"source":58,"target":1},{"source":59,"target":112},{"source":59,"target":1},{"source":60,"target":113},{"source":60,"target":1},{"source":61,"target":114},{"source":61,"target":1},{"source":62,"target":115},{"source":62,"target":1},{"source":63,"target":116},{"source":63,"target":1},{"source":64,"target":117},{"source":64,"target":1},{"source":65,"target":118},{"source":65,"target":1},{"source":66,"target":119},{"source":66,"target":1},{"source":67,"target":120},{"source":67,"target":1},{"source":68,"target":121},{"source":68,"target":1},{"source":69,"target":122},{"source":69,"target":1},{"source":70,"target":123},{"source":70,"target":1},{"source":71,"target":124},{"source":71,"target":1},{"source":72,"target":125},{"source":72,"target":1},{"source":73,"target":126},{"source":73,"target":1},{"source":74,"target":127},{"source":74,"target":1},{"source":75,"target":128},{"source":75,"target":1},{"source":76,"target":129},{"source":76,"target":1},{"source":77,"target":130},{"source":77,"target":1},{"source":78,"target":131},{"source":78,"target":1},{"source":79,"target":132},{"source":79,"target":1},{"source":80,"target":133},{"source":80,"target":1},{"source":81,"target":134},{"source":81,"target":1},{"source":82,"target":135},{"source":82,"target":1},{"source":83,"target":136},{"source":83,"target":1},{"source":84,"target":137},{"source":84,"target":1},{"source":2,"target":0},{"source":2,"target":138},{"source":2,"target":139},{"source":2,"target":140},{"source":2,"target":141},{"source":2,"target":142},{"source":2,"target":143},{"source":2,"target":144},{"source":2,"target":145},{"source":2,"target":146},{"source":2,"target":147},{"source":2,"target":148},{"source":2,"target":149},{"source":2,"target":150},{"source":2,"target":151},{"source":2,"target":152},{"source":2,"target":153},{"source":2,"target":154},{"source":2,"target":155},{"source":2,"target":156},{"source":2,"target":157},{"source":2,"target":158},{"source":2,"target":159},{"source":2,"target":160},{"source":2,"target":161},{"source":2,"target":162},{"source":2,"target":163},{"source":2,"target":164},{"source":2,"target":165},{"source":2,"target":166},{"source":2,"target":167},{"source":2,"target":168},{"source":2,"target":169},{"source":2,"target":170},{"source":2,"target":171},{"source":2,"target":172},{"source":2,"target":173},{"source":2,"target":174},{"source":2,"target":175},{"source":2,"target":176},{"source":2,"target":177},{"source":2,"target":178},{"source":2,"target":179},{"source":2,"target":180},{"source":2,"target":181},{"source":2,"target":182},{"source":2,"target":183},{"source":2,"target":184},{"source":2,"target":185},{"source":138,"target":27},{"source":138,"target":186},{"source":138,"target":2},{"source":186,"target":27},{"source":139,"target":27},{"source":139,"target":187},{"source":139,"target":2},{"source":187,"target":27},{"source":140,"target":27},{"source":140,"target":188},{"source":140,"target":2},{"source":188,"target":27},{"source":141,"target":27},{"source":141,"target":189},{"source":141,"target":2},{"source":189,"target":27},{"source":142,"target":190},{"source":142,"target":2},{"source":143,"target":191},{"source":143,"target":2},{"source":144,"target":192},{"source":144,"target":2},{"source":145,"target":193},{"source":145,"target":2},{"source":146,"target":194},{"source":146,"target":2},{"source":147,"target":195},{"source":147,"target":2},{"source":148,"target":196},{"source":148,"target":2},{"source":149,"target":197},{"source":149,"target":2},{"source":150,"target":198},{"source":150,"target":2},{"source":151,"target":199},{"source":151,"target":2},{"source":152,"target":200},{"source":152,"target":2},{"source":153,"target":201},{"source":153,"target":2},{"source":154,"target":202},{"source":154,"target":2},{"source":155,"target":203},{"source":155,"target":2},{"source":156,"target":204},{"source":156,"target":2},{"source":157,"target":205},{"source":157,"target":2},{"source":158,"target":206},{"source":158,"target":2},{"source":159,"target":207},{"source":159,"target":2},{"source":160,"target":208},{"source":160,"target":2},{"source":161,"target":209},{"source":161,"target":2},{"source":162,"target":210},{"source":162,"target":2},{"source":163,"target":211},{"source":163,"target":2},{"source":164,"target":212},{"source":164,"target":2},{"source":165,"target":213},{"source":165,"target":2},{"source":166,"target":214},{"source":166,"target":2},{"source":167,"target":215},{"source":167,"target":2},{"source":168,"target":216},{"source":168,"target":2},{"source":169,"target":217},{"source":169,"target":2},{"source":170,"target":218},{"source":170,"target":2},{"source":171,"target":219},{"source":171,"target":2},{"source":172,"target":23},{"source":172,"target":220},{"source":172,"target":2},{"source":220,"target":23},{"source":173,"target":221},{"source":173,"target":2},{"source":174,"target":222},{"source":174,"target":2},{"source":175,"target":223},{"source":175,"target":2},{"source":176,"target":224},{"source":176,"target":2},{"source":177,"target":225},{"source":177,"target":2},{"source":178,"target":226},{"source":178,"target":2},{"source":179,"target":227},{"source":179,"target":2},{"source":180,"target":228},{"source":180,"target":2},{"source":181,"target":229},{"source":181,"target":2},{"source":182,"target":230},{"source":182,"target":2},{"source":183,"target":231},{"source":183,"target":2},{"source":184,"target":232},{"source":184,"target":2},{"source":185,"target":4},{"source":185,"target":233},{"source":185,"target":2},{"source":233,"target":4},{"source":3,"target":0},{"source":3,"target":234},{"source":3,"target":235},{"source":3,"target":236},{"source":234,"target":3},{"source":235,"target":3},{"source":236,"target":3},{"source":4,"target":0},{"source":4,"target":237},{"source":4,"target":238},{"source":4,"target":239},{"source":4,"target":240},{"source":4,"target":241},{"source":4,"target":242},{"source":4,"target":243},{"source":4,"target":244},{"source":4,"target":245},{"source":4,"target":246},{"source":4,"target":247},{"source":4,"target":248},{"source":4,"target":249},{"source":4,"target":250},{"source":4,"target":251},{"source":237,"target":4},{"source":238,"target":4},{"source":239,"target":4},{"source":240,"target":4},{"source":241,"target":4},{"source":242,"target":4},{"source":243,"target":4},{"source":244,"target":4},{"source":245,"target":4},{"source":246,"target":4},{"source":247,"target":4},{"source":248,"target":4},{"source":249,"target":4},{"source":250,"target":4},{"source":251,"target":4},{"source":5,"target":0},{"source":5,"target":252},{"source":5,"target":253},{"source":5,"target":254},{"source":5,"target":255},{"source":5,"target":256},{"source":5,"target":257},{"source":5,"target":258},{"source":252,"target":5},{"source":253,"target":5},{"source":254,"target":5},{"source":255,"target":5},{"source":256,"target":5},{"source":257,"target":5},{"source":258,"target":5},{"source":6,"target":0},{"source":6,"target":259},{"source":6,"target":260},{"source":6,"target":261},{"source":6,"target":262},{"source":6,"target":263},{"source":259,"target":6},{"source":260,"target":6},{"source":261,"target":6},{"source":262,"target":6},{"source":263,"target":6},{"source":7,"target":0},{"source":7,"target":264},{"source":7,"target":265},{"source":7,"target":266},{"source":7,"target":267},{"source":7,"target":268},{"source":264,"target":7},{"source":265,"target":7},{"source":266,"target":7},{"source":267,"target":7},{"source":268,"target":7},{"source":8,"target":0},{"source":8,"target":269},{"source":8,"target":270},{"source":269,"target":8},{"source":270,"target":8},{"source":9,"target":0},{"source":9,"target":271},{"source":9,"target":272},{"source":9,"target":273},{"source":9,"target":274},{"source":9,"target":275},{"source":9,"target":276},{"source":9,"target":277},{"source":9,"target":278},{"source":271,"target":9},{"source":272,"target":9},{"source":273,"target":9},{"source":274,"target":9},{"source":275,"target":9},{"source":276,"target":9},{"source":277,"target":9},{"source":278,"target":9},{"source":10,"target":0},{"source":10,"target":279},{"source":10,"target":280},{"source":10,"target":281},{"source":10,"target":282},{"source":10,"target":283},{"source":10,"target":284},{"source":10,"target":285},{"source":10,"target":286},{"source":10,"target":287},{"source":10,"target":288},{"source":10,"target":289},{"source":10,"target":290},{"source":279,"target":291},{"source":279,"target":10},{"source":280,"target":292},{"source":280,"target":10},{"source":281,"target":293},{"source":281,"target":10},{"source":282,"target":294},{"source":282,"target":10},{"source":283,"target":295},{"source":283,"target":10},{"source":284,"target":296},{"source":284,"target":10},{"source":285,"target":297},{"source":285,"target":10},{"source":286,"target":298},{"source":286,"target":10},{"source":287,"target":299},{"source":287,"target":10},{"source":288,"target":300},{"source":288,"target":10},{"source":289,"target":9},{"source":289,"target":301},{"source":289,"target":10},{"source":301,"target":9},{"source":290,"target":302},{"source":290,"target":10},{"source":11,"target":0},{"source":11,"target":303},{"source":11,"target":304},{"source":11,"target":305},{"source":11,"target":306},{"source":11,"target":307},{"source":11,"target":308},{"source":11,"target":309},{"source":11,"target":310},{"source":11,"target":311},{"source":11,"target":312},{"source":11,"target":313},{"source":11,"target":314},{"source":11,"target":315},{"source":11,"target":316},{"source":11,"target":317},{"source":11,"target":318},{"source":303,"target":2},{"source":303,"target":319},{"source":303,"target":11},{"source":319,"target":2},{"source":304,"target":320},{"source":304,"target":11},{"source":305,"target":321},{"source":305,"target":11},{"source":306,"target":322},{"source":306,"target":11},{"source":307,"target":323},{"source":307,"target":11},{"source":308,"target":324},{"source":308,"target":11},{"source":309,"target":325},{"source":309,"target":11},{"source":310,"target":326},{"source":310,"target":11},{"source":311,"target":327},{"source":311,"target":11},{"source":312,"target":328},{"source":312,"target":11},{"source":313,"target":329},{"source":313,"target":11},{"source":314,"target":5},{"source":314,"target":330},{"source":314,"target":11},{"source":330,"target":5},{"source":315,"target":4},{"source":315,"target":331},{"source":315,"target":11},{"source":331,"target":4},{"source":316,"target":4},{"source":316,"target":332},{"source":316,"target":11},{"source":332,"target":4},{"source":317,"target":8},{"source":317,"target":333},{"source":317,"target":11},{"source":333,"target":8},{"source":318,"target":334},{"source":318,"target":11},{"source":12,"target":0},{"source":12,"target":335},{"source":12,"target":336},{"source":12,"target":337},{"source":12,"target":338},{"source":12,"target":339},{"source":12,"target":340},{"source":12,"target":341},{"source":12,"target":342},{"source":12,"target":343},{"source":12,"target":344},{"source":12,"target":345},{"source":335,"target":346},{"source":335,"target":12},{"source":336,"target":347},{"source":336,"target":12},{"source":337,"target":348},{"source":337,"target":12},{"source":338,"target":349},{"source":338,"target":12},{"source":339,"target":350},{"source":339,"target":12},{"source":340,"target":351},{"source":340,"target":12},{"source":341,"target":352},{"source":341,"target":12},{"source":342,"target":353},{"source":342,"target":12},{"source":343,"target":354},{"source":343,"target":12},{"source":344,"target":355},{"source":344,"target":12},{"source":345,"target":356},{"source":345,"target":12},{"source":13,"target":0},{"source":13,"target":357},{"source":13,"target":358},{"source":13,"target":359},{"source":13,"target":360},{"source":13,"target":361},{"source":13,"target":362},{"source":13,"target":363},{"source":13,"target":364},{"source":13,"target":365},{"source":357,"target":2},{"source":357,"target":366},{"source":357,"target":13},{"source":366,"target":2},{"source":358,"target":367},{"source":358,"target":13},{"source":359,"target":368},{"source":359,"target":13},{"source":360,"target":369},{"source":360,"target":13},{"source":361,"target":370},{"source":361,"target":13},{"source":362,"target":371},{"source":362,"target":13},{"source":363,"target":372},{"source":363,"target":13},{"source":364,"target":373},{"source":364,"target":13},{"source":365,"target":374},{"source":365,"target":13},{"source":14,"target":0},{"source":14,"target":375},{"source":14,"target":376},{"source":14,"target":377},{"source":14,"target":378},{"source":14,"target":379},{"source":14,"target":380},{"source":14,"target":381},{"source":14,"target":382},{"source":14,"target":383},{"source":14,"target":384},{"source":14,"target":385},{"source":14,"target":386},{"source":14,"target":387},{"source":375,"target":388},{"source":375,"target":14},{"source":376,"target":389},{"source":376,"target":14},{"source":377,"target":390},{"source":377,"target":14},{"source":378,"target":391},{"source":378,"target":14},{"source":379,"target":392},{"source":379,"target":14},{"source":380,"target":393},{"source":380,"target":14},{"source":381,"target":394},{"source":381,"target":14},{"source":382,"target":7},{"source":382,"target":395},{"source":382,"target":14},{"source":395,"target":7},{"source":383,"target":6},{"source":383,"target":396},{"source":383,"target":14},{"source":396,"target":6},{"source":384,"target":3},{"source":384,"target":397},{"source":384,"target":14},{"source":397,"target":3},{"source":385,"target":398},{"source":385,"target":14},{"source":386,"target":399},{"source":386,"target":14},{"source":387,"target":400},{"source":387,"target":14},{"source":15,"target":0},{"source":15,"target":401},{"source":15,"target":402},{"source":15,"target":403},{"source":401,"target":15},{"source":402,"target":15},{"source":403,"target":15},{"source":16,"target":0},{"source":16,"target":404},{"source":16,"target":405},{"source":16,"target":406},{"source":16,"target":407},{"source":16,"target":408},{"source":16,"target":409},{"source":16,"target":410},{"source":404,"target":15},{"source":404,"target":411},{"source":404,"target":16},{"source":411,"target":15},{"source":405,"target":412},{"source":405,"target":16},{"source":406,"target":413},{"source":406,"target":16},{"source":407,"target":414},{"source":407,"target":16},{"source":408,"target":415},{"source":408,"target":16},{"source":409,"target":416},{"source":409,"target":16},{"source":410,"target":417},{"source":410,"target":16},{"source":17,"target":0},{"source":17,"target":418},{"source":17,"target":419},{"source":418,"target":420},{"source":418,"target":17},{"source":419,"target":421},{"source":419,"target":17},{"source":18,"target":0},{"source":18,"target":422},{"source":18,"target":423},{"source":18,"target":424},{"source":18,"target":425},{"source":18,"target":426},{"source":18,"target":427},{"source":422,"target":428},{"source":422,"target":18},{"source":423,"target":429},{"source":423,"target":18},{"source":424,"target":430},{"source":424,"target":18},{"source":425,"target":431},{"source":425,"target":18},{"source":426,"target":432},{"source":426,"target":18},{"source":427,"target":433},{"source":427,"target":18},{"source":19,"target":0},{"source":19,"target":434},{"source":19,"target":435},{"source":19,"target":436},{"source":19,"target":437},{"source":19,"target":438},{"source":19,"target":439},{"source":19,"target":440},{"source":19,"target":441},{"source":19,"target":442},{"source":434,"target":2},{"source":434,"target":443},{"source":434,"target":19},{"source":443,"target":2},{"source":435,"target":2},{"source":435,"target":444},{"source":435,"target":19},{"source":444,"target":2},{"source":436,"target":445},{"source":436,"target":19},{"source":437,"target":446},{"source":437,"target":19},{"source":438,"target":447},{"source":438,"target":19},{"source":439,"target":448},{"source":439,"target":19},{"source":440,"target":449},{"source":440,"target":19},{"source":441,"target":450},{"source":441,"target":19},{"source":442,"target":451},{"source":442,"target":19},{"source":20,"target":0},{"source":20,"target":452},{"source":20,"target":453},{"source":20,"target":454},{"source":20,"target":455},{"source":452,"target":456},{"source":452,"target":20},{"source":453,"target":457},{"source":453,"target":20},{"source":454,"target":458},{"source":454,"target":20},{"source":455,"target":459},{"source":455,"target":20},{"source":21,"target":0},{"source":21,"target":460},{"source":21,"target":461},{"source":21,"target":462},{"source":21,"target":463},{"source":21,"target":464},{"source":21,"target":465},{"source":21,"target":466},{"source":460,"target":467},{"source":460,"target":21},{"source":461,"target":468},{"source":461,"target":21},{"source":462,"target":469},{"source":462,"target":21},{"source":463,"target":470},{"source":463,"target":21},{"source":464,"target":471},{"source":464,"target":21},{"source":465,"target":472},{"source":465,"target":21},{"source":466,"target":473},{"source":466,"target":21},{"source":22,"target":0},{"source":22,"target":474},{"source":22,"target":475},{"source":22,"target":476},{"source":474,"target":477},{"source":474,"target":22},{"source":475,"target":478},{"source":475,"target":22},{"source":476,"target":479},{"source":476,"target":22},{"source":23,"target":0},{"source":23,"target":480},{"source":23,"target":481},{"source":23,"target":482},{"source":23,"target":483},{"source":480,"target":23},{"source":481,"target":23},{"source":482,"target":23},{"source":483,"target":23},{"source":24,"target":0},{"source":24,"target":484},{"source":24,"target":485},{"source":24,"target":486},{"source":484,"target":487},{"source":484,"target":24},{"source":485,"target":488},{"source":485,"target":24},{"source":486,"target":489},{"source":486,"target":24},{"source":25,"target":0},{"source":25,"target":490},{"source":490,"target":491},{"source":490,"target":25},{"source":26,"target":0},{"source":26,"target":492},{"source":26,"target":493},{"source":26,"target":494},{"source":26,"target":495},{"source":492,"target":496},{"source":492,"target":26},{"source":493,"target":497},{"source":493,"target":26},{"source":494,"target":498},{"source":494,"target":26},{"source":495,"target":499},{"source":495,"target":26},{"source":27,"target":0},{"source":27,"target":500},{"source":27,"target":501},{"source":27,"target":502},{"source":27,"target":503},{"source":27,"target":504},{"source":27,"target":505},{"source":27,"target":506},{"source":27,"target":507},{"source":500,"target":27},{"source":500,"target":508},{"source":500,"target":27},{"source":508,"target":27},{"source":501,"target":509},{"source":501,"target":27},{"source":502,"target":510},{"source":502,"target":27},{"source":503,"target":511},{"source":503,"target":27},{"source":504,"target":512},{"source":504,"target":27},{"source":505,"target":513},{"source":505,"target":27},{"source":506,"target":514},{"source":506,"target":27},{"source":507,"target":515},{"source":507,"target":27},{"source":28,"target":0},{"source":28,"target":516},{"source":516,"target":517},{"source":516,"target":28},{"source":29,"target":0},{"source":29,"target":518},{"source":29,"target":519},{"source":518,"target":30},{"source":518,"target":520},{"source":518,"target":29},{"source":520,"target":30},{"source":519,"target":521},{"source":519,"target":29},{"source":30,"target":0},{"source":30,"target":522},{"source":30,"target":523},{"source":522,"target":29},{"source":522,"target":524},{"source":522,"target":30},{"source":524,"target":29},{"source":523,"target":525},{"source":523,"target":30},{"source":31,"target":0},{"source":31,"target":526},{"source":31,"target":527},{"source":31,"target":528},{"source":31,"target":529},{"source":31,"target":530},{"source":526,"target":531},{"source":526,"target":31},{"source":527,"target":532},{"source":527,"target":31},{"source":528,"target":533},{"source":528,"target":31},{"source":529,"target":534},{"source":529,"target":31},{"source":530,"target":535},{"source":530,"target":31}],"multigraph":true} |
true | <?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="classes" nsURI="http://www.ontomore.org/test/transformation/classes.owl"
nsPrefix="classes">
<eClassifiers xsi:type="ecore:EClass" name="Person"/>
<eClassifiers xsi:type="ecore:EClass" name="Employee" eSuperTypes="#//Person"/>
<eClassifiers xsi:type="ecore:EClass" name="Project"/>
</ecore:EPackage>
| github:ecore:/data/jreimone/refactory/OntoMore/Tests/org.ontomore.transformation.test/actual/classes_2.ecore | ecore | classes
Person
Employee
Project | null | {"directed":true,"nodes":[{"nsPrefix":"classes","nsURI":"http://www.ontomore.org/test/transformation/classes.owl","name":"classes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":4},{"source":4,"target":1},{"source":3,"target":0}],"multigraph":true} |
true | <?xml version="1.0" encoding="ASCII"?>
<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="classes" nsURI="http://www.ontomore.org/test/transformation/classes.owl" nsPrefix="classes">
<eClassifiers xsi:type="ecore:EClass" name="Person"/>
<eClassifiers xsi:type="ecore:EClass" name="Employee" eSuperTypes="//Person"/>
<eClassifiers xsi:type="ecore:EClass" name="Project"/>
</ecore:EPackage>
| github:ecore:/data/jreimone/refactory/OntoMore/Tests/org.corefactoring.test/refactoring/EcoreDuplicateClass/DuplicateClass_IN.ecore | ecore | classes
Person
Employee
Project | null | {"directed":true,"nodes":[{"nsPrefix":"classes","nsURI":"http://www.ontomore.org/test/transformation/classes.owl","name":"classes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":4},{"source":4,"target":1},{"source":3,"target":0}],"multigraph":true} |
false | <?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="assign"
nsURI="http://rain.ifmo.ru/~breslav/astrans/examples/2007/assign" nsPrefix="assign">
<eClassifiers xsi:type="ecore:EClass" name="AssignModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="assignments" upperBound="-1"
eType="#//Assignment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assignment" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableAssignment" eSuperTypes="#//Assignment">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="VariableNameIsNotDefinedBefore"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variableName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractFeatureAssignment" abstract="true"
eSuperTypes="#//Assignment">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="FeatureIsChangeable"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="TypesAreCompatible"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1"
eType="#//FeatureAccess" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ManyFeatureAppend" eSuperTypes="#//AbstractFeatureAssignment">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="FeatureIsMany"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleFeatureAssignment" eSuperTypes="#//AbstractFeatureAssignment">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="FeatureIsNotMany"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClassifier"
changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variableAssignment" lowerBound="1"
eType="#//VariableAssignment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureAccess" eSuperTypes="#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="FeatureBelongsToObjectType"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EObjectReference" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateInstance" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="eClassReference" lowerBound="1"
eType="#//EClassReference" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EClassReference" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClassifier"
changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaticEClassReference" eSuperTypes="#//EClassReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="eClass" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DynamicEClassReference" eSuperTypes="#//EClassReference">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ExpressionEvaluatesToAClass"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="eClass" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CopyObject" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteral" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="literal" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EEnumLiteral"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/abreslav/astrans/astrans/examples/ru.ifmo.rain.astrans.examples.assign/model/assign.ecore | ecore | assign
AssignModel
assignments
Assignment
expression
VariableAssignment
variableName
returned
false
AbstractFeatureAssignment
object
ManyFeatureAppend
SingleFeatureAssignment
Expression
type
Variable
variableAssignment
FeatureAccess
object
feature
EObjectReference
object
CreateInstance
eClassReference
EClassReference
type
StaticEClassReference
eClass
DynamicEClassReference
eClass
CopyObject
object
StringLiteral
value
BooleanLiteral
value
EnumLiteral
literal | null | {"directed":true,"nodes":[{"nsPrefix":"assign","nsURI":"http://rain.ifmo.ru/~breslav/astrans/examples/2007/assign","name":"assign","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAssignment","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractFeatureAssignment","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManyFeatureAppend","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleFeatureAssignment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureAccess","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObjectReference","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateInstance","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassReference","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticEClassReference","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicEClassReference","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CopyObject","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteral","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variableName","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"returned","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"type","changeable":false,"resolveProxies":false,"lowerBound":1,"id":33,"derived":true},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableAssignment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eClassReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"type","changeable":false,"resolveProxies":false,"lowerBound":1,"id":49,"derived":true},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":19,"target":2},{"source":19,"target":20},{"source":19,"target":1},{"source":20,"target":2},{"source":2,"target":0},{"source":2,"target":21},{"source":21,"target":7},{"source":21,"target":22},{"source":21,"target":2},{"source":22,"target":7},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":23,"target":26},{"source":23,"target":3},{"source":24,"target":27},{"source":24,"target":3},{"source":25,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":28},{"source":4,"target":29},{"source":28,"target":9},{"source":28,"target":30},{"source":28,"target":4},{"source":30,"target":9},{"source":29,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":31},{"source":31,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":32},{"source":32,"target":4},{"source":7,"target":0},{"source":7,"target":33},{"source":33,"target":34},{"source":33,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":35},{"source":8,"target":36},{"source":35,"target":3},{"source":35,"target":37},{"source":35,"target":8},{"source":37,"target":3},{"source":36,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":38},{"source":9,"target":39},{"source":9,"target":40},{"source":38,"target":7},{"source":38,"target":41},{"source":38,"target":9},{"source":41,"target":7},{"source":39,"target":42},{"source":39,"target":9},{"source":40,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":43},{"source":10,"target":44},{"source":43,"target":45},{"source":43,"target":10},{"source":44,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":46},{"source":11,"target":47},{"source":46,"target":12},{"source":46,"target":48},{"source":46,"target":11},{"source":48,"target":12},{"source":47,"target":7},{"source":12,"target":0},{"source":12,"target":49},{"source":49,"target":50},{"source":49,"target":12},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":51},{"source":13,"target":52},{"source":51,"target":53},{"source":51,"target":13},{"source":52,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":54},{"source":14,"target":55},{"source":54,"target":7},{"source":54,"target":56},{"source":54,"target":14},{"source":56,"target":7},{"source":55,"target":12},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":57},{"source":15,"target":58},{"source":57,"target":7},{"source":57,"target":59},{"source":57,"target":15},{"source":59,"target":7},{"source":58,"target":7},{"source":16,"target":0},{"source":16,"target":7},{"source":16,"target":60},{"source":16,"target":61},{"source":60,"target":62},{"source":60,"target":16},{"source":61,"target":7},{"source":17,"target":0},{"source":17,"target":7},{"source":17,"target":63},{"source":17,"target":64},{"source":63,"target":65},{"source":63,"target":17},{"source":64,"target":7},{"source":18,"target":0},{"source":18,"target":7},{"source":18,"target":66},{"source":18,"target":67},{"source":66,"target":68},{"source":66,"target":18},{"source":67,"target":7}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2007-2011 BlueXML - www.bluexml.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<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="clazz"
nsURI="http://www.kerblue.org/class/1.0" nsPrefix="clazz">
<eClassifiers xsi:type="ecore:EClass" name="ClassModelElement" eSuperTypes="../../com.bluexml.side.Common/model/Common.ecore#//ModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: 'Has comment' allows to link a class to a comment."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasComments" upperBound="-1"
eType="#//ClassComment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassPackage" eSuperTypes="../../com.bluexml.side.Common/model/Common.ecore#//Package">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: a package allows to organize class/data; this is similar to Java package structure.
Constraints: the fully qualified name of a class is compose of the successive names of the containing package and the attribute name of the class. This fully qualified name must be unique in your application. For instance, 'org.bluexml.library.mediaVideo' identifies the class mediaVideo contains in the 'library' package, itself contains in the 'bluexml' package, itself contains in the 'org' package."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="PackageNameNull"/>
</eAnnotations>
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="PackageNameNull" value="not self.name.oclIsUndefined() and self.name <> ''"/>
</eAnnotations>
<eOperations name="getAllPackages" upperBound="-1" eType="#//ClassPackage">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="ClassPackage.allInstances()"/>
</eAnnotations>
</eOperations>
<eOperations name="getAllClasses" upperBound="-1" eType="#//Clazz">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="Clazz.allInstances()"/>
</eAnnotations>
</eOperations>
<eOperations name="getAllEnumerations" upperBound="-1" eType="#//Enumeration">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="Enumeration.allInstances()"/>
</eAnnotations>
</eOperations>
<eOperations name="getAllAspects" upperBound="-1" eType="#//Aspect">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="Aspect.allInstances()"/>
</eAnnotations>
</eOperations>
<eOperations name="getAllAssociations" upperBound="-1" eType="#//Association">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="Association.allInstances()"/>
</eAnnotations>
</eOperations>
<eOperations name="getAllAbstractClasses" upperBound="-1" eType="#//AbstractClass">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="AbstractClass.allInstances()"/>
</eAnnotations>
</eOperations>
<eOperations name="getAllClassesFromEveryWhere" upperBound="-1" eType="#//Clazz">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="Clazz.allInstances() -> asSet() -> iterate(e:Clazz;result :Set(Clazz)= Set{}| result -> including(e) -> union(e.getInheritedClasses()))"/>
</eAnnotations>
</eOperations>
<eOperations name="getAllAspectsFromEveryWhere" upperBound="-1" eType="#//Aspect">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.getAllClassesFromEveryWhere().aspects -> asSet()"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="classSet" upperBound="-1"
eType="#//Clazz" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associationSet" upperBound="-1"
eType="#//Association" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aspectSet" upperBound="-1"
eType="#//Aspect" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="enumerationSet" upperBound="-1"
eType="#//Enumeration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Clazz" eSuperTypes="#//AbstractClass">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="InheritanceCycle" value="not self.generalizations ->closure(generalizations)->includes(self)"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ClassWithTwoAttributesSameName InheritanceCycle"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: a class or data defines a category of instance of objects which shares exactly the same set of attributes. In ECM applications, a class relates to a content type. SIDE Data model describes data structure for persistence through class and attributes and keeps notation close to UML class diagram to reduce learning curve.
Constraints: the fully qualified name of a class is compose of the successive names of the containing package and the attribute name of the class. This fully qualified name must be unique in your application. For instance, 'org.bluexml.library.mediaVideo' identifies the class mediaVideo contains in the 'library' package, itself contains in the 'bluexml' package, itself contains in the 'org' package.
Example: in an Alfresco application the predefined 'cm:content' is modelized as a class."/>
</eAnnotations>
<eOperations name="getAllAttributes" upperBound="-1" eType="#//Attribute">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.getAllInheritedClassAndAspectAttributes() -> union(self.getClassAndAspectAttributes())"/>
<details key="description" value="search for class attributes, inherited one and finaly added to the class by aspect"/>
</eAnnotations>
</eOperations>
<eOperations name="getClassAndAspectAttributes" upperBound="-1" eType="#//Attribute">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.attributes -> asSet() -> union(self.getAspectAttributes())"/>
</eAnnotations>
</eOperations>
<eOperations name="getInheritedClasses" upperBound="-1" eType="#//Clazz">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.generalizations -> asSet() -> iterate(e:Clazz;result :Set(Clazz)= Set{}| result -> including(e) -> union(e.getInheritedClasses()))"/>
</eAnnotations>
</eOperations>
<eOperations name="getAspectAttributes" upperBound="-1" eType="#//Attribute">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.aspects -> asSet() -> iterate(e:Aspect;result :Set(Attribute)= Set{}| result -> union(e.attributes ->asSet()))"/>
</eAnnotations>
</eOperations>
<eOperations name="getAllSubTypes" upperBound="-1" eType="#//Clazz">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="Clazz.allInstances() ->select(e:Clazz|e.getInheritedClasses() ->includes(self) )"/>
</eAnnotations>
</eOperations>
<eOperations name="getAllInheritedClassAndAspectAttributes" upperBound="-1" eType="#//Attribute">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.getInheritedClasses() ->asSet() ->iterate(cl:Clazz;result:Set(Attribute)=Set{}|result->union(cl.getClassAndAspectAttributes() ->asSet()))"/>
<details key="description" value="search attributes than is describe in inherited classes (with Aspects)"/>
</eAnnotations>
</eOperations>
<eOperations name="getAllInheritedAttributes" upperBound="-1" eType="#//Attribute">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.getInheritedClasses() ->collect(c | c.attributes) -> flatten()"/>
<details key="description" value="get all attributes including the inherited ones (excluding aspects)"/>
</eAnnotations>
</eOperations>
<eOperations name="getSourceAssociations" upperBound="-1" eType="#//Association">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="Association.allInstances() ->select(c:Association|self.isSource(c))"/>
<details key="description" value="search association where this clazz is source"/>
</eAnnotations>
</eOperations>
<eOperations name="isSource" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="(asso.firstEnd.linkedClass = self and asso.secondEnd.navigable) or (asso.secondEnd.linkedClass = self and asso.firstEnd.navigable)"/>
<details key="description" value="search for class attributes, inherited one and finaly added to the class by aspect"/>
</eAnnotations>
<eParameters name="asso" lowerBound="1" eType="#//Association"/>
</eOperations>
<eOperations name="isTarget" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="(asso.firstEnd.linkedClass = self and asso.firstEnd.navigable) or (asso.secondEnd.linkedClass = self and asso.secondEnd.navigable)"/>
<details key="description" value="search for class attributes, inherited one and finaly added to the class by aspect"/>
</eAnnotations>
<eParameters name="asso" lowerBound="1" eType="#//Association"/>
</eOperations>
<eOperations name="getTargetAssociations" upperBound="-1" eType="#//Association">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="Association.allInstances() ->select(c:Association|self.isTarget(c))"/>
<details key="description" value="search association where this clazz is target"/>
</eAnnotations>
</eOperations>
<eOperations name="getAllSourceAssociations" upperBound="-1" eType="#//Association">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.getInheritedClasses() -> including(self) ->iterate(e:Clazz;result:Set(Association)=Set{}|result->union(e.getSourceAssociations()))"/>
<details key="description" value="search association where this clazz is source"/>
</eAnnotations>
</eOperations>
<eOperations name="getAllTargetAssociations" upperBound="-1" eType="#//Association">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.getInheritedClasses() -> including(self) ->iterate(e:Clazz;result:Set(Association)=Set{}|result->union(e.getTargetAssociations()))"/>
<details key="description" value="search associations where this clazz is source or one of inheritedClass"/>
</eAnnotations>
</eOperations>
<eOperations name="getLinkedClasses" upperBound="-1" eType="#//Clazz">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.getAllSourceAssociations().getTarget() ->asOrderedSet()"/>
</eAnnotations>
</eOperations>
<eOperations name="getAllSourceAssociationEnds" upperBound="-1" eType="#//AssociationEnd">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="AssociationEnd.allInstances() -> select (ae | ae.linkedClass.oclIsTypeOf(Clazz) and ae.getOpposite().navigable and self.getInheritedClasses() -> including (self) ->includes(ae.linkedClass.oclAsType(Clazz)) )"/>
<details key="description" value="returns association ends where this clazz is source including inherited associations (association ends cannot link to aspects)"/>
</eAnnotations>
</eOperations>
<eOperations name="getAllTargetAssociationEnds" upperBound="-1" eType="#//AssociationEnd">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="AssociationEnd.allInstances() -> select (ae | ae.navigable and self.getInheritedClasses() -> including (self) ->includes(ae.linkedClass) )"/>
<details key="description" value="returns association ends where this clazz is target including inherited associations (association ends cannot link to aspects)"/>
</eAnnotations>
</eOperations>
<eOperations name="getSourceAssociationEnds" upperBound="-1" eType="#//AssociationEnd">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="AssociationEnd.allInstances() -> select (ae | ae.getOpposite().navigable and ae.linkedClass = self )"/>
<details key="description" value="returns association ends where this clazz is source"/>
</eAnnotations>
</eOperations>
<eOperations name="getTargetAssociationEnds" upperBound="-1" eType="#//AssociationEnd">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="AssociationEnd.allInstances() -> select (ae | ae.navigable and ae.linkedClass = self)"/>
<details key="description" value="returns association ends where this clazz is target"/>
</eAnnotations>
</eOperations>
<eOperations name="getAllAspects" upperBound="-1" eType="#//Aspect">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.aspects->asSet()->union(self.getInheritedClasses()->asSet().aspects)"/>
</eAnnotations>
</eOperations>
<eOperations name="getAllAttributesWithoutAspectsAttributes" upperBound="-1" eType="#//Attribute">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.getAllInheritedAttributes()->union(self.attributes)"/>
</eAnnotations>
</eOperations>
<eOperations name="getSubTypes" upperBound="-1" eType="#//Clazz">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="Clazz.allInstances() ->select(e:Clazz|e.generalizations() ->includes(self) )"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="ecore:EClass ../../com.bluexml.side.Common/model/Common.ecore#//OperationComponent"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generalizations" upperBound="-1"
eType="#//Clazz"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aspects" upperBound="-1"
eType="#//Aspect"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: this attribute indicates if the class is abstract; an abstract class cannot be instanciated but serve to define an object of more general level. For example, in the library, an abstract class 'media' may be defined to group all the kind of medias; the class 'mediaVideo' inherits of media to specialise 'media' as the media on video support.
Constraint: during modeling, think to class and abstract class as real life objects, class being a specialisation of abstract class like the class 'novel' inherits of the abstracts class 'book'."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deprecated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: set this attribute to true if the class is no more used in new version of the model but is only kept to ensure compatibility with previous models."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//TitledNamedClassModelElement">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="reflexiveAssociationMustHaveRole" value="if (self.firstEnd.oclIsTypeOf(Clazz) and self.secondEnd.oclIsTypeOf(Clazz)) then
( self.isReflexive() and self.firstEnd.navigable and self.secondEnd.navigable ) implies ( ( not self.firstEnd.name.oclIsUndefined() and self.firstEnd.name <> '' ) and ( not self.secondEnd.name.oclIsUndefined() and self.secondEnd.name <> '' ))
else
true
endif"/>
<details key="MinAndMaxTarget" value="( self.secondEnd.cardMax <> '-1' ) implies ( self.secondEnd.cardMin <= self.secondEnd.cardMax )"/>
<details key="MinAndMaxSource" value="( self.firstEnd.cardMax <> '-1' ) implies ( self.firstEnd.cardMin <= self.firstEnd.cardMax )"/>
<details key="NameNull" value="not self.name.oclIsUndefined() and self.name <> ''"/>
<details key="SourceNull" value="self.firstEnd.linkedClass->notEmpty()"/>
<details key="TargetNull" value="self.secondEnd.linkedClass->notEmpty()"/>
<details key="AtLeastOneNavigableEdge" value="(firstEnd.navigable or secondEnd.navigable)"/>
<details key="ClassCantBeReferencedbyTwoSameNameAssociation" value="if (self.getSource()->first().oclIsTypeOf(Aspect)) then
	Association.allInstances()->select(a | a.getSource() = self.getSource())->asSet()->select(a:Association|a.name = self.name)->size() = 1
else
	if (not (self.getSource().generalizations ->closure(generalizations)->intersection(self.getSource()) ->size() >0)) then
		self.getSource().getAllSourceAssociations() ->asSet() ->select(a:Association|a.name = self.name)->size() = 1
	else
		0 = 1
	endif
endif"/>
<details key="IfAggregationOrCompositionThenUnidirectionalAssociation" value="(self.associationType <> AssociationType::Direct) implies (self.firstEnd.navigable xor self.secondEnd.navigable )"/>
<details key="twoWayNavigation" value="(self.firstEnd.navigable and self.secondEnd.navigable) implies (self.firstEnd.name <> '' and self.secondEnd.name <> '')"/>
<details key="noSpecialCharacters" value="self.name.regexMatch('[\w]*') = true"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="reflexiveAssociationMustHaveRole MinAndMaxTarget MinAndMaxSource NameNull SourceNull TargetNull AtLeastOneNavigableEdge ClassCantBeReferencedbyTwoSameNameAssociation IfAggregationOrCompositionThenUnidirectionalAssociation doubleNavigable noSpecialChracters"/>
<details key="warning" value="twoWayNavigation"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: Association allows to link data sharing particular relationships; for instance, an association may be created between a resume content and a working contract content."/>
</eAnnotations>
<eOperations name="equalsForMerge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="if( self.secondEnd.linkedClass.oclIsKindOf(Classe))
then
self.secondEnd.linkedClass.oclAsType(Classe).equalsForMerge(other.secondEnd.linkedClass.oclAsType(Classe)) and self.firstEnd.linkedClass.oclAsType(Classe).equalsForMerge(other.firstEnd.linkedClass.oclAsType(Classe))
and self.name = other.name
else
true
endif
"/>
</eAnnotations>
<eParameters name="other" eType="#//Association"/>
</eOperations>
<eOperations name="isReflexive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="(self.firstEnd.linkedClass.getInheritedClasses() ->including(self.firstEnd.linkedClass) ->includes(self.secondEnd.linkedClass) and self.secondEnd.navigable)
or 
(self.secondEnd.linkedClass.getInheritedClasses() ->including(self.secondEnd.linkedClass) ->includes(self.firstEnd.linkedClass) and self.firstEnd.navigable)
"/>
</eAnnotations>
</eOperations>
<eOperations name="getSource" lowerBound="1" upperBound="2" eType="#//Clazz">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="if (self.firstEnd.navigable and self.secondEnd.navigable) then 
	Set{} ->including(self.firstEnd.linkedClass) ->including(self.secondEnd.linkedClass)
else if (self.firstEnd.navigable) then
		Set{}->including(self.secondEnd.linkedClass)
	else if (self.secondEnd.navigable) then 
			Set{}->including(self.firstEnd.linkedClass)
		else
			Set{}
		endif
	endif
endif"/>
<details key="description" value="get source Clazz"/>
</eAnnotations>
</eOperations>
<eOperations name="getTarget" lowerBound="1" upperBound="2" eType="#//Clazz">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="if (self.firstEnd.navigable and self.secondEnd.navigable) then 
	Set{} ->including(self.firstEnd.linkedClass) ->including(self.secondEnd.linkedClass)
else if (self.secondEnd.navigable) then
		Set{}->including(self.secondEnd.linkedClass)
	else if (self.firstEnd.navigable) then 
			Set{}->including(self.firstEnd.linkedClass)
		else
			Set{}
		endif
	endif
endif"/>
<details key="description" value="get source Clazz"/>
</eAnnotations>
</eOperations>
<eOperations name="getAssociationEnd" upperBound="2" eType="#//AssociationEnd">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="Sequence{self.firstEnd,self.secondEnd} -> select(ae | ae.linkedClass = clazz)
"/>
<details key="description" value="returns the association end for which the parameter class (clazz) is linked to"/>
</eAnnotations>
<eParameters name="clazz" eType="#//Clazz"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="associationType" eType="#//AssociationType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: an association may be of various type according to the relationship which must be established between two types of data:
- Simple: this indicates that there are links between associated data instanes.
- Aggregation: this indicates a stronger relation between data types which is usually a relation of inclusion; for instance, an association between a wiki and a page.
- Composition: this indicates a composite aggregation and that if a container data type instance is suppressed, the associated contained data type instances must also be suppressed; for instance, if a wiki is suppressed, all its pages must be suppressed."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="firstEnd" eType="#//AssociationEnd"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="secondEnd" eType="#//AssociationEnd"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//TitledNamedClassModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: a class property descibes a characteristic of the concerned class. For example, the property 'title' of the class 'book' gives the title of the book.
Constraints: 
- the name of a class property must be unique between all the direct and inherited property of a class.
- a property is associated to a single class or abstract class; a class or an abstract class may contain zero, one or several properties.
"/>
</eAnnotations>
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="NameNull" value="not self.name.oclIsUndefined() and self.name <> ''"/>
<details key="noSpecialCharacters" value="self.name.regexMatch('[\w]*') = true"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="NameNull noSpecialCharacters "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typ" eType="ecore:EEnum ../../com.bluexml.side.Common/model/Common.ecore#//DataType"
defaultValueLiteral="String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: the type of a class property allows to define its format; the supported property types are boolean, byte, char, double, float, int, long, short, String, Date, Object.
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: this attribute allows to set up an initial value to the class property at creation of an object."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EEnum ../../com.bluexml.side.Common/model/Common.ecore#//Visibility"
defaultValueLiteral="Private">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: this attribute indicates the scope of the class property the possible values are:
- public: the class property is visible to other classes through association.
- private: the class property is not visible to other classes.
- protected: the class property cannot be updated."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueList" eType="#//Enumeration"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" 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="Definition: if true, this attribute inidcates that the class property is part of the unique constraint of the class. This means that the set of values of all the unique property must be unique through all the instances of the class."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mockup" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="../../com.bluexml.side.Common/model/Common.ecore#//NamedModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: an enumeration represents a list of values which may be associated to a class property.
Example: the list of languages associated to the property 'language' of a book.
Deprecated: the link'depends of' was used in previous release of SIDE to model a relation between enumeration like between a department list and a country list; this link has been kept for compatibility reason but is no more useful at the data level and is now managed between fields of Form model as a management rule."/>
</eAnnotations>
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="enumDynamicAreNotAvailable" value="dynamic=false"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="warning" value="enumDynamicAreNotAvailable"/>
<details key="constraints" value="enumDynamicAreNotAvailable"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1"
eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: if false, this attribute indicates that the values of the enumeration are predefined and fixed: they are defined during modeling. If true, this attribute indicates that the set of values of the enumeration may be extended at application runtime."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="depends" eType="#//Enumeration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defintion: the item of an enumeration; it is composed of a name and a value."/>
</eAnnotations>
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="NameNull" value="not self.name.oclIsUndefined() and self.name <> ''"/>
<details key="noSpecialCharacters" value="self.name.regexMatch('[\w]*') = true"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="NameNull noSpecialCharacters"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: the value of an item of an enumeration.
Constraints: a single value may be defined for a name.
Example: consider the enumeration mediaType : {(videoType, Video), (paperType, Paper), (audioType, Audio),(numericType, File), ...}; a Video media has the mediaType of name videoType and of value Video."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: the identifier of an item of an enumeration.
Constraint: the name is unique in an enumeration"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="enum" eType="#//Enumeration"
eOpposite="#//Enumeration/literals"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AssociationType">
<eLiterals name="Direct"/>
<eLiterals name="Aggregation" value="1"/>
<eLiterals name="Composition" value="2" literal="Composition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Aspect" eSuperTypes="#//AbstractClass">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: an aspect allows to group attributes in order to isolate a specific characteristic of a data; an aspect may be associated to many different class or content type. To link an aspect to a data type, use the 'Has aspect' link.
Example: if you want to have an automatic revision number for all the content types you defined, you can create an aspect 'Revision' which contains an attribute 'revisionNumber'. In your data modeling, you apply the aspect 'Revision' to all the content types.
Constraints: the fully qualified name of an aspect is compose of the successive names of the containing package and the attribute name of the aspect. This fully qualified name must be unique in your application. For instance, 'org.bluexml.library.revision' identifies the aspect Revision contains in the 'library' package, itself contains in the 'bluexml' package, itself contains in the 'org' package."/>
</eAnnotations>
<eOperations name="equalsForMerge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.name = other.name and self.title = other.title"/>
</eAnnotations>
<eParameters name="other" eType="#//Aspect"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="generalizations" upperBound="-1"
eType="#//Aspect"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractClass" abstract="true" eSuperTypes="#//TitledNamedClassModelElement ../../com.bluexml.side.Common/model/Common.ecore#//Container">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="TwoModelElementWithSameName" value="AbstractClass.allInstances()->select(a | a.name = self.name and a.getContainer() = self.getContainer() and a <> self)->size() = 0"/>
<details key="NameNull" value="not self.name.oclIsUndefined() and self.name <> ''"/>
<details key="noSpecialCharacters" value="self.name.regexMatch('[\w]*') = true"/>
<details key="TwoAttributesSameName" value="self.attributes -> forAll( a1, a2 | a1 <> a2 implies a1.name <>a2.name)"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="TwoModelElementWithSameName NameNull noSpecialCharacters TwoAttributesSameName"/>
</eAnnotations>
<eOperations name="equalsForMerge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="self.name = other.name and self.title = other.title"/>
</eAnnotations>
<eParameters name="other" eType="#//AbstractClass"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TitledNamedClassModelElement" abstract="true"
eSuperTypes="../../com.bluexml.side.Common/model/Common.ecore#//NamedModelElement #//ClassModelElement">
<eOperations name="getLabel" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="if self.title.oclIsUndefined() or self.title.size() = 0 then
 self.name 
else
 self.title 
endif"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: the title of the concerned elements. 
Constraints: do not forget to set up this value in order to have label associated to generated elements."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassComment" eSuperTypes="../../com.bluexml.side.Common/model/Common.ecore#//Comment">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: Comments may be used to describe class. Double click to fill up the comment body with the text you want."/>
</eAnnotations>
<eAnnotations source="InternalDoc">
<details key="documentation" value="Used because we can't put a Comment (from Common) on the diagram. "/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssociationEnd" eSuperTypes="#//TitledNamedClassModelElement ../../com.bluexml.side.Common/model/Common.ecore#//Comment">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: one of the two sides of an association; it references a class/data."/>
</eAnnotations>
<eOperations name="isMandatory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="cardMin.toInteger() > 0"/>
<details key="description" value="returns true if the association end is mandatory"/>
</eAnnotations>
</eOperations>
<eOperations name="isMany" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="(cardMax.toInteger() > 1) or (cardMax.toInteger() = -1)"/>
<details key="description" value="returns true if the association end has a multiple cardinality"/>
</eAnnotations>
</eOperations>
<eOperations name="getOpposite" eType="#//AssociationEnd">
<eAnnotations source="http://www.bluexml.com/OCL">
<details key="body" value="let parent : Association = Association.allInstances() -> select(a | a.firstEnd = self or a.secondEnd = self) -> asSequence() -> first() in if (parent.firstEnd = self) then parent.secondEnd else parent.firstEnd endif"/>
<details key="description" value="returns the other side of the containing association"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cardMin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: the minimum number (minimum cardinality) of instances of the targeted class which participate to the association.
Example: let's consider a relation between a resume content and a working contract. The resume end association having a minimum cardinality of 0 means that a working contract may not be related to a resume. A cardinality of 1 indicates that at least one resume must be associated to a working contract.
Constraints: the number must be equals or superior to 0."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cardMax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: the maximum number (maximum cardinality) of instances of the targeted class which participate to the association.
Example: let's consider a relation between a resume content and a working contract. The resume end association having a maximum cardinality of 1 means that a working contract is related to at most one resume. A cardinality of * indicates that as many resume as you want may be associated to a working contract.
Constraints: the number must be superior to 0."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="navigable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition: if false, this boolean indicates that the association is not navigable ie it is not possible to pass through the association.
Example: let's consider a relation between a resume content and a working contract which is not navigable on the resume end association and navigable on the working contract. This means that the working contract instances will not store resume instances list (it is not possible from a working contract to list the associated resume) and that the resume instances will store working contract instances list (it is possible from a resume to list the associated working contracts)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkedClass" eType="#//AbstractClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//ClassPackage"/>
</ecore:EPackage>
| github:ecore:/data/jck1307/SIDE-Labs/S-IDE/MetaModel/Class/trunk/com.bluexml.side.Class/model/Class.ecore | ecore | clazz
ClassModelElement
hasComments
ClassPackage
getAllPackages
getAllClasses
getAllEnumerations
getAllAspects
getAllAssociations
getAllAbstractClasses
getAllClassesFromEveryWhere
getAllAspectsFromEveryWhere
classSet
associationSet
aspectSet
enumerationSet
Clazz
getAllAttributes
getClassAndAspectAttributes
getInheritedClasses
getAspectAttributes
getAllSubTypes
getAllInheritedClassAndAspectAttributes
getAllInheritedAttributes
getSourceAssociations
isSource
asso
isTarget
asso
getTargetAssociations
getAllSourceAssociations
getAllTargetAssociations
getLinkedClasses
getAllSourceAssociationEnds
getAllTargetAssociationEnds
getSourceAssociationEnds
getTargetAssociationEnds
getAllAspects
getAllAttributesWithoutAspectsAttributes
getSubTypes
operations
generalizations
aspects
abstract
deprecated
Association
equalsForMerge
other
isReflexive
getSource
getTarget
getAssociationEnd
clazz
associationType
firstEnd
secondEnd
ordered
Attribute
typ
String
initialValue
visibility
Private
valueList
unique
false
mockup
Enumeration
literals
dynamic
false
depends
EnumerationLiteral
value
name
enum
AssociationType
Direct
Direct
Aggregation
Aggregation
Composition
Composition
Aspect
equalsForMerge
other
generalizations
AbstractClass
equalsForMerge
other
attributes
TitledNamedClassModelElement
getLabel
title
ClassComment
AssociationEnd
isMandatory
isMany
getOpposite
cardMin
0
cardMax
1
navigable
linkedClass
Model | null | {"directed":true,"nodes":[{"nsPrefix":"clazz","nsURI":"http://www.kerblue.org/class/1.0","name":"clazz","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassModelElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassPackage","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clazz","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssociationType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aspect","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractClass","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TitledNamedClassModelElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassComment","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationEnd","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasComments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllPackages","lowerBound":0,"id":18,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllClasses","lowerBound":0,"id":19,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllEnumerations","lowerBound":0,"id":20,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllAspects","lowerBound":0,"id":21,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllAssociations","lowerBound":0,"id":22,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllAbstractClasses","lowerBound":0,"id":23,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllClassesFromEveryWhere","lowerBound":0,"id":24,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllAspectsFromEveryWhere","lowerBound":0,"id":25,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"associationSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aspectSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumerationSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllAttributes","lowerBound":0,"id":43,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getClassAndAspectAttributes","lowerBound":0,"id":44,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getInheritedClasses","lowerBound":0,"id":45,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAspectAttributes","lowerBound":0,"id":46,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSubTypes","lowerBound":0,"id":47,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllInheritedClassAndAspectAttributes","lowerBound":0,"id":48,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllInheritedAttributes","lowerBound":0,"id":49,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSourceAssociations","lowerBound":0,"id":50,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSource","lowerBound":1,"id":51,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isTarget","lowerBound":1,"id":52,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getTargetAssociations","lowerBound":0,"id":53,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSourceAssociations","lowerBound":0,"id":54,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllTargetAssociations","lowerBound":0,"id":55,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getLinkedClasses","lowerBound":0,"id":56,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSourceAssociationEnds","lowerBound":0,"id":57,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllTargetAssociationEnds","lowerBound":0,"id":58,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSourceAssociationEnds","lowerBound":0,"id":59,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getTargetAssociationEnds","lowerBound":0,"id":60,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllAspects","lowerBound":0,"id":61,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllAttributesWithoutAspectsAttributes","lowerBound":0,"id":62,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSubTypes","lowerBound":0,"id":63,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generalizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aspects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deprecated","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"asso","lowerBound":1,"id":79,"many":false,"required":true,"eClass":"EParameter"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"asso","lowerBound":1,"id":82,"many":false,"required":true,"eClass":"EParameter"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalsForMerge","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isReflexive","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":2,"unique":true,"name":"getSource","lowerBound":1,"id":102,"many":true,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":2,"unique":true,"name":"getTarget","lowerBound":1,"id":103,"many":true,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":2,"unique":true,"name":"getAssociationEnd","lowerBound":0,"id":104,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"associationType","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"secondEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"other","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EParameter"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"clazz","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"String","unsettable":false,"transient":false,"unique":true,"name":"typ","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Private","unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mockup","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"dynamic","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"depends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enum","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"name":"Direct","id":149,"value":0,"literal":"Direct","eClass":"EEnumLiteral"},{"name":"Aggregation","id":150,"value":1,"literal":"Aggregation","eClass":"EEnumLiteral"},{"name":"Composition","id":151,"value":2,"literal":"Composition","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalsForMerge","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generalizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"other","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EParameter"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalsForMerge","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"other","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EParameter"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLabel","lowerBound":1,"id":167,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMandatory","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMany","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOpposite","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"0","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"cardMin","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"cardMax","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"navigable","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":15,"target":12},{"source":15,"target":17},{"source":15,"target":1},{"source":17,"target":12},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":18,"target":2},{"source":18,"target":31},{"source":18,"target":2},{"source":31,"target":2},{"source":19,"target":3},{"source":19,"target":32},{"source":19,"target":2},{"source":32,"target":3},{"source":20,"target":6},{"source":20,"target":33},{"source":20,"target":2},{"source":33,"target":6},{"source":21,"target":9},{"source":21,"target":34},{"source":21,"target":2},{"source":34,"target":9},{"source":22,"target":4},{"source":22,"target":35},{"source":22,"target":2},{"source":35,"target":4},{"source":23,"target":10},{"source":23,"target":36},{"source":23,"target":2},{"source":36,"target":10},{"source":24,"target":3},{"source":24,"target":37},{"source":24,"target":2},{"source":37,"target":3},{"source":25,"target":9},{"source":25,"target":38},{"source":25,"target":2},{"source":38,"target":9},{"source":26,"target":3},{"source":26,"target":39},{"source":26,"target":2},{"source":39,"target":3},{"source":27,"target":4},{"source":27,"target":40},{"source":27,"target":2},{"source":40,"target":4},{"source":28,"target":9},{"source":28,"target":41},{"source":28,"target":2},{"source":41,"target":9},{"source":29,"target":6},{"source":29,"target":42},{"source":29,"target":2},{"source":42,"target":6},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":3,"target":66},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":43,"target":5},{"source":43,"target":70},{"source":43,"target":3},{"source":70,"target":5},{"source":44,"target":5},{"source":44,"target":71},{"source":44,"target":3},{"source":71,"target":5},{"source":45,"target":3},{"source":45,"target":72},{"source":45,"target":3},{"source":72,"target":3},{"source":46,"target":5},{"source":46,"target":73},{"source":46,"target":3},{"source":73,"target":5},{"source":47,"target":3},{"source":47,"target":74},{"source":47,"target":3},{"source":74,"target":3},{"source":48,"target":5},{"source":48,"target":75},{"source":48,"target":3},{"source":75,"target":5},{"source":49,"target":5},{"source":49,"target":76},{"source":49,"target":3},{"source":76,"target":5},{"source":50,"target":4},{"source":50,"target":77},{"source":50,"target":3},{"source":77,"target":4},{"source":51,"target":78},{"source":51,"target":3},{"source":51,"target":79},{"source":79,"target":4},{"source":79,"target":80},{"source":79,"target":51},{"source":80,"target":4},{"source":52,"target":81},{"source":52,"target":3},{"source":52,"target":82},{"source":82,"target":4},{"source":82,"target":83},{"source":82,"target":52},{"source":83,"target":4},{"source":53,"target":4},{"source":53,"target":84},{"source":53,"target":3},{"source":84,"target":4},{"source":54,"target":4},{"source":54,"target":85},{"source":54,"target":3},{"source":85,"target":4},{"source":55,"target":4},{"source":55,"target":86},{"source":55,"target":3},{"source":86,"target":4},{"source":56,"target":3},{"source":56,"target":87},{"source":56,"target":3},{"source":87,"target":3},{"source":57,"target":13},{"source":57,"target":88},{"source":57,"target":3},{"source":88,"target":13},{"source":58,"target":13},{"source":58,"target":89},{"source":58,"target":3},{"source":89,"target":13},{"source":59,"target":13},{"source":59,"target":90},{"source":59,"target":3},{"source":90,"target":13},{"source":60,"target":13},{"source":60,"target":91},{"source":60,"target":3},{"source":91,"target":13},{"source":61,"target":9},{"source":61,"target":92},{"source":61,"target":3},{"source":92,"target":9},{"source":62,"target":5},{"source":62,"target":93},{"source":62,"target":3},{"source":93,"target":5},{"source":63,"target":3},{"source":63,"target":94},{"source":63,"target":3},{"source":94,"target":3},{"source":64,"target":95},{"source":64,"target":3},{"source":65,"target":3},{"source":65,"target":96},{"source":65,"target":3},{"source":96,"target":3},{"source":66,"target":9},{"source":66,"target":97},{"source":66,"target":3},{"source":97,"target":9},{"source":67,"target":98},{"source":67,"target":3},{"source":68,"target":99},{"source":68,"target":3},{"source":69,"target":10},{"source":4,"target":0},{"source":4,"target":11},{"source":4,"target":100},{"source":4,"target":101},{"source":4,"target":102},{"source":4,"target":103},{"source":4,"target":104},{"source":4,"target":105},{"source":4,"target":106},{"source":4,"target":107},{"source":4,"target":108},{"source":4,"target":109},{"source":100,"target":110},{"source":100,"target":4},{"source":100,"target":111},{"source":111,"target":4},{"source":111,"target":112},{"source":111,"target":100},{"source":112,"target":4},{"source":101,"target":113},{"source":101,"target":4},{"source":102,"target":3},{"source":102,"target":114},{"source":102,"target":4},{"source":114,"target":3},{"source":103,"target":3},{"source":103,"target":115},{"source":103,"target":4},{"source":115,"target":3},{"source":104,"target":13},{"source":104,"target":116},{"source":104,"target":4},{"source":104,"target":117},{"source":116,"target":13},{"source":117,"target":3},{"source":117,"target":118},{"source":117,"target":104},{"source":118,"target":3},{"source":105,"target":8},{"source":105,"target":119},{"source":105,"target":4},{"source":119,"target":8},{"source":106,"target":13},{"source":106,"target":120},{"source":106,"target":4},{"source":120,"target":13},{"source":107,"target":13},{"source":107,"target":121},{"source":107,"target":4},{"source":121,"target":13},{"source":108,"target":122},{"source":108,"target":4},{"source":109,"target":11},{"source":5,"target":0},{"source":5,"target":11},{"source":5,"target":123},{"source":5,"target":124},{"source":5,"target":125},{"source":5,"target":126},{"source":5,"target":127},{"source":5,"target":128},{"source":5,"target":129},{"source":123,"target":130},{"source":123,"target":5},{"source":124,"target":131},{"source":124,"target":5},{"source":125,"target":132},{"source":125,"target":5},{"source":126,"target":6},{"source":126,"target":133},{"source":126,"target":5},{"source":133,"target":6},{"source":127,"target":134},{"source":127,"target":5},{"source":128,"target":135},{"source":128,"target":5},{"source":129,"target":11},{"source":6,"target":0},{"source":6,"target":136},{"source":6,"target":137},{"source":6,"target":138},{"source":6,"target":139},{"source":136,"target":7},{"source":136,"target":140},{"source":136,"target":6},{"source":136,"target":141},{"source":140,"target":7},{"source":137,"target":142},{"source":137,"target":6},{"source":138,"target":6},{"source":138,"target":143},{"source":138,"target":6},{"source":143,"target":6},{"source":7,"target":0},{"source":7,"target":144},{"source":7,"target":145},{"source":7,"target":141},{"source":144,"target":146},{"source":144,"target":7},{"source":145,"target":147},{"source":145,"target":7},{"source":141,"target":6},{"source":141,"target":148},{"source":141,"target":7},{"source":141,"target":136},{"source":148,"target":6},{"source":8,"target":0},{"source":8,"target":149},{"source":8,"target":150},{"source":8,"target":151},{"source":149,"target":8},{"source":150,"target":8},{"source":151,"target":8},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":152},{"source":9,"target":153},{"source":9,"target":154},{"source":152,"target":155},{"source":152,"target":9},{"source":152,"target":156},{"source":156,"target":9},{"source":156,"target":157},{"source":156,"target":152},{"source":157,"target":9},{"source":153,"target":9},{"source":153,"target":158},{"source":153,"target":9},{"source":158,"target":9},{"source":154,"target":10},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":159},{"source":10,"target":160},{"source":10,"target":161},{"source":10,"target":162},{"source":159,"target":163},{"source":159,"target":10},{"source":159,"target":164},{"source":164,"target":10},{"source":164,"target":165},{"source":164,"target":159},{"source":165,"target":10},{"source":160,"target":5},{"source":160,"target":166},{"source":160,"target":10},{"source":166,"target":5},{"source":161,"target":11},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":167},{"source":11,"target":168},{"source":11,"target":169},{"source":11,"target":170},{"source":167,"target":171},{"source":167,"target":11},{"source":168,"target":172},{"source":168,"target":11},{"source":170,"target":1},{"source":12,"target":0},{"source":12,"target":173},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":174},{"source":13,"target":175},{"source":13,"target":176},{"source":13,"target":177},{"source":13,"target":178},{"source":13,"target":179},{"source":13,"target":180},{"source":13,"target":181},{"source":13,"target":182},{"source":174,"target":183},{"source":174,"target":13},{"source":175,"target":184},{"source":175,"target":13},{"source":176,"target":13},{"source":176,"target":185},{"source":176,"target":13},{"source":185,"target":13},{"source":177,"target":186},{"source":177,"target":13},{"source":178,"target":187},{"source":178,"target":13},{"source":179,"target":188},{"source":179,"target":13},{"source":180,"target":10},{"source":180,"target":189},{"source":180,"target":13},{"source":189,"target":10},{"source":181,"target":11},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":190},{"source":190,"target":2}],"multigraph":true} |
false | <?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="extension"
nsURI="http://www.polarsys.org/kitalpha/emde/genchain/1.0.0" nsPrefix="genchainExtension">
<eClassifiers xsi:type="ecore:EClass" name="EmdeGeneration" eSuperTypes="platform:/plugin/org.eclipse.egf.portfolio.genchain/model/generationChain.ecore#//EmfGeneration"/>
</ecore:EPackage>
| github:ecore:/data/a66as/kitalpha/emde/plugins/org.polarsys.kitalpha.emde.genchain/model/eMDE_Extension.ecore | ecore | extension
EmdeGeneration | null | {"directed":true,"nodes":[{"nsPrefix":"genchainExtension","nsURI":"http://www.polarsys.org/kitalpha/emde/genchain/1.0.0","name":"extension","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmdeGeneration","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"id":2,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2}],"multigraph":true} |
false | <?xml version="1.0" encoding="ASCII"?>
<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="org_sl_planet_bgfSimplified" nsURI="bgf.xsd" nsPrefix="bgfs">
<eClassifiers xsi:type="ecore:EClass" name="Allof">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" lowerBound="1"
upperBound="-1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Any"/>
<eClassifiers xsi:type="ecore:EClass" name="Choice">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" lowerBound="1"
upperBound="-1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Empty"/>
<eClassifiers xsi:type="ecore:EClass" name="Epsilon"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Value"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="terminal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nonterminal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="epsilon" eType="#//Epsilon"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="empty" eType="#//Empty"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="any" eType="#//Any" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectable" eType="#//Selectable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="marked" eType="#//Marked"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sequence" eType="#//Sequence"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="choice" eType="#//Choice"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allof" eType="#//Allof"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="not" eType="#//Not" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="optional" eType="#//Optional"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="plus" eType="#//Plus" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="star" eType="#//Star" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="seplistplus" eType="#//Seplistplus"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sepliststar" eType="#//Sepliststar"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Grammar">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="roots" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="productions" upperBound="-1"
eType="#//Production" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Marked">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Not">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Optional">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Plus">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Production">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nonterminal" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Selectable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selector" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Seplistplus">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression1" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sepliststar">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression1" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sequence">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" lowerBound="1"
upperBound="-1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Star">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Value">
<eLiterals name="int" literal="int"/>
<eLiterals name="string" value="1" literal="string"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/patrickneubauer/XMLIntellEdit/xmlintelledit/xmltext/bgf/bgf.ecore | ecore | org_sl_planet_bgfSimplified
Allof
expressions
Any
Choice
expressions
Empty
Epsilon
Expression
value
terminal
nonterminal
epsilon
empty
any
selectable
marked
sequence
choice
allof
not
optional
plus
star
seplistplus
sepliststar
Grammar
roots
productions
Marked
expression
Not
expression
Optional
expression
Plus
expression
Production
label
nonterminal
expression
Selectable
selector
expression
Seplistplus
expression
expression1
Sepliststar
expression
expression1
Sequence
expressions
Star
expression
Value
int
int
string
string | null | {"directed":true,"nodes":[{"nsPrefix":"bgfs","nsURI":"bgf.xsd","name":"org_sl_planet_bgfSimplified","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Allof","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Any","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choice","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Empty","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Epsilon","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grammar","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Marked","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Optional","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Production","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selectable","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Seplistplus","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sepliststar","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Star","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Value","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"terminal","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nonterminal","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"epsilon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"empty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"any","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selectable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"marked","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"choice","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allof","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"not","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optional","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"star","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"seplistplus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sepliststar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"roots","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"productions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nonterminal","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selector","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"name":"int","id":91,"value":0,"literal":"int","eClass":"EEnumLiteral"},{"name":"string","id":92,"value":1,"literal":"string","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":19,"target":6},{"source":19,"target":20},{"source":19,"target":1},{"source":20,"target":6},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":21},{"source":21,"target":6},{"source":21,"target":22},{"source":21,"target":3},{"source":22,"target":6},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":23},{"source":6,"target":24},{"source":6,"target":25},{"source":6,"target":26},{"source":6,"target":27},{"source":6,"target":28},{"source":6,"target":29},{"source":6,"target":30},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":23,"target":18},{"source":23,"target":40},{"source":23,"target":6},{"source":40,"target":18},{"source":24,"target":41},{"source":24,"target":6},{"source":25,"target":42},{"source":25,"target":6},{"source":26,"target":5},{"source":26,"target":43},{"source":26,"target":6},{"source":43,"target":5},{"source":27,"target":4},{"source":27,"target":44},{"source":27,"target":6},{"source":44,"target":4},{"source":28,"target":2},{"source":28,"target":45},{"source":28,"target":6},{"source":45,"target":2},{"source":29,"target":13},{"source":29,"target":46},{"source":29,"target":6},{"source":46,"target":13},{"source":30,"target":8},{"source":30,"target":47},{"source":30,"target":6},{"source":47,"target":8},{"source":31,"target":16},{"source":31,"target":48},{"source":31,"target":6},{"source":48,"target":16},{"source":32,"target":3},{"source":32,"target":49},{"source":32,"target":6},{"source":49,"target":3},{"source":33,"target":1},{"source":33,"target":50},{"source":33,"target":6},{"source":50,"target":1},{"source":34,"target":9},{"source":34,"target":51},{"source":34,"target":6},{"source":51,"target":9},{"source":35,"target":10},{"source":35,"target":52},{"source":35,"target":6},{"source":52,"target":10},{"source":36,"target":11},{"source":36,"target":53},{"source":36,"target":6},{"source":53,"target":11},{"source":37,"target":17},{"source":37,"target":54},{"source":37,"target":6},{"source":54,"target":17},{"source":38,"target":14},{"source":38,"target":55},{"source":38,"target":6},{"source":55,"target":14},{"source":39,"target":15},{"source":39,"target":56},{"source":39,"target":6},{"source":56,"target":15},{"source":7,"target":0},{"source":7,"target":57},{"source":7,"target":58},{"source":57,"target":59},{"source":57,"target":7},{"source":58,"target":12},{"source":58,"target":60},{"source":58,"target":7},{"source":60,"target":12},{"source":8,"target":0},{"source":8,"target":61},{"source":61,"target":6},{"source":61,"target":62},{"source":61,"target":8},{"source":62,"target":6},{"source":9,"target":0},{"source":9,"target":63},{"source":63,"target":6},{"source":63,"target":64},{"source":63,"target":9},{"source":64,"target":6},{"source":10,"target":0},{"source":10,"target":65},{"source":65,"target":6},{"source":65,"target":66},{"source":65,"target":10},{"source":66,"target":6},{"source":11,"target":0},{"source":11,"target":67},{"source":67,"target":6},{"source":67,"target":68},{"source":67,"target":11},{"source":68,"target":6},{"source":12,"target":0},{"source":12,"target":69},{"source":12,"target":70},{"source":12,"target":71},{"source":69,"target":72},{"source":69,"target":12},{"source":70,"target":73},{"source":70,"target":12},{"source":71,"target":6},{"source":71,"target":74},{"source":71,"target":12},{"source":74,"target":6},{"source":13,"target":0},{"source":13,"target":75},{"source":13,"target":76},{"source":75,"target":77},{"source":75,"target":13},{"source":76,"target":6},{"source":76,"target":78},{"source":76,"target":13},{"source":78,"target":6},{"source":14,"target":0},{"source":14,"target":79},{"source":14,"target":80},{"source":79,"target":6},{"source":79,"target":81},{"source":79,"target":14},{"source":81,"target":6},{"source":80,"target":6},{"source":80,"target":82},{"source":80,"target":14},{"source":82,"target":6},{"source":15,"target":0},{"source":15,"target":83},{"source":15,"target":84},{"source":83,"target":6},{"source":83,"target":85},{"source":83,"target":15},{"source":85,"target":6},{"source":84,"target":6},{"source":84,"target":86},{"source":84,"target":15},{"source":86,"target":6},{"source":16,"target":0},{"source":16,"target":87},{"source":87,"target":6},{"source":87,"target":88},{"source":87,"target":16},{"source":88,"target":6},{"source":17,"target":0},{"source":17,"target":89},{"source":89,"target":6},{"source":89,"target":90},{"source":89,"target":17},{"source":90,"target":6},{"source":18,"target":0},{"source":18,"target":91},{"source":18,"target":92},{"source":91,"target":18},{"source":92,"target":18}],"multigraph":true} |
false | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI 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">
<ecore:EPackage name="ASL">
<eClassifiers xsi:type="ecore:EClass" name="ASL">
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="/0/Operation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="LoadMetamodel" eSuperTypes="/0/Operation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nsUri" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modelHandler" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoadModel" eSuperTypes="/0/Operation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodel" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inWorkspace" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileExtensions" ordered="false" unique="false" upperBound="-1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="injector" ordered="false" eType="/0/Injector" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Injector">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" lowerBound="1" eType="/0/ProjectorType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="params" ordered="false" upperBound="-1" eType="/0/Param" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ProjectorType">
<eLiterals name="xml" value="1"/>
<eLiterals name="xmi" value="2"/>
<eLiterals name="ebnf" value="3"/>
<eLiterals name="atl" value="4"/>
<eLiterals name="html" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Extractor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" lowerBound="1" eType="/0/ProjectorType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="params" ordered="false" upperBound="-1" eType="/0/Param" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Param">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SaveModel" eSuperTypes="/0/Operation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="model" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extractor" ordered="false" eType="/0/Extractor" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ATL" eSuperTypes="/0/Operation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inModels" ordered="false" upperBound="-1" eType="/0/InModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false" upperBound="-1" eType="/0/OutModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false" upperBound="-1" eType="/0/Library" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="model" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="model" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodel" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplyMarkers" eSuperTypes="/0/Operation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="problemModel" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileToApplyMarkers" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/atlanmod/EMFTVM-D/plugins/org.eclipse.m2m.atl.service.core/resources/ASL/ASL.ecore | ecore | ASL
ASL
operations
Operation
LoadMetamodel
name
path
nsUri
modelHandler
LoadModel
name
path
metamodel
inWorkspace
fileExtensions
injector
Injector
type
params
ProjectorType
xml
xml
xmi
xmi
ebnf
ebnf
atl
atl
html
html
Extractor
type
params
Param
name
value
SaveModel
model
path
extractor
ATL
path
inModels
outModels
libraries
InModel
name
model
OutModel
name
model
metamodel
Library
name
path
ApplyMarkers
problemModel
fileToApplyMarkers
PrimitiveTypes
String
Boolean | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"ASL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASL","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoadMetamodel","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoadModel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Injector","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProjectorType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extractor","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Param","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SaveModel","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ATL","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InModel","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutModel","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyMarkers","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nsUri","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"modelHandler","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":22,"serializable":true,"eClass":"EDataType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"metamodel","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"inWorkspace","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fileExtensions","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"injector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":37,"serializable":true,"eClass":"EDataType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"name":"xml","id":45,"value":1,"literal":"xml","eClass":"EEnumLiteral"},{"name":"xmi","id":46,"value":2,"literal":"xmi","eClass":"EEnumLiteral"},{"name":"ebnf","id":47,"value":3,"literal":"ebnf","eClass":"EEnumLiteral"},{"name":"atl","id":48,"value":4,"literal":"atl","eClass":"EEnumLiteral"},{"name":"html","id":49,"value":5,"literal":"html","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"model","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extractor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"model","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"model","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"metamodel","changeable":true,"lowerBound":1,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"problemModel","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fileToApplyMarkers","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":93,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":15,"target":2},{"source":15,"target":16},{"source":15,"target":1},{"source":16,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":17,"target":22},{"source":17,"target":23},{"source":17,"target":3},{"source":23,"target":22},{"source":18,"target":22},{"source":18,"target":24},{"source":18,"target":3},{"source":24,"target":22},{"source":19,"target":22},{"source":19,"target":25},{"source":19,"target":3},{"source":25,"target":22},{"source":20,"target":22},{"source":20,"target":26},{"source":20,"target":3},{"source":26,"target":22},{"source":21,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":27,"target":22},{"source":27,"target":34},{"source":27,"target":4},{"source":34,"target":22},{"source":28,"target":22},{"source":28,"target":35},{"source":28,"target":4},{"source":35,"target":22},{"source":29,"target":22},{"source":29,"target":36},{"source":29,"target":4},{"source":36,"target":22},{"source":30,"target":37},{"source":30,"target":38},{"source":30,"target":4},{"source":38,"target":37},{"source":31,"target":22},{"source":31,"target":39},{"source":31,"target":4},{"source":39,"target":22},{"source":32,"target":5},{"source":32,"target":40},{"source":32,"target":4},{"source":40,"target":5},{"source":33,"target":2},{"source":5,"target":0},{"source":5,"target":41},{"source":5,"target":42},{"source":41,"target":6},{"source":41,"target":43},{"source":41,"target":5},{"source":43,"target":6},{"source":42,"target":8},{"source":42,"target":44},{"source":42,"target":5},{"source":44,"target":8},{"source":6,"target":0},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":45,"target":6},{"source":46,"target":6},{"source":47,"target":6},{"source":48,"target":6},{"source":49,"target":6},{"source":7,"target":0},{"source":7,"target":50},{"source":7,"target":51},{"source":50,"target":6},{"source":50,"target":52},{"source":50,"target":7},{"source":52,"target":6},{"source":51,"target":8},{"source":51,"target":53},{"source":51,"target":7},{"source":53,"target":8},{"source":8,"target":0},{"source":8,"target":54},{"source":8,"target":55},{"source":54,"target":22},{"source":54,"target":56},{"source":54,"target":8},{"source":56,"target":22},{"source":55,"target":22},{"source":55,"target":57},{"source":55,"target":8},{"source":57,"target":22},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":9,"target":61},{"source":58,"target":22},{"source":58,"target":62},{"source":58,"target":9},{"source":62,"target":22},{"source":59,"target":22},{"source":59,"target":63},{"source":59,"target":9},{"source":63,"target":22},{"source":60,"target":7},{"source":60,"target":64},{"source":60,"target":9},{"source":64,"target":7},{"source":61,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":65},{"source":10,"target":66},{"source":10,"target":67},{"source":10,"target":68},{"source":10,"target":69},{"source":65,"target":22},{"source":65,"target":70},{"source":65,"target":10},{"source":70,"target":22},{"source":66,"target":11},{"source":66,"target":71},{"source":66,"target":10},{"source":71,"target":11},{"source":67,"target":12},{"source":67,"target":72},{"source":67,"target":10},{"source":72,"target":12},{"source":68,"target":13},{"source":68,"target":73},{"source":68,"target":10},{"source":73,"target":13},{"source":69,"target":2},{"source":11,"target":0},{"source":11,"target":74},{"source":11,"target":75},{"source":74,"target":22},{"source":74,"target":76},{"source":74,"target":11},{"source":76,"target":22},{"source":75,"target":22},{"source":75,"target":77},{"source":75,"target":11},{"source":77,"target":22},{"source":12,"target":0},{"source":12,"target":78},{"source":12,"target":79},{"source":12,"target":80},{"source":78,"target":22},{"source":78,"target":81},{"source":78,"target":12},{"source":81,"target":22},{"source":79,"target":22},{"source":79,"target":82},{"source":79,"target":12},{"source":82,"target":22},{"source":80,"target":22},{"source":80,"target":83},{"source":80,"target":12},{"source":83,"target":22},{"source":13,"target":0},{"source":13,"target":84},{"source":13,"target":85},{"source":84,"target":22},{"source":84,"target":86},{"source":84,"target":13},{"source":86,"target":22},{"source":85,"target":22},{"source":85,"target":87},{"source":85,"target":13},{"source":87,"target":22},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":88},{"source":14,"target":89},{"source":14,"target":90},{"source":88,"target":22},{"source":88,"target":91},{"source":88,"target":14},{"source":91,"target":22},{"source":89,"target":22},{"source":89,"target":92},{"source":89,"target":14},{"source":92,"target":22},{"source":90,"target":2},{"source":93,"target":22},{"source":93,"target":37},{"source":22,"target":93},{"source":37,"target":93}],"multigraph":true} |
true | <?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="gbind" nsURI="http://genericity/language/gbind" nsPrefix="gbind">
<eSubpackages name="simpleocl" nsURI="http://soft.vub.ac.be/simpleocl/2011/SimpleOCL"
nsPrefix="simpleocl">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="line" lowerBound="1"
eType="#//simpleocl/Integer" changeable="false" volatile="true" transient="true"
defaultValueLiteral="-1" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="column" lowerBound="1"
eType="#//simpleocl/Integer" changeable="false" volatile="true" transient="true"
defaultValueLiteral="-1" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="charStart" lowerBound="1"
eType="#//simpleocl/Integer" changeable="false" volatile="true" transient="true"
defaultValueLiteral="-1" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="charEnd" lowerBound="1"
eType="#//simpleocl/Integer" changeable="false" volatile="true" transient="true"
defaultValueLiteral="-1" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//simpleocl/NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodels" upperBound="-1"
eType="#//simpleocl/OclMetamodel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//simpleocl/Import" containment="true" eOpposite="#//simpleocl/Import/module"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//simpleocl/ModuleElement" containment="true" eOpposite="#//simpleocl/ModuleElement/module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1"
eType="#//simpleocl/Module" eOpposite="#//simpleocl/Module/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//simpleocl/NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1"
eType="#//simpleocl/Module" eOpposite="#//simpleocl/Module/imports"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/oclExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false"
eType="#//simpleocl/IfExp" eOpposite="#//simpleocl/IfExp/elseExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false"
eType="#//simpleocl/PropertyCallExp" eOpposite="#//simpleocl/PropertyCallExp/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
eType="#//simpleocl/CollectionExp" eOpposite="#//simpleocl/CollectionExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#//simpleocl/LetExp" eOpposite="#//simpleocl/LetExp/in_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false"
eType="#//simpleocl/LoopExp" eOpposite="#//simpleocl/LoopExp/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false"
eType="#//simpleocl/OperationCall" eOpposite="#//simpleocl/OperationCall/arguments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable"
ordered="false" eType="#//simpleocl/LocalVariable" eOpposite="#//simpleocl/LocalVariable/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false"
eType="#//simpleocl/IfExp" eOpposite="#//simpleocl/IfExp/thenExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false"
eType="#//simpleocl/Operation" eOpposite="#//simpleocl/Operation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false"
eType="#//simpleocl/IfExp" eOpposite="#//simpleocl/IfExp/condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false"
eType="#//simpleocl/Attribute" eOpposite="#//simpleocl/Attribute/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedOperator" ordered="false"
eType="#//simpleocl/OperatorCallExp" eOpposite="#//simpleocl/OperatorCallExp/source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false"
lowerBound="1" eType="#//simpleocl/VariableDeclaration" eOpposite="#//simpleocl/VariableDeclaration/variableExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#//simpleocl/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="SelfExp" eSuperTypes="#//simpleocl/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="EnvExp" eSuperTypes="#//simpleocl/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#//simpleocl/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#//simpleocl/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#//simpleocl/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#//simpleocl/PrimitiveExp"/>
<eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#//simpleocl/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/Double"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#//simpleocl/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/collection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#//simpleocl/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#//simpleocl/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#//simpleocl/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#//simpleocl/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1"
eType="#//simpleocl/TuplePart" containment="true" eOpposite="#//simpleocl/TuplePart/tuple"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#//simpleocl/LocalVariable">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false"
lowerBound="1" eType="#//simpleocl/TupleExp" eOpposite="#//simpleocl/TupleExp/tuplePart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//simpleocl/MapElement" containment="true" eOpposite="#//simpleocl/MapElement/map"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false"
lowerBound="1" eType="#//simpleocl/MapExp" eOpposite="#//simpleocl/MapExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#//simpleocl/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="StaticPropertyCallExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/staticPropertyCall"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="staticCall" lowerBound="1"
eType="#//simpleocl/StaticPropertyCall" containment="true" eOpposite="#//simpleocl/StaticPropertyCall/staticCallExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaticPropertyCall" abstract="true"
eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="staticCallExp" lowerBound="1"
eType="#//simpleocl/StaticPropertyCallExp" eOpposite="#//simpleocl/StaticPropertyCallExp/staticCall"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaticNavigationOrAttributeCall" eSuperTypes="#//simpleocl/StaticPropertyCall">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaticOperationCall" eSuperTypes="#//simpleocl/StaticPropertyCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//simpleocl/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="calls" lowerBound="1"
upperBound="-1" eType="#//simpleocl/PropertyCall" containment="true" eOpposite="#//simpleocl/PropertyCall/callExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/appliedProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCall" abstract="true" eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="callExp" lowerBound="1"
eType="#//simpleocl/PropertyCallExp" eOpposite="#//simpleocl/PropertyCallExp/calls"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCall" eSuperTypes="#//simpleocl/PropertyCall">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCall" eSuperTypes="#//simpleocl/PropertyCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/parentOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="argument" eType="#//simpleocl/OclExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/appliedOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotOpCallExp" eSuperTypes="#//simpleocl/OperatorCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="RelOpCallExp" eSuperTypes="#//simpleocl/OperatorCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="EqOpCallExp" eSuperTypes="#//simpleocl/OperatorCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="AddOpCallExp" eSuperTypes="#//simpleocl/OperatorCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="IntOpCallExp" eSuperTypes="#//simpleocl/OperatorCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="MulOpCallExp" eSuperTypes="#//simpleocl/OperatorCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="LambdaCallExp" eSuperTypes="#//simpleocl/VariableExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//simpleocl/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BraceExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" lowerBound="1" eType="#//simpleocl/OclExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCall" eSuperTypes="#//simpleocl/OperationCall"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#//simpleocl/PropertyCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/loopExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false"
lowerBound="1" upperBound="-1" eType="#//simpleocl/Iterator" containment="true"
eOpposite="#//simpleocl/Iterator/loopExpr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#//simpleocl/LoopExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false"
lowerBound="1" eType="#//simpleocl/LocalVariable" containment="true" eOpposite="#//simpleocl/LocalVariable/baseExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#//simpleocl/LoopExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false"
lowerBound="1" eType="#//simpleocl/LocalVariable" containment="true" eOpposite="#//simpleocl/LocalVariable/letExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/letExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/ifExp2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/ifExp1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/ifExp3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true"
eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/variableDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false"
upperBound="-1" eType="#//simpleocl/VariableExp" eOpposite="#//simpleocl/VariableExp/referredVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocalVariable" eSuperTypes="#//simpleocl/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#//simpleocl/LetExp" eOpposite="#//simpleocl/LetExp/variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/initializedVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false"
eType="#//simpleocl/IterateExp" eOpposite="#//simpleocl/IterateExp/result"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eq" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#//simpleocl/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false"
eType="#//simpleocl/LoopExp" eOpposite="#//simpleocl/LoopExp/iterators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//simpleocl/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
lowerBound="1" eType="#//simpleocl/Operation" eOpposite="#//simpleocl/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//simpleocl/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/collectionTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false"
eType="#//simpleocl/OclContextDefinition" eOpposite="#//simpleocl/OclContextDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false"
eType="#//simpleocl/OclExpression" eOpposite="#//simpleocl/OclExpression/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
eType="#//simpleocl/Operation" eOpposite="#//simpleocl/Operation/returnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false"
eType="#//simpleocl/MapType" eOpposite="#//simpleocl/MapType/valueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
eType="#//simpleocl/Attribute" eOpposite="#//simpleocl/Attribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false"
eType="#//simpleocl/MapType" eOpposite="#//simpleocl/MapType/keyType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false"
eType="#//simpleocl/CollectionType" eOpposite="#//simpleocl/CollectionType/elementType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false"
eType="#//simpleocl/TupleTypeAttribute" eOpposite="#//simpleocl/TupleTypeAttribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration"
ordered="false" eType="#//simpleocl/VariableDeclaration" eOpposite="#//simpleocl/VariableDeclaration/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lambdaReturnType" eType="#//simpleocl/LambdaType"
eOpposite="#//simpleocl/LambdaType/returnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lambdaArgType" eType="#//simpleocl/LambdaType"
eOpposite="#//simpleocl/LambdaType/argumentTypes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="staticPropertyCall" eType="#//simpleocl/StaticPropertyCallExp"
eOpposite="#//simpleocl/StaticPropertyCallExp/source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModelElementExp" eSuperTypes="#//simpleocl/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1"
eType="#//simpleocl/OclModel"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#//simpleocl/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//simpleocl/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//simpleocl/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#//simpleocl/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#//simpleocl/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#//simpleocl/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#//simpleocl/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#//simpleocl/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#//simpleocl/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//simpleocl/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#//simpleocl/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#//simpleocl/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//simpleocl/TupleTypeAttribute" containment="true" eOpposite="#//simpleocl/TupleTypeAttribute/tupleType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/tupleTypeAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false"
lowerBound="1" eType="#//simpleocl/TupleType" eOpposite="#//simpleocl/TupleType/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#//simpleocl/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#//simpleocl/OclModel" eOpposite="#//simpleocl/OclModel/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#//simpleocl/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false"
lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/mapType2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false"
lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/mapType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LambdaType" eSuperTypes="#//simpleocl/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" lowerBound="1"
eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/lambdaReturnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="argumentTypes" upperBound="-1"
eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/lambdaArgType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnvType" eSuperTypes="#//simpleocl/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#//simpleocl/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false"
lowerBound="1" eType="#//simpleocl/OclFeature" containment="true" eOpposite="#//simpleocl/OclFeature/definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
eType="#//simpleocl/OclContextDefinition" containment="true" eOpposite="#//simpleocl/OclContextDefinition/definition"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="static" lowerBound="1"
eType="#//simpleocl/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#//simpleocl/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#//simpleocl/OclFeatureDefinition" eOpposite="#//simpleocl/OclFeatureDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/definitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#//simpleocl/NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
eType="#//simpleocl/OclFeatureDefinition" eOpposite="#//simpleocl/OclFeatureDefinition/feature"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eq" lowerBound="1" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//simpleocl/OclFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/owningAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//simpleocl/OclFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//simpleocl/Parameter" containment="true" eOpposite="#//simpleocl/Parameter/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false"
lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/owningOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModel" abstract="true" eSuperTypes="#//simpleocl/NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
upperBound="-1" eType="#//simpleocl/OclModelElement" eOpposite="#//simpleocl/OclModelElement/model"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclMetamodel" eSuperTypes="#//simpleocl/OclModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
upperBound="-1" eType="#//simpleocl/OclInstanceModel" eOpposite="#//simpleocl/OclInstanceModel/metamodel"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="#//simpleocl/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclInstanceModel" eSuperTypes="#//simpleocl/OclModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false"
lowerBound="1" eType="#//simpleocl/OclMetamodel" eOpposite="#//simpleocl/OclMetamodel/model"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="double"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
</eSubpackages>
<eSubpackages name="dsl" nsURI="http://http://genericity/language/gbind/dsl" nsPrefix="bindingModel">
<eClassifiers xsi:type="ecore:EClass" name="BindingModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetBinding" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#//dsl/ConceptBinding" containment="true" eOpposite="#//dsl/ConceptBinding/model_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#//dsl/BaseHelper" containment="true" eOpposite="#//dsl/BaseHelper/model_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptMetaclasses" upperBound="-1"
eType="#//dsl/ConceptMetaclass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concreteMetaclasses"
upperBound="-1" eType="#//dsl/ConcreteMetaclass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="virtualMetaclasses" upperBound="-1"
eType="#//dsl/VirtualMetaclass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boundConcept" lowerBound="1"
eType="#//dsl/MetamodelDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boundMetamodels" lowerBound="1"
upperBound="-1" eType="#//dsl/MetamodelDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="options" lowerBound="1"
eType="#//dsl/BindingOptions" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingOptions">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enableClassMerge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetamodelDeclaration" eSuperTypes="#//simpleocl/OclMetamodel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodelURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EResource"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metaclass" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eclass" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptMetaclass" eSuperTypes="#//dsl/Metaclass"/>
<eClassifiers xsi:type="ecore:EClass" name="ConcreteMetaclass" eSuperTypes="#//dsl/Metaclass"/>
<eClassifiers xsi:type="ecore:EClass" name="ConceptBinding" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="debugName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model_" eType="#//dsl/BindingModel"
eOpposite="#//dsl/BindingModel/bindings"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassBinding" eSuperTypes="#//dsl/ConceptBinding">
<eStructuralFeatures xsi:type="ecore:EReference" name="concept" lowerBound="1"
eType="#//dsl/ConceptMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concrete" lowerBound="1"
upperBound="-1" eType="#//dsl/ConcreteMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whenClause" lowerBound="1"
eType="#//simpleocl/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntermediateClassBinding" eSuperTypes="#//dsl/ConceptBinding">
<eStructuralFeatures xsi:type="ecore:EReference" name="concept" lowerBound="1"
eType="#//dsl/ConceptMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concreteClass" lowerBound="1"
eType="#//dsl/ConcreteMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concreteReference" lowerBound="1"
eType="#//dsl/ConcreteReferencDeclaringVar" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptContext" lowerBound="1"
eType="#//dsl/ConceptMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conceptReferenceName"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureBindings" upperBound="-1"
eType="#//dsl/BaseFeatureBinding" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConcreteReferencDeclaringVar" eSuperTypes="#//simpleocl/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="VirtualMetaclass" eSuperTypes="#//dsl/Metaclass">
<eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1"
eType="#//dsl/VirtualReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//dsl/VirtualAttribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1"
eType="#//simpleocl/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualReference" eSuperTypes="#//dsl/VirtualFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="type_" lowerBound="1"
eType="#//dsl/ConcreteMetaclass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualAttribute" eSuperTypes="#//dsl/VirtualFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="type_" lowerBound="1"
eType="#//simpleocl/Primitive" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualTupleExp" eSuperTypes="#//simpleocl/TupleExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualClassBinding" eSuperTypes="#//dsl/ConceptBinding">
<eStructuralFeatures xsi:type="ecore:EReference" name="concept" lowerBound="1"
eType="#//dsl/ConceptMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="virtual" lowerBound="1"
eType="#//dsl/VirtualMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refFeatures" upperBound="-1"
eType="#//dsl/ConceptFeatureRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptFeatureRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptClass" lowerBound="1"
eType="#//dsl/ConceptMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BaseFeatureBinding" eSuperTypes="#//dsl/ConceptBinding">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conceptFeature" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptClass" lowerBound="1"
eType="#//dsl/ConceptMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//dsl/ConcreteMetaclass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RenamingFeatureBinding" eSuperTypes="#//dsl/BaseFeatureBinding">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="concreteFeature" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeatureBinding" eSuperTypes="#//dsl/BaseFeatureBinding">
<eStructuralFeatures xsi:type="ecore:EReference" name="concrete" lowerBound="1"
eType="#//simpleocl/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BaseHelper">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="feature" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1"
eType="#//simpleocl/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//simpleocl/OclType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model_" eType="#//dsl/BindingModel"
eOpposite="#//dsl/BindingModel/helpers"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptHelper" eSuperTypes="#//dsl/BaseHelper">
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//dsl/ConcreteMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextClass" lowerBound="1"
eType="#//dsl/ConceptMetaclass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocalHelper" eSuperTypes="#//dsl/BaseHelper">
<eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//dsl/ConcreteMetaclass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//dsl/HelperParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HelperParameter" eSuperTypes="#//simpleocl/VariableDeclaration"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/jesusc/bento/plugins/genericity.language.gbind/metamodel/gbind.ecore | ecore | gbind
simpleocl
LocatedElement
line
-1
column
-1
charStart
-1
charEnd
-1
NamedElement
name
Module
metamodels
imports
elements
ModuleElement
module
Import
module
OclExpression
type
ifExp3
appliedProperty
collection
letExp
loopExp
parentOperation
initializedVariable
ifExp2
owningOperation
ifExp1
owningAttribute
appliedOperator
VariableExp
referredVariable
SuperExp
SelfExp
EnvExp
PrimitiveExp
StringExp
stringSymbol
BooleanExp
booleanSymbol
NumericExp
RealExp
realSymbol
IntegerExp
integerSymbol
CollectionExp
elements
BagExp
OrderedSetExp
SequenceExp
SetExp
TupleExp
tuplePart
TuplePart
tuple
MapExp
elements
MapElement
map
key
value
EnumLiteralExp
name
OclUndefinedExp
StaticPropertyCallExp
source
staticCall
StaticPropertyCall
staticCallExp
StaticNavigationOrAttributeCall
name
StaticOperationCall
arguments
operationName
PropertyCallExp
calls
source
PropertyCall
callExp
NavigationOrAttributeCall
name
OperationCall
arguments
operationName
OperatorCallExp
argument
operationName
source
NotOpCallExp
RelOpCallExp
EqOpCallExp
AddOpCallExp
IntOpCallExp
MulOpCallExp
LambdaCallExp
arguments
BraceExp
exp
CollectionOperationCall
LoopExp
body
iterators
IterateExp
result
IteratorExp
name
LetExp
variable
in_
IfExp
thenExpression
condition
elseExpression
VariableDeclaration
varName
type
variableExp
LocalVariable
letExp
initExpression
baseExp
eq
Iterator
loopExpr
Parameter
operation
CollectionType
elementType
OclType
name
definitions
oclExpression
operation
mapType2
attribute
mapType
collectionTypes
tupleTypeAttribute
variableDeclaration
lambdaReturnType
lambdaArgType
staticPropertyCall
OclModelElementExp
model
name
Primitive
StringType
BooleanType
NumericType
IntegerType
RealType
BagType
OrderedSetType
SequenceType
SetType
OclAnyType
TupleType
attributes
TupleTypeAttribute
type
tupleType
name
OclModelElement
model
MapType
valueType
keyType
LambdaType
returnType
argumentTypes
EnvType
OclFeatureDefinition
feature
context_
static
OclContextDefinition
definition
context_
OclFeature
definition
eq
Attribute
initExpression
type
Operation
parameters
returnType
body
OclModel
elements
OclMetamodel
model
uri
OclInstanceModel
metamodel
Boolean
boolean
boolean
Double
double
double
Integer
int
int
String
java.lang.String
java.lang.String
dsl
BindingModel
targetBinding
false
bindings
helpers
conceptMetaclasses
concreteMetaclasses
virtualMetaclasses
boundConcept
boundMetamodels
name
options
BindingOptions
enableClassMerge
false
MetamodelDeclaration
metamodelURI
resource
Metaclass
name
eclass
ConceptMetaclass
ConcreteMetaclass
ConceptBinding
debugName
model_
ClassBinding
concept
concrete
whenClause
IntermediateClassBinding
concept
concreteClass
concreteReference
conceptContext
conceptReferenceName
featureBindings
ConcreteReferencDeclaringVar
VirtualMetaclass
references
attributes
init
VirtualFeature
name
VirtualReference
type_
VirtualAttribute
type_
VirtualTupleExp
typeName
VirtualClassBinding
concept
virtual
refFeatures
ConceptFeatureRef
conceptClass
featureName
BaseFeatureBinding
conceptFeature
conceptClass
qualifier
RenamingFeatureBinding
concreteFeature
OclFeatureBinding
concrete
BaseHelper
feature
body
type
model_
ConceptHelper
qualifier
contextClass
LocalHelper
context
parameters
HelperParameter | null | {"directed":true,"nodes":[{"nsPrefix":"gbind","nsURI":"http://genericity/language/gbind","name":"gbind","id":0,"eClass":"EPackage"},{"nsPrefix":"simpleocl","nsURI":"http://soft.vub.ac.be/simpleocl/2011/SimpleOCL","name":"simpleocl","id":1,"eClass":"EPackage"},{"nsPrefix":"bindingModel","nsURI":"http://http://genericity/language/gbind/dsl","name":"dsl","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfExp","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvExp","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticPropertyCallExp","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticPropertyCall","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticNavigationOrAttributeCall","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticOperationCall","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCall","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCall","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCall","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotOpCallExp","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelOpCallExp","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqOpCallExp","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddOpCallExp","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntOpCallExp","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MulOpCallExp","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaCallExp","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BraceExp","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCall","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariable","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElementExp","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaType","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvType","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclMetamodel","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclInstanceModel","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":85,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":86,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":87,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":88,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"line","changeable":false,"lowerBound":1,"iD":false,"id":89,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"column","changeable":false,"lowerBound":1,"iD":false,"id":90,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"charStart","changeable":false,"lowerBound":1,"iD":false,"id":91,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"charEnd","changeable":false,"lowerBound":1,"iD":false,"id":92,"derived":true},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metamodels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedOperator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oclExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stringSymbol","changeable":true,"lowerBound":1,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"realSymbol","changeable":true,"lowerBound":1,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuplePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"map","changeable":true,"resolveProxies":true,"lowerBound":1,"id":189,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":190,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"staticCall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticPropertyCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticCallExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calls","changeable":true,"resolveProxies":true,"lowerBound":1,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":271,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eq","changeable":true,"lowerBound":1,"iD":false,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":294,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleTypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lambdaReturnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lambdaArgType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argumentTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":325,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":344,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":361,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"lowerBound":1,"iD":false,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eq","changeable":true,"lowerBound":1,"iD":false,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingModel","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingOptions","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelDeclaration","instanceClass":null,"abstract":false,"id":396,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metaclass","instanceClass":null,"abstract":true,"id":397,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptMetaclass","instanceClass":null,"abstract":false,"id":398,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteMetaclass","instanceClass":null,"abstract":false,"id":399,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptBinding","instanceClass":null,"abstract":true,"id":400,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassBinding","instanceClass":null,"abstract":false,"id":401,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntermediateClassBinding","instanceClass":null,"abstract":false,"id":402,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteReferencDeclaringVar","instanceClass":null,"abstract":false,"id":403,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualMetaclass","instanceClass":null,"abstract":false,"id":404,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualFeature","instanceClass":null,"abstract":false,"id":405,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualReference","instanceClass":null,"abstract":false,"id":406,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualAttribute","instanceClass":null,"abstract":false,"id":407,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualTupleExp","instanceClass":null,"abstract":false,"id":408,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualClassBinding","instanceClass":null,"abstract":false,"id":409,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptFeatureRef","instanceClass":null,"abstract":false,"id":410,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseFeatureBinding","instanceClass":null,"abstract":false,"id":411,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenamingFeatureBinding","instanceClass":null,"abstract":false,"id":412,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureBinding","instanceClass":null,"abstract":false,"id":413,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseHelper","instanceClass":null,"abstract":false,"id":414,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptHelper","instanceClass":null,"abstract":false,"id":415,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalHelper","instanceClass":null,"abstract":false,"id":416,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HelperParameter","instanceClass":null,"abstract":false,"id":417,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"targetBinding","changeable":true,"lowerBound":1,"iD":false,"id":418,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conceptMetaclasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concreteMetaclasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualMetaclasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boundConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boundMetamodels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":425,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":426,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"resolveProxies":true,"lowerBound":1,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"enableClassMerge","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metamodelURI","changeable":true,"lowerBound":0,"iD":false,"id":442,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"resource","changeable":true,"lowerBound":0,"iD":false,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":447,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eclass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"debugName","changeable":true,"lowerBound":0,"iD":false,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":456,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concrete","changeable":true,"resolveProxies":true,"lowerBound":1,"id":457,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whenClause","changeable":true,"resolveProxies":true,"lowerBound":1,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":463,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concreteClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":464,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concreteReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":465,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conceptContext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":466,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conceptReferenceName","changeable":true,"lowerBound":1,"iD":false,"id":467,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":1,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":1,"iD":false,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":495,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"virtual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":496,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conceptClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":502,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":1,"iD":false,"id":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conceptFeature","changeable":true,"lowerBound":1,"iD":false,"id":506,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conceptClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":507,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"concreteFeature","changeable":true,"lowerBound":1,"iD":false,"id":513,"derived":false},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concrete","changeable":true,"resolveProxies":true,"lowerBound":1,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"lowerBound":1,"iD":false,"id":519,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":520,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":526,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":531,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":1,"target":75},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":1,"target":79},{"source":1,"target":80},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":1,"target":85},{"source":1,"target":86},{"source":1,"target":87},{"source":1,"target":88},{"source":1,"target":0},{"source":3,"target":1},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":3,"target":92},{"source":89,"target":87},{"source":89,"target":93},{"source":89,"target":3},{"source":93,"target":87},{"source":90,"target":87},{"source":90,"target":94},{"source":90,"target":3},{"source":94,"target":87},{"source":91,"target":87},{"source":91,"target":95},{"source":91,"target":3},{"source":95,"target":87},{"source":92,"target":87},{"source":92,"target":96},{"source":92,"target":3},{"source":96,"target":87},{"source":4,"target":1},{"source":4,"target":3},{"source":4,"target":97},{"source":4,"target":98},{"source":97,"target":88},{"source":97,"target":99},{"source":97,"target":4},{"source":99,"target":88},{"source":98,"target":3},{"source":5,"target":1},{"source":5,"target":4},{"source":5,"target":100},{"source":5,"target":101},{"source":5,"target":102},{"source":5,"target":103},{"source":100,"target":83},{"source":100,"target":104},{"source":100,"target":5},{"source":104,"target":83},{"source":101,"target":7},{"source":101,"target":105},{"source":101,"target":5},{"source":101,"target":106},{"source":105,"target":7},{"source":102,"target":6},{"source":102,"target":107},{"source":102,"target":5},{"source":102,"target":108},{"source":107,"target":6},{"source":103,"target":4},{"source":6,"target":1},{"source":6,"target":3},{"source":6,"target":108},{"source":6,"target":109},{"source":108,"target":5},{"source":108,"target":110},{"source":108,"target":6},{"source":108,"target":102},{"source":110,"target":5},{"source":109,"target":3},{"source":7,"target":1},{"source":7,"target":4},{"source":7,"target":106},{"source":7,"target":111},{"source":106,"target":5},{"source":106,"target":112},{"source":106,"target":7},{"source":106,"target":101},{"source":112,"target":5},{"source":111,"target":4},{"source":8,"target":1},{"source":8,"target":3},{"source":8,"target":113},{"source":8,"target":114},{"source":8,"target":115},{"source":8,"target":116},{"source":8,"target":117},{"source":8,"target":118},{"source":8,"target":119},{"source":8,"target":120},{"source":8,"target":121},{"source":8,"target":122},{"source":8,"target":123},{"source":8,"target":124},{"source":8,"target":125},{"source":8,"target":126},{"source":113,"target":58},{"source":113,"target":127},{"source":113,"target":8},{"source":113,"target":128},{"source":127,"target":58},{"source":114,"target":52},{"source":114,"target":129},{"source":114,"target":8},{"source":114,"target":130},{"source":129,"target":52},{"source":115,"target":34},{"source":115,"target":131},{"source":115,"target":8},{"source":115,"target":132},{"source":131,"target":34},{"source":116,"target":19},{"source":116,"target":133},{"source":116,"target":8},{"source":116,"target":134},{"source":133,"target":19},{"source":117,"target":51},{"source":117,"target":135},{"source":117,"target":8},{"source":117,"target":136},{"source":135,"target":51},{"source":118,"target":48},{"source":118,"target":137},{"source":118,"target":8},{"source":118,"target":138},{"source":137,"target":48},{"source":119,"target":37},{"source":119,"target":139},{"source":119,"target":8},{"source":119,"target":140},{"source":139,"target":37},{"source":120,"target":54},{"source":120,"target":141},{"source":120,"target":8},{"source":120,"target":142},{"source":141,"target":54},{"source":121,"target":52},{"source":121,"target":143},{"source":121,"target":8},{"source":121,"target":144},{"source":143,"target":52},{"source":122,"target":81},{"source":122,"target":145},{"source":122,"target":8},{"source":122,"target":146},{"source":145,"target":81},{"source":123,"target":52},{"source":123,"target":147},{"source":123,"target":8},{"source":123,"target":148},{"source":147,"target":52},{"source":124,"target":80},{"source":124,"target":149},{"source":124,"target":8},{"source":124,"target":150},{"source":149,"target":80},{"source":125,"target":38},{"source":125,"target":151},{"source":125,"target":8},{"source":125,"target":152},{"source":151,"target":38},{"source":126,"target":3},{"source":9,"target":1},{"source":9,"target":8},{"source":9,"target":153},{"source":9,"target":154},{"source":153,"target":53},{"source":153,"target":155},{"source":153,"target":9},{"source":153,"target":156},{"source":155,"target":53},{"source":154,"target":8},{"source":10,"target":1},{"source":10,"target":8},{"source":10,"target":157},{"source":157,"target":8},{"source":11,"target":1},{"source":11,"target":8},{"source":11,"target":158},{"source":158,"target":8},{"source":12,"target":1},{"source":12,"target":8},{"source":12,"target":159},{"source":159,"target":8},{"source":13,"target":1},{"source":13,"target":8},{"source":13,"target":160},{"source":160,"target":8},{"source":14,"target":1},{"source":14,"target":13},{"source":14,"target":161},{"source":14,"target":162},{"source":161,"target":88},{"source":161,"target":163},{"source":161,"target":14},{"source":163,"target":88},{"source":162,"target":13},{"source":15,"target":1},{"source":15,"target":13},{"source":15,"target":164},{"source":15,"target":165},{"source":164,"target":85},{"source":164,"target":166},{"source":164,"target":15},{"source":166,"target":85},{"source":165,"target":13},{"source":16,"target":1},{"source":16,"target":13},{"source":16,"target":167},{"source":167,"target":13},{"source":17,"target":1},{"source":17,"target":16},{"source":17,"target":168},{"source":17,"target":169},{"source":168,"target":86},{"source":168,"target":170},{"source":168,"target":17},{"source":170,"target":86},{"source":169,"target":16},{"source":18,"target":1},{"source":18,"target":16},{"source":18,"target":171},{"source":18,"target":172},{"source":171,"target":87},{"source":171,"target":173},{"source":171,"target":18},{"source":173,"target":87},{"source":172,"target":16},{"source":19,"target":1},{"source":19,"target":8},{"source":19,"target":134},{"source":19,"target":174},{"source":134,"target":8},{"source":134,"target":175},{"source":134,"target":19},{"source":134,"target":116},{"source":175,"target":8},{"source":174,"target":8},{"source":20,"target":1},{"source":20,"target":19},{"source":20,"target":176},{"source":176,"target":19},{"source":21,"target":1},{"source":21,"target":19},{"source":21,"target":177},{"source":177,"target":19},{"source":22,"target":1},{"source":22,"target":19},{"source":22,"target":178},{"source":178,"target":19},{"source":23,"target":1},{"source":23,"target":19},{"source":23,"target":179},{"source":179,"target":19},{"source":24,"target":1},{"source":24,"target":8},{"source":24,"target":180},{"source":24,"target":181},{"source":180,"target":25},{"source":180,"target":182},{"source":180,"target":24},{"source":180,"target":183},{"source":182,"target":25},{"source":181,"target":8},{"source":25,"target":1},{"source":25,"target":54},{"source":25,"target":183},{"source":25,"target":184},{"source":183,"target":24},{"source":183,"target":185},{"source":183,"target":25},{"source":183,"target":180},{"source":185,"target":24},{"source":184,"target":54},{"source":26,"target":1},{"source":26,"target":8},{"source":26,"target":186},{"source":26,"target":187},{"source":186,"target":27},{"source":186,"target":188},{"source":186,"target":26},{"source":186,"target":189},{"source":188,"target":27},{"source":187,"target":8},{"source":27,"target":1},{"source":27,"target":3},{"source":27,"target":189},{"source":27,"target":190},{"source":27,"target":191},{"source":27,"target":192},{"source":189,"target":26},{"source":189,"target":193},{"source":189,"target":27},{"source":189,"target":186},{"source":193,"target":26},{"source":190,"target":8},{"source":190,"target":194},{"source":190,"target":27},{"source":194,"target":8},{"source":191,"target":8},{"source":191,"target":195},{"source":191,"target":27},{"source":195,"target":8},{"source":192,"target":3},{"source":28,"target":1},{"source":28,"target":8},{"source":28,"target":196},{"source":28,"target":197},{"source":196,"target":88},{"source":196,"target":198},{"source":196,"target":28},{"source":198,"target":88},{"source":197,"target":8},{"source":29,"target":1},{"source":29,"target":8},{"source":29,"target":199},{"source":199,"target":8},{"source":30,"target":1},{"source":30,"target":8},{"source":30,"target":200},{"source":30,"target":201},{"source":30,"target":202},{"source":200,"target":58},{"source":200,"target":203},{"source":200,"target":30},{"source":200,"target":204},{"source":203,"target":58},{"source":201,"target":31},{"source":201,"target":205},{"source":201,"target":30},{"source":201,"target":206},{"source":205,"target":31},{"source":202,"target":8},{"source":31,"target":1},{"source":31,"target":3},{"source":31,"target":206},{"source":31,"target":207},{"source":206,"target":30},{"source":206,"target":208},{"source":206,"target":31},{"source":206,"target":201},{"source":208,"target":30},{"source":207,"target":3},{"source":32,"target":1},{"source":32,"target":31},{"source":32,"target":209},{"source":32,"target":210},{"source":209,"target":88},{"source":209,"target":211},{"source":209,"target":32},{"source":211,"target":88},{"source":210,"target":31},{"source":33,"target":1},{"source":33,"target":31},{"source":33,"target":212},{"source":33,"target":213},{"source":33,"target":214},{"source":212,"target":8},{"source":212,"target":215},{"source":212,"target":33},{"source":215,"target":8},{"source":213,"target":88},{"source":213,"target":216},{"source":213,"target":33},{"source":216,"target":88},{"source":214,"target":31},{"source":34,"target":1},{"source":34,"target":8},{"source":34,"target":217},{"source":34,"target":132},{"source":34,"target":218},{"source":217,"target":35},{"source":217,"target":219},{"source":217,"target":34},{"source":217,"target":220},{"source":219,"target":35},{"source":132,"target":8},{"source":132,"target":221},{"source":132,"target":34},{"source":132,"target":115},{"source":221,"target":8},{"source":218,"target":8},{"source":35,"target":1},{"source":35,"target":3},{"source":35,"target":220},{"source":35,"target":222},{"source":220,"target":34},{"source":220,"target":223},{"source":220,"target":35},{"source":220,"target":217},{"source":223,"target":34},{"source":222,"target":3},{"source":36,"target":1},{"source":36,"target":35},{"source":36,"target":224},{"source":36,"target":225},{"source":224,"target":88},{"source":224,"target":226},{"source":224,"target":36},{"source":226,"target":88},{"source":225,"target":35},{"source":37,"target":1},{"source":37,"target":35},{"source":37,"target":140},{"source":37,"target":227},{"source":37,"target":228},{"source":140,"target":8},{"source":140,"target":229},{"source":140,"target":37},{"source":140,"target":119},{"source":229,"target":8},{"source":227,"target":88},{"source":227,"target":230},{"source":227,"target":37},{"source":230,"target":88},{"source":228,"target":35},{"source":38,"target":1},{"source":38,"target":8},{"source":38,"target":231},{"source":38,"target":232},{"source":38,"target":152},{"source":38,"target":233},{"source":231,"target":8},{"source":231,"target":234},{"source":231,"target":38},{"source":234,"target":8},{"source":232,"target":88},{"source":232,"target":235},{"source":232,"target":38},{"source":235,"target":88},{"source":152,"target":8},{"source":152,"target":236},{"source":152,"target":38},{"source":152,"target":125},{"source":236,"target":8},{"source":233,"target":8},{"source":39,"target":1},{"source":39,"target":38},{"source":39,"target":237},{"source":237,"target":38},{"source":40,"target":1},{"source":40,"target":38},{"source":40,"target":238},{"source":238,"target":38},{"source":41,"target":1},{"source":41,"target":38},{"source":41,"target":239},{"source":239,"target":38},{"source":42,"target":1},{"source":42,"target":38},{"source":42,"target":240},{"source":240,"target":38},{"source":43,"target":1},{"source":43,"target":38},{"source":43,"target":241},{"source":241,"target":38},{"source":44,"target":1},{"source":44,"target":38},{"source":44,"target":242},{"source":242,"target":38},{"source":45,"target":1},{"source":45,"target":9},{"source":45,"target":243},{"source":45,"target":244},{"source":243,"target":8},{"source":243,"target":245},{"source":243,"target":45},{"source":245,"target":8},{"source":244,"target":9},{"source":46,"target":1},{"source":46,"target":8},{"source":46,"target":246},{"source":46,"target":247},{"source":246,"target":8},{"source":246,"target":248},{"source":246,"target":46},{"source":248,"target":8},{"source":247,"target":8},{"source":47,"target":1},{"source":47,"target":37},{"source":47,"target":249},{"source":249,"target":37},{"source":48,"target":1},{"source":48,"target":35},{"source":48,"target":138},{"source":48,"target":250},{"source":48,"target":251},{"source":138,"target":8},{"source":138,"target":252},{"source":138,"target":48},{"source":138,"target":118},{"source":252,"target":8},{"source":250,"target":55},{"source":250,"target":253},{"source":250,"target":48},{"source":250,"target":254},{"source":253,"target":55},{"source":251,"target":35},{"source":49,"target":1},{"source":49,"target":48},{"source":49,"target":255},{"source":49,"target":256},{"source":255,"target":54},{"source":255,"target":257},{"source":255,"target":49},{"source":255,"target":258},{"source":257,"target":54},{"source":256,"target":48},{"source":50,"target":1},{"source":50,"target":48},{"source":50,"target":259},{"source":50,"target":260},{"source":259,"target":88},{"source":259,"target":261},{"source":259,"target":50},{"source":261,"target":88},{"source":260,"target":48},{"source":51,"target":1},{"source":51,"target":8},{"source":51,"target":262},{"source":51,"target":136},{"source":51,"target":263},{"source":262,"target":54},{"source":262,"target":264},{"source":262,"target":51},{"source":262,"target":265},{"source":264,"target":54},{"source":136,"target":8},{"source":136,"target":266},{"source":136,"target":51},{"source":136,"target":117},{"source":266,"target":8},{"source":263,"target":8},{"source":52,"target":1},{"source":52,"target":8},{"source":52,"target":144},{"source":52,"target":148},{"source":52,"target":130},{"source":52,"target":267},{"source":144,"target":8},{"source":144,"target":268},{"source":144,"target":52},{"source":144,"target":121},{"source":268,"target":8},{"source":148,"target":8},{"source":148,"target":269},{"source":148,"target":52},{"source":148,"target":123},{"source":269,"target":8},{"source":130,"target":8},{"source":130,"target":270},{"source":130,"target":52},{"source":130,"target":114},{"source":270,"target":8},{"source":267,"target":8},{"source":53,"target":1},{"source":53,"target":3},{"source":53,"target":271},{"source":53,"target":272},{"source":53,"target":156},{"source":53,"target":273},{"source":271,"target":88},{"source":271,"target":274},{"source":271,"target":53},{"source":274,"target":88},{"source":272,"target":58},{"source":272,"target":275},{"source":272,"target":53},{"source":272,"target":276},{"source":275,"target":58},{"source":156,"target":9},{"source":156,"target":277},{"source":156,"target":53},{"source":156,"target":153},{"source":277,"target":9},{"source":273,"target":3},{"source":54,"target":1},{"source":54,"target":53},{"source":54,"target":265},{"source":54,"target":142},{"source":54,"target":258},{"source":54,"target":278},{"source":54,"target":279},{"source":265,"target":51},{"source":265,"target":280},{"source":265,"target":54},{"source":265,"target":262},{"source":280,"target":51},{"source":142,"target":8},{"source":142,"target":281},{"source":142,"target":54},{"source":142,"target":120},{"source":281,"target":8},{"source":258,"target":49},{"source":258,"target":282},{"source":258,"target":54},{"source":258,"target":255},{"source":282,"target":49},{"source":278,"target":88},{"source":278,"target":283},{"source":278,"target":54},{"source":283,"target":88},{"source":279,"target":53},{"source":55,"target":1},{"source":55,"target":53},{"source":55,"target":254},{"source":55,"target":284},{"source":254,"target":48},{"source":254,"target":285},{"source":254,"target":55},{"source":254,"target":250},{"source":285,"target":48},{"source":284,"target":53},{"source":56,"target":1},{"source":56,"target":53},{"source":56,"target":286},{"source":56,"target":287},{"source":286,"target":81},{"source":286,"target":288},{"source":286,"target":56},{"source":286,"target":289},{"source":288,"target":81},{"source":287,"target":53},{"source":57,"target":1},{"source":57,"target":58},{"source":57,"target":290},{"source":57,"target":291},{"source":290,"target":58},{"source":290,"target":292},{"source":290,"target":57},{"source":290,"target":293},{"source":292,"target":58},{"source":291,"target":58},{"source":58,"target":1},{"source":58,"target":3},{"source":58,"target":294},{"source":58,"target":295},{"source":58,"target":128},{"source":58,"target":296},{"source":58,"target":297},{"source":58,"target":298},{"source":58,"target":299},{"source":58,"target":293},{"source":58,"target":300},{"source":58,"target":276},{"source":58,"target":301},{"source":58,"target":302},{"source":58,"target":204},{"source":58,"target":303},{"source":294,"target":88},{"source":294,"target":304},{"source":294,"target":58},{"source":304,"target":88},{"source":295,"target":78},{"source":295,"target":305},{"source":295,"target":58},{"source":295,"target":306},{"source":305,"target":78},{"source":128,"target":8},{"source":128,"target":307},{"source":128,"target":58},{"source":128,"target":113},{"source":307,"target":8},{"source":296,"target":81},{"source":296,"target":308},{"source":296,"target":58},{"source":296,"target":309},{"source":308,"target":81},{"source":297,"target":74},{"source":297,"target":310},{"source":297,"target":58},{"source":297,"target":311},{"source":310,"target":74},{"source":298,"target":80},{"source":298,"target":312},{"source":298,"target":58},{"source":298,"target":313},{"source":312,"target":80},{"source":299,"target":74},{"source":299,"target":314},{"source":299,"target":58},{"source":299,"target":315},{"source":314,"target":74},{"source":293,"target":57},{"source":293,"target":316},{"source":293,"target":58},{"source":293,"target":290},{"source":316,"target":57},{"source":300,"target":72},{"source":300,"target":317},{"source":300,"target":58},{"source":300,"target":318},{"source":317,"target":72},{"source":276,"target":53},{"source":276,"target":319},{"source":276,"target":58},{"source":276,"target":272},{"source":319,"target":53},{"source":301,"target":75},{"source":301,"target":320},{"source":301,"target":58},{"source":301,"target":321},{"source":320,"target":75},{"source":302,"target":75},{"source":302,"target":322},{"source":302,"target":58},{"source":302,"target":323},{"source":322,"target":75},{"source":204,"target":30},{"source":204,"target":324},{"source":204,"target":58},{"source":204,"target":200},{"source":324,"target":30},{"source":303,"target":3},{"source":59,"target":1},{"source":59,"target":8},{"source":59,"target":325},{"source":59,"target":326},{"source":59,"target":327},{"source":325,"target":82},{"source":325,"target":328},{"source":325,"target":59},{"source":328,"target":82},{"source":326,"target":88},{"source":326,"target":329},{"source":326,"target":59},{"source":329,"target":88},{"source":327,"target":8},{"source":60,"target":1},{"source":60,"target":58},{"source":60,"target":330},{"source":330,"target":58},{"source":61,"target":1},{"source":61,"target":60},{"source":61,"target":331},{"source":331,"target":60},{"source":62,"target":1},{"source":62,"target":60},{"source":62,"target":332},{"source":332,"target":60},{"source":63,"target":1},{"source":63,"target":60},{"source":63,"target":333},{"source":333,"target":60},{"source":64,"target":1},{"source":64,"target":63},{"source":64,"target":334},{"source":334,"target":63},{"source":65,"target":1},{"source":65,"target":63},{"source":65,"target":335},{"source":335,"target":63},{"source":66,"target":1},{"source":66,"target":57},{"source":66,"target":336},{"source":336,"target":57},{"source":67,"target":1},{"source":67,"target":57},{"source":67,"target":337},{"source":337,"target":57},{"source":68,"target":1},{"source":68,"target":57},{"source":68,"target":338},{"source":338,"target":57},{"source":69,"target":1},{"source":69,"target":57},{"source":69,"target":339},{"source":339,"target":57},{"source":70,"target":1},{"source":70,"target":58},{"source":70,"target":340},{"source":340,"target":58},{"source":71,"target":1},{"source":71,"target":58},{"source":71,"target":341},{"source":71,"target":342},{"source":341,"target":72},{"source":341,"target":343},{"source":341,"target":71},{"source":341,"target":344},{"source":343,"target":72},{"source":342,"target":58},{"source":72,"target":1},{"source":72,"target":3},{"source":72,"target":318},{"source":72,"target":344},{"source":72,"target":345},{"source":72,"target":346},{"source":318,"target":58},{"source":318,"target":347},{"source":318,"target":72},{"source":318,"target":300},{"source":347,"target":58},{"source":344,"target":71},{"source":344,"target":348},{"source":344,"target":72},{"source":344,"target":341},{"source":348,"target":71},{"source":345,"target":88},{"source":345,"target":349},{"source":345,"target":72},{"source":349,"target":88},{"source":346,"target":3},{"source":73,"target":1},{"source":73,"target":58},{"source":73,"target":350},{"source":73,"target":351},{"source":350,"target":82},{"source":350,"target":352},{"source":350,"target":73},{"source":350,"target":353},{"source":352,"target":82},{"source":351,"target":58},{"source":74,"target":1},{"source":74,"target":58},{"source":74,"target":311},{"source":74,"target":315},{"source":74,"target":354},{"source":311,"target":58},{"source":311,"target":355},{"source":311,"target":74},{"source":311,"target":297},{"source":355,"target":58},{"source":315,"target":58},{"source":315,"target":356},{"source":315,"target":74},{"source":315,"target":299},{"source":356,"target":58},{"source":354,"target":58},{"source":75,"target":1},{"source":75,"target":58},{"source":75,"target":321},{"source":75,"target":323},{"source":75,"target":357},{"source":321,"target":58},{"source":321,"target":358},{"source":321,"target":75},{"source":321,"target":301},{"source":358,"target":58},{"source":323,"target":58},{"source":323,"target":359},{"source":323,"target":75},{"source":323,"target":302},{"source":359,"target":58},{"source":357,"target":58},{"source":76,"target":1},{"source":76,"target":58},{"source":76,"target":360},{"source":360,"target":58},{"source":77,"target":1},{"source":77,"target":6},{"source":77,"target":361},{"source":77,"target":362},{"source":77,"target":363},{"source":77,"target":364},{"source":361,"target":79},{"source":361,"target":365},{"source":361,"target":77},{"source":361,"target":366},{"source":365,"target":79},{"source":362,"target":78},{"source":362,"target":367},{"source":362,"target":77},{"source":362,"target":368},{"source":367,"target":78},{"source":363,"target":85},{"source":363,"target":369},{"source":363,"target":77},{"source":369,"target":85},{"source":364,"target":6},{"source":78,"target":1},{"source":78,"target":3},{"source":78,"target":368},{"source":78,"target":306},{"source":78,"target":370},{"source":368,"target":77},{"source":368,"target":371},{"source":368,"target":78},{"source":368,"target":362},{"source":371,"target":77},{"source":306,"target":58},{"source":306,"target":372},{"source":306,"target":78},{"source":306,"target":295},{"source":372,"target":58},{"source":370,"target":3},{"source":79,"target":1},{"source":79,"target":4},{"source":79,"target":366},{"source":79,"target":373},{"source":79,"target":374},{"source":366,"target":77},{"source":366,"target":375},{"source":366,"target":79},{"source":366,"target":361},{"source":375,"target":77},{"source":373,"target":88},{"source":373,"target":376},{"source":373,"target":79},{"source":376,"target":88},{"source":374,"target":4},{"source":80,"target":1},{"source":80,"target":79},{"source":80,"target":150},{"source":80,"target":313},{"source":80,"target":377},{"source":150,"target":8},{"source":150,"target":378},{"source":150,"target":80},{"source":150,"target":124},{"source":378,"target":8},{"source":313,"target":58},{"source":313,"target":379},{"source":313,"target":80},{"source":313,"target":298},{"source":379,"target":58},{"source":377,"target":79},{"source":81,"target":1},{"source":81,"target":79},{"source":81,"target":289},{"source":81,"target":309},{"source":81,"target":146},{"source":81,"target":380},{"source":289,"target":56},{"source":289,"target":381},{"source":289,"target":81},{"source":289,"target":286},{"source":381,"target":56},{"source":309,"target":58},{"source":309,"target":382},{"source":309,"target":81},{"source":309,"target":296},{"source":382,"target":58},{"source":146,"target":8},{"source":146,"target":383},{"source":146,"target":81},{"source":146,"target":122},{"source":383,"target":8},{"source":380,"target":79},{"source":82,"target":1},{"source":82,"target":4},{"source":82,"target":353},{"source":82,"target":384},{"source":353,"target":73},{"source":353,"target":385},{"source":353,"target":82},{"source":353,"target":350},{"source":385,"target":73},{"source":384,"target":4},{"source":83,"target":1},{"source":83,"target":82},{"source":83,"target":386},{"source":83,"target":387},{"source":83,"target":388},{"source":386,"target":84},{"source":386,"target":389},{"source":386,"target":83},{"source":386,"target":390},{"source":389,"target":84},{"source":387,"target":88},{"source":387,"target":391},{"source":387,"target":83},{"source":391,"target":88},{"source":388,"target":82},{"source":84,"target":1},{"source":84,"target":82},{"source":84,"target":390},{"source":84,"target":392},{"source":390,"target":83},{"source":390,"target":393},{"source":390,"target":84},{"source":390,"target":386},{"source":393,"target":83},{"source":392,"target":82},{"source":85,"target":1},{"source":86,"target":1},{"source":87,"target":1},{"source":88,"target":1},{"source":2,"target":394},{"source":2,"target":395},{"source":2,"target":396},{"source":2,"target":397},{"source":2,"target":398},{"source":2,"target":399},{"source":2,"target":400},{"source":2,"target":401},{"source":2,"target":402},{"source":2,"target":403},{"source":2,"target":404},{"source":2,"target":405},{"source":2,"target":406},{"source":2,"target":407},{"source":2,"target":408},{"source":2,"target":409},{"source":2,"target":410},{"source":2,"target":411},{"source":2,"target":412},{"source":2,"target":413},{"source":2,"target":414},{"source":2,"target":415},{"source":2,"target":416},{"source":2,"target":417},{"source":2,"target":0},{"source":394,"target":2},{"source":394,"target":418},{"source":394,"target":419},{"source":394,"target":420},{"source":394,"target":421},{"source":394,"target":422},{"source":394,"target":423},{"source":394,"target":424},{"source":394,"target":425},{"source":394,"target":426},{"source":394,"target":427},{"source":418,"target":428},{"source":418,"target":394},{"source":419,"target":400},{"source":419,"target":429},{"source":419,"target":394},{"source":419,"target":430},{"source":429,"target":400},{"source":420,"target":414},{"source":420,"target":431},{"source":420,"target":394},{"source":420,"target":432},{"source":431,"target":414},{"source":421,"target":398},{"source":421,"target":433},{"source":421,"target":394},{"source":433,"target":398},{"source":422,"target":399},{"source":422,"target":434},{"source":422,"target":394},{"source":434,"target":399},{"source":423,"target":404},{"source":423,"target":435},{"source":423,"target":394},{"source":435,"target":404},{"source":424,"target":396},{"source":424,"target":436},{"source":424,"target":394},{"source":436,"target":396},{"source":425,"target":396},{"source":425,"target":437},{"source":425,"target":394},{"source":437,"target":396},{"source":426,"target":438},{"source":426,"target":394},{"source":427,"target":395},{"source":427,"target":439},{"source":427,"target":394},{"source":439,"target":395},{"source":395,"target":2},{"source":395,"target":440},{"source":440,"target":441},{"source":440,"target":395},{"source":396,"target":2},{"source":396,"target":83},{"source":396,"target":442},{"source":396,"target":443},{"source":396,"target":444},{"source":442,"target":445},{"source":442,"target":396},{"source":443,"target":446},{"source":443,"target":396},{"source":444,"target":83},{"source":397,"target":2},{"source":397,"target":447},{"source":397,"target":448},{"source":447,"target":449},{"source":447,"target":397},{"source":448,"target":450},{"source":448,"target":397},{"source":398,"target":2},{"source":398,"target":397},{"source":398,"target":451},{"source":451,"target":397},{"source":399,"target":2},{"source":399,"target":397},{"source":399,"target":452},{"source":452,"target":397},{"source":400,"target":2},{"source":400,"target":453},{"source":400,"target":430},{"source":453,"target":454},{"source":453,"target":400},{"source":430,"target":394},{"source":430,"target":455},{"source":430,"target":400},{"source":430,"target":419},{"source":455,"target":394},{"source":401,"target":2},{"source":401,"target":400},{"source":401,"target":456},{"source":401,"target":457},{"source":401,"target":458},{"source":401,"target":459},{"source":456,"target":398},{"source":456,"target":460},{"source":456,"target":401},{"source":460,"target":398},{"source":457,"target":399},{"source":457,"target":461},{"source":457,"target":401},{"source":461,"target":399},{"source":458,"target":8},{"source":458,"target":462},{"source":458,"target":401},{"source":462,"target":8},{"source":459,"target":400},{"source":402,"target":2},{"source":402,"target":400},{"source":402,"target":463},{"source":402,"target":464},{"source":402,"target":465},{"source":402,"target":466},{"source":402,"target":467},{"source":402,"target":468},{"source":402,"target":469},{"source":463,"target":398},{"source":463,"target":470},{"source":463,"target":402},{"source":470,"target":398},{"source":464,"target":399},{"source":464,"target":471},{"source":464,"target":402},{"source":471,"target":399},{"source":465,"target":403},{"source":465,"target":472},{"source":465,"target":402},{"source":472,"target":403},{"source":466,"target":398},{"source":466,"target":473},{"source":466,"target":402},{"source":473,"target":398},{"source":467,"target":474},{"source":467,"target":402},{"source":468,"target":411},{"source":468,"target":475},{"source":468,"target":402},{"source":475,"target":411},{"source":469,"target":400},{"source":403,"target":2},{"source":403,"target":53},{"source":403,"target":476},{"source":476,"target":53},{"source":404,"target":2},{"source":404,"target":397},{"source":404,"target":477},{"source":404,"target":478},{"source":404,"target":479},{"source":404,"target":480},{"source":477,"target":406},{"source":477,"target":481},{"source":477,"target":404},{"source":481,"target":406},{"source":478,"target":407},{"source":478,"target":482},{"source":478,"target":404},{"source":482,"target":407},{"source":479,"target":8},{"source":479,"target":483},{"source":479,"target":404},{"source":483,"target":8},{"source":480,"target":397},{"source":405,"target":2},{"source":405,"target":484},{"source":484,"target":485},{"source":484,"target":405},{"source":406,"target":2},{"source":406,"target":405},{"source":406,"target":486},{"source":406,"target":487},{"source":486,"target":399},{"source":486,"target":488},{"source":486,"target":406},{"source":488,"target":399},{"source":487,"target":405},{"source":407,"target":2},{"source":407,"target":405},{"source":407,"target":489},{"source":407,"target":490},{"source":489,"target":60},{"source":489,"target":491},{"source":489,"target":407},{"source":491,"target":60},{"source":490,"target":405},{"source":408,"target":2},{"source":408,"target":24},{"source":408,"target":492},{"source":408,"target":493},{"source":492,"target":494},{"source":492,"target":408},{"source":493,"target":24},{"source":409,"target":2},{"source":409,"target":400},{"source":409,"target":495},{"source":409,"target":496},{"source":409,"target":497},{"source":409,"target":498},{"source":495,"target":398},{"source":495,"target":499},{"source":495,"target":409},{"source":499,"target":398},{"source":496,"target":404},{"source":496,"target":500},{"source":496,"target":409},{"source":500,"target":404},{"source":497,"target":410},{"source":497,"target":501},{"source":497,"target":409},{"source":501,"target":410},{"source":498,"target":400},{"source":410,"target":2},{"source":410,"target":502},{"source":410,"target":503},{"source":502,"target":398},{"source":502,"target":504},{"source":502,"target":410},{"source":504,"target":398},{"source":503,"target":505},{"source":503,"target":410},{"source":411,"target":2},{"source":411,"target":400},{"source":411,"target":506},{"source":411,"target":507},{"source":411,"target":508},{"source":411,"target":509},{"source":506,"target":510},{"source":506,"target":411},{"source":507,"target":398},{"source":507,"target":511},{"source":507,"target":411},{"source":511,"target":398},{"source":508,"target":399},{"source":508,"target":512},{"source":508,"target":411},{"source":512,"target":399},{"source":509,"target":400},{"source":412,"target":2},{"source":412,"target":411},{"source":412,"target":513},{"source":412,"target":514},{"source":513,"target":515},{"source":513,"target":412},{"source":514,"target":411},{"source":413,"target":2},{"source":413,"target":411},{"source":413,"target":516},{"source":413,"target":517},{"source":516,"target":8},{"source":516,"target":518},{"source":516,"target":413},{"source":518,"target":8},{"source":517,"target":411},{"source":414,"target":2},{"source":414,"target":519},{"source":414,"target":520},{"source":414,"target":521},{"source":414,"target":432},{"source":519,"target":522},{"source":519,"target":414},{"source":520,"target":8},{"source":520,"target":523},{"source":520,"target":414},{"source":523,"target":8},{"source":521,"target":58},{"source":521,"target":524},{"source":521,"target":414},{"source":524,"target":58},{"source":432,"target":394},{"source":432,"target":525},{"source":432,"target":414},{"source":432,"target":420},{"source":525,"target":394},{"source":415,"target":2},{"source":415,"target":414},{"source":415,"target":526},{"source":415,"target":527},{"source":415,"target":528},{"source":526,"target":399},{"source":526,"target":529},{"source":526,"target":415},{"source":529,"target":399},{"source":527,"target":398},{"source":527,"target":530},{"source":527,"target":415},{"source":530,"target":398},{"source":528,"target":414},{"source":416,"target":2},{"source":416,"target":414},{"source":416,"target":531},{"source":416,"target":532},{"source":416,"target":533},{"source":531,"target":399},{"source":531,"target":534},{"source":531,"target":416},{"source":534,"target":399},{"source":532,"target":417},{"source":532,"target":535},{"source":532,"target":416},{"source":535,"target":417},{"source":533,"target":414},{"source":417,"target":2},{"source":417,"target":53},{"source":417,"target":536},{"source":536,"target":53}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="root"
nsURI="" nsPrefix="root">
<eSubpackages name="P1">
<eSubpackages name="P1A"/>
<eSubpackages name="P1B"/>
</eSubpackages>
<eSubpackages name="P2">
<eSubpackages name="P2A"/>
<eSubpackages name="P2B" nsPrefix="">
<eSubpackages name="P2B1"/>
</eSubpackages>
<eSubpackages name="P2C"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.swtbot/data/unit/layout/treeDiagram/treeDiagram.ecore | ecore | root
P1
P1A
P1B
P2
P2A
P2B
P2B1
P2C | null | {"directed":true,"nodes":[{"nsPrefix":"root","nsURI":"","name":"root","id":0,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"P1","id":1,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"P2","id":2,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"P1A","id":3,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"P1B","id":4,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"P2A","id":5,"eClass":"EPackage"},{"nsPrefix":"","nsURI":null,"name":"P2B","id":6,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"P2C","id":7,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"P2B1","id":8,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":0},{"source":3,"target":1},{"source":4,"target":1},{"source":2,"target":5},{"source":2,"target":6},{"source":2,"target":7},{"source":2,"target":0},{"source":5,"target":2},{"source":6,"target":8},{"source":6,"target":2},{"source":8,"target":6},{"source":7,"target":2}],"multigraph":true} |
false | <?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="p1">
<eClassifiers xsi:type="ecore:EClass" name="new EClass 1">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="new Attribute"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="new Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="enum"/>
</ecore:EPackage>
| github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.swtbot/data/unit/table/selectionOnCreation/428545.ecore | ecore | p1
new EClass 1
new Attribute
new Attribute
enum | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"p1","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"new EClass 1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"enum","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"new Attribute","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"new Attribute","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":3,"target":1},{"source":4,"target":1},{"source":2,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI 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">
<ecore:EPackage name="fr">
<eSubpackages name="obeo">
<eSubpackages name="psm">
<eSubpackages name="vb">
<eSubpackages name="resources">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false" upperBound="-1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false" upperBound="-1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_LangElement" abstract="true" eSuperTypes="/0/obeo/psm/vb/resources/LocatedElement"/>
</eSubpackages>
<eSubpackages name="projects">
<eSubpackages name="VB_1">
<eSubpackages name="core">
<eClassifiers xsi:type="ecore:EClass" name="VB_Content" eSuperTypes="/0/obeo/psm/vb/resources/VB_LangElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasVersion" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasClass" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasBeginEnd" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="beginEndGlobalVariables" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/core/VB_GlobalVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="globalVariables" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/core/VB_GlobalVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/core/VB_ContentElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_GlobalVariable" eSuperTypes="/0/obeo/psm/vb/resources/VB_LangElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_ContentElement" abstract="true" eSuperTypes="/0/obeo/psm/vb/resources/VB_LangElement"/>
<eClassifiers xsi:type="ecore:EClass" name="VB_FileAttribute" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/core/VB_ContentElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" lowerBound="1" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Option" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/core/VB_ContentElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasEnablement" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enablement" ordered="false" unique="false" eType="/0/obeo/psm/vb/projects/VB_1/enumerations/EnablementEnum"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Imports" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/core/VB_ContentElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/references/VB_FullTypeRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Implements" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/core/VB_ContentElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="implements" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/references/VB_FullTypeRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Assembly" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/core/VB_ContentElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="call" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/statements/VB_Call" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Class" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/core/VB_ContentElement /0/obeo/psm/vb/projects/VB_1/core/VB_Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFriend" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasVisibility" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" eType="/0/obeo/psm/vb/projects/VB_1/enumerations/VisibilityEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasInherits" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inherits" ordered="false" eType="/0/obeo/psm/vb/projects/VB_1/references/VB_FullTypeRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/features/VB_Feature" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Module" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/core/VB_ContentElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/features/VB_Feature" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Type" abstract="true" eSuperTypes="/0/obeo/psm/vb/resources/VB_LangElement"/>
<eClassifiers xsi:type="ecore:EClass" name="VB_Data" abstract="true" eSuperTypes="/0/obeo/psm/vb/resources/VB_LangElement"/>
<eClassifiers xsi:type="ecore:EClass" name="VB_SimpleType" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/core/VB_ContentElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" eType="/0/obeo/psm/vb/projects/VB_1/enumerations/VisibilityEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/features/VB_Feature" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Enum" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/core/VB_ContentElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/enumerations/VisibilityEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/features/VB_Feature" containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="preprocessing">
<eClassifiers xsi:type="ecore:EClass" name="VB_PreprocIf" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/core/VB_ContentElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/features/VB_Feature" containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="features">
<eClassifiers xsi:type="ecore:EClass" name="VB_Feature" abstract="true" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/core/VB_Data /0/obeo/psm/vb/projects/VB_1/core/VB_ContentElement"/>
<eClassifiers xsi:type="ecore:EClass" name="VB_Region" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/features/VB_Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/features/VB_Feature" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Sub" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/features/VB_Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasAnnotation" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" ordered="false" eType="/0/obeo/psm/vb/projects/VB_1/statements/VB_Call" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFriend" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasVisibility" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" eType="/0/obeo/psm/vb/projects/VB_1/enumerations/VisibilityEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isOverloads" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isOverrides" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/features/VB_Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasHandles" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="handles" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/references/VB_FullTypeRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/statements/VB_Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Function" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/features/VB_Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFriend" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasVisibility" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" eType="/0/obeo/psm/vb/projects/VB_1/enumerations/VisibilityEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/features/VB_Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="return" ordered="false" eType="/0/obeo/psm/vb/projects/VB_1/references/VB_FullTypeRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/statements/VB_Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_DeclareFunction" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/features/VB_Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasVisibility" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" eType="/0/obeo/psm/vb/projects/VB_1/enumerations/VisibilityEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAuto" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lib" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAlias" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/features/VB_Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="return" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/references/VB_FullTypeRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_DeclareSub" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/features/VB_Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasVisibility" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" eType="/0/obeo/psm/vb/projects/VB_1/enumerations/VisibilityEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAuto" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lib" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAlias" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/features/VB_Parameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Parameter" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/core/VB_Data">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isOptional" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasQualifier" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifier" ordered="false" unique="false" eType="/0/obeo/psm/vb/projects/VB_1/enumerations/QualifierEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isArray" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayExpression" ordered="false" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasType" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="/0/obeo/psm/vb/projects/VB_1/references/VB_FullTypeRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasInitialValue" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Property" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/features/VB_Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/enumerations/VisibilityEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isShared" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isGetOnly" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSet" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isLet" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/features/VB_Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="/0/obeo/psm/vb/projects/VB_1/references/VB_FullTypeRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/features/VB_Modifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/statements/VB_Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Modifier" abstract="true" eSuperTypes="/0/obeo/psm/vb/resources/VB_LangElement"/>
<eClassifiers xsi:type="ecore:EClass" name="VB_Set" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/features/VB_Modifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasParameters" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/features/VB_Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/statements/VB_Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Get" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/features/VB_Modifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasParameters" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/features/VB_Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/statements/VB_Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Attribute" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/features/VB_Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasVisibility" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" eType="/0/obeo/psm/vb/projects/VB_1/enumerations/VisibilityEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasQualifier" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifier" ordered="false" unique="false" eType="/0/obeo/psm/vb/projects/VB_1/enumerations/Qualifier_2Enum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFriend" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isWithEvents" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isShared" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isArray" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayExpressions" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasType" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasInitialValue" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" ordered="false" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasNext" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="graphicals">
<eClassifiers xsi:type="ecore:EClass" name="VB_GraphicalElement" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/core/VB_ContentElement /0/obeo/psm/vb/projects/VB_1/core/VB_Data">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/references/VB_FullTypeRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/graphicals/VB_GraphicalField" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/graphicals/VB_GraphicalElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_GraphicalField" abstract="true" eSuperTypes="/0/obeo/psm/vb/resources/VB_LangElement"/>
<eClassifiers xsi:type="ecore:EClass" name="VB_GraphicalPropertySet" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/graphicals/VB_GraphicalField">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasArguments" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasBrackets" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/graphicals/VB_GraphicalField" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_GraphicalProperty" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/core/VB_Data /0/obeo/psm/vb/projects/VB_1/graphicals/VB_GraphicalField">
<eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/references/VB_FullDataRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="statements">
<eClassifiers xsi:type="ecore:EClass" name="VB_Statement" abstract="true" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/features/VB_Modifier"/>
<eClassifiers xsi:type="ecore:EClass" name="VB_Call" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/statements/VB_Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/references/VB_FullDataRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/statements/VB_CallArgument" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_CallArgument" abstract="true" eSuperTypes="/0/obeo/psm/vb/resources/VB_LangElement"/>
<eClassifiers xsi:type="ecore:EClass" name="VB_CallEmptyArgument" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/statements/VB_CallArgument"/>
<eClassifiers xsi:type="ecore:EClass" name="VB_CallExpressionArgument" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/statements/VB_CallArgument">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasSeparator" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Case" eSuperTypes="/0/obeo/psm/vb/resources/VB_LangElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" lowerBound="1" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasSeparator" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/statements/VB_Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_RawBody" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/statements/VB_Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="/1/String"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="expressions">
<eClassifiers xsi:type="ecore:EClass" name="VB_Expression" abstract="true" eSuperTypes="/0/obeo/psm/vb/resources/VB_LangElement"/>
<eClassifiers xsi:type="ecore:EClass" name="VB_AssignmentExpression" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/references/VB_FullDataRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_TypeOfExpression" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/references/VB_FullDataRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/references/VB_FullTypeRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_OperatorExpression" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftHand" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightHand" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operatorName" ordered="false" unique="false" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_NewExpression" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/references/VB_FullTypeRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasArguments" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasInitialization" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializations" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_NotExpression" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_NegativeExpression" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_ParenthesisExpression" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_TabValuesExpression" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_ByValExpression" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Value" abstract="true" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="VB_NegativeValue" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Value">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Value" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_VariableSystem" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/0/obeo/psm/vb/projects/VB_1/enumerations/NameEnum"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Literal" abstract="true" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_Literal_Literal" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="VB_Literal_Number" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="VB_Literal_Value" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Literal"/>
</eSubpackages>
<eSubpackages name="references">
<eClassifiers xsi:type="ecore:EClass" name="VB_FullTypeRef" eSuperTypes="/0/obeo/psm/vb/resources/VB_LangElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="members" lowerBound="1" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/references/VB_TypeRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_TypeRef" eSuperTypes="/0/obeo/psm/vb/resources/VB_LangElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/resources/VB_LangElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeValue" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_FullDataRef" eSuperTypes="/0/obeo/psm/vb/projects/VB_1/expressions/VB_Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="self" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="members" lowerBound="1" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/references/VB_DataRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasRecSet" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="recSetMember" ordered="false" eType="/0/obeo/psm/vb/projects/VB_1/references/VB_DataRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_DataRef" eSuperTypes="/0/obeo/psm/vb/resources/VB_LangElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="data" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/resources/VB_LangElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataValue" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasArguments" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/obeo/psm/vb/projects/VB_1/statements/VB_CallArgument" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasRefMarker" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasSubMarker" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VB_LabelRef" eSuperTypes="/0/obeo/psm/vb/resources/VB_LangElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" lowerBound="1" eType="/0/obeo/psm/vb/resources/VB_LangElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelValue" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="enumerations">
<eClassifiers xsi:type="ecore:EEnum" name="EnablementEnum">
<eLiterals name="Off" value="1"/>
<eLiterals name="On" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="VisibilityEnum">
<eLiterals name="private" value="1"/>
<eLiterals name="protected" value="2"/>
<eLiterals name="public" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="QualifierEnum">
<eLiterals name="byRef" value="1"/>
<eLiterals name="byVal" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Qualifier_2Enum">
<eLiterals name="static" value="1"/>
<eLiterals name="const" value="2"/>
<eLiterals name="dim" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="NameEnum">
<eLiterals name="trueLit" value="1"/>
<eLiterals name="falseLit" value="2"/>
<eLiterals name="nothing" value="3"/>
</eClassifiers>
</eSubpackages>
</eSubpackages>
</eSubpackages>
</eSubpackages>
</eSubpackages>
</eSubpackages>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/vb.ecore | ecore | fr
obeo
psm
vb
resources
LocatedElement
location
commentsBefore
commentsAfter
VB_LangElement
projects
VB_1
core
VB_Content
hasVersion
version
hasClass
hasBeginEnd
beginEndGlobalVariables
globalVariables
elements
VB_GlobalVariable
name
value
VB_ContentElement
VB_FileAttribute
name
initialValue
VB_Option
name
hasEnablement
enablement
VB_Imports
imports
VB_Implements
implements
VB_Assembly
call
VB_Class
isFriend
hasVisibility
visibility
name
hasInherits
inherits
features
VB_Module
name
features
VB_Type
VB_Data
VB_SimpleType
visibility
name
features
VB_Enum
visibility
name
features
preprocessing
VB_PreprocIf
condition
features
features
VB_Feature
VB_Region
name
features
VB_Sub
hasAnnotation
annotation
isFriend
hasVisibility
visibility
isOverloads
isOverrides
name
parameters
hasHandles
handles
statements
VB_Function
isFriend
hasVisibility
visibility
name
parameters
return
statements
VB_DeclareFunction
hasVisibility
visibility
isAuto
name
lib
isAlias
alias
parameters
return
VB_DeclareSub
hasVisibility
visibility
isAuto
name
lib
isAlias
alias
parameters
VB_Parameter
isOptional
hasQualifier
qualifier
name
isArray
arrayExpression
hasType
type
hasInitialValue
value
VB_Property
visibility
isShared
isGetOnly
isSet
isLet
name
parameters
type
modifiers
statements
VB_Modifier
VB_Set
hasParameters
parameters
statements
VB_Get
hasParameters
parameters
statements
VB_Attribute
hasVisibility
visibility
hasQualifier
qualifier
isFriend
isWithEvents
isShared
name
isArray
arrayExpressions
hasType
type
hasInitialValue
initialValue
hasNext
graphicals
VB_GraphicalElement
type
name
fields
children
VB_GraphicalField
VB_GraphicalPropertySet
name
hasArguments
arguments
hasBrackets
fields
VB_GraphicalProperty
property
value
statements
VB_Statement
VB_Call
expression
arguments
VB_CallArgument
VB_CallEmptyArgument
VB_CallExpressionArgument
expression
hasSeparator
VB_Case
values
hasSeparator
statements
VB_RawBody
value
expressions
VB_Expression
VB_AssignmentExpression
variable
expression
VB_TypeOfExpression
variable
type
VB_OperatorExpression
leftHand
rightHand
operatorName
VB_NewExpression
type
hasArguments
arguments
hasInitialization
initializations
VB_NotExpression
expression
VB_NegativeExpression
expression
VB_ParenthesisExpression
expression
VB_TabValuesExpression
arguments
VB_ByValExpression
value
VB_Value
VB_NegativeValue
value
VB_VariableSystem
name
VB_Literal
value
VB_Literal_Literal
VB_Literal_Number
VB_Literal_Value
references
VB_FullTypeRef
members
VB_TypeRef
type
typeValue
VB_FullDataRef
self
members
hasRecSet
recSetMember
VB_DataRef
data
dataValue
hasArguments
arguments
hasRefMarker
hasSubMarker
VB_LabelRef
label
labelValue
enumerations
EnablementEnum
Off
Off
On
On
VisibilityEnum
private
private
protected
protected
public
public
QualifierEnum
byRef
byRef
byVal
byVal
Qualifier_2Enum
static
static
const
const
dim
dim
NameEnum
trueLit
trueLit
falseLit
falseLit
nothing
nothing
PrimitiveTypes
String
Boolean
Integer | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"fr","id":0,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"obeo","id":1,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"psm","id":2,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"vb","id":3,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"resources","id":4,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"projects","id":5,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_LangElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsBefore","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":11,"serializable":true,"eClass":"EDataType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"VB_1","id":16,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"core","id":17,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"preprocessing","id":18,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"features","id":19,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"graphicals","id":20,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"statements","id":21,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"expressions","id":22,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"references","id":23,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"enumerations","id":24,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Content","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_GlobalVariable","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_ContentElement","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_FileAttribute","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Option","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Imports","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Implements","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Assembly","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Class","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Module","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Type","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Data","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_SimpleType","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Enum","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasVersion","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasClass","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasBeginEnd","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"beginEndGlobalVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"globalVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":47,"serializable":true,"eClass":"EDataType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Expression","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasEnablement","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"enablement","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnablementEnum","instanceClass":null,"id":73,"serializable":true,"eClass":"EEnum"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_FullTypeRef","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"call","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Call","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"id":85,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isFriend","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasVisibility","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasInherits","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inherits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityEnum","instanceClass":null,"id":97,"serializable":true,"eClass":"EEnum"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Feature","instanceClass":null,"abstract":true,"id":102,"interface":false,"eClass":"EClass"},{"id":103,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_PreprocIf","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Region","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Sub","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Function","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_DeclareFunction","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_DeclareSub","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Parameter","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Property","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Modifier","instanceClass":null,"abstract":true,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Set","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Get","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Attribute","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasAnnotation","changeable":true,"lowerBound":1,"iD":false,"id":149,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isFriend","changeable":true,"lowerBound":1,"iD":false,"id":151,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasVisibility","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isOverloads","changeable":true,"lowerBound":1,"iD":false,"id":154,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isOverrides","changeable":true,"lowerBound":1,"iD":false,"id":155,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasHandles","changeable":true,"lowerBound":1,"iD":false,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"handles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Statement","instanceClass":null,"abstract":true,"id":173,"interface":false,"eClass":"EClass"},{"id":174,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isFriend","changeable":true,"lowerBound":1,"iD":false,"id":175,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasVisibility","changeable":true,"lowerBound":1,"iD":false,"id":176,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"return","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasVisibility","changeable":true,"lowerBound":1,"iD":false,"id":190,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAuto","changeable":true,"lowerBound":1,"iD":false,"id":192,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":193,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lib","changeable":true,"lowerBound":1,"iD":false,"id":194,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAlias","changeable":true,"lowerBound":1,"iD":false,"id":195,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"return","changeable":true,"resolveProxies":true,"lowerBound":1,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasVisibility","changeable":true,"lowerBound":1,"iD":false,"id":209,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAuto","changeable":true,"lowerBound":1,"iD":false,"id":211,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":212,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lib","changeable":true,"lowerBound":1,"iD":false,"id":213,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAlias","changeable":true,"lowerBound":1,"iD":false,"id":214,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isOptional","changeable":true,"lowerBound":1,"iD":false,"id":226,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasQualifier","changeable":true,"lowerBound":1,"iD":false,"id":227,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"qualifier","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":229,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isArray","changeable":true,"lowerBound":1,"iD":false,"id":230,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasType","changeable":true,"lowerBound":1,"iD":false,"id":232,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasInitialValue","changeable":true,"lowerBound":1,"iD":false,"id":234,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"QualifierEnum","instanceClass":null,"id":239,"serializable":true,"eClass":"EEnum"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":248,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isShared","changeable":true,"lowerBound":1,"iD":false,"id":249,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isGetOnly","changeable":true,"lowerBound":1,"iD":false,"id":250,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isSet","changeable":true,"lowerBound":1,"iD":false,"id":251,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isLet","changeable":true,"lowerBound":1,"iD":false,"id":252,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasParameters","changeable":true,"lowerBound":1,"iD":false,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasParameters","changeable":true,"lowerBound":1,"iD":false,"id":277,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasVisibility","changeable":true,"lowerBound":1,"iD":false,"id":284,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasQualifier","changeable":true,"lowerBound":1,"iD":false,"id":286,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"qualifier","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isFriend","changeable":true,"lowerBound":1,"iD":false,"id":288,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isWithEvents","changeable":true,"lowerBound":1,"iD":false,"id":289,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isShared","changeable":true,"lowerBound":1,"iD":false,"id":290,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":291,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isArray","changeable":true,"lowerBound":1,"iD":false,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasType","changeable":true,"lowerBound":1,"iD":false,"id":294,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasInitialValue","changeable":true,"lowerBound":1,"iD":false,"id":296,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasNext","changeable":true,"lowerBound":1,"iD":false,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"Qualifier_2Enum","instanceClass":null,"id":303,"serializable":true,"eClass":"EEnum"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_GraphicalElement","instanceClass":null,"abstract":false,"id":316,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_GraphicalField","instanceClass":null,"abstract":true,"id":317,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_GraphicalPropertySet","instanceClass":null,"abstract":false,"id":318,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_GraphicalProperty","instanceClass":null,"abstract":false,"id":319,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":320,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":331,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasArguments","changeable":true,"lowerBound":1,"iD":false,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasBrackets","changeable":true,"lowerBound":1,"iD":false,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":342,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_FullDataRef","instanceClass":null,"abstract":false,"id":346,"interface":false,"eClass":"EClass"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_CallArgument","instanceClass":null,"abstract":true,"id":349,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_CallEmptyArgument","instanceClass":null,"abstract":false,"id":350,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_CallExpressionArgument","instanceClass":null,"abstract":false,"id":351,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Case","instanceClass":null,"abstract":false,"id":352,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_RawBody","instanceClass":null,"abstract":false,"id":353,"interface":false,"eClass":"EClass"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":355,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":362,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasSeparator","changeable":true,"lowerBound":1,"iD":false,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":1,"id":367,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasSeparator","changeable":true,"lowerBound":1,"iD":false,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_AssignmentExpression","instanceClass":null,"abstract":false,"id":377,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_TypeOfExpression","instanceClass":null,"abstract":false,"id":378,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_OperatorExpression","instanceClass":null,"abstract":false,"id":379,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_NewExpression","instanceClass":null,"abstract":false,"id":380,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_NotExpression","instanceClass":null,"abstract":false,"id":381,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_NegativeExpression","instanceClass":null,"abstract":false,"id":382,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_ParenthesisExpression","instanceClass":null,"abstract":false,"id":383,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_TabValuesExpression","instanceClass":null,"abstract":false,"id":384,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_ByValExpression","instanceClass":null,"abstract":false,"id":385,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Value","instanceClass":null,"abstract":true,"id":386,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_NegativeValue","instanceClass":null,"abstract":false,"id":387,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_VariableSystem","instanceClass":null,"abstract":false,"id":388,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Literal","instanceClass":null,"abstract":true,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Literal_Literal","instanceClass":null,"abstract":false,"id":390,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Literal_Number","instanceClass":null,"abstract":false,"id":391,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_Literal_Value","instanceClass":null,"abstract":false,"id":392,"interface":false,"eClass":"EClass"},{"id":393,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":394,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":399,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":404,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightHand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":405,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operatorName","changeable":true,"lowerBound":0,"iD":false,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":411,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasArguments","changeable":true,"lowerBound":1,"iD":false,"id":412,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasInitialization","changeable":true,"lowerBound":1,"iD":false,"id":414,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"NameEnum","instanceClass":null,"id":443,"serializable":true,"eClass":"EEnum"},{"id":444,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_TypeRef","instanceClass":null,"abstract":false,"id":451,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_DataRef","instanceClass":null,"abstract":false,"id":452,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VB_LabelRef","instanceClass":null,"abstract":false,"id":453,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":1,"id":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":457,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typeValue","changeable":true,"lowerBound":1,"iD":false,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"self","changeable":true,"lowerBound":1,"iD":false,"id":462,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":1,"id":463,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasRecSet","changeable":true,"lowerBound":1,"iD":false,"id":464,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recSetMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":1,"id":471,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dataValue","changeable":true,"lowerBound":1,"iD":false,"id":472,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasArguments","changeable":true,"lowerBound":1,"iD":false,"id":473,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasRefMarker","changeable":true,"lowerBound":1,"iD":false,"id":475,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hasSubMarker","changeable":true,"lowerBound":1,"iD":false,"id":476,"derived":false},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":484,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"labelValue","changeable":true,"lowerBound":1,"iD":false,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"name":"Off","id":489,"value":1,"literal":"Off","eClass":"EEnumLiteral"},{"name":"On","id":490,"value":2,"literal":"On","eClass":"EEnumLiteral"},{"name":"private","id":491,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":492,"value":2,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":493,"value":3,"literal":"public","eClass":"EEnumLiteral"},{"name":"byRef","id":494,"value":1,"literal":"byRef","eClass":"EEnumLiteral"},{"name":"byVal","id":495,"value":2,"literal":"byVal","eClass":"EEnumLiteral"},{"name":"static","id":496,"value":1,"literal":"static","eClass":"EEnumLiteral"},{"name":"const","id":497,"value":2,"literal":"const","eClass":"EEnumLiteral"},{"name":"dim","id":498,"value":3,"literal":"dim","eClass":"EEnumLiteral"},{"name":"trueLit","id":499,"value":1,"literal":"trueLit","eClass":"EEnumLiteral"},{"name":"falseLit","id":500,"value":2,"literal":"falseLit","eClass":"EEnumLiteral"},{"name":"nothing","id":501,"value":3,"literal":"nothing","eClass":"EEnumLiteral"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":502,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":503,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":0},{"source":2,"target":3},{"source":2,"target":1},{"source":3,"target":4},{"source":3,"target":5},{"source":3,"target":2},{"source":4,"target":6},{"source":4,"target":7},{"source":4,"target":3},{"source":6,"target":4},{"source":6,"target":8},{"source":6,"target":9},{"source":6,"target":10},{"source":8,"target":11},{"source":8,"target":12},{"source":8,"target":6},{"source":12,"target":11},{"source":9,"target":11},{"source":9,"target":13},{"source":9,"target":6},{"source":13,"target":11},{"source":10,"target":11},{"source":10,"target":14},{"source":10,"target":6},{"source":14,"target":11},{"source":7,"target":4},{"source":7,"target":6},{"source":7,"target":15},{"source":15,"target":6},{"source":5,"target":16},{"source":5,"target":3},{"source":16,"target":17},{"source":16,"target":18},{"source":16,"target":19},{"source":16,"target":20},{"source":16,"target":21},{"source":16,"target":22},{"source":16,"target":23},{"source":16,"target":24},{"source":16,"target":5},{"source":17,"target":25},{"source":17,"target":26},{"source":17,"target":27},{"source":17,"target":28},{"source":17,"target":29},{"source":17,"target":30},{"source":17,"target":31},{"source":17,"target":32},{"source":17,"target":33},{"source":17,"target":34},{"source":17,"target":35},{"source":17,"target":36},{"source":17,"target":37},{"source":17,"target":38},{"source":17,"target":16},{"source":25,"target":17},{"source":25,"target":7},{"source":25,"target":39},{"source":25,"target":40},{"source":25,"target":41},{"source":25,"target":42},{"source":25,"target":43},{"source":25,"target":44},{"source":25,"target":45},{"source":25,"target":46},{"source":39,"target":47},{"source":39,"target":48},{"source":39,"target":25},{"source":48,"target":47},{"source":40,"target":11},{"source":40,"target":49},{"source":40,"target":25},{"source":49,"target":11},{"source":41,"target":47},{"source":41,"target":50},{"source":41,"target":25},{"source":50,"target":47},{"source":42,"target":47},{"source":42,"target":51},{"source":42,"target":25},{"source":51,"target":47},{"source":43,"target":26},{"source":43,"target":52},{"source":43,"target":25},{"source":52,"target":26},{"source":44,"target":26},{"source":44,"target":53},{"source":44,"target":25},{"source":53,"target":26},{"source":45,"target":27},{"source":45,"target":54},{"source":45,"target":25},{"source":54,"target":27},{"source":46,"target":7},{"source":26,"target":17},{"source":26,"target":7},{"source":26,"target":55},{"source":26,"target":56},{"source":26,"target":57},{"source":55,"target":11},{"source":55,"target":58},{"source":55,"target":26},{"source":58,"target":11},{"source":56,"target":59},{"source":56,"target":60},{"source":56,"target":26},{"source":60,"target":59},{"source":57,"target":7},{"source":27,"target":17},{"source":27,"target":7},{"source":27,"target":61},{"source":61,"target":7},{"source":28,"target":17},{"source":28,"target":27},{"source":28,"target":62},{"source":28,"target":63},{"source":28,"target":64},{"source":62,"target":11},{"source":62,"target":65},{"source":62,"target":28},{"source":65,"target":11},{"source":63,"target":59},{"source":63,"target":66},{"source":63,"target":28},{"source":66,"target":59},{"source":64,"target":27},{"source":29,"target":17},{"source":29,"target":27},{"source":29,"target":67},{"source":29,"target":68},{"source":29,"target":69},{"source":29,"target":70},{"source":67,"target":11},{"source":67,"target":71},{"source":67,"target":29},{"source":71,"target":11},{"source":68,"target":47},{"source":68,"target":72},{"source":68,"target":29},{"source":72,"target":47},{"source":69,"target":73},{"source":69,"target":74},{"source":69,"target":29},{"source":74,"target":73},{"source":70,"target":27},{"source":30,"target":17},{"source":30,"target":27},{"source":30,"target":75},{"source":30,"target":76},{"source":75,"target":77},{"source":75,"target":78},{"source":75,"target":30},{"source":78,"target":77},{"source":76,"target":27},{"source":31,"target":17},{"source":31,"target":27},{"source":31,"target":79},{"source":31,"target":80},{"source":79,"target":77},{"source":79,"target":81},{"source":79,"target":31},{"source":81,"target":77},{"source":80,"target":27},{"source":32,"target":17},{"source":32,"target":27},{"source":32,"target":82},{"source":32,"target":83},{"source":82,"target":84},{"source":82,"target":85},{"source":82,"target":32},{"source":85,"target":84},{"source":83,"target":27},{"source":33,"target":17},{"source":33,"target":27},{"source":33,"target":35},{"source":33,"target":86},{"source":33,"target":87},{"source":33,"target":88},{"source":33,"target":89},{"source":33,"target":90},{"source":33,"target":91},{"source":33,"target":92},{"source":33,"target":93},{"source":33,"target":94},{"source":86,"target":47},{"source":86,"target":95},{"source":86,"target":33},{"source":95,"target":47},{"source":87,"target":47},{"source":87,"target":96},{"source":87,"target":33},{"source":96,"target":47},{"source":88,"target":97},{"source":88,"target":98},{"source":88,"target":33},{"source":98,"target":97},{"source":89,"target":11},{"source":89,"target":99},{"source":89,"target":33},{"source":99,"target":11},{"source":90,"target":47},{"source":90,"target":100},{"source":90,"target":33},{"source":100,"target":47},{"source":91,"target":77},{"source":91,"target":101},{"source":91,"target":33},{"source":101,"target":77},{"source":92,"target":102},{"source":92,"target":103},{"source":92,"target":33},{"source":103,"target":102},{"source":93,"target":27},{"source":94,"target":35},{"source":34,"target":17},{"source":34,"target":27},{"source":34,"target":104},{"source":34,"target":105},{"source":34,"target":106},{"source":104,"target":11},{"source":104,"target":107},{"source":104,"target":34},{"source":107,"target":11},{"source":105,"target":102},{"source":105,"target":108},{"source":105,"target":34},{"source":108,"target":102},{"source":106,"target":27},{"source":35,"target":17},{"source":35,"target":7},{"source":35,"target":109},{"source":109,"target":7},{"source":36,"target":17},{"source":36,"target":7},{"source":36,"target":110},{"source":110,"target":7},{"source":37,"target":17},{"source":37,"target":27},{"source":37,"target":111},{"source":37,"target":112},{"source":37,"target":113},{"source":37,"target":114},{"source":111,"target":97},{"source":111,"target":115},{"source":111,"target":37},{"source":115,"target":97},{"source":112,"target":11},{"source":112,"target":116},{"source":112,"target":37},{"source":116,"target":11},{"source":113,"target":102},{"source":113,"target":117},{"source":113,"target":37},{"source":117,"target":102},{"source":114,"target":27},{"source":38,"target":17},{"source":38,"target":27},{"source":38,"target":118},{"source":38,"target":119},{"source":38,"target":120},{"source":38,"target":121},{"source":118,"target":97},{"source":118,"target":122},{"source":118,"target":38},{"source":122,"target":97},{"source":119,"target":11},{"source":119,"target":123},{"source":119,"target":38},{"source":123,"target":11},{"source":120,"target":102},{"source":120,"target":124},{"source":120,"target":38},{"source":124,"target":102},{"source":121,"target":27},{"source":18,"target":125},{"source":18,"target":16},{"source":125,"target":18},{"source":125,"target":27},{"source":125,"target":126},{"source":125,"target":127},{"source":125,"target":128},{"source":126,"target":59},{"source":126,"target":129},{"source":126,"target":125},{"source":129,"target":59},{"source":127,"target":102},{"source":127,"target":130},{"source":127,"target":125},{"source":130,"target":102},{"source":128,"target":27},{"source":19,"target":102},{"source":19,"target":131},{"source":19,"target":132},{"source":19,"target":133},{"source":19,"target":134},{"source":19,"target":135},{"source":19,"target":136},{"source":19,"target":137},{"source":19,"target":138},{"source":19,"target":139},{"source":19,"target":140},{"source":19,"target":141},{"source":19,"target":16},{"source":102,"target":19},{"source":102,"target":36},{"source":102,"target":27},{"source":102,"target":142},{"source":102,"target":143},{"source":142,"target":36},{"source":143,"target":27},{"source":131,"target":19},{"source":131,"target":102},{"source":131,"target":144},{"source":131,"target":145},{"source":131,"target":146},{"source":144,"target":11},{"source":144,"target":147},{"source":144,"target":131},{"source":147,"target":11},{"source":145,"target":102},{"source":145,"target":148},{"source":145,"target":131},{"source":148,"target":102},{"source":146,"target":102},{"source":132,"target":19},{"source":132,"target":102},{"source":132,"target":149},{"source":132,"target":150},{"source":132,"target":151},{"source":132,"target":152},{"source":132,"target":153},{"source":132,"target":154},{"source":132,"target":155},{"source":132,"target":156},{"source":132,"target":157},{"source":132,"target":158},{"source":132,"target":159},{"source":132,"target":160},{"source":132,"target":161},{"source":149,"target":47},{"source":149,"target":162},{"source":149,"target":132},{"source":162,"target":47},{"source":150,"target":84},{"source":150,"target":163},{"source":150,"target":132},{"source":163,"target":84},{"source":151,"target":47},{"source":151,"target":164},{"source":151,"target":132},{"source":164,"target":47},{"source":152,"target":47},{"source":152,"target":165},{"source":152,"target":132},{"source":165,"target":47},{"source":153,"target":97},{"source":153,"target":166},{"source":153,"target":132},{"source":166,"target":97},{"source":154,"target":47},{"source":154,"target":167},{"source":154,"target":132},{"source":167,"target":47},{"source":155,"target":47},{"source":155,"target":168},{"source":155,"target":132},{"source":168,"target":47},{"source":156,"target":11},{"source":156,"target":169},{"source":156,"target":132},{"source":169,"target":11},{"source":157,"target":136},{"source":157,"target":170},{"source":157,"target":132},{"source":170,"target":136},{"source":158,"target":47},{"source":158,"target":171},{"source":158,"target":132},{"source":171,"target":47},{"source":159,"target":77},{"source":159,"target":172},{"source":159,"target":132},{"source":172,"target":77},{"source":160,"target":173},{"source":160,"target":174},{"source":160,"target":132},{"source":174,"target":173},{"source":161,"target":102},{"source":133,"target":19},{"source":133,"target":102},{"source":133,"target":175},{"source":133,"target":176},{"source":133,"target":177},{"source":133,"target":178},{"source":133,"target":179},{"source":133,"target":180},{"source":133,"target":181},{"source":133,"target":182},{"source":175,"target":47},{"source":175,"target":183},{"source":175,"target":133},{"source":183,"target":47},{"source":176,"target":47},{"source":176,"target":184},{"source":176,"target":133},{"source":184,"target":47},{"source":177,"target":97},{"source":177,"target":185},{"source":177,"target":133},{"source":185,"target":97},{"source":178,"target":11},{"source":178,"target":186},{"source":178,"target":133},{"source":186,"target":11},{"source":179,"target":136},{"source":179,"target":187},{"source":179,"target":133},{"source":187,"target":136},{"source":180,"target":77},{"source":180,"target":188},{"source":180,"target":133},{"source":188,"target":77},{"source":181,"target":173},{"source":181,"target":189},{"source":181,"target":133},{"source":189,"target":173},{"source":182,"target":102},{"source":134,"target":19},{"source":134,"target":102},{"source":134,"target":190},{"source":134,"target":191},{"source":134,"target":192},{"source":134,"target":193},{"source":134,"target":194},{"source":134,"target":195},{"source":134,"target":196},{"source":134,"target":197},{"source":134,"target":198},{"source":134,"target":199},{"source":190,"target":47},{"source":190,"target":200},{"source":190,"target":134},{"source":200,"target":47},{"source":191,"target":97},{"source":191,"target":201},{"source":191,"target":134},{"source":201,"target":97},{"source":192,"target":47},{"source":192,"target":202},{"source":192,"target":134},{"source":202,"target":47},{"source":193,"target":11},{"source":193,"target":203},{"source":193,"target":134},{"source":203,"target":11},{"source":194,"target":11},{"source":194,"target":204},{"source":194,"target":134},{"source":204,"target":11},{"source":195,"target":47},{"source":195,"target":205},{"source":195,"target":134},{"source":205,"target":47},{"source":196,"target":11},{"source":196,"target":206},{"source":196,"target":134},{"source":206,"target":11},{"source":197,"target":136},{"source":197,"target":207},{"source":197,"target":134},{"source":207,"target":136},{"source":198,"target":77},{"source":198,"target":208},{"source":198,"target":134},{"source":208,"target":77},{"source":199,"target":102},{"source":135,"target":19},{"source":135,"target":102},{"source":135,"target":209},{"source":135,"target":210},{"source":135,"target":211},{"source":135,"target":212},{"source":135,"target":213},{"source":135,"target":214},{"source":135,"target":215},{"source":135,"target":216},{"source":135,"target":217},{"source":209,"target":47},{"source":209,"target":218},{"source":209,"target":135},{"source":218,"target":47},{"source":210,"target":97},{"source":210,"target":219},{"source":210,"target":135},{"source":219,"target":97},{"source":211,"target":47},{"source":211,"target":220},{"source":211,"target":135},{"source":220,"target":47},{"source":212,"target":11},{"source":212,"target":221},{"source":212,"target":135},{"source":221,"target":11},{"source":213,"target":11},{"source":213,"target":222},{"source":213,"target":135},{"source":222,"target":11},{"source":214,"target":47},{"source":214,"target":223},{"source":214,"target":135},{"source":223,"target":47},{"source":215,"target":11},{"source":215,"target":224},{"source":215,"target":135},{"source":224,"target":11},{"source":216,"target":136},{"source":216,"target":225},{"source":216,"target":135},{"source":225,"target":136},{"source":217,"target":102},{"source":136,"target":19},{"source":136,"target":36},{"source":136,"target":226},{"source":136,"target":227},{"source":136,"target":228},{"source":136,"target":229},{"source":136,"target":230},{"source":136,"target":231},{"source":136,"target":232},{"source":136,"target":233},{"source":136,"target":234},{"source":136,"target":235},{"source":136,"target":236},{"source":226,"target":47},{"source":226,"target":237},{"source":226,"target":136},{"source":237,"target":47},{"source":227,"target":47},{"source":227,"target":238},{"source":227,"target":136},{"source":238,"target":47},{"source":228,"target":239},{"source":228,"target":240},{"source":228,"target":136},{"source":240,"target":239},{"source":229,"target":11},{"source":229,"target":241},{"source":229,"target":136},{"source":241,"target":11},{"source":230,"target":47},{"source":230,"target":242},{"source":230,"target":136},{"source":242,"target":47},{"source":231,"target":59},{"source":231,"target":243},{"source":231,"target":136},{"source":243,"target":59},{"source":232,"target":47},{"source":232,"target":244},{"source":232,"target":136},{"source":244,"target":47},{"source":233,"target":77},{"source":233,"target":245},{"source":233,"target":136},{"source":245,"target":77},{"source":234,"target":47},{"source":234,"target":246},{"source":234,"target":136},{"source":246,"target":47},{"source":235,"target":59},{"source":235,"target":247},{"source":235,"target":136},{"source":247,"target":59},{"source":236,"target":36},{"source":137,"target":19},{"source":137,"target":102},{"source":137,"target":248},{"source":137,"target":249},{"source":137,"target":250},{"source":137,"target":251},{"source":137,"target":252},{"source":137,"target":253},{"source":137,"target":254},{"source":137,"target":255},{"source":137,"target":256},{"source":137,"target":257},{"source":137,"target":258},{"source":248,"target":97},{"source":248,"target":259},{"source":248,"target":137},{"source":259,"target":97},{"source":249,"target":47},{"source":249,"target":260},{"source":249,"target":137},{"source":260,"target":47},{"source":250,"target":47},{"source":250,"target":261},{"source":250,"target":137},{"source":261,"target":47},{"source":251,"target":47},{"source":251,"target":262},{"source":251,"target":137},{"source":262,"target":47},{"source":252,"target":47},{"source":252,"target":263},{"source":252,"target":137},{"source":263,"target":47},{"source":253,"target":11},{"source":253,"target":264},{"source":253,"target":137},{"source":264,"target":11},{"source":254,"target":136},{"source":254,"target":265},{"source":254,"target":137},{"source":265,"target":136},{"source":255,"target":77},{"source":255,"target":266},{"source":255,"target":137},{"source":266,"target":77},{"source":256,"target":138},{"source":256,"target":267},{"source":256,"target":137},{"source":267,"target":138},{"source":257,"target":173},{"source":257,"target":268},{"source":257,"target":137},{"source":268,"target":173},{"source":258,"target":102},{"source":138,"target":19},{"source":138,"target":7},{"source":138,"target":269},{"source":269,"target":7},{"source":139,"target":19},{"source":139,"target":138},{"source":139,"target":270},{"source":139,"target":271},{"source":139,"target":272},{"source":139,"target":273},{"source":270,"target":47},{"source":270,"target":274},{"source":270,"target":139},{"source":274,"target":47},{"source":271,"target":136},{"source":271,"target":275},{"source":271,"target":139},{"source":275,"target":136},{"source":272,"target":173},{"source":272,"target":276},{"source":272,"target":139},{"source":276,"target":173},{"source":273,"target":138},{"source":140,"target":19},{"source":140,"target":138},{"source":140,"target":277},{"source":140,"target":278},{"source":140,"target":279},{"source":140,"target":280},{"source":277,"target":47},{"source":277,"target":281},{"source":277,"target":140},{"source":281,"target":47},{"source":278,"target":136},{"source":278,"target":282},{"source":278,"target":140},{"source":282,"target":136},{"source":279,"target":173},{"source":279,"target":283},{"source":279,"target":140},{"source":283,"target":173},{"source":280,"target":138},{"source":141,"target":19},{"source":141,"target":102},{"source":141,"target":284},{"source":141,"target":285},{"source":141,"target":286},{"source":141,"target":287},{"source":141,"target":288},{"source":141,"target":289},{"source":141,"target":290},{"source":141,"target":291},{"source":141,"target":292},{"source":141,"target":293},{"source":141,"target":294},{"source":141,"target":295},{"source":141,"target":296},{"source":141,"target":297},{"source":141,"target":298},{"source":141,"target":299},{"source":284,"target":47},{"source":284,"target":300},{"source":284,"target":141},{"source":300,"target":47},{"source":285,"target":97},{"source":285,"target":301},{"source":285,"target":141},{"source":301,"target":97},{"source":286,"target":47},{"source":286,"target":302},{"source":286,"target":141},{"source":302,"target":47},{"source":287,"target":303},{"source":287,"target":304},{"source":287,"target":141},{"source":304,"target":303},{"source":288,"target":47},{"source":288,"target":305},{"source":288,"target":141},{"source":305,"target":47},{"source":289,"target":47},{"source":289,"target":306},{"source":289,"target":141},{"source":306,"target":47},{"source":290,"target":47},{"source":290,"target":307},{"source":290,"target":141},{"source":307,"target":47},{"source":291,"target":11},{"source":291,"target":308},{"source":291,"target":141},{"source":308,"target":11},{"source":292,"target":47},{"source":292,"target":309},{"source":292,"target":141},{"source":309,"target":47},{"source":293,"target":59},{"source":293,"target":310},{"source":293,"target":141},{"source":310,"target":59},{"source":294,"target":47},{"source":294,"target":311},{"source":294,"target":141},{"source":311,"target":47},{"source":295,"target":59},{"source":295,"target":312},{"source":295,"target":141},{"source":312,"target":59},{"source":296,"target":47},{"source":296,"target":313},{"source":296,"target":141},{"source":313,"target":47},{"source":297,"target":59},{"source":297,"target":314},{"source":297,"target":141},{"source":314,"target":59},{"source":298,"target":47},{"source":298,"target":315},{"source":298,"target":141},{"source":315,"target":47},{"source":299,"target":102},{"source":20,"target":316},{"source":20,"target":317},{"source":20,"target":318},{"source":20,"target":319},{"source":20,"target":16},{"source":316,"target":20},{"source":316,"target":27},{"source":316,"target":36},{"source":316,"target":320},{"source":316,"target":321},{"source":316,"target":322},{"source":316,"target":323},{"source":316,"target":324},{"source":316,"target":325},{"source":320,"target":77},{"source":320,"target":326},{"source":320,"target":316},{"source":326,"target":77},{"source":321,"target":11},{"source":321,"target":327},{"source":321,"target":316},{"source":327,"target":11},{"source":322,"target":317},{"source":322,"target":328},{"source":322,"target":316},{"source":328,"target":317},{"source":323,"target":316},{"source":323,"target":329},{"source":323,"target":316},{"source":329,"target":316},{"source":324,"target":27},{"source":325,"target":36},{"source":317,"target":20},{"source":317,"target":7},{"source":317,"target":330},{"source":330,"target":7},{"source":318,"target":20},{"source":318,"target":317},{"source":318,"target":331},{"source":318,"target":332},{"source":318,"target":333},{"source":318,"target":334},{"source":318,"target":335},{"source":318,"target":336},{"source":331,"target":11},{"source":331,"target":337},{"source":331,"target":318},{"source":337,"target":11},{"source":332,"target":47},{"source":332,"target":338},{"source":332,"target":318},{"source":338,"target":47},{"source":333,"target":59},{"source":333,"target":339},{"source":333,"target":318},{"source":339,"target":59},{"source":334,"target":47},{"source":334,"target":340},{"source":334,"target":318},{"source":340,"target":47},{"source":335,"target":317},{"source":335,"target":341},{"source":335,"target":318},{"source":341,"target":317},{"source":336,"target":317},{"source":319,"target":20},{"source":319,"target":36},{"source":319,"target":317},{"source":319,"target":342},{"source":319,"target":343},{"source":319,"target":344},{"source":319,"target":345},{"source":342,"target":346},{"source":342,"target":347},{"source":342,"target":319},{"source":347,"target":346},{"source":343,"target":59},{"source":343,"target":348},{"source":343,"target":319},{"source":348,"target":59},{"source":344,"target":36},{"source":345,"target":317},{"source":21,"target":173},{"source":21,"target":84},{"source":21,"target":349},{"source":21,"target":350},{"source":21,"target":351},{"source":21,"target":352},{"source":21,"target":353},{"source":21,"target":16},{"source":173,"target":21},{"source":173,"target":138},{"source":173,"target":354},{"source":354,"target":138},{"source":84,"target":21},{"source":84,"target":173},{"source":84,"target":355},{"source":84,"target":356},{"source":84,"target":357},{"source":355,"target":346},{"source":355,"target":358},{"source":355,"target":84},{"source":358,"target":346},{"source":356,"target":349},{"source":356,"target":359},{"source":356,"target":84},{"source":359,"target":349},{"source":357,"target":173},{"source":349,"target":21},{"source":349,"target":7},{"source":349,"target":360},{"source":360,"target":7},{"source":350,"target":21},{"source":350,"target":349},{"source":350,"target":361},{"source":361,"target":349},{"source":351,"target":21},{"source":351,"target":349},{"source":351,"target":362},{"source":351,"target":363},{"source":351,"target":364},{"source":362,"target":59},{"source":362,"target":365},{"source":362,"target":351},{"source":365,"target":59},{"source":363,"target":47},{"source":363,"target":366},{"source":363,"target":351},{"source":366,"target":47},{"source":364,"target":349},{"source":352,"target":21},{"source":352,"target":7},{"source":352,"target":367},{"source":352,"target":368},{"source":352,"target":369},{"source":352,"target":370},{"source":367,"target":59},{"source":367,"target":371},{"source":367,"target":352},{"source":371,"target":59},{"source":368,"target":47},{"source":368,"target":372},{"source":368,"target":352},{"source":372,"target":47},{"source":369,"target":173},{"source":369,"target":373},{"source":369,"target":352},{"source":373,"target":173},{"source":370,"target":7},{"source":353,"target":21},{"source":353,"target":173},{"source":353,"target":374},{"source":353,"target":375},{"source":374,"target":11},{"source":374,"target":376},{"source":374,"target":353},{"source":376,"target":11},{"source":375,"target":173},{"source":22,"target":59},{"source":22,"target":377},{"source":22,"target":378},{"source":22,"target":379},{"source":22,"target":380},{"source":22,"target":381},{"source":22,"target":382},{"source":22,"target":383},{"source":22,"target":384},{"source":22,"target":385},{"source":22,"target":386},{"source":22,"target":387},{"source":22,"target":388},{"source":22,"target":389},{"source":22,"target":390},{"source":22,"target":391},{"source":22,"target":392},{"source":22,"target":16},{"source":59,"target":22},{"source":59,"target":7},{"source":59,"target":393},{"source":393,"target":7},{"source":377,"target":22},{"source":377,"target":59},{"source":377,"target":394},{"source":377,"target":395},{"source":377,"target":396},{"source":394,"target":346},{"source":394,"target":397},{"source":394,"target":377},{"source":397,"target":346},{"source":395,"target":59},{"source":395,"target":398},{"source":395,"target":377},{"source":398,"target":59},{"source":396,"target":59},{"source":378,"target":22},{"source":378,"target":59},{"source":378,"target":399},{"source":378,"target":400},{"source":378,"target":401},{"source":399,"target":346},{"source":399,"target":402},{"source":399,"target":378},{"source":402,"target":346},{"source":400,"target":77},{"source":400,"target":403},{"source":400,"target":378},{"source":403,"target":77},{"source":401,"target":59},{"source":379,"target":22},{"source":379,"target":59},{"source":379,"target":404},{"source":379,"target":405},{"source":379,"target":406},{"source":379,"target":407},{"source":404,"target":59},{"source":404,"target":408},{"source":404,"target":379},{"source":408,"target":59},{"source":405,"target":59},{"source":405,"target":409},{"source":405,"target":379},{"source":409,"target":59},{"source":406,"target":11},{"source":406,"target":410},{"source":406,"target":379},{"source":410,"target":11},{"source":407,"target":59},{"source":380,"target":22},{"source":380,"target":59},{"source":380,"target":411},{"source":380,"target":412},{"source":380,"target":413},{"source":380,"target":414},{"source":380,"target":415},{"source":380,"target":416},{"source":411,"target":77},{"source":411,"target":417},{"source":411,"target":380},{"source":417,"target":77},{"source":412,"target":47},{"source":412,"target":418},{"source":412,"target":380},{"source":418,"target":47},{"source":413,"target":59},{"source":413,"target":419},{"source":413,"target":380},{"source":419,"target":59},{"source":414,"target":47},{"source":414,"target":420},{"source":414,"target":380},{"source":420,"target":47},{"source":415,"target":59},{"source":415,"target":421},{"source":415,"target":380},{"source":421,"target":59},{"source":416,"target":59},{"source":381,"target":22},{"source":381,"target":59},{"source":381,"target":422},{"source":381,"target":423},{"source":422,"target":59},{"source":422,"target":424},{"source":422,"target":381},{"source":424,"target":59},{"source":423,"target":59},{"source":382,"target":22},{"source":382,"target":59},{"source":382,"target":425},{"source":382,"target":426},{"source":425,"target":59},{"source":425,"target":427},{"source":425,"target":382},{"source":427,"target":59},{"source":426,"target":59},{"source":383,"target":22},{"source":383,"target":59},{"source":383,"target":428},{"source":383,"target":429},{"source":428,"target":59},{"source":428,"target":430},{"source":428,"target":383},{"source":430,"target":59},{"source":429,"target":59},{"source":384,"target":22},{"source":384,"target":59},{"source":384,"target":431},{"source":384,"target":432},{"source":431,"target":59},{"source":431,"target":433},{"source":431,"target":384},{"source":433,"target":59},{"source":432,"target":59},{"source":385,"target":22},{"source":385,"target":59},{"source":385,"target":434},{"source":385,"target":435},{"source":434,"target":59},{"source":434,"target":436},{"source":434,"target":385},{"source":436,"target":59},{"source":435,"target":59},{"source":386,"target":22},{"source":386,"target":59},{"source":386,"target":437},{"source":437,"target":59},{"source":387,"target":22},{"source":387,"target":386},{"source":387,"target":438},{"source":387,"target":439},{"source":438,"target":386},{"source":438,"target":440},{"source":438,"target":387},{"source":440,"target":386},{"source":439,"target":386},{"source":388,"target":22},{"source":388,"target":386},{"source":388,"target":441},{"source":388,"target":442},{"source":441,"target":443},{"source":441,"target":444},{"source":441,"target":388},{"source":444,"target":443},{"source":442,"target":386},{"source":389,"target":22},{"source":389,"target":386},{"source":389,"target":445},{"source":389,"target":446},{"source":445,"target":11},{"source":445,"target":447},{"source":445,"target":389},{"source":447,"target":11},{"source":446,"target":386},{"source":390,"target":22},{"source":390,"target":389},{"source":390,"target":448},{"source":448,"target":389},{"source":391,"target":22},{"source":391,"target":389},{"source":391,"target":449},{"source":449,"target":389},{"source":392,"target":22},{"source":392,"target":389},{"source":392,"target":450},{"source":450,"target":389},{"source":23,"target":77},{"source":23,"target":451},{"source":23,"target":346},{"source":23,"target":452},{"source":23,"target":453},{"source":23,"target":16},{"source":77,"target":23},{"source":77,"target":7},{"source":77,"target":454},{"source":77,"target":455},{"source":454,"target":451},{"source":454,"target":456},{"source":454,"target":77},{"source":456,"target":451},{"source":455,"target":7},{"source":451,"target":23},{"source":451,"target":7},{"source":451,"target":457},{"source":451,"target":458},{"source":451,"target":459},{"source":457,"target":7},{"source":457,"target":460},{"source":457,"target":451},{"source":460,"target":7},{"source":458,"target":11},{"source":458,"target":461},{"source":458,"target":451},{"source":461,"target":11},{"source":459,"target":7},{"source":346,"target":23},{"source":346,"target":59},{"source":346,"target":462},{"source":346,"target":463},{"source":346,"target":464},{"source":346,"target":465},{"source":346,"target":466},{"source":462,"target":47},{"source":462,"target":467},{"source":462,"target":346},{"source":467,"target":47},{"source":463,"target":452},{"source":463,"target":468},{"source":463,"target":346},{"source":468,"target":452},{"source":464,"target":47},{"source":464,"target":469},{"source":464,"target":346},{"source":469,"target":47},{"source":465,"target":452},{"source":465,"target":470},{"source":465,"target":346},{"source":470,"target":452},{"source":466,"target":59},{"source":452,"target":23},{"source":452,"target":7},{"source":452,"target":471},{"source":452,"target":472},{"source":452,"target":473},{"source":452,"target":474},{"source":452,"target":475},{"source":452,"target":476},{"source":452,"target":477},{"source":471,"target":7},{"source":471,"target":478},{"source":471,"target":452},{"source":478,"target":7},{"source":472,"target":11},{"source":472,"target":479},{"source":472,"target":452},{"source":479,"target":11},{"source":473,"target":47},{"source":473,"target":480},{"source":473,"target":452},{"source":480,"target":47},{"source":474,"target":349},{"source":474,"target":481},{"source":474,"target":452},{"source":481,"target":349},{"source":475,"target":47},{"source":475,"target":482},{"source":475,"target":452},{"source":482,"target":47},{"source":476,"target":47},{"source":476,"target":483},{"source":476,"target":452},{"source":483,"target":47},{"source":477,"target":7},{"source":453,"target":23},{"source":453,"target":7},{"source":453,"target":484},{"source":453,"target":485},{"source":453,"target":486},{"source":484,"target":7},{"source":484,"target":487},{"source":484,"target":453},{"source":487,"target":7},{"source":485,"target":11},{"source":485,"target":488},{"source":485,"target":453},{"source":488,"target":11},{"source":486,"target":7},{"source":24,"target":73},{"source":24,"target":97},{"source":24,"target":239},{"source":24,"target":303},{"source":24,"target":443},{"source":24,"target":16},{"source":73,"target":24},{"source":73,"target":489},{"source":73,"target":490},{"source":489,"target":73},{"source":490,"target":73},{"source":97,"target":24},{"source":97,"target":491},{"source":97,"target":492},{"source":97,"target":493},{"source":491,"target":97},{"source":492,"target":97},{"source":493,"target":97},{"source":239,"target":24},{"source":239,"target":494},{"source":239,"target":495},{"source":494,"target":239},{"source":495,"target":239},{"source":303,"target":24},{"source":303,"target":496},{"source":303,"target":497},{"source":303,"target":498},{"source":496,"target":303},{"source":497,"target":303},{"source":498,"target":303},{"source":443,"target":24},{"source":443,"target":499},{"source":443,"target":500},{"source":443,"target":501},{"source":499,"target":443},{"source":500,"target":443},{"source":501,"target":443},{"source":502,"target":11},{"source":502,"target":47},{"source":502,"target":503},{"source":11,"target":502},{"source":47,"target":502},{"source":503,"target":502}],"multigraph":true} |
true | <?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="qvtoperational"
nsURI="http://www.eclipse.org/qvt/1.0.0/Operational" nsPrefix="qvtoperational">
<eSubpackages name="expressions" nsURI="http://www.eclipse.org/qvt/1.0.0/Operational/Expressions"
nsPrefix="qvtoperational.expr">
<eClassifiers xsi:type="ecore:EClass" name="Constructor" eSuperTypes="#//expressions/ImperativeOperation">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitConstructor(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/Constructor/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/Constructor/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/Constructor/accept/U"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstructorBody" eSuperTypes="#//expressions/OperationBody">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitConstructorBody(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ConstructorBody/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ConstructorBody/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ConstructorBody/accept/U"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContextualProperty" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature #//expressions/VisitableASTNode">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitContextualProperty(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ContextualProperty/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ContextualProperty/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ContextualProperty/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="overridden" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DirectionKind">
<eLiterals name="in"/>
<eLiterals name="inout" value="1"/>
<eLiterals name="out" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntryOperation" eSuperTypes="#//expressions/ImperativeOperation">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitEntryOperation(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/EntryOperation/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/EntryOperation/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/EntryOperation/accept/U"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#//expressions/ImperativeOperation">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitHelper(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/Helper/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/Helper/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/Helper/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImperativeCallExp" eSuperTypes="platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OperationCallExp ../../org.eclipse.m2m.qvt.oml.ecore.imperativeocl/model/ImperativeOCL.ecore#//ImperativeExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isVirtual" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImperativeOperation" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EOperation #//expressions/VisitableASTNode">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitImperativeOperation(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ImperativeOperation/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ImperativeOperation/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ImperativeOperation/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//expressions/OperationBody"
containment="true" eOpposite="#//expressions/OperationBody/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//expressions/VarParameter"
containment="true" eOpposite="#//expressions/VarParameter/ctxOwner"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isBlackbox" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="overridden" eType="#//expressions/ImperativeOperation">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="overriding"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="result" upperBound="-1"
eType="#//expressions/VarParameter" containment="true" eOpposite="#//expressions/VarParameter/resOwner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ImportKind">
<eLiterals name="extension"/>
<eLiterals name="access" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#//expressions/Module">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitLibrary(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/Library/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/Library/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/Library/accept/U"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingBody" eSuperTypes="#//expressions/OperationBody">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitMappingBody(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/MappingBody/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/MappingBody/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/MappingBody/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="endSection" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initSection" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingCallExp" eSuperTypes="#//expressions/ImperativeCallExp">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitMappingCallExp(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/MappingCallExp/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/MappingCallExp/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/MappingCallExp/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isStrict" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingOperation" eSuperTypes="#//expressions/ImperativeOperation">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitMappingOperation(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/MappingOperation/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/MappingOperation/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/MappingOperation/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="disjunct" upperBound="-1"
eType="#//expressions/MappingOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inherited" upperBound="-1"
eType="#//expressions/MappingOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="merged" upperBound="-1"
eType="#//expressions/MappingOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="when" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="where" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="whereOwner"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingParameter" eSuperTypes="#//expressions/VarParameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="extent" eType="#//expressions/ModelParameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelParameter" eSuperTypes="#//expressions/VarParameter"/>
<eClassifiers xsi:type="ecore:EClass" name="ModelType" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass #//expressions/VisitableASTNode">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitModelType(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ModelType/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ModelType/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ModelType/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="additionalCondition"
upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conformanceKind" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" lowerBound="1"
upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage #//expressions/VisitableASTNode">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitModule(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/Module/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/Module/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/Module/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="configProperty" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entry" eType="#//expressions/EntryOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isBlackbox" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="moduleImport" upperBound="-1"
eType="#//expressions/ModuleImport" containment="true" eOpposite="#//expressions/ModuleImport/module"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedTag" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EAnnotation"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="owner"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedVariable" ordered="false"
upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="usedModelType" upperBound="-1"
eType="#//expressions/ModelType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleImport" eSuperTypes="#//expressions/VisitableASTNode platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EModelElement">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitModuleImport(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ModuleImport/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ModuleImport/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ModuleImport/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="binding" upperBound="-1"
eType="#//expressions/ModelType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedModule" lowerBound="1"
eType="#//expressions/Module"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//expressions/ImportKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//expressions/Module"
transient="true" eOpposite="#//expressions/Module/moduleImport"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectExp" eSuperTypes="../../org.eclipse.m2m.qvt.oml.ecore.imperativeocl/model/ImperativeOCL.ecore#//InstantiationExp">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitObjectExp(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ObjectExp/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ObjectExp/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ObjectExp/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//expressions/ConstructorBody"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referredObject" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationBody" eSuperTypes="#//expressions/VisitableASTNode platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EModelElement">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitOperationBody(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/OperationBody/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/OperationBody/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/OperationBody/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//expressions/ImperativeOperation"
transient="true" eOpposite="#//expressions/ImperativeOperation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationalTransformation" eSuperTypes="#//expressions/Module">
<eStructuralFeatures xsi:type="ecore:EReference" name="intermediateClass" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intermediateProperty"
upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelParameter" upperBound="-1"
eType="#//expressions/ModelParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResolveExp" eSuperTypes="platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/CallExp">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitResolveExp(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ResolveExp/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ResolveExp/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ResolveExp/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDeferred" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isInverse" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="one" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResolveInExp" eSuperTypes="#//expressions/ResolveExp">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitResolveInExp(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ResolveInExp/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ResolveInExp/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ResolveInExp/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="inMapping" eType="#//expressions/MappingOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VarParameter" eSuperTypes="platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EParameter">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitVarParameter(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/VarParameter/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/VarParameter/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/VarParameter/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ctxOwner" eType="#//expressions/ImperativeOperation"
transient="true" eOpposite="#//expressions/ImperativeOperation/context"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//expressions/DirectionKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resOwner" eType="#//expressions/ImperativeOperation"
transient="true" eOpposite="#//expressions/ImperativeOperation/result"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VisitableASTNode" abstract="true"
interface="true" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitable platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/ASTNode"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/lehrig/m2m-quality/de.upb.m2m.quality.casestudies/metamodel/tmp/QVTOperational.ecore | ecore | qvtoperational
expressions
Constructor
accept
T
U
v
ConstructorBody
accept
T
U
v
ContextualProperty
accept
T
U
v
context
initExpression
overridden
DirectionKind
in
in
inout
inout
out
out
EntryOperation
accept
T
U
v
Helper
accept
T
U
v
isQuery
ImperativeCallExp
isVirtual
true
ImperativeOperation
accept
T
U
v
body
context
isBlackbox
overridden
result
ImportKind
extension
extension
access
access
Library
accept
T
U
v
MappingBody
accept
T
U
v
endSection
initSection
MappingCallExp
accept
T
U
v
isStrict
MappingOperation
accept
T
U
v
disjunct
inherited
merged
when
where
MappingParameter
extent
ModelParameter
ModelType
accept
T
U
v
additionalCondition
conformanceKind
metamodel
Module
accept
T
U
v
configProperty
entry
isBlackbox
moduleImport
ownedTag
ownedVariable
usedModelType
ModuleImport
accept
T
U
v
binding
importedModule
kind
module
ObjectExp
accept
T
U
v
body
referredObject
OperationBody
accept
T
U
v
content
operation
variable
OperationalTransformation
intermediateClass
intermediateProperty
modelParameter
ResolveExp
accept
T
U
v
condition
isDeferred
isInverse
one
target
ResolveInExp
accept
T
U
v
inMapping
VarParameter
accept
T
U
v
ctxOwner
kind
resOwner
VisitableASTNode | null | {"directed":true,"nodes":[{"nsPrefix":"qvtoperational","nsURI":"http://www.eclipse.org/qvt/1.0.0/Operational","name":"qvtoperational","id":0,"eClass":"EPackage"},{"nsPrefix":"qvtoperational.expr","nsURI":"http://www.eclipse.org/qvt/1.0.0/Operational/Expressions","name":"expressions","id":1,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorBody","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextualProperty","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionKind","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryOperation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeCallExp","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeOperation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImportKind","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingBody","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCallExp","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingOperation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingParameter","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelParameter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleImport","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectExp","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationBody","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationalTransformation","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveExp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveInExp","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarParameter","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisitableASTNode","instanceClass":null,"abstract":true,"id":26,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"name":"T","id":30,"eClass":"ETypeParameter"},{"name":"U","id":31,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EParameter"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"name":"T","id":48,"eClass":"ETypeParameter"},{"name":"U","id":49,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EParameter"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overridden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"name":"T","id":70,"eClass":"ETypeParameter"},{"name":"U","id":71,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EParameter"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"name":"in","id":88,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"inout","id":89,"value":1,"literal":"inout","eClass":"EEnumLiteral"},{"name":"out","id":90,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"name":"T","id":94,"eClass":"ETypeParameter"},{"name":"U","id":95,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EParameter"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isQuery","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"name":"T","id":113,"eClass":"ETypeParameter"},{"name":"U","id":114,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EParameter"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isVirtual","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isBlackbox","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overridden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"name":"T","id":142,"eClass":"ETypeParameter"},{"name":"U","id":143,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EParameter"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ctxOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"resOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"name":"extension","id":165,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"access","id":166,"value":1,"literal":"access","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EOperation"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"name":"T","id":170,"eClass":"ETypeParameter"},{"name":"U","id":171,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"name":"T","id":190,"eClass":"ETypeParameter"},{"name":"U","id":191,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EParameter"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStrict","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"name":"T","id":211,"eClass":"ETypeParameter"},{"name":"U","id":212,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EParameter"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"disjunct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inherited","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"merged","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"name":"T","id":235,"eClass":"ETypeParameter"},{"name":"U","id":236,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EParameter"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":259,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conformanceKind","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"name":"T","id":266,"eClass":"ETypeParameter"},{"name":"U","id":267,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EParameter"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"isBlackbox","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedModelType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"name":"T","id":296,"eClass":"ETypeParameter"},{"name":"U","id":297,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":298,"many":false,"required":false,"eClass":"EParameter"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":319,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":321,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"name":"T","id":326,"eClass":"ETypeParameter"},{"name":"U","id":327,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":328,"many":false,"required":false,"eClass":"EParameter"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":345,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"name":"T","id":350,"eClass":"ETypeParameter"},{"name":"U","id":351,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":352,"many":false,"required":false,"eClass":"EParameter"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":367,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"name":"T","id":373,"eClass":"ETypeParameter"},{"name":"U","id":374,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":375,"many":false,"required":false,"eClass":"EParameter"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":398,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDeferred","changeable":true,"lowerBound":1,"iD":false,"id":400,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInverse","changeable":true,"lowerBound":1,"iD":false,"id":401,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"one","changeable":true,"lowerBound":1,"iD":false,"id":402,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"name":"T","id":406,"eClass":"ETypeParameter"},{"name":"U","id":407,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":408,"many":false,"required":false,"eClass":"EParameter"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":426,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"name":"T","id":430,"eClass":"ETypeParameter"},{"name":"U","id":431,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":432,"many":false,"required":false,"eClass":"EParameter"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":446,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"name":"T","id":451,"eClass":"ETypeParameter"},{"name":"U","id":452,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":453,"many":false,"required":false,"eClass":"EParameter"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":0},{"source":2,"target":1},{"source":2,"target":9},{"source":2,"target":27},{"source":2,"target":28},{"source":27,"target":29},{"source":27,"target":2},{"source":27,"target":30},{"source":27,"target":31},{"source":27,"target":32},{"source":29,"target":30},{"source":31,"target":33},{"source":33,"target":34},{"source":33,"target":35},{"source":33,"target":36},{"source":33,"target":37},{"source":33,"target":38},{"source":33,"target":39},{"source":33,"target":40},{"source":33,"target":41},{"source":33,"target":42},{"source":33,"target":43},{"source":34,"target":30},{"source":32,"target":44},{"source":32,"target":27},{"source":44,"target":31},{"source":28,"target":9},{"source":3,"target":1},{"source":3,"target":21},{"source":3,"target":45},{"source":3,"target":46},{"source":45,"target":47},{"source":45,"target":3},{"source":45,"target":48},{"source":45,"target":49},{"source":45,"target":50},{"source":47,"target":48},{"source":49,"target":51},{"source":51,"target":52},{"source":51,"target":53},{"source":51,"target":54},{"source":51,"target":55},{"source":51,"target":56},{"source":51,"target":57},{"source":51,"target":58},{"source":51,"target":59},{"source":51,"target":60},{"source":51,"target":61},{"source":52,"target":48},{"source":50,"target":62},{"source":50,"target":45},{"source":62,"target":49},{"source":46,"target":21},{"source":4,"target":1},{"source":4,"target":26},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":63,"target":69},{"source":63,"target":4},{"source":63,"target":70},{"source":63,"target":71},{"source":63,"target":72},{"source":69,"target":70},{"source":71,"target":73},{"source":73,"target":74},{"source":73,"target":75},{"source":73,"target":76},{"source":73,"target":77},{"source":73,"target":78},{"source":73,"target":79},{"source":73,"target":80},{"source":73,"target":81},{"source":73,"target":82},{"source":73,"target":83},{"source":74,"target":70},{"source":72,"target":84},{"source":72,"target":63},{"source":84,"target":71},{"source":64,"target":85},{"source":64,"target":4},{"source":65,"target":86},{"source":65,"target":4},{"source":66,"target":87},{"source":66,"target":4},{"source":68,"target":26},{"source":5,"target":1},{"source":5,"target":88},{"source":5,"target":89},{"source":5,"target":90},{"source":88,"target":5},{"source":89,"target":5},{"source":90,"target":5},{"source":6,"target":1},{"source":6,"target":9},{"source":6,"target":91},{"source":6,"target":92},{"source":91,"target":93},{"source":91,"target":6},{"source":91,"target":94},{"source":91,"target":95},{"source":91,"target":96},{"source":93,"target":94},{"source":95,"target":97},{"source":97,"target":98},{"source":97,"target":99},{"source":97,"target":100},{"source":97,"target":101},{"source":97,"target":102},{"source":97,"target":103},{"source":97,"target":104},{"source":97,"target":105},{"source":97,"target":106},{"source":97,"target":107},{"source":98,"target":94},{"source":96,"target":108},{"source":96,"target":91},{"source":108,"target":95},{"source":92,"target":9},{"source":7,"target":1},{"source":7,"target":9},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":109,"target":112},{"source":109,"target":7},{"source":109,"target":113},{"source":109,"target":114},{"source":109,"target":115},{"source":112,"target":113},{"source":114,"target":116},{"source":116,"target":117},{"source":116,"target":118},{"source":116,"target":119},{"source":116,"target":120},{"source":116,"target":121},{"source":116,"target":122},{"source":116,"target":123},{"source":116,"target":124},{"source":116,"target":125},{"source":116,"target":126},{"source":117,"target":113},{"source":115,"target":127},{"source":115,"target":109},{"source":127,"target":114},{"source":110,"target":128},{"source":110,"target":7},{"source":111,"target":9},{"source":8,"target":1},{"source":8,"target":129},{"source":8,"target":130},{"source":8,"target":131},{"source":129,"target":132},{"source":129,"target":8},{"source":9,"target":1},{"source":9,"target":26},{"source":9,"target":133},{"source":9,"target":134},{"source":9,"target":135},{"source":9,"target":136},{"source":9,"target":137},{"source":9,"target":138},{"source":9,"target":139},{"source":9,"target":140},{"source":133,"target":141},{"source":133,"target":9},{"source":133,"target":142},{"source":133,"target":143},{"source":133,"target":144},{"source":141,"target":142},{"source":143,"target":145},{"source":145,"target":146},{"source":145,"target":147},{"source":145,"target":148},{"source":145,"target":149},{"source":145,"target":150},{"source":145,"target":151},{"source":145,"target":152},{"source":145,"target":153},{"source":145,"target":154},{"source":145,"target":155},{"source":146,"target":142},{"source":144,"target":156},{"source":144,"target":133},{"source":156,"target":143},{"source":134,"target":21},{"source":134,"target":157},{"source":134,"target":9},{"source":134,"target":158},{"source":157,"target":21},{"source":135,"target":25},{"source":135,"target":159},{"source":135,"target":9},{"source":135,"target":160},{"source":159,"target":25},{"source":136,"target":161},{"source":136,"target":9},{"source":137,"target":9},{"source":137,"target":162},{"source":137,"target":9},{"source":162,"target":9},{"source":138,"target":25},{"source":138,"target":163},{"source":138,"target":9},{"source":138,"target":164},{"source":163,"target":25},{"source":140,"target":26},{"source":10,"target":1},{"source":10,"target":165},{"source":10,"target":166},{"source":165,"target":10},{"source":166,"target":10},{"source":11,"target":1},{"source":11,"target":18},{"source":11,"target":167},{"source":11,"target":168},{"source":167,"target":169},{"source":167,"target":11},{"source":167,"target":170},{"source":167,"target":171},{"source":167,"target":172},{"source":169,"target":170},{"source":171,"target":173},{"source":173,"target":174},{"source":173,"target":175},{"source":173,"target":176},{"source":173,"target":177},{"source":173,"target":178},{"source":173,"target":179},{"source":173,"target":180},{"source":173,"target":181},{"source":173,"target":182},{"source":173,"target":183},{"source":174,"target":170},{"source":172,"target":184},{"source":172,"target":167},{"source":184,"target":171},{"source":168,"target":18},{"source":12,"target":1},{"source":12,"target":21},{"source":12,"target":185},{"source":12,"target":186},{"source":12,"target":187},{"source":12,"target":188},{"source":185,"target":189},{"source":185,"target":12},{"source":185,"target":190},{"source":185,"target":191},{"source":185,"target":192},{"source":189,"target":190},{"source":191,"target":193},{"source":193,"target":194},{"source":193,"target":195},{"source":193,"target":196},{"source":193,"target":197},{"source":193,"target":198},{"source":193,"target":199},{"source":193,"target":200},{"source":193,"target":201},{"source":193,"target":202},{"source":193,"target":203},{"source":194,"target":190},{"source":192,"target":204},{"source":192,"target":185},{"source":204,"target":191},{"source":186,"target":205},{"source":186,"target":12},{"source":187,"target":206},{"source":187,"target":12},{"source":188,"target":21},{"source":13,"target":1},{"source":13,"target":8},{"source":13,"target":207},{"source":13,"target":208},{"source":13,"target":209},{"source":207,"target":210},{"source":207,"target":13},{"source":207,"target":211},{"source":207,"target":212},{"source":207,"target":213},{"source":210,"target":211},{"source":212,"target":214},{"source":214,"target":215},{"source":214,"target":216},{"source":214,"target":217},{"source":214,"target":218},{"source":214,"target":219},{"source":214,"target":220},{"source":214,"target":221},{"source":214,"target":222},{"source":214,"target":223},{"source":214,"target":224},{"source":215,"target":211},{"source":213,"target":225},{"source":213,"target":207},{"source":225,"target":212},{"source":208,"target":226},{"source":208,"target":13},{"source":209,"target":8},{"source":14,"target":1},{"source":14,"target":9},{"source":14,"target":227},{"source":14,"target":228},{"source":14,"target":229},{"source":14,"target":230},{"source":14,"target":231},{"source":14,"target":232},{"source":14,"target":233},{"source":227,"target":234},{"source":227,"target":14},{"source":227,"target":235},{"source":227,"target":236},{"source":227,"target":237},{"source":234,"target":235},{"source":236,"target":238},{"source":238,"target":239},{"source":238,"target":240},{"source":238,"target":241},{"source":238,"target":242},{"source":238,"target":243},{"source":238,"target":244},{"source":238,"target":245},{"source":238,"target":246},{"source":238,"target":247},{"source":238,"target":248},{"source":239,"target":235},{"source":237,"target":249},{"source":237,"target":227},{"source":249,"target":236},{"source":228,"target":14},{"source":228,"target":250},{"source":228,"target":14},{"source":250,"target":14},{"source":229,"target":14},{"source":229,"target":251},{"source":229,"target":14},{"source":251,"target":14},{"source":230,"target":14},{"source":230,"target":252},{"source":230,"target":14},{"source":252,"target":14},{"source":231,"target":253},{"source":231,"target":14},{"source":232,"target":254},{"source":232,"target":14},{"source":233,"target":9},{"source":15,"target":1},{"source":15,"target":25},{"source":15,"target":255},{"source":15,"target":256},{"source":255,"target":16},{"source":255,"target":257},{"source":255,"target":15},{"source":257,"target":16},{"source":256,"target":25},{"source":16,"target":1},{"source":16,"target":25},{"source":16,"target":258},{"source":258,"target":25},{"source":17,"target":1},{"source":17,"target":26},{"source":17,"target":259},{"source":17,"target":260},{"source":17,"target":261},{"source":17,"target":262},{"source":17,"target":263},{"source":17,"target":264},{"source":259,"target":265},{"source":259,"target":17},{"source":259,"target":266},{"source":259,"target":267},{"source":259,"target":268},{"source":265,"target":266},{"source":267,"target":269},{"source":269,"target":270},{"source":269,"target":271},{"source":269,"target":272},{"source":269,"target":273},{"source":269,"target":274},{"source":269,"target":275},{"source":269,"target":276},{"source":269,"target":277},{"source":269,"target":278},{"source":269,"target":279},{"source":270,"target":266},{"source":268,"target":280},{"source":268,"target":259},{"source":280,"target":267},{"source":260,"target":281},{"source":260,"target":17},{"source":261,"target":282},{"source":261,"target":17},{"source":262,"target":283},{"source":262,"target":17},{"source":264,"target":26},{"source":18,"target":1},{"source":18,"target":26},{"source":18,"target":284},{"source":18,"target":285},{"source":18,"target":286},{"source":18,"target":287},{"source":18,"target":288},{"source":18,"target":289},{"source":18,"target":290},{"source":18,"target":291},{"source":18,"target":292},{"source":18,"target":293},{"source":18,"target":294},{"source":284,"target":295},{"source":284,"target":18},{"source":284,"target":296},{"source":284,"target":297},{"source":284,"target":298},{"source":295,"target":296},{"source":297,"target":299},{"source":299,"target":300},{"source":299,"target":301},{"source":299,"target":302},{"source":299,"target":303},{"source":299,"target":304},{"source":299,"target":305},{"source":299,"target":306},{"source":299,"target":307},{"source":299,"target":308},{"source":299,"target":309},{"source":300,"target":296},{"source":298,"target":310},{"source":298,"target":284},{"source":310,"target":297},{"source":285,"target":311},{"source":285,"target":18},{"source":286,"target":6},{"source":286,"target":312},{"source":286,"target":18},{"source":312,"target":6},{"source":287,"target":313},{"source":287,"target":18},{"source":288,"target":19},{"source":288,"target":314},{"source":288,"target":18},{"source":288,"target":315},{"source":314,"target":19},{"source":289,"target":316},{"source":289,"target":18},{"source":290,"target":317},{"source":290,"target":18},{"source":291,"target":17},{"source":291,"target":318},{"source":291,"target":18},{"source":318,"target":17},{"source":294,"target":26},{"source":19,"target":1},{"source":19,"target":26},{"source":19,"target":319},{"source":19,"target":320},{"source":19,"target":321},{"source":19,"target":322},{"source":19,"target":315},{"source":19,"target":323},{"source":19,"target":324},{"source":319,"target":325},{"source":319,"target":19},{"source":319,"target":326},{"source":319,"target":327},{"source":319,"target":328},{"source":325,"target":326},{"source":327,"target":329},{"source":329,"target":330},{"source":329,"target":331},{"source":329,"target":332},{"source":329,"target":333},{"source":329,"target":334},{"source":329,"target":335},{"source":329,"target":336},{"source":329,"target":337},{"source":329,"target":338},{"source":329,"target":339},{"source":330,"target":326},{"source":328,"target":340},{"source":328,"target":319},{"source":340,"target":327},{"source":320,"target":17},{"source":320,"target":341},{"source":320,"target":19},{"source":341,"target":17},{"source":321,"target":18},{"source":321,"target":342},{"source":321,"target":19},{"source":342,"target":18},{"source":322,"target":10},{"source":322,"target":343},{"source":322,"target":19},{"source":343,"target":10},{"source":315,"target":18},{"source":315,"target":344},{"source":315,"target":19},{"source":315,"target":288},{"source":344,"target":18},{"source":323,"target":26},{"source":20,"target":1},{"source":20,"target":345},{"source":20,"target":346},{"source":20,"target":347},{"source":20,"target":348},{"source":345,"target":349},{"source":345,"target":20},{"source":345,"target":350},{"source":345,"target":351},{"source":345,"target":352},{"source":349,"target":350},{"source":351,"target":353},{"source":353,"target":354},{"source":353,"target":355},{"source":353,"target":356},{"source":353,"target":357},{"source":353,"target":358},{"source":353,"target":359},{"source":353,"target":360},{"source":353,"target":361},{"source":353,"target":362},{"source":353,"target":363},{"source":354,"target":350},{"source":352,"target":364},{"source":352,"target":345},{"source":364,"target":351},{"source":346,"target":3},{"source":346,"target":365},{"source":346,"target":20},{"source":365,"target":3},{"source":347,"target":366},{"source":347,"target":20},{"source":21,"target":1},{"source":21,"target":26},{"source":21,"target":367},{"source":21,"target":368},{"source":21,"target":158},{"source":21,"target":369},{"source":21,"target":370},{"source":21,"target":371},{"source":367,"target":372},{"source":367,"target":21},{"source":367,"target":373},{"source":367,"target":374},{"source":367,"target":375},{"source":372,"target":373},{"source":374,"target":376},{"source":376,"target":377},{"source":376,"target":378},{"source":376,"target":379},{"source":376,"target":380},{"source":376,"target":381},{"source":376,"target":382},{"source":376,"target":383},{"source":376,"target":384},{"source":376,"target":385},{"source":376,"target":386},{"source":377,"target":373},{"source":375,"target":387},{"source":375,"target":367},{"source":387,"target":374},{"source":368,"target":388},{"source":368,"target":21},{"source":158,"target":9},{"source":158,"target":389},{"source":158,"target":21},{"source":158,"target":134},{"source":389,"target":9},{"source":369,"target":390},{"source":369,"target":21},{"source":370,"target":26},{"source":22,"target":1},{"source":22,"target":18},{"source":22,"target":391},{"source":22,"target":392},{"source":22,"target":393},{"source":22,"target":394},{"source":391,"target":395},{"source":391,"target":22},{"source":392,"target":396},{"source":392,"target":22},{"source":393,"target":16},{"source":393,"target":397},{"source":393,"target":22},{"source":397,"target":16},{"source":394,"target":18},{"source":23,"target":1},{"source":23,"target":398},{"source":23,"target":399},{"source":23,"target":400},{"source":23,"target":401},{"source":23,"target":402},{"source":23,"target":403},{"source":23,"target":404},{"source":398,"target":405},{"source":398,"target":23},{"source":398,"target":406},{"source":398,"target":407},{"source":398,"target":408},{"source":405,"target":406},{"source":407,"target":409},{"source":409,"target":410},{"source":409,"target":411},{"source":409,"target":412},{"source":409,"target":413},{"source":409,"target":414},{"source":409,"target":415},{"source":409,"target":416},{"source":409,"target":417},{"source":409,"target":418},{"source":409,"target":419},{"source":410,"target":406},{"source":408,"target":420},{"source":408,"target":398},{"source":420,"target":407},{"source":399,"target":421},{"source":399,"target":23},{"source":400,"target":422},{"source":400,"target":23},{"source":401,"target":423},{"source":401,"target":23},{"source":402,"target":424},{"source":402,"target":23},{"source":403,"target":425},{"source":403,"target":23},{"source":24,"target":1},{"source":24,"target":23},{"source":24,"target":426},{"source":24,"target":427},{"source":24,"target":428},{"source":426,"target":429},{"source":426,"target":24},{"source":426,"target":430},{"source":426,"target":431},{"source":426,"target":432},{"source":429,"target":430},{"source":431,"target":433},{"source":433,"target":434},{"source":433,"target":435},{"source":433,"target":436},{"source":433,"target":437},{"source":433,"target":438},{"source":433,"target":439},{"source":433,"target":440},{"source":433,"target":441},{"source":433,"target":442},{"source":433,"target":443},{"source":434,"target":430},{"source":432,"target":444},{"source":432,"target":426},{"source":444,"target":431},{"source":427,"target":14},{"source":427,"target":445},{"source":427,"target":24},{"source":445,"target":14},{"source":428,"target":23},{"source":25,"target":1},{"source":25,"target":446},{"source":25,"target":160},{"source":25,"target":447},{"source":25,"target":164},{"source":25,"target":448},{"source":25,"target":449},{"source":446,"target":450},{"source":446,"target":25},{"source":446,"target":451},{"source":446,"target":452},{"source":446,"target":453},{"source":450,"target":451},{"source":452,"target":454},{"source":454,"target":455},{"source":454,"target":456},{"source":454,"target":457},{"source":454,"target":458},{"source":454,"target":459},{"source":454,"target":460},{"source":454,"target":461},{"source":454,"target":462},{"source":454,"target":463},{"source":454,"target":464},{"source":455,"target":451},{"source":453,"target":465},{"source":453,"target":446},{"source":465,"target":452},{"source":160,"target":9},{"source":160,"target":466},{"source":160,"target":25},{"source":160,"target":135},{"source":466,"target":9},{"source":447,"target":5},{"source":447,"target":467},{"source":447,"target":25},{"source":467,"target":5},{"source":164,"target":9},{"source":164,"target":468},{"source":164,"target":25},{"source":164,"target":138},{"source":468,"target":9},{"source":26,"target":1},{"source":26,"target":469},{"source":26,"target":470}],"multigraph":true} |
false | <?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="domain"
nsURI="http://www.opendds.org/modeling/schemas/Domain/1.0" nsPrefix="domain">
<eClassifiers xsi:type="ecore:EClass" name="QosProperty" eSuperTypes="Core.ecore#//TypedEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="DomainEntity" eSuperTypes="Core.ecore#//Entity"/>
</ecore:EPackage>
| github:ecore:/data/svn2github/OpenDDS/branches/RT13927/tools/modeling/plugins/org.opendds.modeling.model/model/Domain.ecore | ecore | domain
QosProperty
DomainEntity | null | {"directed":true,"nodes":[{"nsPrefix":"domain","nsURI":"http://www.opendds.org/modeling/schemas/Domain/1.0","name":"domain","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QosProperty","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainEntity","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"id":3,"eClass":"EGenericType"},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":2,"target":0},{"source":2,"target":4}],"multigraph":true} |
true | <?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="qvtoperational" nsURI="http://www.eclipse.org/qvt/1.0.0/Operational"
nsPrefix="qvtoperational">
<eSubpackages name="expressions" nsURI="http://www.eclipse.org/qvt/1.0.0/Operational/Expressions"
nsPrefix="qvtoperational.expr">
<eClassifiers xsi:type="ecore:EClass" name="Constructor" eSuperTypes="#//expressions/ImperativeOperation">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitConstructor(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/Constructor/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/Constructor/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/Constructor/accept/U"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstructorBody" eSuperTypes="#//expressions/OperationBody">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitConstructorBody(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ConstructorBody/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ConstructorBody/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ConstructorBody/accept/U"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContextualProperty" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature #//expressions/VisitableASTNode">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitContextualProperty(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ContextualProperty/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ContextualProperty/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ContextualProperty/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="overridden" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DirectionKind">
<eLiterals name="in"/>
<eLiterals name="inout" value="1"/>
<eLiterals name="out" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntryOperation" eSuperTypes="#//expressions/ImperativeOperation">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitEntryOperation(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/EntryOperation/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/EntryOperation/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/EntryOperation/accept/U"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#//expressions/ImperativeOperation">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitHelper(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/Helper/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/Helper/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/Helper/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImperativeCallExp" eSuperTypes="platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OperationCallExp platform:/plugin/org.eclipse.m2m.qvt.oml.ecore.imperativeocl/model/ImperativeOCL.ecore#//ImperativeExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isVirtual" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImperativeOperation" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EOperation #//expressions/VisitableASTNode">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitImperativeOperation(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ImperativeOperation/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ImperativeOperation/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ImperativeOperation/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//expressions/OperationBody"
containment="true" eOpposite="#//expressions/OperationBody/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//expressions/VarParameter"
containment="true" eOpposite="#//expressions/VarParameter/ctxOwner"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isBlackbox" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="overridden" eType="#//expressions/ImperativeOperation">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="overriding"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="result" upperBound="-1"
eType="#//expressions/VarParameter" containment="true" eOpposite="#//expressions/VarParameter/resOwner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ImportKind">
<eLiterals name="extension"/>
<eLiterals name="access" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#//expressions/Module">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitLibrary(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/Library/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/Library/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/Library/accept/U"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingBody" eSuperTypes="#//expressions/OperationBody">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitMappingBody(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/MappingBody/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/MappingBody/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/MappingBody/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="endSection" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initSection" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingCallExp" eSuperTypes="#//expressions/ImperativeCallExp">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitMappingCallExp(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/MappingCallExp/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/MappingCallExp/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/MappingCallExp/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isStrict" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingOperation" eSuperTypes="#//expressions/ImperativeOperation">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitMappingOperation(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/MappingOperation/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/MappingOperation/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/MappingOperation/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="disjunct" upperBound="-1"
eType="#//expressions/MappingOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inherited" upperBound="-1"
eType="#//expressions/MappingOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="merged" upperBound="-1"
eType="#//expressions/MappingOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="when" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="where" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="whereOwner"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingParameter" eSuperTypes="#//expressions/VarParameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="extent" eType="#//expressions/ModelParameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelParameter" eSuperTypes="#//expressions/VarParameter"/>
<eClassifiers xsi:type="ecore:EClass" name="ModelType" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass #//expressions/VisitableASTNode">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitModelType(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ModelType/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ModelType/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ModelType/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="additionalCondition"
upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conformanceKind" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" lowerBound="1"
upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage #//expressions/VisitableASTNode">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitModule(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/Module/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/Module/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/Module/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="configProperty" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entry" eType="#//expressions/EntryOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isBlackbox" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="moduleImport" upperBound="-1"
eType="#//expressions/ModuleImport" containment="true" eOpposite="#//expressions/ModuleImport/module"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedTag" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EAnnotation"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="owner"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedVariable" ordered="false"
upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="usedModelType" upperBound="-1"
eType="#//expressions/ModelType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleImport" eSuperTypes="#//expressions/VisitableASTNode platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EModelElement">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitModuleImport(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ModuleImport/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ModuleImport/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ModuleImport/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="binding" upperBound="-1"
eType="#//expressions/ModelType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedModule" lowerBound="1"
eType="#//expressions/Module"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//expressions/ImportKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//expressions/Module"
transient="true" eOpposite="#//expressions/Module/moduleImport"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectExp" eSuperTypes="platform:/plugin/org.eclipse.m2m.qvt.oml.ecore.imperativeocl/model/ImperativeOCL.ecore#//InstantiationExp">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitObjectExp(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ObjectExp/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ObjectExp/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ObjectExp/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//expressions/ConstructorBody"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referredObject" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationBody" eSuperTypes="#//expressions/VisitableASTNode platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EModelElement">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitOperationBody(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/OperationBody/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/OperationBody/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/OperationBody/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//expressions/ImperativeOperation"
transient="true" eOpposite="#//expressions/ImperativeOperation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationalTransformation" eSuperTypes="#//expressions/Module">
<eStructuralFeatures xsi:type="ecore:EReference" name="intermediateClass" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intermediateProperty"
upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelParameter" upperBound="-1"
eType="#//expressions/ModelParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResolveExp" eSuperTypes="platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/CallExp">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitResolveExp(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ResolveExp/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ResolveExp/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ResolveExp/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDeferred" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isInverse" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="one" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResolveInExp" eSuperTypes="#//expressions/ResolveExp">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitResolveInExp(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/ResolveInExp/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/ResolveInExp/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/ResolveInExp/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="inMapping" eType="#//expressions/MappingOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VarParameter" eSuperTypes="platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EParameter">
<eOperations name="accept">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if(v instanceof org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) {
 @SuppressWarnings("unchecked") 		
 org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor<T> visitorExt = (org.eclipse.m2m.internal.qvt.oml.expressions.util.QVTOperationalVisitor) v; 	
 return visitorExt.visitVarParameter(this);
}
return org.eclipse.m2m.internal.qvt.oml.expressions.util.ForeignVisitorDefaultValue.getDefaultValueForVisitor(v);"/>
</eAnnotations>
<eGenericType eTypeParameter="#//expressions/VarParameter/accept/T"/>
<eTypeParameters name="T"/>
<eTypeParameters name="U">
<eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitor">
<eTypeArguments eTypeParameter="#//expressions/VarParameter/accept/T"/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
<eTypeArguments/>
</eBounds>
</eTypeParameters>
<eParameters name="v">
<eGenericType eTypeParameter="#//expressions/VarParameter/accept/U"/>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ctxOwner" eType="#//expressions/ImperativeOperation"
transient="true" eOpposite="#//expressions/ImperativeOperation/context"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//expressions/DirectionKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resOwner" eType="#//expressions/ImperativeOperation"
transient="true" eOpposite="#//expressions/ImperativeOperation/result"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VisitableASTNode" abstract="true"
interface="true" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/Visitable platform:/plugin/org.eclipse.ocl/model/OCL.ecore#//utilities/ASTNode"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/AbdulAli/OCLM2MQvtoPivotBasedMapping/org.eclipse.m2m.qvt.oml/model/QVTOperational.ecore | ecore | qvtoperational
expressions
Constructor
accept
T
U
v
ConstructorBody
accept
T
U
v
ContextualProperty
accept
T
U
v
context
initExpression
overridden
DirectionKind
in
in
inout
inout
out
out
EntryOperation
accept
T
U
v
Helper
accept
T
U
v
isQuery
ImperativeCallExp
isVirtual
true
ImperativeOperation
accept
T
U
v
body
context
isBlackbox
overridden
result
ImportKind
extension
extension
access
access
Library
accept
T
U
v
MappingBody
accept
T
U
v
endSection
initSection
MappingCallExp
accept
T
U
v
isStrict
MappingOperation
accept
T
U
v
disjunct
inherited
merged
when
where
MappingParameter
extent
ModelParameter
ModelType
accept
T
U
v
additionalCondition
conformanceKind
metamodel
Module
accept
T
U
v
configProperty
entry
isBlackbox
moduleImport
ownedTag
ownedVariable
usedModelType
ModuleImport
accept
T
U
v
binding
importedModule
kind
module
ObjectExp
accept
T
U
v
body
referredObject
OperationBody
accept
T
U
v
content
operation
variable
OperationalTransformation
intermediateClass
intermediateProperty
modelParameter
ResolveExp
accept
T
U
v
condition
isDeferred
isInverse
one
target
ResolveInExp
accept
T
U
v
inMapping
VarParameter
accept
T
U
v
ctxOwner
kind
resOwner
VisitableASTNode | null | {"directed":true,"nodes":[{"nsPrefix":"qvtoperational","nsURI":"http://www.eclipse.org/qvt/1.0.0/Operational","name":"qvtoperational","id":0,"eClass":"EPackage"},{"nsPrefix":"qvtoperational.expr","nsURI":"http://www.eclipse.org/qvt/1.0.0/Operational/Expressions","name":"expressions","id":1,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorBody","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextualProperty","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionKind","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryOperation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeCallExp","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeOperation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImportKind","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingBody","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCallExp","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingOperation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingParameter","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelParameter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleImport","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectExp","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationBody","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationalTransformation","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveExp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveInExp","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarParameter","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisitableASTNode","instanceClass":null,"abstract":true,"id":26,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"name":"T","id":30,"eClass":"ETypeParameter"},{"name":"U","id":31,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EParameter"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"name":"T","id":48,"eClass":"ETypeParameter"},{"name":"U","id":49,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EParameter"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overridden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"name":"T","id":70,"eClass":"ETypeParameter"},{"name":"U","id":71,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EParameter"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"name":"in","id":88,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"inout","id":89,"value":1,"literal":"inout","eClass":"EEnumLiteral"},{"name":"out","id":90,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"name":"T","id":94,"eClass":"ETypeParameter"},{"name":"U","id":95,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EParameter"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isQuery","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"name":"T","id":113,"eClass":"ETypeParameter"},{"name":"U","id":114,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EParameter"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isVirtual","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isBlackbox","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overridden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"name":"T","id":142,"eClass":"ETypeParameter"},{"name":"U","id":143,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EParameter"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ctxOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"resOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"name":"extension","id":165,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"access","id":166,"value":1,"literal":"access","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EOperation"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"name":"T","id":170,"eClass":"ETypeParameter"},{"name":"U","id":171,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"name":"T","id":190,"eClass":"ETypeParameter"},{"name":"U","id":191,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EParameter"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStrict","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"name":"T","id":211,"eClass":"ETypeParameter"},{"name":"U","id":212,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EParameter"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"disjunct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inherited","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"merged","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"name":"T","id":235,"eClass":"ETypeParameter"},{"name":"U","id":236,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EParameter"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":259,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conformanceKind","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"name":"T","id":266,"eClass":"ETypeParameter"},{"name":"U","id":267,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EParameter"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"isBlackbox","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedModelType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"name":"T","id":296,"eClass":"ETypeParameter"},{"name":"U","id":297,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":298,"many":false,"required":false,"eClass":"EParameter"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":319,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":321,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"name":"T","id":326,"eClass":"ETypeParameter"},{"name":"U","id":327,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":328,"many":false,"required":false,"eClass":"EParameter"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":345,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"name":"T","id":350,"eClass":"ETypeParameter"},{"name":"U","id":351,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":352,"many":false,"required":false,"eClass":"EParameter"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":367,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"name":"T","id":373,"eClass":"ETypeParameter"},{"name":"U","id":374,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":375,"many":false,"required":false,"eClass":"EParameter"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":398,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDeferred","changeable":true,"lowerBound":1,"iD":false,"id":400,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInverse","changeable":true,"lowerBound":1,"iD":false,"id":401,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"one","changeable":true,"lowerBound":1,"iD":false,"id":402,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"name":"T","id":406,"eClass":"ETypeParameter"},{"name":"U","id":407,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":408,"many":false,"required":false,"eClass":"EParameter"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":426,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"name":"T","id":430,"eClass":"ETypeParameter"},{"name":"U","id":431,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":432,"many":false,"required":false,"eClass":"EParameter"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":446,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"name":"T","id":451,"eClass":"ETypeParameter"},{"name":"U","id":452,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":453,"many":false,"required":false,"eClass":"EParameter"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":0},{"source":2,"target":1},{"source":2,"target":9},{"source":2,"target":27},{"source":2,"target":28},{"source":27,"target":29},{"source":27,"target":2},{"source":27,"target":30},{"source":27,"target":31},{"source":27,"target":32},{"source":29,"target":30},{"source":31,"target":33},{"source":33,"target":34},{"source":33,"target":35},{"source":33,"target":36},{"source":33,"target":37},{"source":33,"target":38},{"source":33,"target":39},{"source":33,"target":40},{"source":33,"target":41},{"source":33,"target":42},{"source":33,"target":43},{"source":34,"target":30},{"source":32,"target":44},{"source":32,"target":27},{"source":44,"target":31},{"source":28,"target":9},{"source":3,"target":1},{"source":3,"target":21},{"source":3,"target":45},{"source":3,"target":46},{"source":45,"target":47},{"source":45,"target":3},{"source":45,"target":48},{"source":45,"target":49},{"source":45,"target":50},{"source":47,"target":48},{"source":49,"target":51},{"source":51,"target":52},{"source":51,"target":53},{"source":51,"target":54},{"source":51,"target":55},{"source":51,"target":56},{"source":51,"target":57},{"source":51,"target":58},{"source":51,"target":59},{"source":51,"target":60},{"source":51,"target":61},{"source":52,"target":48},{"source":50,"target":62},{"source":50,"target":45},{"source":62,"target":49},{"source":46,"target":21},{"source":4,"target":1},{"source":4,"target":26},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":63,"target":69},{"source":63,"target":4},{"source":63,"target":70},{"source":63,"target":71},{"source":63,"target":72},{"source":69,"target":70},{"source":71,"target":73},{"source":73,"target":74},{"source":73,"target":75},{"source":73,"target":76},{"source":73,"target":77},{"source":73,"target":78},{"source":73,"target":79},{"source":73,"target":80},{"source":73,"target":81},{"source":73,"target":82},{"source":73,"target":83},{"source":74,"target":70},{"source":72,"target":84},{"source":72,"target":63},{"source":84,"target":71},{"source":64,"target":85},{"source":64,"target":4},{"source":65,"target":86},{"source":65,"target":4},{"source":66,"target":87},{"source":66,"target":4},{"source":68,"target":26},{"source":5,"target":1},{"source":5,"target":88},{"source":5,"target":89},{"source":5,"target":90},{"source":88,"target":5},{"source":89,"target":5},{"source":90,"target":5},{"source":6,"target":1},{"source":6,"target":9},{"source":6,"target":91},{"source":6,"target":92},{"source":91,"target":93},{"source":91,"target":6},{"source":91,"target":94},{"source":91,"target":95},{"source":91,"target":96},{"source":93,"target":94},{"source":95,"target":97},{"source":97,"target":98},{"source":97,"target":99},{"source":97,"target":100},{"source":97,"target":101},{"source":97,"target":102},{"source":97,"target":103},{"source":97,"target":104},{"source":97,"target":105},{"source":97,"target":106},{"source":97,"target":107},{"source":98,"target":94},{"source":96,"target":108},{"source":96,"target":91},{"source":108,"target":95},{"source":92,"target":9},{"source":7,"target":1},{"source":7,"target":9},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":109,"target":112},{"source":109,"target":7},{"source":109,"target":113},{"source":109,"target":114},{"source":109,"target":115},{"source":112,"target":113},{"source":114,"target":116},{"source":116,"target":117},{"source":116,"target":118},{"source":116,"target":119},{"source":116,"target":120},{"source":116,"target":121},{"source":116,"target":122},{"source":116,"target":123},{"source":116,"target":124},{"source":116,"target":125},{"source":116,"target":126},{"source":117,"target":113},{"source":115,"target":127},{"source":115,"target":109},{"source":127,"target":114},{"source":110,"target":128},{"source":110,"target":7},{"source":111,"target":9},{"source":8,"target":1},{"source":8,"target":129},{"source":8,"target":130},{"source":8,"target":131},{"source":129,"target":132},{"source":129,"target":8},{"source":9,"target":1},{"source":9,"target":26},{"source":9,"target":133},{"source":9,"target":134},{"source":9,"target":135},{"source":9,"target":136},{"source":9,"target":137},{"source":9,"target":138},{"source":9,"target":139},{"source":9,"target":140},{"source":133,"target":141},{"source":133,"target":9},{"source":133,"target":142},{"source":133,"target":143},{"source":133,"target":144},{"source":141,"target":142},{"source":143,"target":145},{"source":145,"target":146},{"source":145,"target":147},{"source":145,"target":148},{"source":145,"target":149},{"source":145,"target":150},{"source":145,"target":151},{"source":145,"target":152},{"source":145,"target":153},{"source":145,"target":154},{"source":145,"target":155},{"source":146,"target":142},{"source":144,"target":156},{"source":144,"target":133},{"source":156,"target":143},{"source":134,"target":21},{"source":134,"target":157},{"source":134,"target":9},{"source":134,"target":158},{"source":157,"target":21},{"source":135,"target":25},{"source":135,"target":159},{"source":135,"target":9},{"source":135,"target":160},{"source":159,"target":25},{"source":136,"target":161},{"source":136,"target":9},{"source":137,"target":9},{"source":137,"target":162},{"source":137,"target":9},{"source":162,"target":9},{"source":138,"target":25},{"source":138,"target":163},{"source":138,"target":9},{"source":138,"target":164},{"source":163,"target":25},{"source":140,"target":26},{"source":10,"target":1},{"source":10,"target":165},{"source":10,"target":166},{"source":165,"target":10},{"source":166,"target":10},{"source":11,"target":1},{"source":11,"target":18},{"source":11,"target":167},{"source":11,"target":168},{"source":167,"target":169},{"source":167,"target":11},{"source":167,"target":170},{"source":167,"target":171},{"source":167,"target":172},{"source":169,"target":170},{"source":171,"target":173},{"source":173,"target":174},{"source":173,"target":175},{"source":173,"target":176},{"source":173,"target":177},{"source":173,"target":178},{"source":173,"target":179},{"source":173,"target":180},{"source":173,"target":181},{"source":173,"target":182},{"source":173,"target":183},{"source":174,"target":170},{"source":172,"target":184},{"source":172,"target":167},{"source":184,"target":171},{"source":168,"target":18},{"source":12,"target":1},{"source":12,"target":21},{"source":12,"target":185},{"source":12,"target":186},{"source":12,"target":187},{"source":12,"target":188},{"source":185,"target":189},{"source":185,"target":12},{"source":185,"target":190},{"source":185,"target":191},{"source":185,"target":192},{"source":189,"target":190},{"source":191,"target":193},{"source":193,"target":194},{"source":193,"target":195},{"source":193,"target":196},{"source":193,"target":197},{"source":193,"target":198},{"source":193,"target":199},{"source":193,"target":200},{"source":193,"target":201},{"source":193,"target":202},{"source":193,"target":203},{"source":194,"target":190},{"source":192,"target":204},{"source":192,"target":185},{"source":204,"target":191},{"source":186,"target":205},{"source":186,"target":12},{"source":187,"target":206},{"source":187,"target":12},{"source":188,"target":21},{"source":13,"target":1},{"source":13,"target":8},{"source":13,"target":207},{"source":13,"target":208},{"source":13,"target":209},{"source":207,"target":210},{"source":207,"target":13},{"source":207,"target":211},{"source":207,"target":212},{"source":207,"target":213},{"source":210,"target":211},{"source":212,"target":214},{"source":214,"target":215},{"source":214,"target":216},{"source":214,"target":217},{"source":214,"target":218},{"source":214,"target":219},{"source":214,"target":220},{"source":214,"target":221},{"source":214,"target":222},{"source":214,"target":223},{"source":214,"target":224},{"source":215,"target":211},{"source":213,"target":225},{"source":213,"target":207},{"source":225,"target":212},{"source":208,"target":226},{"source":208,"target":13},{"source":209,"target":8},{"source":14,"target":1},{"source":14,"target":9},{"source":14,"target":227},{"source":14,"target":228},{"source":14,"target":229},{"source":14,"target":230},{"source":14,"target":231},{"source":14,"target":232},{"source":14,"target":233},{"source":227,"target":234},{"source":227,"target":14},{"source":227,"target":235},{"source":227,"target":236},{"source":227,"target":237},{"source":234,"target":235},{"source":236,"target":238},{"source":238,"target":239},{"source":238,"target":240},{"source":238,"target":241},{"source":238,"target":242},{"source":238,"target":243},{"source":238,"target":244},{"source":238,"target":245},{"source":238,"target":246},{"source":238,"target":247},{"source":238,"target":248},{"source":239,"target":235},{"source":237,"target":249},{"source":237,"target":227},{"source":249,"target":236},{"source":228,"target":14},{"source":228,"target":250},{"source":228,"target":14},{"source":250,"target":14},{"source":229,"target":14},{"source":229,"target":251},{"source":229,"target":14},{"source":251,"target":14},{"source":230,"target":14},{"source":230,"target":252},{"source":230,"target":14},{"source":252,"target":14},{"source":231,"target":253},{"source":231,"target":14},{"source":232,"target":254},{"source":232,"target":14},{"source":233,"target":9},{"source":15,"target":1},{"source":15,"target":25},{"source":15,"target":255},{"source":15,"target":256},{"source":255,"target":16},{"source":255,"target":257},{"source":255,"target":15},{"source":257,"target":16},{"source":256,"target":25},{"source":16,"target":1},{"source":16,"target":25},{"source":16,"target":258},{"source":258,"target":25},{"source":17,"target":1},{"source":17,"target":26},{"source":17,"target":259},{"source":17,"target":260},{"source":17,"target":261},{"source":17,"target":262},{"source":17,"target":263},{"source":17,"target":264},{"source":259,"target":265},{"source":259,"target":17},{"source":259,"target":266},{"source":259,"target":267},{"source":259,"target":268},{"source":265,"target":266},{"source":267,"target":269},{"source":269,"target":270},{"source":269,"target":271},{"source":269,"target":272},{"source":269,"target":273},{"source":269,"target":274},{"source":269,"target":275},{"source":269,"target":276},{"source":269,"target":277},{"source":269,"target":278},{"source":269,"target":279},{"source":270,"target":266},{"source":268,"target":280},{"source":268,"target":259},{"source":280,"target":267},{"source":260,"target":281},{"source":260,"target":17},{"source":261,"target":282},{"source":261,"target":17},{"source":262,"target":283},{"source":262,"target":17},{"source":264,"target":26},{"source":18,"target":1},{"source":18,"target":26},{"source":18,"target":284},{"source":18,"target":285},{"source":18,"target":286},{"source":18,"target":287},{"source":18,"target":288},{"source":18,"target":289},{"source":18,"target":290},{"source":18,"target":291},{"source":18,"target":292},{"source":18,"target":293},{"source":18,"target":294},{"source":284,"target":295},{"source":284,"target":18},{"source":284,"target":296},{"source":284,"target":297},{"source":284,"target":298},{"source":295,"target":296},{"source":297,"target":299},{"source":299,"target":300},{"source":299,"target":301},{"source":299,"target":302},{"source":299,"target":303},{"source":299,"target":304},{"source":299,"target":305},{"source":299,"target":306},{"source":299,"target":307},{"source":299,"target":308},{"source":299,"target":309},{"source":300,"target":296},{"source":298,"target":310},{"source":298,"target":284},{"source":310,"target":297},{"source":285,"target":311},{"source":285,"target":18},{"source":286,"target":6},{"source":286,"target":312},{"source":286,"target":18},{"source":312,"target":6},{"source":287,"target":313},{"source":287,"target":18},{"source":288,"target":19},{"source":288,"target":314},{"source":288,"target":18},{"source":288,"target":315},{"source":314,"target":19},{"source":289,"target":316},{"source":289,"target":18},{"source":290,"target":317},{"source":290,"target":18},{"source":291,"target":17},{"source":291,"target":318},{"source":291,"target":18},{"source":318,"target":17},{"source":294,"target":26},{"source":19,"target":1},{"source":19,"target":26},{"source":19,"target":319},{"source":19,"target":320},{"source":19,"target":321},{"source":19,"target":322},{"source":19,"target":315},{"source":19,"target":323},{"source":19,"target":324},{"source":319,"target":325},{"source":319,"target":19},{"source":319,"target":326},{"source":319,"target":327},{"source":319,"target":328},{"source":325,"target":326},{"source":327,"target":329},{"source":329,"target":330},{"source":329,"target":331},{"source":329,"target":332},{"source":329,"target":333},{"source":329,"target":334},{"source":329,"target":335},{"source":329,"target":336},{"source":329,"target":337},{"source":329,"target":338},{"source":329,"target":339},{"source":330,"target":326},{"source":328,"target":340},{"source":328,"target":319},{"source":340,"target":327},{"source":320,"target":17},{"source":320,"target":341},{"source":320,"target":19},{"source":341,"target":17},{"source":321,"target":18},{"source":321,"target":342},{"source":321,"target":19},{"source":342,"target":18},{"source":322,"target":10},{"source":322,"target":343},{"source":322,"target":19},{"source":343,"target":10},{"source":315,"target":18},{"source":315,"target":344},{"source":315,"target":19},{"source":315,"target":288},{"source":344,"target":18},{"source":323,"target":26},{"source":20,"target":1},{"source":20,"target":345},{"source":20,"target":346},{"source":20,"target":347},{"source":20,"target":348},{"source":345,"target":349},{"source":345,"target":20},{"source":345,"target":350},{"source":345,"target":351},{"source":345,"target":352},{"source":349,"target":350},{"source":351,"target":353},{"source":353,"target":354},{"source":353,"target":355},{"source":353,"target":356},{"source":353,"target":357},{"source":353,"target":358},{"source":353,"target":359},{"source":353,"target":360},{"source":353,"target":361},{"source":353,"target":362},{"source":353,"target":363},{"source":354,"target":350},{"source":352,"target":364},{"source":352,"target":345},{"source":364,"target":351},{"source":346,"target":3},{"source":346,"target":365},{"source":346,"target":20},{"source":365,"target":3},{"source":347,"target":366},{"source":347,"target":20},{"source":21,"target":1},{"source":21,"target":26},{"source":21,"target":367},{"source":21,"target":368},{"source":21,"target":158},{"source":21,"target":369},{"source":21,"target":370},{"source":21,"target":371},{"source":367,"target":372},{"source":367,"target":21},{"source":367,"target":373},{"source":367,"target":374},{"source":367,"target":375},{"source":372,"target":373},{"source":374,"target":376},{"source":376,"target":377},{"source":376,"target":378},{"source":376,"target":379},{"source":376,"target":380},{"source":376,"target":381},{"source":376,"target":382},{"source":376,"target":383},{"source":376,"target":384},{"source":376,"target":385},{"source":376,"target":386},{"source":377,"target":373},{"source":375,"target":387},{"source":375,"target":367},{"source":387,"target":374},{"source":368,"target":388},{"source":368,"target":21},{"source":158,"target":9},{"source":158,"target":389},{"source":158,"target":21},{"source":158,"target":134},{"source":389,"target":9},{"source":369,"target":390},{"source":369,"target":21},{"source":370,"target":26},{"source":22,"target":1},{"source":22,"target":18},{"source":22,"target":391},{"source":22,"target":392},{"source":22,"target":393},{"source":22,"target":394},{"source":391,"target":395},{"source":391,"target":22},{"source":392,"target":396},{"source":392,"target":22},{"source":393,"target":16},{"source":393,"target":397},{"source":393,"target":22},{"source":397,"target":16},{"source":394,"target":18},{"source":23,"target":1},{"source":23,"target":398},{"source":23,"target":399},{"source":23,"target":400},{"source":23,"target":401},{"source":23,"target":402},{"source":23,"target":403},{"source":23,"target":404},{"source":398,"target":405},{"source":398,"target":23},{"source":398,"target":406},{"source":398,"target":407},{"source":398,"target":408},{"source":405,"target":406},{"source":407,"target":409},{"source":409,"target":410},{"source":409,"target":411},{"source":409,"target":412},{"source":409,"target":413},{"source":409,"target":414},{"source":409,"target":415},{"source":409,"target":416},{"source":409,"target":417},{"source":409,"target":418},{"source":409,"target":419},{"source":410,"target":406},{"source":408,"target":420},{"source":408,"target":398},{"source":420,"target":407},{"source":399,"target":421},{"source":399,"target":23},{"source":400,"target":422},{"source":400,"target":23},{"source":401,"target":423},{"source":401,"target":23},{"source":402,"target":424},{"source":402,"target":23},{"source":403,"target":425},{"source":403,"target":23},{"source":24,"target":1},{"source":24,"target":23},{"source":24,"target":426},{"source":24,"target":427},{"source":24,"target":428},{"source":426,"target":429},{"source":426,"target":24},{"source":426,"target":430},{"source":426,"target":431},{"source":426,"target":432},{"source":429,"target":430},{"source":431,"target":433},{"source":433,"target":434},{"source":433,"target":435},{"source":433,"target":436},{"source":433,"target":437},{"source":433,"target":438},{"source":433,"target":439},{"source":433,"target":440},{"source":433,"target":441},{"source":433,"target":442},{"source":433,"target":443},{"source":434,"target":430},{"source":432,"target":444},{"source":432,"target":426},{"source":444,"target":431},{"source":427,"target":14},{"source":427,"target":445},{"source":427,"target":24},{"source":445,"target":14},{"source":428,"target":23},{"source":25,"target":1},{"source":25,"target":446},{"source":25,"target":160},{"source":25,"target":447},{"source":25,"target":164},{"source":25,"target":448},{"source":25,"target":449},{"source":446,"target":450},{"source":446,"target":25},{"source":446,"target":451},{"source":446,"target":452},{"source":446,"target":453},{"source":450,"target":451},{"source":452,"target":454},{"source":454,"target":455},{"source":454,"target":456},{"source":454,"target":457},{"source":454,"target":458},{"source":454,"target":459},{"source":454,"target":460},{"source":454,"target":461},{"source":454,"target":462},{"source":454,"target":463},{"source":454,"target":464},{"source":455,"target":451},{"source":453,"target":465},{"source":453,"target":446},{"source":465,"target":452},{"source":160,"target":9},{"source":160,"target":466},{"source":160,"target":25},{"source":160,"target":135},{"source":466,"target":9},{"source":447,"target":5},{"source":447,"target":467},{"source":447,"target":25},{"source":467,"target":5},{"source":164,"target":9},{"source":164,"target":468},{"source":164,"target":25},{"source":164,"target":138},{"source":468,"target":9},{"source":26,"target":1},{"source":26,"target":469},{"source":26,"target":470}],"multigraph":true} |
false | <?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="workflow" nsURI="http://fr.tpt.aadl.ramses.control.workflow/Ramses/1.0"
nsPrefix="rwf">
<eClassifiers xsi:type="ecore:EClass" name="Workflow">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="#//WorkflowElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputModelIdentifier" lowerBound="1"
eType="#//ModelIdentifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requirementsRoot" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WorkflowElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="inputModelIdentifier" lowerBound="1"
eType="#//ModelIdentifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transformation" eSuperTypes="#//WorkflowElement #//AnalysisElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="#//AnalysisElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="list" eType="#//List" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputModelIdentifier"
lowerBound="1" eType="#//ModelIdentifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnalysisElement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Generation" eSuperTypes="#//WorkflowElement #//AnalysisElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractAnalysis" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="yesOption" eType="#//AnalysisOption"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="noOption" eType="#//AnalysisOption"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnalysisSequence" abstract="true" eSuperTypes="#//AbstractAnalysis">
<eStructuralFeatures xsi:type="ecore:EReference" name="list" lowerBound="2" upperBound="-1"
eType="#//AbstractAnalysis" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conjunction" eSuperTypes="#//AnalysisSequence"/>
<eClassifiers xsi:type="ecore:EClass" name="Disjunction" eSuperTypes="#//AnalysisSequence"/>
<eClassifiers xsi:type="ecore:EClass" name="Analysis" eSuperTypes="#//WorkflowElement #//AnalysisElement #//AbstractAnalysis">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="method" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputModelIdentifier"
eType="#//ModelIdentifier" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ErrorState" eSuperTypes="#//AnalysisElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="List">
<eStructuralFeatures xsi:type="ecore:EReference" name="file" lowerBound="1" upperBound="-1"
eType="#//File" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="File">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnalysisOption">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//AnalysisElement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelIdentifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unparse" eSuperTypes="#//WorkflowElement #//AnalysisElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="#//AnalysisElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputModelIdentifier"
eType="#//ModelIdentifier" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//WorkflowElement #//AnalysisElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="alternatives" lowerBound="2"
upperBound="-1" eType="ecore:EClass ../../fr.tpt.aadl.ramses.transformation.trc/model/TRC.ecore#//Transformation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="analysis" lowerBound="1"
eType="#//AbstractAnalysis" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputModelIdentifier"
eType="#//ModelIdentifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="foundOption" lowerBound="1"
eType="#//AnalysisOption" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="notFoundOption" lowerBound="1"
eType="#//AnalysisOption" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolutionMethod" eType="#//ResolutionMethod"
defaultValueLiteral="TryEach"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxNbIteration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ResolutionMethod">
<eLiterals name="TryEach" literal="TryEach"/>
<eLiterals name="ManualMerge" value="1" literal="ManualMerge"/>
<eLiterals name="SensitivityMerge" value="2" literal="SensitivityMerge"/>
<eLiterals name="GeneticMerge" value="3"/>
<eLiterals name="McdaMerge" value="4"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/ramses-project/ramses/launchers/fr.tpt.aadl.ramses.control.support/model/RamsesWorkflow.ecore | ecore | workflow
Workflow
element
inputModelIdentifier
requirementsRoot
WorkflowElement
inputModelIdentifier
Transformation
element
list
outputModelIdentifier
identifier
AnalysisElement
Generation
AbstractAnalysis
yesOption
noOption
AnalysisSequence
list
Conjunction
Disjunction
Analysis
method
mode
outputModelIdentifier
ErrorState
type
List
file
File
path
AnalysisOption
element
ModelIdentifier
id
Unparse
element
outputModelIdentifier
Loop
alternatives
analysis
outputModelIdentifier
foundOption
notFoundOption
resolutionMethod
TryEach
maxNbIteration
ResolutionMethod
TryEach
TryEach
ManualMerge
ManualMerge
SensitivityMerge
SensitivityMerge
GeneticMerge
GeneticMerge
McdaMerge
McdaMerge | null | {"directed":true,"nodes":[{"nsPrefix":"rwf","nsURI":"http://fr.tpt.aadl.ramses.control.workflow/Ramses/1.0","name":"workflow","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workflow","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkflowElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalysisElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAnalysis","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalysisSequence","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conjunction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Disjunction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Analysis","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorState","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"List","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalysisOption","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelIdentifier","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unparse","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResolutionMethod","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputModelIdentifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requirementsRoot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputModelIdentifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputModelIdentifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"yesOption","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"noOption","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"resolveProxies":true,"lowerBound":2,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputModelIdentifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputModelIdentifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alternatives","changeable":true,"resolveProxies":true,"lowerBound":2,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"analysis","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputModelIdentifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"foundOption","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notFoundOption","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"TryEach","unsettable":false,"transient":false,"unique":true,"name":"resolutionMethod","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxNbIteration","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"name":"TryEach","id":90,"value":0,"literal":"TryEach","eClass":"EEnumLiteral"},{"name":"ManualMerge","id":91,"value":1,"literal":"ManualMerge","eClass":"EEnumLiteral"},{"name":"SensitivityMerge","id":92,"value":2,"literal":"SensitivityMerge","eClass":"EEnumLiteral"},{"name":"GeneticMerge","id":93,"value":3,"literal":"GeneticMerge","eClass":"EEnumLiteral"},{"name":"McdaMerge","id":94,"value":4,"literal":"McdaMerge","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":19,"target":2},{"source":19,"target":22},{"source":19,"target":1},{"source":22,"target":2},{"source":20,"target":15},{"source":20,"target":23},{"source":20,"target":1},{"source":23,"target":15},{"source":21,"target":24},{"source":21,"target":1},{"source":2,"target":0},{"source":2,"target":25},{"source":25,"target":15},{"source":25,"target":26},{"source":25,"target":2},{"source":26,"target":15},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":27,"target":4},{"source":27,"target":33},{"source":27,"target":3},{"source":33,"target":4},{"source":28,"target":12},{"source":28,"target":34},{"source":28,"target":3},{"source":34,"target":12},{"source":29,"target":15},{"source":29,"target":35},{"source":29,"target":3},{"source":35,"target":15},{"source":30,"target":36},{"source":30,"target":3},{"source":31,"target":2},{"source":32,"target":4},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":4},{"source":5,"target":37},{"source":5,"target":38},{"source":37,"target":2},{"source":38,"target":4},{"source":6,"target":0},{"source":6,"target":39},{"source":6,"target":40},{"source":39,"target":14},{"source":39,"target":41},{"source":39,"target":6},{"source":41,"target":14},{"source":40,"target":14},{"source":40,"target":42},{"source":40,"target":6},{"source":42,"target":14},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":43},{"source":7,"target":44},{"source":43,"target":6},{"source":43,"target":45},{"source":43,"target":7},{"source":45,"target":6},{"source":44,"target":6},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":46},{"source":46,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":47},{"source":47,"target":7},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":4},{"source":10,"target":6},{"source":10,"target":48},{"source":10,"target":49},{"source":10,"target":50},{"source":10,"target":51},{"source":10,"target":52},{"source":10,"target":53},{"source":48,"target":54},{"source":48,"target":10},{"source":49,"target":55},{"source":49,"target":10},{"source":50,"target":15},{"source":50,"target":56},{"source":50,"target":10},{"source":56,"target":15},{"source":51,"target":2},{"source":52,"target":4},{"source":53,"target":6},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":57},{"source":11,"target":58},{"source":57,"target":59},{"source":57,"target":11},{"source":58,"target":4},{"source":12,"target":0},{"source":12,"target":60},{"source":60,"target":13},{"source":60,"target":61},{"source":60,"target":12},{"source":61,"target":13},{"source":13,"target":0},{"source":13,"target":62},{"source":62,"target":63},{"source":62,"target":13},{"source":14,"target":0},{"source":14,"target":64},{"source":64,"target":4},{"source":64,"target":65},{"source":64,"target":14},{"source":65,"target":4},{"source":15,"target":0},{"source":15,"target":66},{"source":66,"target":67},{"source":66,"target":15},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":4},{"source":16,"target":68},{"source":16,"target":69},{"source":16,"target":70},{"source":16,"target":71},{"source":68,"target":4},{"source":68,"target":72},{"source":68,"target":16},{"source":72,"target":4},{"source":69,"target":15},{"source":69,"target":73},{"source":69,"target":16},{"source":73,"target":15},{"source":70,"target":2},{"source":71,"target":4},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":4},{"source":17,"target":74},{"source":17,"target":75},{"source":17,"target":76},{"source":17,"target":77},{"source":17,"target":78},{"source":17,"target":79},{"source":17,"target":80},{"source":17,"target":81},{"source":17,"target":82},{"source":74,"target":83},{"source":74,"target":17},{"source":75,"target":6},{"source":75,"target":84},{"source":75,"target":17},{"source":84,"target":6},{"source":76,"target":15},{"source":76,"target":85},{"source":76,"target":17},{"source":85,"target":15},{"source":77,"target":14},{"source":77,"target":86},{"source":77,"target":17},{"source":86,"target":14},{"source":78,"target":14},{"source":78,"target":87},{"source":78,"target":17},{"source":87,"target":14},{"source":79,"target":18},{"source":79,"target":88},{"source":79,"target":17},{"source":88,"target":18},{"source":80,"target":89},{"source":80,"target":17},{"source":81,"target":2},{"source":82,"target":4},{"source":18,"target":0},{"source":18,"target":90},{"source":18,"target":91},{"source":18,"target":92},{"source":18,"target":93},{"source":18,"target":94},{"source":90,"target":18},{"source":91,"target":18},{"source":92,"target":18},{"source":93,"target":18},{"source":94,"target":18}],"multigraph":true} |
true | <?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="servicedata"
nsURI="http://kieler.cs.cau.de/2011-07-25/ServiceData/1.0" nsPrefix="servicedata">
<eClassifiers xsi:type="ecore:EClass" name="ServiceData">
<eStructuralFeatures xsi:type="ecore:EReference" name="layoutAlgorithms" upperBound="-1"
eType="#//LayoutAlgorithm" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layoutTypes" upperBound="-1"
eType="#//LayoutType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layoutOptions" upperBound="-1"
eType="#//LayoutOption" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1"
eType="#//Category" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supportedFormats" upperBound="-1"
eType="#//SupportedFormat" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LayoutAlgorithm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="knownOptions" upperBound="-1"
eType="#//KnownOption" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supportedDiagrams" upperBound="-1"
eType="#//SupportedDiagram" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="category" eType="#//Category"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//LayoutType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="previewImagePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LayoutType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LayoutOption">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="appliesTo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="advanced" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="remoteEnum" eType="#//RemoteEnum"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Category">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KnownOption">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="option" lowerBound="1"
eType="#//LayoutOption"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SupportedDiagram">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoteEnum">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SupportedFormat">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/imace/de.cau.cs.kieler/plugins/de.cau.cs.kieler.kwebs/model/ServiceData.ecore | ecore | servicedata
ServiceData
layoutAlgorithms
layoutTypes
layoutOptions
categories
version
supportedFormats
LayoutAlgorithm
id
name
description
knownOptions
supportedDiagrams
category
type
version
previewImagePath
LayoutType
id
name
description
LayoutOption
id
type
name
description
appliesTo
default
advanced
remoteEnum
implementation
Category
id
name
KnownOption
default
option
SupportedDiagram
type
priority
RemoteEnum
values
SupportedFormat
id
description
name | null | {"directed":true,"nodes":[{"nsPrefix":"servicedata","nsURI":"http://kieler.cs.cau.de/2011-07-25/ServiceData/1.0","name":"servicedata","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceData","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutAlgorithm","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutOption","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KnownOption","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportedDiagram","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoteEnum","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportedFormat","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layoutAlgorithms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layoutTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layoutOptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"supportedFormats","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"knownOptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"supportedDiagrams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"previewImagePath","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"appliesTo","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"advanced","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"remoteEnum","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"option","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":10,"target":2},{"source":10,"target":16},{"source":10,"target":1},{"source":16,"target":2},{"source":11,"target":3},{"source":11,"target":17},{"source":11,"target":1},{"source":17,"target":3},{"source":12,"target":4},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":4},{"source":13,"target":5},{"source":13,"target":19},{"source":13,"target":1},{"source":19,"target":5},{"source":14,"target":20},{"source":14,"target":1},{"source":15,"target":9},{"source":15,"target":21},{"source":15,"target":1},{"source":21,"target":9},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":22,"target":31},{"source":22,"target":2},{"source":23,"target":32},{"source":23,"target":2},{"source":24,"target":33},{"source":24,"target":2},{"source":25,"target":6},{"source":25,"target":34},{"source":25,"target":2},{"source":34,"target":6},{"source":26,"target":7},{"source":26,"target":35},{"source":26,"target":2},{"source":35,"target":7},{"source":27,"target":5},{"source":27,"target":36},{"source":27,"target":2},{"source":36,"target":5},{"source":28,"target":3},{"source":28,"target":37},{"source":28,"target":2},{"source":37,"target":3},{"source":29,"target":38},{"source":29,"target":2},{"source":30,"target":39},{"source":30,"target":2},{"source":3,"target":0},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":40,"target":43},{"source":40,"target":3},{"source":41,"target":44},{"source":41,"target":3},{"source":42,"target":45},{"source":42,"target":3},{"source":4,"target":0},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":46,"target":55},{"source":46,"target":4},{"source":47,"target":56},{"source":47,"target":4},{"source":48,"target":57},{"source":48,"target":4},{"source":49,"target":58},{"source":49,"target":4},{"source":50,"target":59},{"source":50,"target":4},{"source":51,"target":60},{"source":51,"target":4},{"source":52,"target":61},{"source":52,"target":4},{"source":53,"target":8},{"source":53,"target":62},{"source":53,"target":4},{"source":62,"target":8},{"source":54,"target":63},{"source":54,"target":4},{"source":5,"target":0},{"source":5,"target":64},{"source":5,"target":65},{"source":64,"target":66},{"source":64,"target":5},{"source":65,"target":67},{"source":65,"target":5},{"source":6,"target":0},{"source":6,"target":68},{"source":6,"target":69},{"source":68,"target":70},{"source":68,"target":6},{"source":69,"target":4},{"source":69,"target":71},{"source":69,"target":6},{"source":71,"target":4},{"source":7,"target":0},{"source":7,"target":72},{"source":7,"target":73},{"source":72,"target":74},{"source":72,"target":7},{"source":73,"target":75},{"source":73,"target":7},{"source":8,"target":0},{"source":8,"target":76},{"source":76,"target":77},{"source":76,"target":8},{"source":9,"target":0},{"source":9,"target":78},{"source":9,"target":79},{"source":9,"target":80},{"source":78,"target":81},{"source":78,"target":9},{"source":79,"target":82},{"source":79,"target":9},{"source":80,"target":83},{"source":80,"target":9}],"multigraph":true} |
false | <?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="string"
nsURI="http://www.elver.org/string" nsPrefix="string">
<eClassifiers xsi:type="ecore:EClass" name="test">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="asda" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/string.ecore | ecore | string
test
asda | null | {"directed":true,"nodes":[{"nsPrefix":"string","nsURI":"http://www.elver.org/string","name":"string","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"test","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"asda","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?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="fo"
nsURI="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" nsPrefix="odffo">
<eClassifiers xsi:type="ecore:EDataType" name="BackgroundColorType" instanceClassName="java.lang.Object">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="background-color_._type"/>
<details key="memberTypes" value="urn:oasis:names:tc:opendocument:xmlns:text:1.0#color background-color_._type_._member_._1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BackgroundColorTypeMember1">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="background-color_._type_._member_._1"/>
</eAnnotations>
<eLiterals name="transparent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="BackgroundColorTypeMember1Object"
instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="background-color_._type_._member_._1:Object"/>
<details key="baseType" value="background-color_._type_._member_._1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BreakAfterType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="break-after_._type"/>
</eAnnotations>
<eLiterals name="auto"/>
<eLiterals name="column" value="1"/>
<eLiterals name="page" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="BreakAfterTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="break-after_._type:Object"/>
<details key="baseType" value="break-after_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BreakBeforeType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="break-before_._type"/>
</eAnnotations>
<eLiterals name="auto"/>
<eLiterals name="column" value="1"/>
<eLiterals name="page" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="BreakBeforeTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="break-before_._type:Object"/>
<details key="baseType" value="break-before_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="FontSizeType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="font-size_._type"/>
<details key="memberTypes" value="urn:oasis:names:tc:opendocument:xmlns:text:1.0#positiveLength urn:oasis:names:tc:opendocument:xmlns:text:1.0#percent"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="HyphenationKeepType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="hyphenation-keep_._type"/>
</eAnnotations>
<eLiterals name="auto"/>
<eLiterals name="page" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="HyphenationKeepTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="hyphenation-keep_._type:Object"/>
<details key="baseType" value="hyphenation-keep_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="HyphenationLadderCountType" instanceClassName="java.lang.Object">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="hyphenation-ladder-count_._type"/>
<details key="memberTypes" value="urn:oasis:names:tc:opendocument:xmlns:text:1.0#positiveInteger hyphenation-ladder-count_._type_._member_._1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="HyphenationLadderCountTypeMember1">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="hyphenation-ladder-count_._type_._member_._1"/>
</eAnnotations>
<eLiterals name="noLimit" literal="no-limit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="HyphenationLadderCountTypeMember1Object"
instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="hyphenation-ladder-count_._type_._member_._1:Object"/>
<details key="baseType" value="hyphenation-ladder-count_._type_._member_._1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="KeepTogetherType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="keep-together_._type"/>
</eAnnotations>
<eLiterals name="auto"/>
<eLiterals name="always" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="KeepTogetherTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="keep-together_._type:Object"/>
<details key="baseType" value="keep-together_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="KeepWithNextType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="keep-with-next_._type"/>
</eAnnotations>
<eLiterals name="auto"/>
<eLiterals name="always" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="KeepWithNextTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="keep-with-next_._type:Object"/>
<details key="baseType" value="keep-with-next_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="LetterSpacingType" instanceClassName="java.lang.Object">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="letter-spacing_._type"/>
<details key="memberTypes" value="urn:oasis:names:tc:opendocument:xmlns:text:1.0#length letter-spacing_._type_._member_._1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LetterSpacingTypeMember1">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="letter-spacing_._type_._member_._1"/>
</eAnnotations>
<eLiterals name="normal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="LetterSpacingTypeMember1Object" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="letter-spacing_._type_._member_._1:Object"/>
<details key="baseType" value="letter-spacing_._type_._member_._1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="LineHeightType" instanceClassName="java.lang.Object">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="line-height_._type"/>
<details key="memberTypes" value="urn:oasis:names:tc:opendocument:xmlns:text:1.0#nonNegativeLength urn:oasis:names:tc:opendocument:xmlns:text:1.0#percent line-height_._type_._member_._2"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LineHeightTypeMember2">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="line-height_._type_._member_._2"/>
</eAnnotations>
<eLiterals name="normal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="LineHeightTypeMember2Object" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="line-height_._type_._member_._2:Object"/>
<details key="baseType" value="line-height_._type_._member_._2"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="MarginBottomType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="margin-bottom_._type"/>
<details key="memberTypes" value="urn:oasis:names:tc:opendocument:xmlns:text:1.0#nonNegativeLength urn:oasis:names:tc:opendocument:xmlns:text:1.0#percent"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="MarginLeftType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="margin-left_._type"/>
<details key="memberTypes" value="urn:oasis:names:tc:opendocument:xmlns:text:1.0#length urn:oasis:names:tc:opendocument:xmlns:text:1.0#percent"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="MarginRightType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="margin-right_._type"/>
<details key="memberTypes" value="urn:oasis:names:tc:opendocument:xmlns:text:1.0#length urn:oasis:names:tc:opendocument:xmlns:text:1.0#percent"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="MarginTopType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="margin-top_._type"/>
<details key="memberTypes" value="urn:oasis:names:tc:opendocument:xmlns:text:1.0#nonNegativeLength urn:oasis:names:tc:opendocument:xmlns:text:1.0#percent"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="MarginType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="margin_._type"/>
<details key="memberTypes" value="urn:oasis:names:tc:opendocument:xmlns:text:1.0#nonNegativeLength urn:oasis:names:tc:opendocument:xmlns:text:1.0#percent"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="MaxHeightType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="max-height_._type"/>
<details key="memberTypes" value="urn:oasis:names:tc:opendocument:xmlns:text:1.0#length urn:oasis:names:tc:opendocument:xmlns:text:1.0#percent"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="MaxWidthType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="max-width_._type"/>
<details key="memberTypes" value="urn:oasis:names:tc:opendocument:xmlns:text:1.0#length urn:oasis:names:tc:opendocument:xmlns:text:1.0#percent"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="MinHeightType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="min-height_._type"/>
<details key="memberTypes" value="urn:oasis:names:tc:opendocument:xmlns:text:1.0#length urn:oasis:names:tc:opendocument:xmlns:text:1.0#percent"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="MinWidthType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="min-width_._type"/>
<details key="memberTypes" value="urn:oasis:names:tc:opendocument:xmlns:text:1.0#length urn:oasis:names:tc:opendocument:xmlns:text:1.0#percent"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xmlns:prefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xsi:schemaLocation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundColor" eType="#//BackgroundColorType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="background-color"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="border" eType="ecore:EDataType text.ecore#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="border"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="borderBottom" eType="ecore:EDataType text.ecore#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="border-bottom"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="borderLeft" eType="ecore:EDataType text.ecore#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="border-left"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="borderRight" eType="ecore:EDataType text.ecore#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="border-right"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="borderTop" eType="ecore:EDataType text.ecore#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="border-top"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="breakAfter" eType="#//BreakAfterType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="break-after"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="breakBefore" eType="#//BreakBeforeType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="break-before"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clip" eType="ecore:EDataType text.ecore#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="clip"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType text.ecore#//Color">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="color"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columnCount" eType="ecore:EDataType text.ecore#//PositiveInteger">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="column-count"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columnGap" eType="ecore:EDataType text.ecore#//Length">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="column-gap"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType text.ecore#//CountryCode">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="country"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endIndent" eType="ecore:EDataType text.ecore#//Length">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="end-indent"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontFamily" eType="ecore:EDataType text.ecore#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="font-family"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontSize" eType="#//FontSizeType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="font-size"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontStyle" eType="ecore:EEnum text.ecore#//FontStyle"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="font-style"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontVariant" eType="ecore:EEnum text.ecore#//FontVariant"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="font-variant"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontWeight" eType="ecore:EEnum text.ecore#//FontWeight"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="font-weight"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType text.ecore#//PositiveLength">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="height"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hyphenate" eType="ecore:EEnum text.ecore#//Boolean"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="hyphenate"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hyphenationKeep" eType="#//HyphenationKeepType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="hyphenation-keep"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hyphenationLadderCount"
eType="#//HyphenationLadderCountType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="hyphenation-ladder-count"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hyphenationPushCharCount"
eType="ecore:EDataType text.ecore#//PositiveInteger">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="hyphenation-push-char-count"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hyphenationRemainCharCount"
eType="ecore:EDataType text.ecore#//PositiveInteger">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="hyphenation-remain-char-count"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keepTogether" eType="#//KeepTogetherType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="keep-together"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keepWithNext" eType="#//KeepWithNextType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="keep-with-next"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType text.ecore#//LanguageCode">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="language"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="letterSpacing" eType="#//LetterSpacingType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="letter-spacing"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineHeight" eType="#//LineHeightType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="line-height"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="margin" eType="#//MarginType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="margin"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="marginBottom" eType="#//MarginBottomType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="margin-bottom"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="marginLeft" eType="#//MarginLeftType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="margin-left"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="marginRight" eType="#//MarginRightType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="margin-right"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="marginTop" eType="#//MarginTopType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="margin-top"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxHeight" eType="#//MaxHeightType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="max-height"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxWidth" eType="#//MaxWidthType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="max-width"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minWidth" eType="#//MinWidthType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="min-width"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orphans" eType="ecore:EDataType text.ecore#//NonNegativeInteger">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="orphans"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="padding" eType="ecore:EDataType text.ecore#//NonNegativeLength">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="padding"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="paddingBottom" eType="ecore:EDataType text.ecore#//NonNegativeLength">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="padding-bottom"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="paddingLeft" eType="ecore:EDataType text.ecore#//NonNegativeLength">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="padding-left"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="paddingRight" eType="ecore:EDataType text.ecore#//NonNegativeLength">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="padding-right"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="paddingTop" eType="ecore:EDataType text.ecore#//NonNegativeLength">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="padding-top"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pageHeight" eType="ecore:EDataType text.ecore#//Length">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="page-height"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pageWidth" eType="ecore:EDataType text.ecore#//Length">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="page-width"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="spaceAfter" eType="ecore:EDataType text.ecore#//Length">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="space-after"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="spaceBefore" eType="ecore:EDataType text.ecore#//Length">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="space-before"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startIndent" eType="ecore:EDataType text.ecore#//Length">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="start-indent"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textAlign" eType="#//TextAlignType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="text-align"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textAlignLast" eType="#//TextAlignLastType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="text-align-last"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textIndent" eType="#//TextIndentType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="text-indent"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textShadow" eType="ecore:EDataType text.ecore#//ShadowType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="text-shadow"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textTransform" eType="#//TextTransformType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="text-transform"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="widows" eType="ecore:EDataType text.ecore#//NonNegativeInteger">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="widows"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType text.ecore#//PositiveLength">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="width"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wrapOption" eType="#//WrapOptionType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="wrap-option"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TextAlignLastType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="text-align-last_._type"/>
</eAnnotations>
<eLiterals name="start"/>
<eLiterals name="center" value="1"/>
<eLiterals name="justify" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TextAlignLastTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="text-align-last_._type:Object"/>
<details key="baseType" value="text-align-last_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TextAlignType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="text-align_._type"/>
</eAnnotations>
<eLiterals name="start"/>
<eLiterals name="end" value="1"/>
<eLiterals name="left" value="2"/>
<eLiterals name="right" value="3"/>
<eLiterals name="center" value="4"/>
<eLiterals name="justify" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TextAlignTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="text-align_._type:Object"/>
<details key="baseType" value="text-align_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TextIndentType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="text-indent_._type"/>
<details key="memberTypes" value="urn:oasis:names:tc:opendocument:xmlns:text:1.0#length urn:oasis:names:tc:opendocument:xmlns:text:1.0#percent"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TextTransformType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="text-transform_._type"/>
</eAnnotations>
<eLiterals name="none"/>
<eLiterals name="lowercase" value="1"/>
<eLiterals name="uppercase" value="2"/>
<eLiterals name="capitalize" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TextTransformTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="text-transform_._type:Object"/>
<details key="baseType" value="text-transform_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="WrapOptionType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="wrap-option_._type"/>
</eAnnotations>
<eLiterals name="noWrap" literal="no-wrap"/>
<eLiterals name="wrap" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="WrapOptionTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="wrap-option_._type:Object"/>
<details key="baseType" value="wrap-option_._type"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/fo.ecore | ecore | fo
BackgroundColorType
java.lang.Object
java.lang.Object
BackgroundColorTypeMember1
transparent
transparent
BackgroundColorTypeMember1Object
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
BreakAfterType
auto
auto
column
column
page
page
BreakAfterTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
BreakBeforeType
auto
auto
column
column
page
page
BreakBeforeTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
FontSizeType
java.lang.String
java.lang.String
HyphenationKeepType
auto
auto
page
page
HyphenationKeepTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
HyphenationLadderCountType
java.lang.Object
java.lang.Object
HyphenationLadderCountTypeMember1
noLimit
no-limit
HyphenationLadderCountTypeMember1Object
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
KeepTogetherType
auto
auto
always
always
KeepTogetherTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
KeepWithNextType
auto
auto
always
always
KeepWithNextTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
LetterSpacingType
java.lang.Object
java.lang.Object
LetterSpacingTypeMember1
normal
normal
LetterSpacingTypeMember1Object
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
LineHeightType
java.lang.Object
java.lang.Object
LineHeightTypeMember2
normal
normal
LineHeightTypeMember2Object
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
MarginBottomType
java.lang.String
java.lang.String
MarginLeftType
java.lang.String
java.lang.String
MarginRightType
java.lang.String
java.lang.String
MarginTopType
java.lang.String
java.lang.String
MarginType
java.lang.String
java.lang.String
MaxHeightType
java.lang.String
java.lang.String
MaxWidthType
java.lang.String
java.lang.String
MinHeightType
java.lang.String
java.lang.String
MinWidthType
java.lang.String
java.lang.String
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
backgroundColor
border
borderBottom
borderLeft
borderRight
borderTop
breakAfter
breakBefore
clip
color
columnCount
columnGap
country
endIndent
fontFamily
fontSize
fontStyle
fontVariant
fontWeight
height
hyphenate
hyphenationKeep
hyphenationLadderCount
hyphenationPushCharCount
hyphenationRemainCharCount
keepTogether
keepWithNext
language
letterSpacing
lineHeight
margin
marginBottom
marginLeft
marginRight
marginTop
maxHeight
maxWidth
minWidth
orphans
padding
paddingBottom
paddingLeft
paddingRight
paddingTop
pageHeight
pageWidth
spaceAfter
spaceBefore
startIndent
textAlign
textAlignLast
textIndent
textShadow
textTransform
widows
width
wrapOption
TextAlignLastType
start
start
center
center
justify
justify
TextAlignLastTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
TextAlignType
start
start
end
end
left
left
right
right
center
center
justify
justify
TextAlignTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
TextIndentType
java.lang.String
java.lang.String
TextTransformType
none
none
lowercase
lowercase
uppercase
uppercase
capitalize
capitalize
TextTransformTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
WrapOptionType
noWrap
no-wrap
wrap
wrap
WrapOptionTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator | null | {"directed":true,"nodes":[{"nsPrefix":"odffo","nsURI":"urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0","name":"fo","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"BackgroundColorType","instanceClass":"java.lang.Object","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"BackgroundColorTypeMember1","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"BackgroundColorTypeMember1Object","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"BreakAfterType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"BreakAfterTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"BreakBeforeType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"BreakBeforeTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"FontSizeType","instanceClass":"java.lang.String","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"HyphenationKeepType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"HyphenationKeepTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"HyphenationLadderCountType","instanceClass":"java.lang.Object","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"HyphenationLadderCountTypeMember1","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"HyphenationLadderCountTypeMember1Object","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"KeepTogetherType","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"KeepTogetherTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"KeepWithNextType","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"KeepWithNextTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"LetterSpacingType","instanceClass":"java.lang.Object","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"LetterSpacingTypeMember1","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"LetterSpacingTypeMember1Object","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"LineHeightType","instanceClass":"java.lang.Object","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineHeightTypeMember2","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"LineHeightTypeMember2Object","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"MarginBottomType","instanceClass":"java.lang.String","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"MarginLeftType","instanceClass":"java.lang.String","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"MarginRightType","instanceClass":"java.lang.String","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"MarginTopType","instanceClass":"java.lang.String","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"MarginType","instanceClass":"java.lang.String","id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"MaxHeightType","instanceClass":"java.lang.String","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"MaxWidthType","instanceClass":"java.lang.String","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"MinHeightType","instanceClass":"java.lang.String","id":31,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"MinWidthType","instanceClass":"java.lang.String","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TextAlignLastType","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TextAlignLastTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"TextAlignType","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TextAlignTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"TextIndentType","instanceClass":"java.lang.String","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"TextTransformType","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TextTransformTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"WrapOptionType","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"WrapOptionTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":42,"serializable":true,"eClass":"EDataType"},{"name":"transparent","id":43,"value":0,"literal":"transparent","eClass":"EEnumLiteral"},{"name":"auto","id":44,"value":0,"literal":"auto","eClass":"EEnumLiteral"},{"name":"column","id":45,"value":1,"literal":"column","eClass":"EEnumLiteral"},{"name":"page","id":46,"value":2,"literal":"page","eClass":"EEnumLiteral"},{"name":"auto","id":47,"value":0,"literal":"auto","eClass":"EEnumLiteral"},{"name":"column","id":48,"value":1,"literal":"column","eClass":"EEnumLiteral"},{"name":"page","id":49,"value":2,"literal":"page","eClass":"EEnumLiteral"},{"name":"auto","id":50,"value":0,"literal":"auto","eClass":"EEnumLiteral"},{"name":"page","id":51,"value":1,"literal":"page","eClass":"EEnumLiteral"},{"name":"noLimit","id":52,"value":0,"literal":"no-limit","eClass":"EEnumLiteral"},{"name":"auto","id":53,"value":0,"literal":"auto","eClass":"EEnumLiteral"},{"name":"always","id":54,"value":1,"literal":"always","eClass":"EEnumLiteral"},{"name":"auto","id":55,"value":0,"literal":"auto","eClass":"EEnumLiteral"},{"name":"always","id":56,"value":1,"literal":"always","eClass":"EEnumLiteral"},{"name":"normal","id":57,"value":0,"literal":"normal","eClass":"EEnumLiteral"},{"name":"normal","id":58,"value":0,"literal":"normal","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"border","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"borderBottom","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"borderLeft","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"borderRight","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"borderTop","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"breakAfter","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"breakBefore","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clip","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnCount","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnGap","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endIndent","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontFamily","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontSize","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"fontStyle","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"fontVariant","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"fontWeight","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"hyphenate","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"hyphenationKeep","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hyphenationLadderCount","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hyphenationPushCharCount","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hyphenationRemainCharCount","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"keepTogether","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"keepWithNext","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"letterSpacing","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineHeight","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"margin","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"marginBottom","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"marginLeft","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"marginRight","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"marginTop","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxHeight","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxWidth","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minWidth","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"orphans","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"padding","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paddingBottom","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paddingLeft","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paddingRight","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paddingTop","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pageHeight","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pageWidth","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"spaceAfter","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"spaceBefore","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startIndent","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"textAlign","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"textAlignLast","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textIndent","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textShadow","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"textTransform","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"widows","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"wrapOption","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"name":"start","id":179,"value":0,"literal":"start","eClass":"EEnumLiteral"},{"name":"center","id":180,"value":1,"literal":"center","eClass":"EEnumLiteral"},{"name":"justify","id":181,"value":2,"literal":"justify","eClass":"EEnumLiteral"},{"name":"start","id":182,"value":0,"literal":"start","eClass":"EEnumLiteral"},{"name":"end","id":183,"value":1,"literal":"end","eClass":"EEnumLiteral"},{"name":"left","id":184,"value":2,"literal":"left","eClass":"EEnumLiteral"},{"name":"right","id":185,"value":3,"literal":"right","eClass":"EEnumLiteral"},{"name":"center","id":186,"value":4,"literal":"center","eClass":"EEnumLiteral"},{"name":"justify","id":187,"value":5,"literal":"justify","eClass":"EEnumLiteral"},{"name":"none","id":188,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"lowercase","id":189,"value":1,"literal":"lowercase","eClass":"EEnumLiteral"},{"name":"uppercase","id":190,"value":2,"literal":"uppercase","eClass":"EEnumLiteral"},{"name":"capitalize","id":191,"value":3,"literal":"capitalize","eClass":"EEnumLiteral"},{"name":"noWrap","id":192,"value":0,"literal":"no-wrap","eClass":"EEnumLiteral"},{"name":"wrap","id":193,"value":1,"literal":"wrap","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":43},{"source":43,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":44,"target":4},{"source":45,"target":4},{"source":46,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":47,"target":6},{"source":48,"target":6},{"source":49,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":50},{"source":9,"target":51},{"source":50,"target":9},{"source":51,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":52},{"source":52,"target":12},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":53},{"source":14,"target":54},{"source":53,"target":14},{"source":54,"target":14},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":55},{"source":16,"target":56},{"source":55,"target":16},{"source":56,"target":16},{"source":17,"target":0},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":57},{"source":57,"target":19},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":58},{"source":58,"target":22},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":59},{"source":33,"target":60},{"source":33,"target":61},{"source":33,"target":62},{"source":33,"target":63},{"source":33,"target":64},{"source":33,"target":65},{"source":33,"target":66},{"source":33,"target":67},{"source":33,"target":68},{"source":33,"target":69},{"source":33,"target":70},{"source":33,"target":71},{"source":33,"target":72},{"source":33,"target":73},{"source":33,"target":74},{"source":33,"target":75},{"source":33,"target":76},{"source":33,"target":77},{"source":33,"target":78},{"source":33,"target":79},{"source":33,"target":80},{"source":33,"target":81},{"source":33,"target":82},{"source":33,"target":83},{"source":33,"target":84},{"source":33,"target":85},{"source":33,"target":86},{"source":33,"target":87},{"source":33,"target":88},{"source":33,"target":89},{"source":33,"target":90},{"source":33,"target":91},{"source":33,"target":92},{"source":33,"target":93},{"source":33,"target":94},{"source":33,"target":95},{"source":33,"target":96},{"source":33,"target":97},{"source":33,"target":98},{"source":33,"target":99},{"source":33,"target":100},{"source":33,"target":101},{"source":33,"target":102},{"source":33,"target":103},{"source":33,"target":104},{"source":33,"target":105},{"source":33,"target":106},{"source":33,"target":107},{"source":33,"target":108},{"source":33,"target":109},{"source":33,"target":110},{"source":33,"target":111},{"source":33,"target":112},{"source":33,"target":113},{"source":33,"target":114},{"source":33,"target":115},{"source":33,"target":116},{"source":33,"target":117},{"source":33,"target":118},{"source":59,"target":119},{"source":59,"target":33},{"source":60,"target":120},{"source":60,"target":33},{"source":61,"target":121},{"source":61,"target":33},{"source":62,"target":1},{"source":62,"target":122},{"source":62,"target":33},{"source":122,"target":1},{"source":63,"target":123},{"source":63,"target":33},{"source":64,"target":124},{"source":64,"target":33},{"source":65,"target":125},{"source":65,"target":33},{"source":66,"target":126},{"source":66,"target":33},{"source":67,"target":127},{"source":67,"target":33},{"source":68,"target":4},{"source":68,"target":128},{"source":68,"target":33},{"source":128,"target":4},{"source":69,"target":6},{"source":69,"target":129},{"source":69,"target":33},{"source":129,"target":6},{"source":70,"target":130},{"source":70,"target":33},{"source":71,"target":131},{"source":71,"target":33},{"source":72,"target":132},{"source":72,"target":33},{"source":73,"target":133},{"source":73,"target":33},{"source":74,"target":134},{"source":74,"target":33},{"source":75,"target":135},{"source":75,"target":33},{"source":76,"target":136},{"source":76,"target":33},{"source":77,"target":8},{"source":77,"target":137},{"source":77,"target":33},{"source":137,"target":8},{"source":78,"target":138},{"source":78,"target":33},{"source":79,"target":139},{"source":79,"target":33},{"source":80,"target":140},{"source":80,"target":33},{"source":81,"target":141},{"source":81,"target":33},{"source":82,"target":142},{"source":82,"target":33},{"source":83,"target":9},{"source":83,"target":143},{"source":83,"target":33},{"source":143,"target":9},{"source":84,"target":11},{"source":84,"target":144},{"source":84,"target":33},{"source":144,"target":11},{"source":85,"target":145},{"source":85,"target":33},{"source":86,"target":146},{"source":86,"target":33},{"source":87,"target":14},{"source":87,"target":147},{"source":87,"target":33},{"source":147,"target":14},{"source":88,"target":16},{"source":88,"target":148},{"source":88,"target":33},{"source":148,"target":16},{"source":89,"target":149},{"source":89,"target":33},{"source":90,"target":18},{"source":90,"target":150},{"source":90,"target":33},{"source":150,"target":18},{"source":91,"target":21},{"source":91,"target":151},{"source":91,"target":33},{"source":151,"target":21},{"source":92,"target":28},{"source":92,"target":152},{"source":92,"target":33},{"source":152,"target":28},{"source":93,"target":24},{"source":93,"target":153},{"source":93,"target":33},{"source":153,"target":24},{"source":94,"target":25},{"source":94,"target":154},{"source":94,"target":33},{"source":154,"target":25},{"source":95,"target":26},{"source":95,"target":155},{"source":95,"target":33},{"source":155,"target":26},{"source":96,"target":27},{"source":96,"target":156},{"source":96,"target":33},{"source":156,"target":27},{"source":97,"target":29},{"source":97,"target":157},{"source":97,"target":33},{"source":157,"target":29},{"source":98,"target":30},{"source":98,"target":158},{"source":98,"target":33},{"source":158,"target":30},{"source":99,"target":32},{"source":99,"target":159},{"source":99,"target":33},{"source":159,"target":32},{"source":100,"target":160},{"source":100,"target":33},{"source":101,"target":161},{"source":101,"target":33},{"source":102,"target":162},{"source":102,"target":33},{"source":103,"target":163},{"source":103,"target":33},{"source":104,"target":164},{"source":104,"target":33},{"source":105,"target":165},{"source":105,"target":33},{"source":106,"target":166},{"source":106,"target":33},{"source":107,"target":167},{"source":107,"target":33},{"source":108,"target":168},{"source":108,"target":33},{"source":109,"target":169},{"source":109,"target":33},{"source":110,"target":170},{"source":110,"target":33},{"source":111,"target":36},{"source":111,"target":171},{"source":111,"target":33},{"source":171,"target":36},{"source":112,"target":34},{"source":112,"target":172},{"source":112,"target":33},{"source":172,"target":34},{"source":113,"target":38},{"source":113,"target":173},{"source":113,"target":33},{"source":173,"target":38},{"source":114,"target":174},{"source":114,"target":33},{"source":115,"target":39},{"source":115,"target":175},{"source":115,"target":33},{"source":175,"target":39},{"source":116,"target":176},{"source":116,"target":33},{"source":117,"target":177},{"source":117,"target":33},{"source":118,"target":41},{"source":118,"target":178},{"source":118,"target":33},{"source":178,"target":41},{"source":34,"target":0},{"source":34,"target":179},{"source":34,"target":180},{"source":34,"target":181},{"source":179,"target":34},{"source":180,"target":34},{"source":181,"target":34},{"source":35,"target":0},{"source":36,"target":0},{"source":36,"target":182},{"source":36,"target":183},{"source":36,"target":184},{"source":36,"target":185},{"source":36,"target":186},{"source":36,"target":187},{"source":182,"target":36},{"source":183,"target":36},{"source":184,"target":36},{"source":185,"target":36},{"source":186,"target":36},{"source":187,"target":36},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":188},{"source":39,"target":189},{"source":39,"target":190},{"source":39,"target":191},{"source":188,"target":39},{"source":189,"target":39},{"source":190,"target":39},{"source":191,"target":39},{"source":40,"target":0},{"source":41,"target":0},{"source":41,"target":192},{"source":41,"target":193},{"source":192,"target":41},{"source":193,"target":41},{"source":42,"target":0}],"multigraph":true} |
false | <?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="RuntimeTopology" nsURI="http://eu.netide.runtime.topology" nsPrefix="eu.netide.runtime">
<eClassifiers xsi:type="ecore:EClass" name="PortStatistics">
<eStructuralFeatures xsi:type="ecore:EReference" name="runtimedata" lowerBound="1"
eType="#//RuntimeData" eOpposite="#//RuntimeData/portstatistics"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tx_bytes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rx_bytes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tx_packets" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rx_packets" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tx_errors" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rx_errors" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rx_over_err" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rx_crc_err" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tx_dropped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rx_dropped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="collisions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rx_frame_err" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="port" lowerBound="1" eType="ecore:EClass ../../eu.netide.configuration/model/Topology.ecore#//Port"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hidden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuntimeData">
<eStructuralFeatures xsi:type="ecore:EReference" name="portstatistics" upperBound="-1"
eType="#//PortStatistics" containment="true" eOpposite="#//PortStatistics/runtimedata"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="flowstatistics" upperBound="-1"
eType="#//FlowStatistics" containment="true" eOpposite="#//FlowStatistics/runtimedata"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="networkenvironment" lowerBound="1"
eType="ecore:EClass ../../eu.netide.configuration/model/Topology.ecore#//NetworkEnvironment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aggregatedstatistics" upperBound="-1"
eType="#//AggregatedStatistics" containment="true" eOpposite="#//AggregatedStatistics/runtimedata"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlowStatistics">
<eStructuralFeatures xsi:type="ecore:EReference" name="runtimedata" lowerBound="1"
eType="#//RuntimeData" eOpposite="#//RuntimeData/flowstatistics"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration_sec" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration_nsec" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="idle_timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hard_timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cookie" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packet_count" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="byte_count" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="switch" lowerBound="1"
eType="ecore:EClass ../../eu.netide.configuration/model/Topology.ecore#//Switch"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hidden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AggregatedStatistics">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packet_count" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="byte_count" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="flow_count" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="switch" lowerBound="1"
eType="ecore:EClass ../../eu.netide.configuration/model/Topology.ecore#//Switch"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hidden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="runtimedata" lowerBound="1"
eType="#//RuntimeData" eOpposite="#//RuntimeData/aggregatedstatistics"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/fp7-netide/IDE/plugins/eu.netide.runtime.topology/model/RuntimeTopology.ecore | ecore | RuntimeTopology
PortStatistics
runtimedata
tx_bytes
rx_bytes
tx_packets
rx_packets
tx_errors
rx_errors
rx_over_err
rx_crc_err
tx_dropped
rx_dropped
collisions
rx_frame_err
changed
port
hidden
true
RuntimeData
portstatistics
flowstatistics
networkenvironment
aggregatedstatistics
FlowStatistics
runtimedata
duration_sec
duration_nsec
priority
idle_timeout
hard_timeout
cookie
packet_count
byte_count
switch
hidden
true
AggregatedStatistics
packet_count
byte_count
flow_count
switch
hidden
true
runtimedata | null | {"directed":true,"nodes":[{"nsPrefix":"eu.netide.runtime","nsURI":"http://eu.netide.runtime.topology","name":"RuntimeTopology","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortStatistics","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuntimeData","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowStatistics","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatedStatistics","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"runtimedata","changeable":true,"resolveProxies":true,"lowerBound":1,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tx_bytes","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rx_bytes","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tx_packets","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rx_packets","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tx_errors","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rx_errors","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rx_over_err","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rx_crc_err","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tx_dropped","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rx_dropped","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collisions","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rx_frame_err","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changed","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"hidden","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"portstatistics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"flowstatistics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"networkenvironment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregatedstatistics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"runtimedata","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"runtimedata","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration_sec","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration_nsec","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idle_timeout","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hard_timeout","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cookie","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packet_count","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"byte_count","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"switch","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"hidden","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packet_count","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"byte_count","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"flow_count","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"switch","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"hidden","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":5,"target":2},{"source":5,"target":21},{"source":5,"target":1},{"source":5,"target":22},{"source":21,"target":2},{"source":6,"target":23},{"source":6,"target":1},{"source":7,"target":24},{"source":7,"target":1},{"source":8,"target":25},{"source":8,"target":1},{"source":9,"target":26},{"source":9,"target":1},{"source":10,"target":27},{"source":10,"target":1},{"source":11,"target":28},{"source":11,"target":1},{"source":12,"target":29},{"source":12,"target":1},{"source":13,"target":30},{"source":13,"target":1},{"source":14,"target":31},{"source":14,"target":1},{"source":15,"target":32},{"source":15,"target":1},{"source":16,"target":33},{"source":16,"target":1},{"source":17,"target":34},{"source":17,"target":1},{"source":18,"target":35},{"source":18,"target":1},{"source":19,"target":36},{"source":19,"target":1},{"source":20,"target":37},{"source":20,"target":1},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":22,"target":1},{"source":22,"target":41},{"source":22,"target":2},{"source":22,"target":5},{"source":41,"target":1},{"source":38,"target":3},{"source":38,"target":42},{"source":38,"target":2},{"source":38,"target":43},{"source":42,"target":3},{"source":39,"target":44},{"source":39,"target":2},{"source":40,"target":4},{"source":40,"target":45},{"source":40,"target":2},{"source":40,"target":46},{"source":45,"target":4},{"source":3,"target":0},{"source":3,"target":43},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":43,"target":2},{"source":43,"target":57},{"source":43,"target":3},{"source":43,"target":38},{"source":57,"target":2},{"source":47,"target":58},{"source":47,"target":3},{"source":48,"target":59},{"source":48,"target":3},{"source":49,"target":60},{"source":49,"target":3},{"source":50,"target":61},{"source":50,"target":3},{"source":51,"target":62},{"source":51,"target":3},{"source":52,"target":63},{"source":52,"target":3},{"source":53,"target":64},{"source":53,"target":3},{"source":54,"target":65},{"source":54,"target":3},{"source":55,"target":66},{"source":55,"target":3},{"source":56,"target":67},{"source":56,"target":3},{"source":4,"target":0},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":70},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":46},{"source":68,"target":73},{"source":68,"target":4},{"source":69,"target":74},{"source":69,"target":4},{"source":70,"target":75},{"source":70,"target":4},{"source":71,"target":76},{"source":71,"target":4},{"source":72,"target":77},{"source":72,"target":4},{"source":46,"target":2},{"source":46,"target":78},{"source":46,"target":4},{"source":46,"target":40},{"source":78,"target":2}],"multigraph":true} |
true | <?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="wsdl"
nsURI="http://www.eclipse.org/wsdl/2003/WSDL" nsPrefix="wsdl">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The WSDL model contains classes for the Web Services Description Language (WSDL).

WSDL describes network services as sets of endpoints operating on messages. The operations and messages are described abstractly, and then bound to a concrete network protocol and message format to define an endpoint.

WSDL describes the formats of the messages exchanged by the services, and supports the XML Schemas specification as its canonical type system. This package uses an XML Schema Infoset model package (see the XSD package) to describe the abstract message formats.

The model contains the following diagrams, named after the corresponding chapters in the WSDL 1.1 specification (http://www.w3.org/TR/2001/NOTE-wsdl-20010315)
- 2.1 Definition, shows the WSDL definition element and the WSDL document structure
- 2.1.1 Naming and Linking, shows the namespace and import mechanism
- 2.1.3 Extensibility, shows the WSDL extensibility mechanism
- 2.2 Types, shows the use of XML Schema types in WSDL
- 2.3 Messages, 2.4 PortTypes, 2.5 Bindings and 2.7 Services, show the major WSDL elements and their relations.

The WSDL classes extend the javax.wsdl interfaces defined by JSR 110. Classes with interface and datatype stereotypes are used to represent these non-MOF interfaces."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="WSDLElement" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL language element."/>
</eAnnotations>
<eOperations name="getEnclosingDefinition" eType="#//Definition"/>
<eOperations name="setEnclosingDefinition">
<eParameters name="definition" eType="#//Definition"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentationElement" eType="#//DOMElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="element" eType="#//DOMElement"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortType" eSuperTypes="#//ExtensibleElement #//IPortType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL portType element of the WSDL specification version 1.1 and an Interface component of the WSDL specification version 1.2. A port type or Interface is a named set of abstract operations and the abstract messages involved."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1"
eType="#//Operation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//ExtensibleElement #//IOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL operation element. A WSDL operation is an abstract description of an action supported by a service."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//OperationType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eInput" eType="#//Input"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOutput" eType="#//Output"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eFaults" upperBound="-1"
eType="#//Fault" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eParameterOrdering" upperBound="-1"
eType="#//Part"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//ExtensibleElement #//IMessage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL message element. A WSDL message is an abstract, typed definition of the data being communicated."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eParts" upperBound="-1"
eType="#//Part" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Part" eSuperTypes="#//ExtensibleElement #//IPart">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL part element. Parts describe the logical abstract content of a message. Each part is associated with a type from some type system. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" eType="ecore:EClass XSD.ecore#//XSDTypeDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementDeclaration" eType="ecore:EClass XSD.ecore#//XSDElementDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eMessage" eType="#//Message"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#//ExtensibleElement #//IBinding">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL binding element. A binding defines message format and protocol details for operations and messages defined by a particular portType. There may be any number of bindings for a given portType."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ePortType" lowerBound="1"
eType="#//PortType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindingOperations" upperBound="-1"
eType="#//BindingOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingOperation" eSuperTypes="#//ExtensibleElement #//IBindingOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL operation element within a binding. An operation element within a binding specifies binding information for the operation with the same name within the binding's portType. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" lowerBound="1"
eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindingInput" eType="#//BindingInput"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindingOutput" eType="#//BindingOutput"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindingFaults" upperBound="-1"
eType="#//BindingFault" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="#//ExtensibleElement #//IService">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL service element. A service groups a set of related ports together."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="undefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ePorts" upperBound="-1"
eType="#//Port" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//ExtensibleElement #//IPort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL port element. A port defines an individual endpoint by specifying a single address for a binding"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBinding" lowerBound="1"
eType="#//Binding"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtensibilityElement" eSuperTypes="#//WSDLElement #//IExtensibilityElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL extensibility element. WSDL allows extensibility elements representing a specific technology under various elements defined by WSDL."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementType" eType="#//QName"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Definition" eSuperTypes="#//ExtensibleElement #//IDefinition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL definitions element. The WSDL definitions element is the root element of a WSDL document."/>
</eAnnotations>
<eOperations name="getDocument" eType="#//DOMDocument"/>
<eOperations name="setDocument">
<eParameters name="document" eType="#//DOMDocument"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="#//QName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="encoding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eImports" upperBound="-1"
eType="#//Import" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eTypes" eType="#//Types"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eMessages" upperBound="-1"
eType="#//Message" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ePortTypes" upperBound="-1"
eType="#//PortType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eBindings" upperBound="-1"
eType="#//Binding" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eServices" upperBound="-1"
eType="#//Service" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eNamespaces" upperBound="-1"
eType="#//Namespace" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//ExtensibleElement #//IImport">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents WSDL import element. WSDL allows associating a namespace with a document location using an import element."/>
</eAnnotations>
<eOperations name="getSchema" eType="ecore:EClass XSD.ecore#//XSDSchema"/>
<eOperations name="setSchema">
<eParameters name="schema" eType="ecore:EClass XSD.ecore#//XSDSchema"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locationURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eDefinition" eType="#//Definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eSchema" eType="ecore:EClass XSD.ecore#//XSDSchema"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtensibleElement" abstract="true" eSuperTypes="#//WSDLElement #//IElementExtensible #//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" WSDL allows elements representing a specific technology (referred to here as extensibility elements) under various elements defined by WSDL. This class represents a WSDL point of extensibility."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="eExtensibilityElements"
upperBound="-1" eType="#//ExtensibilityElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Input" eSuperTypes="#//MessageReference #//IInput">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL input element. An input element specifies the abstract message format for the input of the operation."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Output" eSuperTypes="#//MessageReference #//IOutput">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL output element. An output element specifies the abstract message format for the output of the operation."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fault" eSuperTypes="#//MessageReference #//IFault">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL fault element. Fault elements specify the abstract message format for any error messages that may be output as the result of the operation "/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingInput" eSuperTypes="#//ExtensibleElement #//IBindingInput">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL input element within a operation within a binding. An input element within an operation within a binding specifies binding information for the input of the operation. "/>
</eAnnotations>
<eOperations name="getInput" eType="#//IInput"/>
<eOperations name="setInput">
<eParameters name="input" eType="#//IInput"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eInput" lowerBound="1"
eType="#//Input"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingOutput" eSuperTypes="#//ExtensibleElement #//IBindingOutput">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL output element within a operation within a binding. An output element within an operation within a binding specifies binding information for the output of the operation. "/>
</eAnnotations>
<eOperations name="getOutput" eType="#//IOutput"/>
<eOperations name="setOutput">
<eParameters name="output" eType="#//IOutput"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOutput" lowerBound="1"
eType="#//Output"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingFault" eSuperTypes="#//ExtensibleElement #//IBindingFault">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL fault element within a operation within a binding. A fault element within an operation within a binding specifies binding information for the fault with the same name. "/>
</eAnnotations>
<eOperations name="getFault" eType="#//IFault"/>
<eOperations name="setFault">
<eParameters name="fault" eType="#//IFault"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eFault" lowerBound="1"
eType="#//Fault"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="QName" instanceClassName="javax.xml.namespace.QName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.QName class. A QName is a fully qualified name."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Namespace">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a namespace and the corresponding namespace prefix used in a WSDL document."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="URI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="OperationType" instanceClassName="javax.wsdl.OperationType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="ONE_WAY=1
REQUEST_RESPONSE=2
SOLICIT_RESPONSE=3
NOTIFICATION=4"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPortType" instanceClassName="javax.wsdl.PortType"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.PortType non-MOF interface."/>
</eAnnotations>
<eOperations name="addOperation">
<eParameters name="operation" eType="#//IOperation"/>
</eOperations>
<eOperations name="getOperation" eType="#//IOperation">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="inputName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="outputName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getOperations" eType="#//IList"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IOperation" instanceClassName="javax.wsdl.Operation"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Operation non-MOF interface."/>
</eAnnotations>
<eOperations name="addFault">
<eParameters name="fault" eType="#//IFault"/>
</eOperations>
<eOperations name="getFault" eType="#//IFault">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getFaults" eType="#//IMap"/>
<eOperations name="getParameterOrdering" eType="#//IList"/>
<eOperations name="setParameterOrdering">
<eParameters name="parameterOrder" eType="#//IList"/>
</eOperations>
<eOperations name="getInput" eType="#//IInput"/>
<eOperations name="setInput">
<eParameters name="input" eType="#//IInput"/>
</eOperations>
<eOperations name="getOutput" eType="#//IOutput"/>
<eOperations name="setOutput">
<eParameters name="output" eType="#//IOutput"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IInput" instanceClassName="javax.wsdl.Input"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Input non-MOF interface."/>
</eAnnotations>
<eOperations name="getMessage" eType="#//IMessage"/>
<eOperations name="setMessage">
<eParameters name="message" eType="#//IMessage"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IOutput" instanceClassName="javax.wsdl.Output"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Output non-MOF interface."/>
</eAnnotations>
<eOperations name="getMessage" eType="#//IMessage"/>
<eOperations name="setMessage">
<eParameters name="message" eType="#//IMessage"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IFault" instanceClassName="javax.wsdl.Fault"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Fault non-MOF interface."/>
</eAnnotations>
<eOperations name="getMessage" eType="#//IMessage"/>
<eOperations name="setMessage">
<eParameters name="message" eType="#//IMessage"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IMessage" instanceClassName="javax.wsdl.Message"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Message non-MOF interface"/>
</eAnnotations>
<eOperations name="addPart">
<eParameters name="part" eType="#//IPart"/>
</eOperations>
<eOperations name="getPart" eType="#//IPart">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getParts" eType="#//IMap"/>
<eOperations name="getOrderedParts" eType="#//IList">
<eParameters name="partOrder" eType="#//IList"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPart" instanceClassName="javax.wsdl.Part"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Part non-MOF interface"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IService" instanceClassName="javax.wsdl.Service"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Service non-MOF interface."/>
</eAnnotations>
<eOperations name="addPort">
<eParameters name="port" eType="#//IPort"/>
</eOperations>
<eOperations name="getPorts" eType="#//IMap"/>
<eOperations name="getPort" eType="#//IPort">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPort" instanceClassName="javax.wsdl.Port"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Port non-MOF interface."/>
</eAnnotations>
<eOperations name="getBinding" eType="#//IBinding"/>
<eOperations name="setBinding">
<eParameters name="binding" eType="#//IBinding"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBinding" instanceClassName="javax.wsdl.Binding"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Binding non-MOF interface."/>
</eAnnotations>
<eOperations name="addBindingOperation">
<eParameters name="bindingOperation" eType="#//IBindingOperation"/>
</eOperations>
<eOperations name="getBindingOperation" eType="#//IBindingOperation">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="inputName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="outputName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getBindingOperations" eType="#//IList"/>
<eOperations name="getPortType" eType="#//IPortType"/>
<eOperations name="setPortType">
<eParameters name="portType" eType="#//IPortType"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBindingOperation" instanceClassName="javax.wsdl.BindingOperation"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.BindingOperation non-MOF interface."/>
</eAnnotations>
<eOperations name="addBindingFault">
<eParameters name="bindingFault" eType="#//IBindingFault"/>
</eOperations>
<eOperations name="getBindingFault" eType="#//IBindingFault">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getBindingFaults" eType="#//IMap"/>
<eOperations name="getOperation" eType="#//IOperation"/>
<eOperations name="setOperation">
<eParameters name="operation" eType="#//IOperation"/>
</eOperations>
<eOperations name="getBindingInput" eType="#//IBindingInput"/>
<eOperations name="setBindingInput">
<eParameters name="bindingInput" eType="#//IBindingInput"/>
</eOperations>
<eOperations name="getBindingOutput" eType="#//IBindingOutput"/>
<eOperations name="setBindingOutput">
<eParameters name="bindingOutput" eType="#//IBindingOutput"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBindingInput" instanceClassName="javax.wsdl.BindingInput"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.BindingInput non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBindingOutput" instanceClassName="javax.wsdl.BindingOutput"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.BindingOutput non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBindingFault" instanceClassName="javax.wsdl.BindingFault"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.BindingFault non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DOMElement" instanceClassName="org.w3c.dom.Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the org.w3c.dom.Element non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IExtensibilityElement" instanceClassName="javax.wsdl.extensions.ExtensibilityElement"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.ExtensibilityElement non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IDefinition" instanceClassName="javax.wsdl.Definition"
abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Definition non-MOF interface."/>
</eAnnotations>
<eOperations name="addBinding">
<eParameters name="binding" eType="#//IBinding"/>
</eOperations>
<eOperations name="addImport">
<eParameters name="importDef" eType="#//IImport"/>
</eOperations>
<eOperations name="addMessage">
<eParameters name="message" eType="#//IMessage"/>
</eOperations>
<eOperations name="addNamespace">
<eParameters name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="addPortType">
<eParameters name="portType" eType="#//IPortType"/>
</eOperations>
<eOperations name="addService">
<eParameters name="service" eType="#//IService"/>
</eOperations>
<eOperations name="createBindingFault" eType="#//IBindingFault"/>
<eOperations name="createBindingInput" eType="#//IBindingInput"/>
<eOperations name="createBindingOutput" eType="#//IBindingOutput"/>
<eOperations name="createBindingOperation" eType="#//IBindingOperation"/>
<eOperations name="createBinding" eType="#//IBinding"/>
<eOperations name="createFault" eType="#//IFault"/>
<eOperations name="createImport" eType="#//IImport"/>
<eOperations name="createInput" eType="#//IInput"/>
<eOperations name="createMessage" eType="#//IMessage"/>
<eOperations name="createOperation" eType="#//IOperation"/>
<eOperations name="createOutput" eType="#//IOutput"/>
<eOperations name="createPart" eType="#//IPart"/>
<eOperations name="createPort" eType="#//IPort"/>
<eOperations name="createPortType" eType="#//IPortType"/>
<eOperations name="createService" eType="#//IService"/>
<eOperations name="getBinding" eType="#//IBinding">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getBindings" eType="#//IMap"/>
<eOperations name="getImports" eType="#//IMap"/>
<eOperations name="getImports" eType="#//IList">
<eParameters name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getMessage" eType="#//IMessage">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getMessages" eType="#//IMap"/>
<eOperations name="getNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getNamespaces" eType="#//IMap"/>
<eOperations name="getPortType" eType="#//IPortType">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getPortTypes" eType="#//IMap"/>
<eOperations name="getPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getService" eType="#//IService">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getServices" eType="#//IMap"/>
<eOperations name="getExtensionRegistry" eType="#//IExtensionRegistry"/>
<eOperations name="setExtensionRegistry">
<eParameters name="extensionRegistry" eType="#//IExtensionRegistry"/>
</eOperations>
<eOperations name="getDocumentBaseURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="setDocumentBaseURI">
<eParameters name="documentBase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="createTypes" eType="#//ITypes"/>
<eOperations name="removeService" eType="#//IService">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="removeBinding" eType="#//IBinding">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="removePortType" eType="#//IPortType">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="removeMessage" eType="#//IMessage">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="getTypes" eType="#//ITypes"/>
<eOperations name="setTypes">
<eParameters name="types" eType="#//ITypes"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IImport" instanceClassName="javax.wsdl.Import"
abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Import non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IList" instanceClassName="java.util.List"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF java.util.List interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IMap" instanceClassName="java.util.Map"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF java.util.Map interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IURL" instanceClassName="java.net.URL"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF java.net.URL interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IExtensionRegistry" instanceClassName="javax.wsdl.extensions.ExtensionRegistry"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF javax.wsdl.extensions.ExtensionRegistry interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Types" eSuperTypes="#//ExtensibleElement #//ITypes">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a WSDL types element. The types element encloses data type definitions that are relevant for the exchanged messages."/>
</eAnnotations>
<eOperations name="getSchemas" eType="#//IList"/>
<eOperations name="getSchemas" eType="#//IList">
<eParameters name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IIterator" instanceClassName="java.util.Iterator"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the non-MOF java.util.Iterator interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="WSDLException" instanceClassName="javax.wsdl.WSDLException">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Exception class."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ITypes" instanceClassName="javax.wsdl.Types"
abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the javax.wsdl.Types non-MOF interface"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnknownExtensibilityElement" eSuperTypes="#//ExtensibilityElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//UnknownExtensibilityElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDSchemaExtensibilityElement" eSuperTypes="#//ExtensibilityElement #//ISchema">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentBaseURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schema" eType="ecore:EClass XSD.ecore#//XSDSchema"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DOMDocument" instanceClassName="org.w3c.dom.Document">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the org.w3c.dom.Document non-MOF interface."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageReference" abstract="true" eSuperTypes="#//ExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eMessage" lowerBound="1"
eType="#//Message"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IElementExtensible" instanceClassName="javax.wsdl.extensions.ElementExtensible"
abstract="true" interface="true">
<eOperations name="getExtensibilityElements" eType="#//IList"/>
<eOperations name="addExtensibilityElement">
<eParameters name="extElement" eType="#//IExtensibilityElement"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IAttributeExtensible" instanceClassName="javax.wsdl.extensions.AttributeExtensible"
abstract="true" interface="true">
<eOperations name="getExtensionAttribute" eType="#//IObject">
<eParameters name="name" eType="#//QName"/>
</eOperations>
<eOperations name="setExtensionAttribute">
<eParameters name="name" eType="#//QName"/>
<eParameters name="value" eType="#//IObject"/>
</eOperations>
<eOperations name="getExtensionAttributes" eType="#//IMap"/>
<eOperations name="getNativeAttributeNames" eType="#//IList"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IObject" instanceClassName="java.lang.Object"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ISchema" instanceClassName="javax.wsdl.extensions.schema.Schema"
abstract="true" interface="true" eSuperTypes="#//IExtensibilityElement"/>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/WSDL.ecore | ecore | wsdl
WSDLElement
getEnclosingDefinition
setEnclosingDefinition
definition
documentationElement
element
PortType
qName
undefined
eOperations
Operation
style
name
undefined
eInput
eOutput
eFaults
eParameterOrdering
Message
qName
undefined
eParts
Part
name
elementName
typeName
typeDefinition
elementDeclaration
eMessage
Binding
qName
undefined
ePortType
eBindingOperations
BindingOperation
name
eOperation
eBindingInput
eBindingOutput
eBindingFaults
Service
qName
undefined
ePorts
Port
name
eBinding
ExtensibilityElement
required
elementType
Definition
getDocument
setDocument
document
targetNamespace
location
qName
encoding
eImports
eTypes
eMessages
ePortTypes
eBindings
eServices
eNamespaces
Import
getSchema
setSchema
schema
namespaceURI
locationURI
eDefinition
eSchema
ExtensibleElement
eExtensibilityElements
Input
Output
Fault
BindingInput
getInput
setInput
input
name
eInput
BindingOutput
getOutput
setOutput
output
name
eOutput
BindingFault
getFault
setFault
fault
name
eFault
QName
javax.xml.namespace.QName
javax.xml.namespace.QName
Namespace
URI
prefix
OperationType
javax.wsdl.OperationType
javax.wsdl.OperationType
IPortType
javax.wsdl.PortType
javax.wsdl.PortType
addOperation
operation
getOperation
name
inputName
outputName
getOperations
IOperation
javax.wsdl.Operation
javax.wsdl.Operation
addFault
fault
getFault
name
getFaults
getParameterOrdering
setParameterOrdering
parameterOrder
getInput
setInput
input
getOutput
setOutput
output
IInput
javax.wsdl.Input
javax.wsdl.Input
getMessage
setMessage
message
IOutput
javax.wsdl.Output
javax.wsdl.Output
getMessage
setMessage
message
IFault
javax.wsdl.Fault
javax.wsdl.Fault
getMessage
setMessage
message
IMessage
javax.wsdl.Message
javax.wsdl.Message
addPart
part
getPart
name
getParts
getOrderedParts
partOrder
IPart
javax.wsdl.Part
javax.wsdl.Part
IService
javax.wsdl.Service
javax.wsdl.Service
addPort
port
getPorts
getPort
name
IPort
javax.wsdl.Port
javax.wsdl.Port
getBinding
setBinding
binding
IBinding
javax.wsdl.Binding
javax.wsdl.Binding
addBindingOperation
bindingOperation
getBindingOperation
name
inputName
outputName
getBindingOperations
getPortType
setPortType
portType
IBindingOperation
javax.wsdl.BindingOperation
javax.wsdl.BindingOperation
addBindingFault
bindingFault
getBindingFault
name
getBindingFaults
getOperation
setOperation
operation
getBindingInput
setBindingInput
bindingInput
getBindingOutput
setBindingOutput
bindingOutput
IBindingInput
javax.wsdl.BindingInput
javax.wsdl.BindingInput
IBindingOutput
javax.wsdl.BindingOutput
javax.wsdl.BindingOutput
IBindingFault
javax.wsdl.BindingFault
javax.wsdl.BindingFault
DOMElement
org.w3c.dom.Element
org.w3c.dom.Element
IExtensibilityElement
javax.wsdl.extensions.ExtensibilityElement
javax.wsdl.extensions.ExtensibilityElement
IDefinition
javax.wsdl.Definition
javax.wsdl.Definition
addBinding
binding
addImport
importDef
addMessage
message
addNamespace
prefix
namespaceURI
addPortType
portType
addService
service
createBindingFault
createBindingInput
createBindingOutput
createBindingOperation
createBinding
createFault
createImport
createInput
createMessage
createOperation
createOutput
createPart
createPort
createPortType
createService
getBinding
name
getBindings
getImports
getImports
namespaceURI
getMessage
name
getMessages
getNamespace
prefix
getNamespaces
getPortType
name
getPortTypes
getPrefix
namespaceURI
getService
name
getServices
getExtensionRegistry
setExtensionRegistry
extensionRegistry
getDocumentBaseURI
setDocumentBaseURI
documentBase
createTypes
removeService
name
removeBinding
name
removePortType
name
removeMessage
name
getTypes
setTypes
types
IImport
javax.wsdl.Import
javax.wsdl.Import
IList
java.util.List
java.util.List
IMap
java.util.Map
java.util.Map
IURL
java.net.URL
java.net.URL
IExtensionRegistry
javax.wsdl.extensions.ExtensionRegistry
javax.wsdl.extensions.ExtensionRegistry
Types
getSchemas
getSchemas
namespaceURI
IIterator
java.util.Iterator
java.util.Iterator
WSDLException
javax.wsdl.WSDLException
javax.wsdl.WSDLException
ITypes
javax.wsdl.Types
javax.wsdl.Types
UnknownExtensibilityElement
children
XSDSchemaExtensibilityElement
documentBaseURI
schema
DOMDocument
org.w3c.dom.Document
org.w3c.dom.Document
MessageReference
name
eMessage
IElementExtensible
javax.wsdl.extensions.ElementExtensible
javax.wsdl.extensions.ElementExtensible
getExtensibilityElements
addExtensibilityElement
extElement
IAttributeExtensible
javax.wsdl.extensions.AttributeExtensible
javax.wsdl.extensions.AttributeExtensible
getExtensionAttribute
name
setExtensionAttribute
name
value
getExtensionAttributes
getNativeAttributeNames
IObject
java.lang.Object
java.lang.Object
ISchema
javax.wsdl.extensions.schema.Schema
javax.wsdl.extensions.schema.Schema | null | {"directed":true,"nodes":[{"nsPrefix":"wsdl","nsURI":"http://www.eclipse.org/wsdl/2003/WSDL","name":"wsdl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WSDLElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Part","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingOperation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensibilityElement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensibleElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fault","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingInput","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingOutput","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingFault","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.xml.namespace.QName","defaultValue":null,"instanceClassName":"javax.xml.namespace.QName","name":"QName","instanceClass":"javax.xml.namespace.QName","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.OperationType","defaultValue":null,"instanceClassName":"javax.wsdl.OperationType","name":"OperationType","instanceClass":null,"id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.wsdl.PortType","defaultValue":null,"instanceClassName":"javax.wsdl.PortType","name":"IPortType","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Operation","defaultValue":null,"instanceClassName":"javax.wsdl.Operation","name":"IOperation","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Input","defaultValue":null,"instanceClassName":"javax.wsdl.Input","name":"IInput","instanceClass":null,"abstract":true,"id":25,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Output","defaultValue":null,"instanceClassName":"javax.wsdl.Output","name":"IOutput","instanceClass":null,"abstract":true,"id":26,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Fault","defaultValue":null,"instanceClassName":"javax.wsdl.Fault","name":"IFault","instanceClass":null,"abstract":true,"id":27,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Message","defaultValue":null,"instanceClassName":"javax.wsdl.Message","name":"IMessage","instanceClass":null,"abstract":true,"id":28,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Part","defaultValue":null,"instanceClassName":"javax.wsdl.Part","name":"IPart","instanceClass":null,"abstract":true,"id":29,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Service","defaultValue":null,"instanceClassName":"javax.wsdl.Service","name":"IService","instanceClass":null,"abstract":true,"id":30,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Port","defaultValue":null,"instanceClassName":"javax.wsdl.Port","name":"IPort","instanceClass":null,"abstract":true,"id":31,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Binding","defaultValue":null,"instanceClassName":"javax.wsdl.Binding","name":"IBinding","instanceClass":null,"abstract":true,"id":32,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.BindingOperation","defaultValue":null,"instanceClassName":"javax.wsdl.BindingOperation","name":"IBindingOperation","instanceClass":null,"abstract":true,"id":33,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.BindingInput","defaultValue":null,"instanceClassName":"javax.wsdl.BindingInput","name":"IBindingInput","instanceClass":null,"abstract":true,"id":34,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.BindingOutput","defaultValue":null,"instanceClassName":"javax.wsdl.BindingOutput","name":"IBindingOutput","instanceClass":null,"abstract":true,"id":35,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.BindingFault","defaultValue":null,"instanceClassName":"javax.wsdl.BindingFault","name":"IBindingFault","instanceClass":null,"abstract":true,"id":36,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.w3c.dom.Element","defaultValue":null,"instanceClassName":"org.w3c.dom.Element","name":"DOMElement","instanceClass":"org.w3c.dom.Element","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.wsdl.extensions.ExtensibilityElement","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.ExtensibilityElement","name":"IExtensibilityElement","instanceClass":null,"abstract":true,"id":38,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Definition","defaultValue":null,"instanceClassName":"javax.wsdl.Definition","name":"IDefinition","instanceClass":null,"abstract":true,"id":39,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.Import","defaultValue":null,"instanceClassName":"javax.wsdl.Import","name":"IImport","instanceClass":null,"abstract":true,"id":40,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"IList","instanceClass":"java.util.List","abstract":true,"id":41,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"IMap","instanceClass":"java.util.Map","abstract":true,"id":42,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.net.URL","defaultValue":null,"instanceClassName":"java.net.URL","name":"IURL","instanceClass":"java.net.URL","abstract":true,"id":43,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.ExtensionRegistry","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.ExtensionRegistry","name":"IExtensionRegistry","instanceClass":null,"abstract":true,"id":44,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Types","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Iterator","defaultValue":null,"instanceClassName":"java.util.Iterator","name":"IIterator","instanceClass":"java.util.Iterator","abstract":true,"id":46,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.WSDLException","defaultValue":null,"instanceClassName":"javax.wsdl.WSDLException","name":"WSDLException","instanceClass":null,"id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.wsdl.Types","defaultValue":null,"instanceClassName":"javax.wsdl.Types","name":"ITypes","instanceClass":null,"abstract":true,"id":48,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownExtensibilityElement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchemaExtensibilityElement","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.w3c.dom.Document","defaultValue":null,"instanceClassName":"org.w3c.dom.Document","name":"DOMDocument","instanceClass":"org.w3c.dom.Document","id":51,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageReference","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.ElementExtensible","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.ElementExtensible","name":"IElementExtensible","instanceClass":null,"abstract":true,"id":53,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.AttributeExtensible","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.AttributeExtensible","name":"IAttributeExtensible","instanceClass":null,"abstract":true,"id":54,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"IObject","instanceClass":"java.lang.Object","abstract":true,"id":55,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.schema.Schema","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.schema.Schema","name":"ISchema","instanceClass":null,"abstract":true,"id":56,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEnclosingDefinition","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setEnclosingDefinition","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentationElement","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"element","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"definition","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eFaults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eParameterOrdering","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementName","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ePortType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindingOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindingInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindingOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindingFaults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefined","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ePorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eBinding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"elementType","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDocument","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDocument","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetNamespace","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"encoding","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eImports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eMessages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ePortTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eNamespaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"document","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EParameter"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSchema","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setSchema","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespaceURI","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locationURI","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eSchema","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"schema","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EParameter"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eExtensibilityElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInput","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setInput","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eInput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"input","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EParameter"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOutput","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setOutput","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOutput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"output","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EParameter"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFault","lowerBound":0,"id":231,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setFault","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eFault","changeable":true,"resolveProxies":true,"lowerBound":1,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fault","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EParameter"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"URI","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addOperation","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperation","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperations","lowerBound":0,"id":248,"many":false,"required":false,"eClass":"EOperation"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputName","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"outputName","lowerBound":0,"id":255,"many":false,"required":false,"eClass":"EParameter"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addFault","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFault","lowerBound":0,"id":261,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFaults","lowerBound":0,"id":262,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameterOrdering","lowerBound":0,"id":263,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setParameterOrdering","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInput","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setInput","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOutput","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setOutput","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EOperation"},{"id":269,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fault","lowerBound":0,"id":270,"many":false,"required":false,"eClass":"EParameter"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":273,"many":false,"required":false,"eClass":"EParameter"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameterOrder","lowerBound":0,"id":277,"many":false,"required":false,"eClass":"EParameter"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"input","lowerBound":0,"id":280,"many":false,"required":false,"eClass":"EParameter"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"output","lowerBound":0,"id":283,"many":false,"required":false,"eClass":"EParameter"},{"id":284,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":285,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setMessage","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EOperation"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":0,"id":289,"many":false,"required":false,"eClass":"EParameter"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":291,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setMessage","lowerBound":0,"id":292,"many":false,"required":false,"eClass":"EOperation"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":0,"id":295,"many":false,"required":false,"eClass":"EParameter"},{"id":296,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":297,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setMessage","lowerBound":0,"id":298,"many":false,"required":false,"eClass":"EOperation"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":0,"id":301,"many":false,"required":false,"eClass":"EParameter"},{"id":302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addPart","lowerBound":0,"id":303,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPart","lowerBound":0,"id":304,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParts","lowerBound":0,"id":305,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOrderedParts","lowerBound":0,"id":306,"many":false,"required":false,"eClass":"EOperation"},{"id":307,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"part","lowerBound":0,"id":308,"many":false,"required":false,"eClass":"EParameter"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EParameter"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"partOrder","lowerBound":0,"id":315,"many":false,"required":false,"eClass":"EParameter"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addPort","lowerBound":0,"id":318,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPorts","lowerBound":0,"id":319,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPort","lowerBound":0,"id":320,"many":false,"required":false,"eClass":"EOperation"},{"id":321,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"port","lowerBound":0,"id":322,"many":false,"required":false,"eClass":"EParameter"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":326,"many":false,"required":false,"eClass":"EParameter"},{"id":327,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBinding","lowerBound":0,"id":328,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setBinding","lowerBound":0,"id":329,"many":false,"required":false,"eClass":"EOperation"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"binding","lowerBound":0,"id":332,"many":false,"required":false,"eClass":"EParameter"},{"id":333,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addBindingOperation","lowerBound":0,"id":334,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingOperation","lowerBound":0,"id":335,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingOperations","lowerBound":0,"id":336,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPortType","lowerBound":0,"id":337,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setPortType","lowerBound":0,"id":338,"many":false,"required":false,"eClass":"EOperation"},{"id":339,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bindingOperation","lowerBound":0,"id":340,"many":false,"required":false,"eClass":"EParameter"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":343,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"inputName","lowerBound":0,"id":344,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"outputName","lowerBound":0,"id":345,"many":false,"required":false,"eClass":"EParameter"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"portType","lowerBound":0,"id":351,"many":false,"required":false,"eClass":"EParameter"},{"id":352,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addBindingFault","lowerBound":0,"id":353,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingFault","lowerBound":0,"id":354,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingFaults","lowerBound":0,"id":355,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperation","lowerBound":0,"id":356,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setOperation","lowerBound":0,"id":357,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingInput","lowerBound":0,"id":358,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setBindingInput","lowerBound":0,"id":359,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindingOutput","lowerBound":0,"id":360,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setBindingOutput","lowerBound":0,"id":361,"many":false,"required":false,"eClass":"EOperation"},{"id":362,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bindingFault","lowerBound":0,"id":363,"many":false,"required":false,"eClass":"EParameter"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":366,"many":false,"required":false,"eClass":"EParameter"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":370,"many":false,"required":false,"eClass":"EParameter"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bindingInput","lowerBound":0,"id":373,"many":false,"required":false,"eClass":"EParameter"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bindingOutput","lowerBound":0,"id":376,"many":false,"required":false,"eClass":"EParameter"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addBinding","lowerBound":0,"id":381,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addImport","lowerBound":0,"id":382,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addMessage","lowerBound":0,"id":383,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addNamespace","lowerBound":0,"id":384,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addPortType","lowerBound":0,"id":385,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addService","lowerBound":0,"id":386,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBindingFault","lowerBound":0,"id":387,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBindingInput","lowerBound":0,"id":388,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBindingOutput","lowerBound":0,"id":389,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBindingOperation","lowerBound":0,"id":390,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBinding","lowerBound":0,"id":391,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFault","lowerBound":0,"id":392,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createImport","lowerBound":0,"id":393,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createInput","lowerBound":0,"id":394,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createMessage","lowerBound":0,"id":395,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createOperation","lowerBound":0,"id":396,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createOutput","lowerBound":0,"id":397,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPart","lowerBound":0,"id":398,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPort","lowerBound":0,"id":399,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPortType","lowerBound":0,"id":400,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createService","lowerBound":0,"id":401,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBinding","lowerBound":0,"id":402,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBindings","lowerBound":0,"id":403,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getImports","lowerBound":0,"id":404,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getImports","lowerBound":0,"id":405,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":406,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessages","lowerBound":0,"id":407,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNamespace","lowerBound":0,"id":408,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNamespaces","lowerBound":0,"id":409,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPortType","lowerBound":0,"id":410,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPortTypes","lowerBound":0,"id":411,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPrefix","lowerBound":0,"id":412,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getService","lowerBound":0,"id":413,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getServices","lowerBound":0,"id":414,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtensionRegistry","lowerBound":0,"id":415,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setExtensionRegistry","lowerBound":0,"id":416,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDocumentBaseURI","lowerBound":0,"id":417,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDocumentBaseURI","lowerBound":0,"id":418,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createTypes","lowerBound":0,"id":419,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeService","lowerBound":0,"id":420,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeBinding","lowerBound":0,"id":421,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removePortType","lowerBound":0,"id":422,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMessage","lowerBound":0,"id":423,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTypes","lowerBound":0,"id":424,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTypes","lowerBound":0,"id":425,"many":false,"required":false,"eClass":"EOperation"},{"id":426,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"binding","lowerBound":0,"id":427,"many":false,"required":false,"eClass":"EParameter"},{"id":428,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"importDef","lowerBound":0,"id":429,"many":false,"required":false,"eClass":"EParameter"},{"id":430,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":0,"id":431,"many":false,"required":false,"eClass":"EParameter"},{"id":432,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"prefix","lowerBound":0,"id":433,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespaceURI","lowerBound":0,"id":434,"many":false,"required":false,"eClass":"EParameter"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"portType","lowerBound":0,"id":437,"many":false,"required":false,"eClass":"EParameter"},{"id":438,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"service","lowerBound":0,"id":439,"many":false,"required":false,"eClass":"EParameter"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":457,"many":false,"required":false,"eClass":"EParameter"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespaceURI","lowerBound":0,"id":462,"many":false,"required":false,"eClass":"EParameter"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":465,"many":false,"required":false,"eClass":"EParameter"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"prefix","lowerBound":0,"id":469,"many":false,"required":false,"eClass":"EParameter"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":473,"many":false,"required":false,"eClass":"EParameter"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespaceURI","lowerBound":0,"id":477,"many":false,"required":false,"eClass":"EParameter"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":480,"many":false,"required":false,"eClass":"EParameter"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"extensionRegistry","lowerBound":0,"id":484,"many":false,"required":false,"eClass":"EParameter"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"documentBase","lowerBound":0,"id":487,"many":false,"required":false,"eClass":"EParameter"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":491,"many":false,"required":false,"eClass":"EParameter"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":494,"many":false,"required":false,"eClass":"EParameter"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":497,"many":false,"required":false,"eClass":"EParameter"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":500,"many":false,"required":false,"eClass":"EParameter"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"types","lowerBound":0,"id":503,"many":false,"required":false,"eClass":"EParameter"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSchemas","lowerBound":0,"id":506,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSchemas","lowerBound":0,"id":507,"many":false,"required":false,"eClass":"EOperation"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespaceURI","lowerBound":0,"id":512,"many":false,"required":false,"eClass":"EParameter"},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentBaseURI","changeable":true,"lowerBound":0,"iD":false,"id":517,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schema","changeable":true,"resolveProxies":true,"lowerBound":0,"id":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":523,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eMessage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtensibilityElements","lowerBound":0,"id":528,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addExtensibilityElement","lowerBound":0,"id":529,"many":false,"required":false,"eClass":"EOperation"},{"id":530,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"extElement","lowerBound":0,"id":531,"many":false,"required":false,"eClass":"EParameter"},{"id":532,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtensionAttribute","lowerBound":0,"id":533,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setExtensionAttribute","lowerBound":0,"id":534,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtensionAttributes","lowerBound":0,"id":535,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNativeAttributeNames","lowerBound":0,"id":536,"many":false,"required":false,"eClass":"EOperation"},{"id":537,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":538,"many":false,"required":false,"eClass":"EParameter"},{"id":539,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":540,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":541,"many":false,"required":false,"eClass":"EParameter"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":1,"target":0},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":57,"target":11},{"source":57,"target":61},{"source":57,"target":1},{"source":61,"target":11},{"source":58,"target":1},{"source":58,"target":62},{"source":62,"target":11},{"source":62,"target":63},{"source":62,"target":58},{"source":63,"target":11},{"source":59,"target":37},{"source":59,"target":64},{"source":59,"target":1},{"source":64,"target":37},{"source":60,"target":37},{"source":60,"target":65},{"source":60,"target":1},{"source":65,"target":37},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":23},{"source":2,"target":66},{"source":2,"target":67},{"source":2,"target":68},{"source":2,"target":69},{"source":2,"target":70},{"source":66,"target":20},{"source":66,"target":71},{"source":66,"target":2},{"source":71,"target":20},{"source":67,"target":72},{"source":67,"target":2},{"source":68,"target":3},{"source":68,"target":73},{"source":68,"target":2},{"source":73,"target":3},{"source":69,"target":13},{"source":70,"target":23},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":24},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":74,"target":22},{"source":74,"target":83},{"source":74,"target":3},{"source":83,"target":22},{"source":75,"target":84},{"source":75,"target":3},{"source":76,"target":85},{"source":76,"target":3},{"source":77,"target":14},{"source":77,"target":86},{"source":77,"target":3},{"source":86,"target":14},{"source":78,"target":15},{"source":78,"target":87},{"source":78,"target":3},{"source":87,"target":15},{"source":79,"target":16},{"source":79,"target":88},{"source":79,"target":3},{"source":88,"target":16},{"source":80,"target":5},{"source":80,"target":89},{"source":80,"target":3},{"source":89,"target":5},{"source":81,"target":13},{"source":82,"target":24},{"source":4,"target":0},{"source":4,"target":13},{"source":4,"target":28},{"source":4,"target":90},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"source":90,"target":20},{"source":90,"target":95},{"source":90,"target":4},{"source":95,"target":20},{"source":91,"target":96},{"source":91,"target":4},{"source":92,"target":5},{"source":92,"target":97},{"source":92,"target":4},{"source":97,"target":5},{"source":93,"target":13},{"source":94,"target":28},{"source":5,"target":0},{"source":5,"target":13},{"source":5,"target":29},{"source":5,"target":98},{"source":5,"target":99},{"source":5,"target":100},{"source":5,"target":101},{"source":5,"target":102},{"source":5,"target":103},{"source":5,"target":104},{"source":5,"target":105},{"source":98,"target":106},{"source":98,"target":5},{"source":99,"target":20},{"source":99,"target":107},{"source":99,"target":5},{"source":107,"target":20},{"source":100,"target":20},{"source":100,"target":108},{"source":100,"target":5},{"source":108,"target":20},{"source":101,"target":109},{"source":101,"target":5},{"source":102,"target":110},{"source":102,"target":5},{"source":103,"target":4},{"source":103,"target":111},{"source":103,"target":5},{"source":111,"target":4},{"source":104,"target":13},{"source":105,"target":29},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":32},{"source":6,"target":112},{"source":6,"target":113},{"source":6,"target":114},{"source":6,"target":115},{"source":6,"target":116},{"source":6,"target":117},{"source":112,"target":20},{"source":112,"target":118},{"source":112,"target":6},{"source":118,"target":20},{"source":113,"target":119},{"source":113,"target":6},{"source":114,"target":2},{"source":114,"target":120},{"source":114,"target":6},{"source":120,"target":2},{"source":115,"target":7},{"source":115,"target":121},{"source":115,"target":6},{"source":121,"target":7},{"source":116,"target":13},{"source":117,"target":32},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":33},{"source":7,"target":122},{"source":7,"target":123},{"source":7,"target":124},{"source":7,"target":125},{"source":7,"target":126},{"source":7,"target":127},{"source":7,"target":128},{"source":122,"target":129},{"source":122,"target":7},{"source":123,"target":3},{"source":123,"target":130},{"source":123,"target":7},{"source":130,"target":3},{"source":124,"target":17},{"source":124,"target":131},{"source":124,"target":7},{"source":131,"target":17},{"source":125,"target":18},{"source":125,"target":132},{"source":125,"target":7},{"source":132,"target":18},{"source":126,"target":19},{"source":126,"target":133},{"source":126,"target":7},{"source":133,"target":19},{"source":127,"target":13},{"source":128,"target":33},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":30},{"source":8,"target":134},{"source":8,"target":135},{"source":8,"target":136},{"source":8,"target":137},{"source":8,"target":138},{"source":134,"target":20},{"source":134,"target":139},{"source":134,"target":8},{"source":139,"target":20},{"source":135,"target":140},{"source":135,"target":8},{"source":136,"target":9},{"source":136,"target":141},{"source":136,"target":8},{"source":141,"target":9},{"source":137,"target":13},{"source":138,"target":30},{"source":9,"target":0},{"source":9,"target":13},{"source":9,"target":31},{"source":9,"target":142},{"source":9,"target":143},{"source":9,"target":144},{"source":9,"target":145},{"source":142,"target":146},{"source":142,"target":9},{"source":143,"target":6},{"source":143,"target":147},{"source":143,"target":9},{"source":147,"target":6},{"source":144,"target":13},{"source":145,"target":31},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":38},{"source":10,"target":148},{"source":10,"target":149},{"source":10,"target":150},{"source":10,"target":151},{"source":148,"target":152},{"source":148,"target":10},{"source":149,"target":20},{"source":149,"target":153},{"source":149,"target":10},{"source":153,"target":20},{"source":150,"target":1},{"source":151,"target":38},{"source":11,"target":0},{"source":11,"target":13},{"source":11,"target":39},{"source":11,"target":154},{"source":11,"target":155},{"source":11,"target":156},{"source":11,"target":157},{"source":11,"target":158},{"source":11,"target":159},{"source":11,"target":160},{"source":11,"target":161},{"source":11,"target":162},{"source":11,"target":163},{"source":11,"target":164},{"source":11,"target":165},{"source":11,"target":166},{"source":11,"target":167},{"source":11,"target":168},{"source":154,"target":51},{"source":154,"target":169},{"source":154,"target":11},{"source":169,"target":51},{"source":155,"target":11},{"source":155,"target":170},{"source":170,"target":51},{"source":170,"target":171},{"source":170,"target":155},{"source":171,"target":51},{"source":156,"target":172},{"source":156,"target":11},{"source":157,"target":173},{"source":157,"target":11},{"source":158,"target":20},{"source":158,"target":174},{"source":158,"target":11},{"source":174,"target":20},{"source":159,"target":175},{"source":159,"target":11},{"source":160,"target":12},{"source":160,"target":176},{"source":160,"target":11},{"source":176,"target":12},{"source":161,"target":45},{"source":161,"target":177},{"source":161,"target":11},{"source":177,"target":45},{"source":162,"target":4},{"source":162,"target":178},{"source":162,"target":11},{"source":178,"target":4},{"source":163,"target":2},{"source":163,"target":179},{"source":163,"target":11},{"source":179,"target":2},{"source":164,"target":6},{"source":164,"target":180},{"source":164,"target":11},{"source":180,"target":6},{"source":165,"target":8},{"source":165,"target":181},{"source":165,"target":11},{"source":181,"target":8},{"source":166,"target":21},{"source":166,"target":182},{"source":166,"target":11},{"source":182,"target":21},{"source":167,"target":13},{"source":168,"target":39},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":40},{"source":12,"target":183},{"source":12,"target":184},{"source":12,"target":185},{"source":12,"target":186},{"source":12,"target":187},{"source":12,"target":188},{"source":12,"target":189},{"source":12,"target":190},{"source":183,"target":191},{"source":183,"target":12},{"source":184,"target":12},{"source":184,"target":192},{"source":192,"target":193},{"source":192,"target":184},{"source":185,"target":194},{"source":185,"target":12},{"source":186,"target":195},{"source":186,"target":12},{"source":187,"target":11},{"source":187,"target":196},{"source":187,"target":12},{"source":196,"target":11},{"source":188,"target":197},{"source":188,"target":12},{"source":189,"target":13},{"source":190,"target":40},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":53},{"source":13,"target":54},{"source":13,"target":198},{"source":13,"target":199},{"source":13,"target":200},{"source":13,"target":201},{"source":198,"target":10},{"source":198,"target":202},{"source":198,"target":13},{"source":202,"target":10},{"source":199,"target":1},{"source":200,"target":53},{"source":201,"target":54},{"source":14,"target":0},{"source":14,"target":52},{"source":14,"target":25},{"source":14,"target":203},{"source":14,"target":204},{"source":203,"target":52},{"source":204,"target":25},{"source":15,"target":0},{"source":15,"target":52},{"source":15,"target":26},{"source":15,"target":205},{"source":15,"target":206},{"source":205,"target":52},{"source":206,"target":26},{"source":16,"target":0},{"source":16,"target":52},{"source":16,"target":27},{"source":16,"target":207},{"source":16,"target":208},{"source":207,"target":52},{"source":208,"target":27},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":34},{"source":17,"target":209},{"source":17,"target":210},{"source":17,"target":211},{"source":17,"target":212},{"source":17,"target":213},{"source":17,"target":214},{"source":209,"target":25},{"source":209,"target":215},{"source":209,"target":17},{"source":215,"target":25},{"source":210,"target":17},{"source":210,"target":216},{"source":216,"target":25},{"source":216,"target":217},{"source":216,"target":210},{"source":217,"target":25},{"source":211,"target":218},{"source":211,"target":17},{"source":212,"target":14},{"source":212,"target":219},{"source":212,"target":17},{"source":219,"target":14},{"source":213,"target":13},{"source":214,"target":34},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":35},{"source":18,"target":220},{"source":18,"target":221},{"source":18,"target":222},{"source":18,"target":223},{"source":18,"target":224},{"source":18,"target":225},{"source":220,"target":26},{"source":220,"target":226},{"source":220,"target":18},{"source":226,"target":26},{"source":221,"target":18},{"source":221,"target":227},{"source":227,"target":26},{"source":227,"target":228},{"source":227,"target":221},{"source":228,"target":26},{"source":222,"target":229},{"source":222,"target":18},{"source":223,"target":15},{"source":223,"target":230},{"source":223,"target":18},{"source":230,"target":15},{"source":224,"target":13},{"source":225,"target":35},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":36},{"source":19,"target":231},{"source":19,"target":232},{"source":19,"target":233},{"source":19,"target":234},{"source":19,"target":235},{"source":19,"target":236},{"source":231,"target":27},{"source":231,"target":237},{"source":231,"target":19},{"source":237,"target":27},{"source":232,"target":19},{"source":232,"target":238},{"source":238,"target":27},{"source":238,"target":239},{"source":238,"target":232},{"source":239,"target":27},{"source":233,"target":240},{"source":233,"target":19},{"source":234,"target":16},{"source":234,"target":241},{"source":234,"target":19},{"source":241,"target":16},{"source":235,"target":13},{"source":236,"target":36},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":242},{"source":21,"target":243},{"source":242,"target":244},{"source":242,"target":21},{"source":243,"target":245},{"source":243,"target":21},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":54},{"source":23,"target":246},{"source":23,"target":247},{"source":23,"target":248},{"source":23,"target":249},{"source":246,"target":23},{"source":246,"target":250},{"source":250,"target":24},{"source":250,"target":251},{"source":250,"target":246},{"source":251,"target":24},{"source":247,"target":24},{"source":247,"target":252},{"source":247,"target":23},{"source":247,"target":253},{"source":247,"target":254},{"source":247,"target":255},{"source":252,"target":24},{"source":253,"target":256},{"source":253,"target":247},{"source":254,"target":257},{"source":254,"target":247},{"source":255,"target":258},{"source":255,"target":247},{"source":248,"target":41},{"source":248,"target":259},{"source":248,"target":23},{"source":259,"target":41},{"source":249,"target":54},{"source":24,"target":0},{"source":24,"target":53},{"source":24,"target":260},{"source":24,"target":261},{"source":24,"target":262},{"source":24,"target":263},{"source":24,"target":264},{"source":24,"target":265},{"source":24,"target":266},{"source":24,"target":267},{"source":24,"target":268},{"source":24,"target":269},{"source":260,"target":24},{"source":260,"target":270},{"source":270,"target":27},{"source":270,"target":271},{"source":270,"target":260},{"source":271,"target":27},{"source":261,"target":27},{"source":261,"target":272},{"source":261,"target":24},{"source":261,"target":273},{"source":272,"target":27},{"source":273,"target":274},{"source":273,"target":261},{"source":262,"target":42},{"source":262,"target":275},{"source":262,"target":24},{"source":275,"target":42},{"source":263,"target":41},{"source":263,"target":276},{"source":263,"target":24},{"source":276,"target":41},{"source":264,"target":24},{"source":264,"target":277},{"source":277,"target":41},{"source":277,"target":278},{"source":277,"target":264},{"source":278,"target":41},{"source":265,"target":25},{"source":265,"target":279},{"source":265,"target":24},{"source":279,"target":25},{"source":266,"target":24},{"source":266,"target":280},{"source":280,"target":25},{"source":280,"target":281},{"source":280,"target":266},{"source":281,"target":25},{"source":267,"target":26},{"source":267,"target":282},{"source":267,"target":24},{"source":282,"target":26},{"source":268,"target":24},{"source":268,"target":283},{"source":283,"target":26},{"source":283,"target":284},{"source":283,"target":268},{"source":284,"target":26},{"source":269,"target":53},{"source":25,"target":0},{"source":25,"target":54},{"source":25,"target":285},{"source":25,"target":286},{"source":25,"target":287},{"source":285,"target":28},{"source":285,"target":288},{"source":285,"target":25},{"source":288,"target":28},{"source":286,"target":25},{"source":286,"target":289},{"source":289,"target":28},{"source":289,"target":290},{"source":289,"target":286},{"source":290,"target":28},{"source":287,"target":54},{"source":26,"target":0},{"source":26,"target":54},{"source":26,"target":291},{"source":26,"target":292},{"source":26,"target":293},{"source":291,"target":28},{"source":291,"target":294},{"source":291,"target":26},{"source":294,"target":28},{"source":292,"target":26},{"source":292,"target":295},{"source":295,"target":28},{"source":295,"target":296},{"source":295,"target":292},{"source":296,"target":28},{"source":293,"target":54},{"source":27,"target":0},{"source":27,"target":54},{"source":27,"target":297},{"source":27,"target":298},{"source":27,"target":299},{"source":297,"target":28},{"source":297,"target":300},{"source":297,"target":27},{"source":300,"target":28},{"source":298,"target":27},{"source":298,"target":301},{"source":301,"target":28},{"source":301,"target":302},{"source":301,"target":298},{"source":302,"target":28},{"source":299,"target":54},{"source":28,"target":0},{"source":28,"target":53},{"source":28,"target":303},{"source":28,"target":304},{"source":28,"target":305},{"source":28,"target":306},{"source":28,"target":307},{"source":303,"target":28},{"source":303,"target":308},{"source":308,"target":29},{"source":308,"target":309},{"source":308,"target":303},{"source":309,"target":29},{"source":304,"target":29},{"source":304,"target":310},{"source":304,"target":28},{"source":304,"target":311},{"source":310,"target":29},{"source":311,"target":312},{"source":311,"target":304},{"source":305,"target":42},{"source":305,"target":313},{"source":305,"target":28},{"source":313,"target":42},{"source":306,"target":41},{"source":306,"target":314},{"source":306,"target":28},{"source":306,"target":315},{"source":314,"target":41},{"source":315,"target":41},{"source":315,"target":316},{"source":315,"target":306},{"source":316,"target":41},{"source":307,"target":53},{"source":29,"target":0},{"source":29,"target":54},{"source":29,"target":317},{"source":317,"target":54},{"source":30,"target":0},{"source":30,"target":53},{"source":30,"target":318},{"source":30,"target":319},{"source":30,"target":320},{"source":30,"target":321},{"source":318,"target":30},{"source":318,"target":322},{"source":322,"target":31},{"source":322,"target":323},{"source":322,"target":318},{"source":323,"target":31},{"source":319,"target":42},{"source":319,"target":324},{"source":319,"target":30},{"source":324,"target":42},{"source":320,"target":31},{"source":320,"target":325},{"source":320,"target":30},{"source":320,"target":326},{"source":325,"target":31},{"source":326,"target":327},{"source":326,"target":320},{"source":321,"target":53},{"source":31,"target":0},{"source":31,"target":53},{"source":31,"target":328},{"source":31,"target":329},{"source":31,"target":330},{"source":328,"target":32},{"source":328,"target":331},{"source":328,"target":31},{"source":331,"target":32},{"source":329,"target":31},{"source":329,"target":332},{"source":332,"target":32},{"source":332,"target":333},{"source":332,"target":329},{"source":333,"target":32},{"source":330,"target":53},{"source":32,"target":0},{"source":32,"target":53},{"source":32,"target":334},{"source":32,"target":335},{"source":32,"target":336},{"source":32,"target":337},{"source":32,"target":338},{"source":32,"target":339},{"source":334,"target":32},{"source":334,"target":340},{"source":340,"target":33},{"source":340,"target":341},{"source":340,"target":334},{"source":341,"target":33},{"source":335,"target":33},{"source":335,"target":342},{"source":335,"target":32},{"source":335,"target":343},{"source":335,"target":344},{"source":335,"target":345},{"source":342,"target":33},{"source":343,"target":346},{"source":343,"target":335},{"source":344,"target":347},{"source":344,"target":335},{"source":345,"target":348},{"source":345,"target":335},{"source":336,"target":41},{"source":336,"target":349},{"source":336,"target":32},{"source":349,"target":41},{"source":337,"target":23},{"source":337,"target":350},{"source":337,"target":32},{"source":350,"target":23},{"source":338,"target":32},{"source":338,"target":351},{"source":351,"target":23},{"source":351,"target":352},{"source":351,"target":338},{"source":352,"target":23},{"source":339,"target":53},{"source":33,"target":0},{"source":33,"target":53},{"source":33,"target":353},{"source":33,"target":354},{"source":33,"target":355},{"source":33,"target":356},{"source":33,"target":357},{"source":33,"target":358},{"source":33,"target":359},{"source":33,"target":360},{"source":33,"target":361},{"source":33,"target":362},{"source":353,"target":33},{"source":353,"target":363},{"source":363,"target":36},{"source":363,"target":364},{"source":363,"target":353},{"source":364,"target":36},{"source":354,"target":36},{"source":354,"target":365},{"source":354,"target":33},{"source":354,"target":366},{"source":365,"target":36},{"source":366,"target":367},{"source":366,"target":354},{"source":355,"target":42},{"source":355,"target":368},{"source":355,"target":33},{"source":368,"target":42},{"source":356,"target":24},{"source":356,"target":369},{"source":356,"target":33},{"source":369,"target":24},{"source":357,"target":33},{"source":357,"target":370},{"source":370,"target":24},{"source":370,"target":371},{"source":370,"target":357},{"source":371,"target":24},{"source":358,"target":34},{"source":358,"target":372},{"source":358,"target":33},{"source":372,"target":34},{"source":359,"target":33},{"source":359,"target":373},{"source":373,"target":34},{"source":373,"target":374},{"source":373,"target":359},{"source":374,"target":34},{"source":360,"target":35},{"source":360,"target":375},{"source":360,"target":33},{"source":375,"target":35},{"source":361,"target":33},{"source":361,"target":376},{"source":376,"target":35},{"source":376,"target":377},{"source":376,"target":361},{"source":377,"target":35},{"source":362,"target":53},{"source":34,"target":0},{"source":34,"target":53},{"source":34,"target":378},{"source":378,"target":53},{"source":35,"target":0},{"source":35,"target":53},{"source":35,"target":379},{"source":379,"target":53},{"source":36,"target":0},{"source":36,"target":53},{"source":36,"target":380},{"source":380,"target":53},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":53},{"source":39,"target":381},{"source":39,"target":382},{"source":39,"target":383},{"source":39,"target":384},{"source":39,"target":385},{"source":39,"target":386},{"source":39,"target":387},{"source":39,"target":388},{"source":39,"target":389},{"source":39,"target":390},{"source":39,"target":391},{"source":39,"target":392},{"source":39,"target":393},{"source":39,"target":394},{"source":39,"target":395},{"source":39,"target":396},{"source":39,"target":397},{"source":39,"target":398},{"source":39,"target":399},{"source":39,"target":400},{"source":39,"target":401},{"source":39,"target":402},{"source":39,"target":403},{"source":39,"target":404},{"source":39,"target":405},{"source":39,"target":406},{"source":39,"target":407},{"source":39,"target":408},{"source":39,"target":409},{"source":39,"target":410},{"source":39,"target":411},{"source":39,"target":412},{"source":39,"target":413},{"source":39,"target":414},{"source":39,"target":415},{"source":39,"target":416},{"source":39,"target":417},{"source":39,"target":418},{"source":39,"target":419},{"source":39,"target":420},{"source":39,"target":421},{"source":39,"target":422},{"source":39,"target":423},{"source":39,"target":424},{"source":39,"target":425},{"source":39,"target":426},{"source":381,"target":39},{"source":381,"target":427},{"source":427,"target":32},{"source":427,"target":428},{"source":427,"target":381},{"source":428,"target":32},{"source":382,"target":39},{"source":382,"target":429},{"source":429,"target":40},{"source":429,"target":430},{"source":429,"target":382},{"source":430,"target":40},{"source":383,"target":39},{"source":383,"target":431},{"source":431,"target":28},{"source":431,"target":432},{"source":431,"target":383},{"source":432,"target":28},{"source":384,"target":39},{"source":384,"target":433},{"source":384,"target":434},{"source":433,"target":435},{"source":433,"target":384},{"source":434,"target":436},{"source":434,"target":384},{"source":385,"target":39},{"source":385,"target":437},{"source":437,"target":23},{"source":437,"target":438},{"source":437,"target":385},{"source":438,"target":23},{"source":386,"target":39},{"source":386,"target":439},{"source":439,"target":30},{"source":439,"target":440},{"source":439,"target":386},{"source":440,"target":30},{"source":387,"target":36},{"source":387,"target":441},{"source":387,"target":39},{"source":441,"target":36},{"source":388,"target":34},{"source":388,"target":442},{"source":388,"target":39},{"source":442,"target":34},{"source":389,"target":35},{"source":389,"target":443},{"source":389,"target":39},{"source":443,"target":35},{"source":390,"target":33},{"source":390,"target":444},{"source":390,"target":39},{"source":444,"target":33},{"source":391,"target":32},{"source":391,"target":445},{"source":391,"target":39},{"source":445,"target":32},{"source":392,"target":27},{"source":392,"target":446},{"source":392,"target":39},{"source":446,"target":27},{"source":393,"target":40},{"source":393,"target":447},{"source":393,"target":39},{"source":447,"target":40},{"source":394,"target":25},{"source":394,"target":448},{"source":394,"target":39},{"source":448,"target":25},{"source":395,"target":28},{"source":395,"target":449},{"source":395,"target":39},{"source":449,"target":28},{"source":396,"target":24},{"source":396,"target":450},{"source":396,"target":39},{"source":450,"target":24},{"source":397,"target":26},{"source":397,"target":451},{"source":397,"target":39},{"source":451,"target":26},{"source":398,"target":29},{"source":398,"target":452},{"source":398,"target":39},{"source":452,"target":29},{"source":399,"target":31},{"source":399,"target":453},{"source":399,"target":39},{"source":453,"target":31},{"source":400,"target":23},{"source":400,"target":454},{"source":400,"target":39},{"source":454,"target":23},{"source":401,"target":30},{"source":401,"target":455},{"source":401,"target":39},{"source":455,"target":30},{"source":402,"target":32},{"source":402,"target":456},{"source":402,"target":39},{"source":402,"target":457},{"source":456,"target":32},{"source":457,"target":20},{"source":457,"target":458},{"source":457,"target":402},{"source":458,"target":20},{"source":403,"target":42},{"source":403,"target":459},{"source":403,"target":39},{"source":459,"target":42},{"source":404,"target":42},{"source":404,"target":460},{"source":404,"target":39},{"source":460,"target":42},{"source":405,"target":41},{"source":405,"target":461},{"source":405,"target":39},{"source":405,"target":462},{"source":461,"target":41},{"source":462,"target":463},{"source":462,"target":405},{"source":406,"target":28},{"source":406,"target":464},{"source":406,"target":39},{"source":406,"target":465},{"source":464,"target":28},{"source":465,"target":20},{"source":465,"target":466},{"source":465,"target":406},{"source":466,"target":20},{"source":407,"target":42},{"source":407,"target":467},{"source":407,"target":39},{"source":467,"target":42},{"source":408,"target":468},{"source":408,"target":39},{"source":408,"target":469},{"source":469,"target":470},{"source":469,"target":408},{"source":409,"target":42},{"source":409,"target":471},{"source":409,"target":39},{"source":471,"target":42},{"source":410,"target":23},{"source":410,"target":472},{"source":410,"target":39},{"source":410,"target":473},{"source":472,"target":23},{"source":473,"target":20},{"source":473,"target":474},{"source":473,"target":410},{"source":474,"target":20},{"source":411,"target":42},{"source":411,"target":475},{"source":411,"target":39},{"source":475,"target":42},{"source":412,"target":476},{"source":412,"target":39},{"source":412,"target":477},{"source":477,"target":478},{"source":477,"target":412},{"source":413,"target":30},{"source":413,"target":479},{"source":413,"target":39},{"source":413,"target":480},{"source":479,"target":30},{"source":480,"target":20},{"source":480,"target":481},{"source":480,"target":413},{"source":481,"target":20},{"source":414,"target":42},{"source":414,"target":482},{"source":414,"target":39},{"source":482,"target":42},{"source":415,"target":44},{"source":415,"target":483},{"source":415,"target":39},{"source":483,"target":44},{"source":416,"target":39},{"source":416,"target":484},{"source":484,"target":44},{"source":484,"target":485},{"source":484,"target":416},{"source":485,"target":44},{"source":417,"target":486},{"source":417,"target":39},{"source":418,"target":39},{"source":418,"target":487},{"source":487,"target":488},{"source":487,"target":418},{"source":419,"target":48},{"source":419,"target":489},{"source":419,"target":39},{"source":489,"target":48},{"source":420,"target":30},{"source":420,"target":490},{"source":420,"target":39},{"source":420,"target":491},{"source":490,"target":30},{"source":491,"target":20},{"source":491,"target":492},{"source":491,"target":420},{"source":492,"target":20},{"source":421,"target":32},{"source":421,"target":493},{"source":421,"target":39},{"source":421,"target":494},{"source":493,"target":32},{"source":494,"target":20},{"source":494,"target":495},{"source":494,"target":421},{"source":495,"target":20},{"source":422,"target":23},{"source":422,"target":496},{"source":422,"target":39},{"source":422,"target":497},{"source":496,"target":23},{"source":497,"target":20},{"source":497,"target":498},{"source":497,"target":422},{"source":498,"target":20},{"source":423,"target":28},{"source":423,"target":499},{"source":423,"target":39},{"source":423,"target":500},{"source":499,"target":28},{"source":500,"target":20},{"source":500,"target":501},{"source":500,"target":423},{"source":501,"target":20},{"source":424,"target":48},{"source":424,"target":502},{"source":424,"target":39},{"source":502,"target":48},{"source":425,"target":39},{"source":425,"target":503},{"source":503,"target":48},{"source":503,"target":504},{"source":503,"target":425},{"source":504,"target":48},{"source":426,"target":53},{"source":40,"target":0},{"source":40,"target":54},{"source":40,"target":505},{"source":505,"target":54},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":44,"target":0},{"source":45,"target":0},{"source":45,"target":13},{"source":45,"target":48},{"source":45,"target":506},{"source":45,"target":507},{"source":45,"target":508},{"source":45,"target":509},{"source":506,"target":41},{"source":506,"target":510},{"source":506,"target":45},{"source":510,"target":41},{"source":507,"target":41},{"source":507,"target":511},{"source":507,"target":45},{"source":507,"target":512},{"source":511,"target":41},{"source":512,"target":513},{"source":512,"target":507},{"source":508,"target":13},{"source":509,"target":48},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":10},{"source":49,"target":514},{"source":49,"target":515},{"source":514,"target":49},{"source":514,"target":516},{"source":514,"target":49},{"source":516,"target":49},{"source":515,"target":10},{"source":50,"target":0},{"source":50,"target":10},{"source":50,"target":56},{"source":50,"target":517},{"source":50,"target":518},{"source":50,"target":519},{"source":50,"target":520},{"source":517,"target":521},{"source":517,"target":50},{"source":518,"target":522},{"source":518,"target":50},{"source":519,"target":10},{"source":520,"target":56},{"source":51,"target":0},{"source":52,"target":0},{"source":52,"target":13},{"source":52,"target":523},{"source":52,"target":524},{"source":52,"target":525},{"source":523,"target":526},{"source":523,"target":52},{"source":524,"target":4},{"source":524,"target":527},{"source":524,"target":52},{"source":527,"target":4},{"source":525,"target":13},{"source":53,"target":0},{"source":53,"target":528},{"source":53,"target":529},{"source":528,"target":41},{"source":528,"target":530},{"source":528,"target":53},{"source":530,"target":41},{"source":529,"target":53},{"source":529,"target":531},{"source":531,"target":38},{"source":531,"target":532},{"source":531,"target":529},{"source":532,"target":38},{"source":54,"target":0},{"source":54,"target":533},{"source":54,"target":534},{"source":54,"target":535},{"source":54,"target":536},{"source":533,"target":55},{"source":533,"target":537},{"source":533,"target":54},{"source":533,"target":538},{"source":537,"target":55},{"source":538,"target":20},{"source":538,"target":539},{"source":538,"target":533},{"source":539,"target":20},{"source":534,"target":54},{"source":534,"target":540},{"source":534,"target":541},{"source":540,"target":20},{"source":540,"target":542},{"source":540,"target":534},{"source":542,"target":20},{"source":541,"target":55},{"source":541,"target":543},{"source":541,"target":534},{"source":543,"target":55},{"source":535,"target":42},{"source":535,"target":544},{"source":535,"target":54},{"source":544,"target":42},{"source":536,"target":41},{"source":536,"target":545},{"source":536,"target":54},{"source":545,"target":41},{"source":55,"target":0},{"source":56,"target":0},{"source":56,"target":38},{"source":56,"target":546},{"source":546,"target":38}],"multigraph":true} |
false | <?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="resourcerelations" nsURI="http://ips.tu-bs.de/ResourceRelationsModel/1.0"
nsPrefix="arr">
<eClassifiers xsi:type="ecore:EClass" name="Resource">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ResourceType"
defaultValueLiteral="sensor"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specs" upperBound="-1"
eType="#//Specification"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//allocation/Allocation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="redundant" upperBound="-1"
eType="#//Resource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ResourceType">
<eLiterals name="sensor"/>
<eLiterals name="actuator" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Specification">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignedProp" eType="#//Property"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Platform">
<eStructuralFeatures xsi:type="ecore:EReference" name="options" upperBound="-1"
eType="#//ResourceOptions" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specs" upperBound="-1"
eType="#//Specification" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="props" upperBound="-1"
eType="#//Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//Resource" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1"
eType="#//Rule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceOptions">
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//Resource"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minElements" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxElements" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedComponent" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/BasicComponent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specs" upperBound="-1"
eType="#//Specification"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subGroups" upperBound="-1"
eType="#//ResourceOptions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Implies"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ResourceVariable" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="resource" eType="#//Resource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Implies">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" eType="#//ResourceOptionsVariable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="leftHandSideModifier" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceOptionsVariable" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceOptions" eType="#//ResourceOptions"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/lmaertin/areva/de.tubs.areva.resourcerelations/model/resources.ecore | ecore | resourcerelations
Resource
type
sensor
name
specs
interface
redundant
ResourceType
sensor
sensor
actuator
actuator
Specification
value
0.0
assignedProp
name
Platform
options
specs
props
resources
rules
Property
name
unit
ResourceOptions
resources
name
minElements
maxElements
referencedComponent
specs
subGroups
Rule
expression
name
Expression
ResourceVariable
resource
Implies
leftHandSide
rightHandSide
leftHandSideModifier
false
Not
expression
Or
leftHandSide
rightHandSide
And
leftHandSide
rightHandSide
ResourceOptionsVariable
resourceOptions | null | {"directed":true,"nodes":[{"nsPrefix":"arr","nsURI":"http://ips.tu-bs.de/ResourceRelationsModel/1.0","name":"resourcerelations","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResourceType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specification","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Platform","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceOptions","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceVariable","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implies","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceOptionsVariable","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"sensor","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redundant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"name":"sensor","id":25,"value":0,"literal":"sensor","eClass":"EEnumLiteral"},{"name":"actuator","id":26,"value":1,"literal":"actuator","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignedProp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"props","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minElements","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxElements","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"leftHandSideModifier","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceOptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":15,"target":2},{"source":15,"target":20},{"source":15,"target":1},{"source":20,"target":2},{"source":16,"target":21},{"source":16,"target":1},{"source":17,"target":3},{"source":17,"target":22},{"source":17,"target":1},{"source":22,"target":3},{"source":18,"target":23},{"source":18,"target":1},{"source":19,"target":1},{"source":19,"target":24},{"source":19,"target":1},{"source":24,"target":1},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":25,"target":2},{"source":26,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":27,"target":30},{"source":27,"target":3},{"source":28,"target":5},{"source":28,"target":31},{"source":28,"target":3},{"source":31,"target":5},{"source":29,"target":32},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":33,"target":6},{"source":33,"target":38},{"source":33,"target":4},{"source":38,"target":6},{"source":34,"target":3},{"source":34,"target":39},{"source":34,"target":4},{"source":39,"target":3},{"source":35,"target":5},{"source":35,"target":40},{"source":35,"target":4},{"source":40,"target":5},{"source":36,"target":1},{"source":36,"target":41},{"source":36,"target":4},{"source":41,"target":1},{"source":37,"target":7},{"source":37,"target":42},{"source":37,"target":4},{"source":42,"target":7},{"source":5,"target":0},{"source":5,"target":43},{"source":5,"target":44},{"source":43,"target":45},{"source":43,"target":5},{"source":44,"target":46},{"source":44,"target":5},{"source":6,"target":0},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":47,"target":1},{"source":47,"target":54},{"source":47,"target":6},{"source":54,"target":1},{"source":48,"target":55},{"source":48,"target":6},{"source":49,"target":56},{"source":49,"target":6},{"source":50,"target":57},{"source":50,"target":6},{"source":51,"target":58},{"source":51,"target":6},{"source":52,"target":3},{"source":52,"target":59},{"source":52,"target":6},{"source":59,"target":3},{"source":53,"target":6},{"source":53,"target":60},{"source":53,"target":6},{"source":60,"target":6},{"source":7,"target":0},{"source":7,"target":61},{"source":7,"target":62},{"source":61,"target":10},{"source":61,"target":63},{"source":61,"target":7},{"source":63,"target":10},{"source":62,"target":64},{"source":62,"target":7},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":65},{"source":9,"target":66},{"source":65,"target":1},{"source":65,"target":67},{"source":65,"target":9},{"source":67,"target":1},{"source":66,"target":8},{"source":10,"target":0},{"source":10,"target":68},{"source":10,"target":69},{"source":10,"target":70},{"source":68,"target":14},{"source":68,"target":71},{"source":68,"target":10},{"source":71,"target":14},{"source":69,"target":8},{"source":69,"target":72},{"source":69,"target":10},{"source":72,"target":8},{"source":70,"target":73},{"source":70,"target":10},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":74},{"source":11,"target":75},{"source":74,"target":8},{"source":74,"target":76},{"source":74,"target":11},{"source":76,"target":8},{"source":75,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":77},{"source":12,"target":78},{"source":12,"target":79},{"source":77,"target":8},{"source":77,"target":80},{"source":77,"target":12},{"source":80,"target":8},{"source":78,"target":8},{"source":78,"target":81},{"source":78,"target":12},{"source":81,"target":8},{"source":79,"target":8},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":82},{"source":13,"target":83},{"source":13,"target":84},{"source":82,"target":8},{"source":82,"target":85},{"source":82,"target":13},{"source":85,"target":8},{"source":83,"target":8},{"source":83,"target":86},{"source":83,"target":13},{"source":86,"target":8},{"source":84,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":87},{"source":14,"target":88},{"source":87,"target":6},{"source":87,"target":89},{"source":87,"target":14},{"source":89,"target":6},{"source":88,"target":8}],"multigraph":true} |
false | <?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="lcoordinates"
nsURI="http://www.iec.ch/61850/2006/SCLcoordinates" nsPrefix="lcoordinates">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
	 COPYRIGHT IEC, 2005. Version 1.4. Release 2005/09/11.
	 This schema is for infomational purposes only, and is not normative!
		"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="CoordType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Coord_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" eType="#//TConndir"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="dir"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="x"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="y"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xmlns:prefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xsi:schemaLocation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="coord" upperBound="-2"
eType="#//CoordType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Coord"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" eType="#//TConndir"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="dir"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="x"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="y"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TConndir">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="tConndir"/>
</eAnnotations>
<eLiterals name="horizontal"/>
<eLiterals name="vertical" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TConndirObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="tConndir:Object"/>
<details key="baseType" value="tConndir"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/lcoordinates.ecore | ecore | lcoordinates
CoordType
dir
x
y
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
coord
dir
x
y
TConndir
horizontal
horizontal
vertical
vertical
TConndirObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator | null | {"directed":true,"nodes":[{"nsPrefix":"lcoordinates","nsURI":"http://www.iec.ch/61850/2006/SCLcoordinates","name":"lcoordinates","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoordType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TConndir","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TConndirObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":4,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"dir","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"coord","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"dir","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"name":"horizontal","id":25,"value":0,"literal":"horizontal","eClass":"EEnumLiteral"},{"name":"vertical","id":26,"value":1,"literal":"vertical","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":5,"target":3},{"source":5,"target":8},{"source":5,"target":1},{"source":8,"target":3},{"source":6,"target":9},{"source":6,"target":1},{"source":7,"target":10},{"source":7,"target":1},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":11,"target":18},{"source":11,"target":2},{"source":12,"target":19},{"source":12,"target":2},{"source":13,"target":20},{"source":13,"target":2},{"source":14,"target":1},{"source":14,"target":21},{"source":14,"target":2},{"source":21,"target":1},{"source":15,"target":3},{"source":15,"target":22},{"source":15,"target":2},{"source":22,"target":3},{"source":16,"target":23},{"source":16,"target":2},{"source":17,"target":24},{"source":17,"target":2},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":26},{"source":25,"target":3},{"source":26,"target":3},{"source":4,"target":0}],"multigraph":true} |
true | <?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="sequenceDiagram" nsURI="http://org.elsys.sequenceDiagram" nsPrefix="org.elsys.sequenceDiagram">
<eClassifiers xsi:type="ecore:EClass" name="AbstractElement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Diagram" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="lifelines" upperBound="-1"
eType="#//Lifeline" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="notes" upperBound="-1"
eType="#//Note" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="combinedFragments" upperBound="-1"
eType="#//CombinedFragment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractDiagramElement" abstract="true"
eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//AbstractDiagramElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Lifeline"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activationBars" upperBound="-1"
eType="#//ActivationBar" containment="true" eOpposite="#//ActivationBar/lifeline"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivationBar" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="lifeline" eType="#//Lifeline"
eOpposite="#//Lifeline/activationBars"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sentConnections" upperBound="-1"
eType="#//Connection" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="receivedConnections" upperBound="-1"
eType="#//Connection"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="50"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connection" abstract="true" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="sender" eType="#//ActivationBar"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="#//ActivationBar"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bendPoints" upperBound="-1"
eType="#//BendPoint" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnConnection" eSuperTypes="#//Connection"/>
<eClassifiers xsi:type="ecore:EClass" name="SendConnection" eSuperTypes="#//Connection">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SendConnectionType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SendConnectionType">
<eLiterals name="synchronous" value="1"/>
<eLiterals name="asynchronous"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResizableDiagramElement" abstract="true"
eSuperTypes="#//AbstractDiagramElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="100"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="50"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" abstract="true" eSuperTypes="#//ResizableDiagramElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MidlineCombinedFragment" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="midlineY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="25"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParallelCombinedFragment" eSuperTypes="#//CombinedFragment #//MidlineCombinedFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="OptionalCombinedFragment" abstract="true"
eSuperTypes="#//CombinedFragment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AlternativeCombinedFragment" eSuperTypes="#//OptionalCombinedFragment #//MidlineCombinedFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="BreakCombinedFragment" eSuperTypes="#//OptionalCombinedFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopCombinedFragment" eSuperTypes="#//OptionalCombinedFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="OptionCombinedFragment" eSuperTypes="#//OptionalCombinedFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Note" eSuperTypes="#//ResizableDiagramElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Note"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Note text"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BendPoint" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experiment-distance-impact/original-distance/ComplexityCloseDistance/68_sequence_diagram.ecore | ecore | sequenceDiagram
AbstractElement
Diagram
lifelines
notes
combinedFragments
AbstractDiagramElement
x
0
y
0
Lifeline
name
Lifeline
activationBars
ActivationBar
lifeline
sentConnections
receivedConnections
height
50
Connection
sender
receiver
message
bendPoints
ReturnConnection
SendConnection
type
SendConnectionType
synchronous
synchronous
asynchronous
asynchronous
ResizableDiagramElement
width
100
height
50
CombinedFragment
MidlineCombinedFragment
midlineY
25
ParallelCombinedFragment
OptionalCombinedFragment
condition
AlternativeCombinedFragment
BreakCombinedFragment
LoopCombinedFragment
OptionCombinedFragment
Note
name
Note
text
Note text
BendPoint
x
0
y
0 | null | {"directed":true,"nodes":[{"nsPrefix":"org.elsys.sequenceDiagram","nsURI":"http://org.elsys.sequenceDiagram","name":"sequenceDiagram","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDiagramElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivationBar","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnConnection","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendConnection","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SendConnectionType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResizableDiagramElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MidlineCombinedFragment","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParallelCombinedFragment","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionalCombinedFragment","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlternativeCombinedFragment","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakCombinedFragment","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopCombinedFragment","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionCombinedFragment","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Note","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BendPoint","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lifelines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"combinedFragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Lifeline","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Lifeline","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activationBars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lifeline","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sentConnections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"receivedConnections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":50,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"50","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sender","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bendPoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"name":"synchronous","id":60,"value":1,"literal":"synchronous","eClass":"EEnumLiteral"},{"name":"asynchronous","id":61,"value":0,"literal":"asynchronous","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":50,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"50","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":25,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"25","unsettable":false,"transient":false,"unique":true,"name":"midlineY","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Note","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Note","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Note text","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Note text","unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":21,"target":4},{"source":21,"target":25},{"source":21,"target":2},{"source":25,"target":4},{"source":22,"target":19},{"source":22,"target":26},{"source":22,"target":2},{"source":26,"target":19},{"source":23,"target":11},{"source":23,"target":27},{"source":23,"target":2},{"source":27,"target":11},{"source":24,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":28,"target":31},{"source":28,"target":3},{"source":29,"target":32},{"source":29,"target":3},{"source":30,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":33,"target":36},{"source":33,"target":4},{"source":34,"target":5},{"source":34,"target":37},{"source":34,"target":4},{"source":34,"target":38},{"source":37,"target":5},{"source":35,"target":3},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":38,"target":4},{"source":38,"target":43},{"source":38,"target":5},{"source":38,"target":34},{"source":43,"target":4},{"source":39,"target":6},{"source":39,"target":44},{"source":39,"target":5},{"source":44,"target":6},{"source":40,"target":6},{"source":40,"target":45},{"source":40,"target":5},{"source":45,"target":6},{"source":41,"target":46},{"source":41,"target":5},{"source":42,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":47,"target":5},{"source":47,"target":52},{"source":47,"target":6},{"source":52,"target":5},{"source":48,"target":5},{"source":48,"target":53},{"source":48,"target":6},{"source":53,"target":5},{"source":49,"target":54},{"source":49,"target":6},{"source":50,"target":20},{"source":50,"target":55},{"source":50,"target":6},{"source":55,"target":20},{"source":51,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":56},{"source":56,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":57},{"source":8,"target":58},{"source":57,"target":9},{"source":57,"target":59},{"source":57,"target":8},{"source":59,"target":9},{"source":58,"target":6},{"source":9,"target":0},{"source":9,"target":60},{"source":9,"target":61},{"source":60,"target":9},{"source":61,"target":9},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":62},{"source":10,"target":63},{"source":10,"target":64},{"source":62,"target":65},{"source":62,"target":10},{"source":63,"target":66},{"source":63,"target":10},{"source":64,"target":3},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":67},{"source":67,"target":10},{"source":12,"target":0},{"source":12,"target":68},{"source":68,"target":69},{"source":68,"target":12},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":12},{"source":13,"target":70},{"source":13,"target":71},{"source":70,"target":11},{"source":71,"target":12},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":72},{"source":14,"target":73},{"source":72,"target":74},{"source":72,"target":14},{"source":73,"target":11},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":12},{"source":15,"target":75},{"source":15,"target":76},{"source":75,"target":14},{"source":76,"target":12},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":77},{"source":77,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":78},{"source":78,"target":14},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":79},{"source":79,"target":14},{"source":19,"target":0},{"source":19,"target":10},{"source":19,"target":80},{"source":19,"target":81},{"source":19,"target":82},{"source":80,"target":83},{"source":80,"target":19},{"source":81,"target":84},{"source":81,"target":19},{"source":82,"target":10},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":85},{"source":20,"target":86},{"source":20,"target":87},{"source":85,"target":88},{"source":85,"target":20},{"source":86,"target":89},{"source":86,"target":20},{"source":87,"target":1}],"multigraph":true} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.